summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-02-13 23:18:29 by bursa]James Bursa2004-02-131-1/+1
| | | | | | Fix proxy host icon. svn path=/import/netsurf/; revision=539
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-1/+54
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-73/+109
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-01-25 21:40:45 by jmb]John Mark Bell2004-01-251-1/+3
| | | | | | Plot preview sprite with mask and palette svn path=/import/netsurf/; revision=505
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-4/+20
| | | | | | | 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-27 00:11:57 by jmb]John Mark Bell2003-12-271-8/+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-5/+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-0/+10
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446
* [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-19 17:11:07 by bursa]James Bursa2003-12-191-3/+2
| | | | | | 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-191-3/+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-191-87/+63
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-151-1/+0
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-08 21:47:10 by jmb]John Mark Bell2003-11-081-0/+3
| | | | | | | | | 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-07 23:51:13 by bursa]James Bursa2003-11-071-8/+4
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-2/+5
| | | | | | | | | | 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-08-28 19:21:27 by bursa]James Bursa2003-08-281-3/+1
| | | | | | Start implementing download window. svn path=/import/netsurf/; revision=255
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-12/+370
| | | | | | 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-0/+256
Break out dialog related code from gui.c. svn path=/import/netsurf/; revision=251