summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2003-12-26 18:18:17 by jmb]John Mark Bell2003-12-264-1/+27
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446
* [project @ 2003-12-26 16:21:46 by bursa]James Bursa2003-12-261-0/+1
| | | | | | Rewrite get_host_from_url() to use uri library. svn path=/import/netsurf/; revision=444
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-15/+22
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-21 23:31:35 by jmb]John Mark Bell2003-12-211-6/+6
| | | | | | Disable frames for the moment. svn path=/import/netsurf/; revision=440
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-217-307/+224
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-12-21 22:05:05 by jmb]John Mark Bell2003-12-211-4/+2
| | | | | | Clean up version string related mess. svn path=/import/netsurf/; revision=438
* [project @ 2003-12-21 02:27:22 by bursa]James Bursa2003-12-213-7/+102
| | | | | | Improved scrolling by mouse and keyboard. svn path=/import/netsurf/; revision=437
* [project @ 2003-12-19 17:27:39 by bursa]James Bursa2003-12-191-2/+2
| | | | | | Fix buffer overflow. svn path=/import/netsurf/; revision=436
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-192-4/+4
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-12-19 01:25:15 by jmb]John Mark Bell2003-12-191-2/+2
| | | | | | Fixup to work with existing code svn path=/import/netsurf/; revision=434
* [project @ 2003-12-19 01:00:22 by jmb]John Mark Bell2003-12-192-37/+8
| | | | | | | Add build date to Info dialog. Move populate_version into utils svn path=/import/netsurf/; revision=433
* [project @ 2003-12-19 00:40:28 by bursa]James Bursa2003-12-194-117/+111
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-12-15 12:58:58 by bursa]James Bursa2003-12-151-21/+15
| | | | | | Limit default window size, fix some warnings. svn path=/import/netsurf/; revision=430
* [project @ 2003-12-14 18:10:59 by bursa]James Bursa2003-12-141-4/+4
| | | | | | Toggle size to full height only, fix empty window crash. svn path=/import/netsurf/; revision=429
* [project @ 2003-12-12 01:33:38 by bursa]James Bursa2003-12-122-99/+162
| | | | | | Improve toggle-size and window extent behaviour. svn path=/import/netsurf/; revision=428
* [project @ 2003-12-11 01:23:57 by bursa]James Bursa2003-12-113-68/+142
| | | | | | Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
* [project @ 2003-12-10 23:12:03 by bursa]James Bursa2003-12-101-2/+8
| | | | | | Dump stylesheets on F9. svn path=/import/netsurf/; revision=423
* [project @ 2003-11-20 00:16:31 by bursa]James Bursa2003-11-206-456/+181
| | | | | | Clean up and simplify themes, remove old history code. svn path=/import/netsurf/; revision=420
* [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