summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-155-3/+302
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-12 22:22:45 by jmb]John Mark Bell2003-11-124-1/+445
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-11-08 21:47:10 by jmb]John Mark Bell2003-11-083-23/+14
| | | | | | | | | Sync Info box and About Page version numbers. If no version is specified in the Messages file, it defaults to "CVS Test Build" Remove unnecessary TODOs in plugin.c svn path=/import/netsurf/; revision=415
* [project @ 2003-11-08 13:51:58 by bursa]James Bursa2003-11-081-1/+1
| | | | | | Move Templates under en. svn path=/import/netsurf/; revision=411
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-079-1039/+1084
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-063-21/+30
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-11-05 18:41:06 by jmb]John Mark Bell2003-11-051-3/+3
| | | | | | Text-decoration now spans child text elements svn path=/import/netsurf/; revision=404
* [project @ 2003-11-05 16:25:35 by bursa]James Bursa2003-11-051-44/+25
| | | | | | Improved text-decoration support. svn path=/import/netsurf/; revision=403
* [project @ 2003-10-26 12:41:51 by jmb]John Mark Bell2003-10-261-14/+4
| | | | | | | | Make fetch abort finish when auth is required. Lose the right click performs the opposite action stuff in the login dialog. svn path=/import/netsurf/; revision=391
* [project @ 2003-10-26 11:40:50 by bursa]James Bursa2003-10-261-14/+19
| | | | | | Fix caret and buffer allocations. svn path=/import/netsurf/; revision=390
* [project @ 2003-10-26 00:09:27 by jmb]John Mark Bell2003-10-261-1/+1
| | | | | | | Fix bug involving while loop exiting early. Move the xstrdup of the realm into riscos/401login.c svn path=/import/netsurf/; revision=389
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-27/+25
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 16:22:56 by bursa]James Bursa2003-10-251-1/+1
| | | | | | New home page url. svn path=/import/netsurf/; revision=379
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-253-3/+4
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-253-10/+7
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-234-2/+158
| | | | | | | | | | Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372
* [project @ 2003-10-19 17:17:26 by jmb]John Mark Bell2003-10-191-7/+8
| | | | | | | Make text-decoration span child elements. Add text-decoration to css_dump() svn path=/import/netsurf/; revision=371
* [project @ 2003-10-18 00:24:53 by jmb]John Mark Bell2003-10-181-7/+8
| | | | | | Miscellaneous fixes. svn path=/import/netsurf/; revision=370
* [project @ 2003-10-17 23:59:23 by jmb]John Mark Bell2003-10-171-1/+0
| | | | | | | Whoops. Fix CSS default so a:link really is underlined instead of stricken (as earlier). Also lose LOGging from htmlredraw.c svn path=/import/netsurf/; revision=369
* [project @ 2003-10-17 23:47:13 by jmb]John Mark Bell2003-10-171-3/+44
| | | | | | | Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368
* [project @ 2003-10-11 13:55:43 by jmb]John Mark Bell2003-10-111-3/+5
| | | | | | Fix visibility so visible children of hidden parents work svn path=/import/netsurf/; revision=363
* [project @ 2003-10-10 18:13:36 by jmb]John Mark Bell2003-10-101-1/+10
| | | | | | CSS visibility support (not collapse) svn path=/import/netsurf/; revision=361
* [project @ 2003-10-06 16:29:27 by jmb]John Mark Bell2003-10-061-2/+10
| | | | | | use whole leafname for now svn path=/import/netsurf/; revision=346
* [project @ 2003-10-05 23:30:21 by rob]Rob Jackson2003-10-054-6/+259
| | | | | | Implemented download window interface, and modified ro_drag_info struct svn path=/import/netsurf/; revision=345
* [project @ 2003-10-01 22:48:39 by bursa]James Bursa2003-10-011-2/+1
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-10-01 00:26:42 by jmb]John Mark Bell2003-10-013-143/+118
| | | | | | Split text selection related code from riscos/gui.c svn path=/import/netsurf/; revision=338
* [project @ 2003-09-30 23:30:36 by jmb]John Mark Bell2003-09-303-240/+293
| | | | | | Split mouseactions code from gui.c svn path=/import/netsurf/; revision=337
* [project @ 2003-09-29 02:47:11 by jmb]John Mark Bell2003-09-291-1/+6
| | | | | | Cursor keys and Enter in forms svn path=/import/netsurf/; revision=331
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-282-176/+3
| | | | | | Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330
* [project @ 2003-09-28 16:01:42 by jmb]John Mark Bell2003-09-281-5/+1
| | | | | | Fix freeze when accessing about page svn path=/import/netsurf/; revision=326
* [project @ 2003-09-27 17:05:25 by jmb]John Mark Bell2003-09-271-9/+16
| | | | | | Fix plugin image loading svn path=/import/netsurf/; revision=323
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-261-22/+4
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [project @ 2003-09-26 22:51:18 by jmb]John Mark Bell2003-09-261-1/+0
| | | | | | Let's try that again svn path=/import/netsurf/; revision=321
* [project @ 2003-09-26 22:29:02 by jmb]John Mark Bell2003-09-261-2/+7
| | | | | | Add debug LOG macro calls svn path=/import/netsurf/; revision=320
* [project @ 2003-09-26 21:58:11 by jmb]John Mark Bell2003-09-261-6/+8
| | | | | | Improve image filename discovery svn path=/import/netsurf/; revision=319
* [project @ 2003-09-26 16:52:53 by jmb]John Mark Bell2003-09-263-4/+23
| | | | | | Add Help option to Iconbar menu svn path=/import/netsurf/; revision=317
* [project @ 2003-09-24 21:40:40 by bursa]James Bursa2003-09-241-3/+12
| | | | | | Add NO_IFC tests. svn path=/import/netsurf/; revision=315
* [project @ 2003-09-24 21:23:28 by bursa]James Bursa2003-09-241-1/+1
| | | | | | Fix 26 build. svn path=/import/netsurf/; revision=314
* [project @ 2003-09-24 21:12:40 by bursa]James Bursa2003-09-242-7/+74
| | | | | | Use ImageFileConvert if available to render PNGs (using IFCLib). svn path=/import/netsurf/; revision=313
* [project @ 2003-09-22 23:20:10 by bursa]James Bursa2003-09-221-2/+2
| | | | | | Remove inline to fix 26-bit build. svn path=/import/netsurf/; revision=310
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-223-34/+13
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-22 21:46:07 by bursa]James Bursa2003-09-221-73/+72
| | | | | | Fix clipping for colspan cells. svn path=/import/netsurf/; revision=308
* [project @ 2003-09-21 22:47:08 by bursa]James Bursa2003-09-211-1/+1
| | | | | | Implement display: inline-block and work on textarea. svn path=/import/netsurf/; revision=307
* [project @ 2003-09-19 23:36:17 by bursa]James Bursa2003-09-191-35/+52
| | | | | | Start converting forms to use CSS properly. svn path=/import/netsurf/; revision=305
* [project @ 2003-09-17 21:47:21 by jmb]John Mark Bell2003-09-171-16/+16
| | | | | | Make applets load (untested). Plugin loading conforms closer to the spec svn path=/import/netsurf/; revision=302
* [project @ 2003-09-17 21:43:15 by jmb]John Mark Bell2003-09-171-2/+2
| | | | | | Fix about page HTMl a bit svn path=/import/netsurf/; revision=301
* [project @ 2003-09-17 12:58:19 by bursa]James Bursa2003-09-172-2/+4
| | | | | | Update plugin_redraw() parameters. svn path=/import/netsurf/; revision=297
* [project @ 2003-09-17 12:57:33 by bursa]James Bursa2003-09-171-33/+39
| | | | | | Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296
* [project @ 2003-09-16 20:02:55 by jmb]John Mark Bell2003-09-163-1/+298
| | | | | | Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294
* [project @ 2003-09-16 19:53:59 by jmb]John Mark Bell2003-09-161-23/+185
| | | | | | Streaming plugin support, beginnings of URL_Access support, fix codebase for ActiveX Flash objects svn path=/import/netsurf/; revision=293