summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-9/+54
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-29 22:50:43 by jmb]John Mark Bell2003-12-291-1/+5
| | | | | | Add some debugging. svn path=/import/netsurf/; revision=470
* [project @ 2003-12-28 02:35:46 by jmb]John Mark Bell2003-12-281-1/+3
| | | | | | | | | | | Remove expired cookies from the cookiejar. Cookies are removed every time a window is closed and when NetSurf is quit. /me slaps libcurl for not doing it itself. Make cookie_create() read the cookie jar location from the messages file. svn path=/import/netsurf/; revision=463
* [project @ 2003-12-27 23:49:31 by jmb]John Mark Bell2003-12-271-0/+1
| | | | | | | | Add about:cookies. Tidy special URL handling code (it's now been moved into url_join in utils.c). svn path=/import/netsurf/; revision=461
* [project @ 2003-12-27 04:50:02 by jmb]John Mark Bell2003-12-271-1/+12
| | | | | | Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-19/+19
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-261-2/+1
| | | | | | | | Move constant global data into a new file. This makes things a bit tidier. Add help: and home: shortcut URLs. svn path=/import/netsurf/; revision=449
* [project @ 2003-12-26 18:18:17 by jmb]John Mark Bell2003-12-261-1/+3
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-211-4/+4
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-12-21 02:27:22 by bursa]James Bursa2003-12-211-0/+10
| | | | | | Improved scrolling by mouse and keyboard. svn path=/import/netsurf/; revision=437
* [project @ 2003-12-11 01:23:57 by bursa]James Bursa2003-12-111-68/+42
| | | | | | 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-201-20/+9
| | | | | | 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-151-0/+8
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [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-071-1015/+435
| | | | | | 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-061-15/+24
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [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-251-1/+2
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-251-3/+4
| | | | | | 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-231-0/+1
| | | | | | | | | | 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-05 23:30:21 by rob]Rob Jackson2003-10-051-3/+122
| | | | | | Implemented download window interface, and modified ro_drag_info struct svn path=/import/netsurf/; revision=345
* [project @ 2003-10-01 00:26:42 by jmb]John Mark Bell2003-10-011-143/+5
| | | | | | 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-301-239/+1
| | | | | | 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-281-145/+0
| | | | | | Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330
* [project @ 2003-09-26 16:52:53 by jmb]John Mark Bell2003-09-261-0/+15
| | | | | | Add Help option to Iconbar menu svn path=/import/netsurf/; revision=317
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-221-19/+11
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [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-161-1/+9
| | | | | | Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294
* [project @ 2003-09-10 21:44:10 by bursa]James Bursa2003-09-101-7/+42
| | | | | | Reformat page when browser window is resized. svn path=/import/netsurf/; revision=280
* [project @ 2003-09-10 17:10:25 by bursa]James Bursa2003-09-101-8/+3
| | | | | | Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
* [project @ 2003-09-09 19:25:28 by jmb]John Mark Bell2003-09-091-1/+55
| | | | | | Forms: [input type=image] support, passwords are now displayed as asterisks svn path=/import/netsurf/; revision=275
* [project @ 2003-09-08 22:46:20 by bursa]James Bursa2003-09-081-360/+2
| | | | | | Split out html_redraw(). svn path=/import/netsurf/; revision=271
* [project @ 2003-09-05 14:35:36 by bursa]James Bursa2003-09-051-5/+8
| | | | | | Fix wimp message queueing. svn path=/import/netsurf/; revision=267
* [project @ 2003-08-30 21:45:03 by bursa]James Bursa2003-08-301-2/+17
| | | | | | Make page background colour work properly. svn path=/import/netsurf/; revision=263
* [project @ 2003-08-28 19:21:27 by bursa]James Bursa2003-08-281-2/+5
| | | | | | Start implementing download window. svn path=/import/netsurf/; revision=255
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-450/+0
| | | | | | Fix negative dimensions, more gui cleanup. svn path=/import/netsurf/; revision=252
* [project @ 2003-08-26 22:37:32 by bursa]James Bursa2003-08-261-281/+44
| | | | | | Break out dialog related code from gui.c. svn path=/import/netsurf/; revision=251
* [project @ 2003-08-24 22:39:55 by jmb]John Mark Bell2003-08-241-3/+82
| | | | | | Make plugins work. Improve initialisation of AcornURI. Add support for <iframe> (still needs rendering tweaks). Add Ctrl-F2 key sequence to close window. svn path=/import/netsurf/; revision=246
* [project @ 2003-08-21 21:39:07 by bursa]James Bursa2003-08-211-212/+13
| | | | | | Break out menu related code. svn path=/import/netsurf/; revision=245
* [project @ 2003-07-30 13:06:22 by jmb]John Mark Bell2003-07-301-38/+42
| | | | | | Add support for Acorn URI Protocol and URI files (Rob Jackson) svn path=/import/netsurf/; revision=242
* [project @ 2003-07-22 22:13:44 by jmb]John Mark Bell2003-07-221-0/+12
| | | | | | Enable viewing HTML source when F8 is pressed svn path=/import/netsurf/; revision=241
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-59/+97
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-07-17 15:37:36 by jmb]John Mark Bell2003-07-171-4/+5
| | | | | | move scrap directory svn path=/import/netsurf/; revision=229
* [project @ 2003-07-16 17:39:07 by bursa]James Bursa2003-07-161-0/+4
| | | | | | Dump cache on F10. svn path=/import/netsurf/; revision=226
* [project @ 2003-07-15 18:06:52 by bursa]James Bursa2003-07-151-0/+5
| | | | | | Dump box tree on F9. svn path=/import/netsurf/; revision=221
* [project @ 2003-07-15 14:37:34 by bursa]James Bursa2003-07-151-51/+62
| | | | | | Implement html_redraw. svn path=/import/netsurf/; revision=218
* [project @ 2003-07-02 14:32:21 by bursa]James Bursa2003-07-021-6/+7
| | | | | | Dither colours. svn path=/import/netsurf/; revision=201
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+7
| | | | | | New file headers. svn path=/import/netsurf/; revision=190