summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2004-03-05 17:08:28 by jmb]John Mark Bell2004-03-051-3/+5
| | | | | | Let's try again... svn path=/import/netsurf/; revision=586
* [project @ 2004-03-05 16:55:31 by jmb]John Mark Bell2004-03-051-7/+7
| | | | | | Attempt to fix bad xstrdup. svn path=/import/netsurf/; revision=585
* [project @ 2004-03-05 16:34:31 by jmb]John Mark Bell2004-03-051-1/+29
| | | | | | Add support for dragging in URI files svn path=/import/netsurf/; revision=584
* [project @ 2004-03-05 13:23:48 by jmb]John Mark Bell2004-03-051-2/+15
| | | | | | | Fix memory leak when fgets fails. Add debugging round early part of gui_init svn path=/import/netsurf/; revision=583
* [project @ 2004-03-04 23:15:17 by jmb]John Mark Bell2004-03-041-7/+53
| | | | | | Add support for double clicking on / dragging in URL files. svn path=/import/netsurf/; revision=582
* [project @ 2004-03-03 00:19:47 by bursa]James Bursa2004-03-031-8/+81
| | | | | | Handle DataLoads to iconbar, canonicalise path when loading files. svn path=/import/netsurf/; revision=579
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-7/+1
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-1/+2
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-27 14:09:15 by bursa]James Bursa2004-02-271-9/+75
| | | | | | Implement option_language. svn path=/import/netsurf/; revision=574
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-107/+54
| | | | | | Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-73/+27
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-23 00:25:09 by bursa]James Bursa2004-02-231-0/+5
| | | | | | Workaround for window closing crash. svn path=/import/netsurf/; revision=565
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-7/+9
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-01-31 19:14:06 by jmb]John Mark Bell2004-01-311-2/+2
| | | | | | Fix positioning of caret in URL bar svn path=/import/netsurf/; revision=520
* [project @ 2004-01-28 18:37:56 by bursa]James Bursa2004-01-281-392/+330
| | | | | | Clean up gui_poll() / gui_multitask() mess, add hourglass. svn path=/import/netsurf/; revision=513
* [project @ 2004-01-20 20:13:43 by jmb]John Mark Bell2004-01-201-8/+16
| | | | | | View source for CSS files. svn path=/import/netsurf/; revision=492
* [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