summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2005-03-20 14:57:19 by rjw]Richard Wilson2005-03-201-8/+27
| | | | | | Further work towards configurable toolbars. svn path=/import/netsurf/; revision=1551
* [project @ 2005-03-20 01:55:48 by jmb]John Mark Bell2005-03-201-1/+6
| | | | | | Explicitly copy result of getenv(NetSurf$Dir) as not doing so will break things with latest UnixLib (as the result gets freed next time getenv is called). svn path=/import/netsurf/; revision=1549
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-12/+12
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-02-22 23:36:14 by bursa]James Bursa2005-02-221-52/+2
| | | | | | Reimplement font family support, part 1. svn path=/import/netsurf/; revision=1524
* [project @ 2005-02-21 21:10:48 by bursa]James Bursa2005-02-211-18/+29
| | | | | | Check rufl_init() for errors. Rename gui_signal() to ro_gui_signal(). svn path=/import/netsurf/; revision=1522
* [project @ 2005-02-20 13:19:19 by bursa]James Bursa2005-02-201-9/+8
| | | | | | Font rewrite, part 3. Note that Draw export and printing are broken by these changes. svn path=/import/netsurf/; revision=1519
* [project @ 2005-02-09 00:16:38 by rjw]Richard Wilson2005-02-091-2/+2
| | | | | | Make URL completion only respond to Adjust clicks once. svn path=/import/netsurf/; revision=1509
* [project @ 2005-02-07 23:00:09 by rjw]Richard Wilson2005-02-071-7/+35
| | | | | | Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling svn path=/import/netsurf/; revision=1499
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-3/+24
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-03 20:49:43 by bursa]James Bursa2005-02-031-20/+76
| | | | | | "IEURL" (1ba) file support. svn path=/import/netsurf/; revision=1489
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-2/+27
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-01-29 16:17:23 by bursa]James Bursa2005-01-291-0/+1
| | | | | | Make DA max size 128M. svn path=/import/netsurf/; revision=1475
* [project @ 2005-01-24 22:14:59 by bursa]James Bursa2005-01-241-1/+1
| | | | | | Simplify browser_window_go(). Replace browser_window_go_post() with browser_window_go() where possible. svn path=/import/netsurf/; revision=1466
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-231-9/+13
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-131-0/+1
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-031-1/+1
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-42/+81
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [project @ 2004-11-29 21:47:00 by bursa]James Bursa2004-11-291-31/+39
| | | | | | Open the home page when NetSurf is run when it is already running. svn path=/import/netsurf/; revision=1376
* [project @ 2004-11-04 01:19:46 by rjw]Richard Wilson2004-11-041-18/+5
| | | | | | Toolbar separator icons are now displayed. svn path=/import/netsurf/; revision=1342
* [project @ 2004-11-03 23:27:15 by bursa]James Bursa2004-11-031-1/+1
| | | | | | Fix printing and improve error handling during printing. svn path=/import/netsurf/; revision=1341
* [project @ 2004-11-03 02:29:01 by rjw]Richard Wilson2004-11-031-1/+11
| | | | | | Changing screenmodes causes font handles to be refound. svn path=/import/netsurf/; revision=1338
* [project @ 2004-10-17 22:13:34 by jmb]John Mark Bell2004-10-171-0/+13
| | | | | | Lose hard-coded stylesheet URLs. svn path=/import/netsurf/; revision=1323
* [project @ 2004-10-01 21:33:20 by jmb]John Mark Bell2004-10-011-7/+7
| | | | | | Oops, missed this from last checkin. svn path=/import/netsurf/; revision=1298
* [project @ 2004-10-01 00:06:49 by jmb]John Mark Bell2004-10-011-1/+1
| | | | | | Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296
* [project @ 2004-09-29 20:13:42 by jmb]John Mark Bell2004-09-291-1/+1
| | | | | | | Write heuristically-generated font names to choices file - should speed up program load a bit. Heuristic is re-run each time the choices file is saved. svn path=/import/netsurf/; revision=1294
* [project @ 2004-09-27 05:21:00 by jmb]John Mark Bell2004-09-271-14/+71
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [project @ 2004-09-24 23:52:40 by jmb]John Mark Bell2004-09-241-0/+3
| | | | | | German translation support (needs templates et al.) svn path=/import/netsurf/; revision=1282
* [project @ 2004-09-13 23:56:18 by jmb]John Mark Bell2004-09-131-0/+6
| | | | | | | Make fonts user-configurable. This loses font-style support, though it shouldn't be hard to put it back again. svn path=/import/netsurf/; revision=1274
* [project @ 2004-09-07 23:14:31 by rjw]Richard Wilson2004-09-071-1/+1
| | | | | | Norcroft fix and update relating to CVS filename change svn path=/import/netsurf/; revision=1272
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-27/+12
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-26 22:58:19 by joty]John Tytgat2004-08-261-6/+8
| | | | | | | warn_user() : made warn_buffer static local. die() : a too long error message is now correctly NUL terminated; got rid of static variable. svn path=/import/netsurf/; revision=1251
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-9/+9
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-08-13 00:55:59 by jmb]John Mark Bell2004-08-131-1/+24
| | | | | | | | Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality. Note: This is now configurable via an option (defaults to OFF) This has only really been tested with the Flash plugin and seems to work reasonably. svn path=/import/netsurf/; revision=1216
* [project @ 2004-08-11 21:36:30 by jmb]John Mark Bell2004-08-111-3/+1
| | | | | | Make message handling more robust svn path=/import/netsurf/; revision=1212
* [project @ 2004-08-11 16:38:04 by jmb]John Mark Bell2004-08-111-2/+1
| | | | | | Add gui and plugin sources missed from previous checkin svn path=/import/netsurf/; revision=1210
* [project @ 2004-08-09 09:05:34 by jmb]John Mark Bell2004-08-091-1/+2
| | | | | | Ignore dataloadack unless we actually expected it svn path=/import/netsurf/; revision=1205
* [project @ 2004-08-09 06:28:56 by jmb]John Mark Bell2004-08-091-2/+44
| | | | | | | Printing support. Some issues remain - see the todo list at the top of print.c for more details svn path=/import/netsurf/; revision=1199
* [project @ 2004-08-08 20:16:17 by rjw]Richard Wilson2004-08-081-1/+5
| | | | | | Internal changes for theme handling. Tinct is now an external resource. svn path=/import/netsurf/; revision=1196
* [project @ 2004-08-01 23:58:26 by jmb]John Mark Bell2004-08-011-0/+1
| | | | | | Allow dragging in of CSS files svn path=/import/netsurf/; revision=1176
* [project @ 2004-07-31 12:56:25 by jmb]John Mark Bell2004-07-311-0/+3
| | | | | | Prevent UnixLib munging suffixes svn path=/import/netsurf/; revision=1169
* [project @ 2004-07-30 16:16:07 by bursa]James Bursa2004-07-301-1/+2
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-28 23:07:52 by bursa]James Bursa2004-07-281-29/+46
| | | | | | Implement gui_init2() and move RISC OS-specific code in main() to it. Use intro page if option_homepage_url is "". svn path=/import/netsurf/; revision=1158
* [project @ 2004-07-26 20:13:45 by atimmins]Andrew Timmins2004-07-261-3/+11
| | | | | | Updated to support new config options (homepage, open on startup). Bug fixes with new config pane window (sticky selected radio icon bug!). Also includes up-to-date French templates. svn path=/import/netsurf/; revision=1150
* [project @ 2004-07-25 20:45:15 by rjw]Richard Wilson2004-07-251-0/+2
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-25 19:25:26 by atimmins]Andrew Timmins2004-07-251-1/+1
| | | | | | Updated to support paned config dialog. svn path=/import/netsurf/; revision=1143
* [project @ 2004-07-18 22:58:40 by jmb]John Mark Bell2004-07-181-4/+3
| | | | | | Remove unused variable from gui_init. Correctly apostrophise don't before Chocky complains. svn path=/import/netsurf/; revision=1101
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-181-3/+22
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-181-1/+1
| | | | | | Improve form control interaction code. Replace box_under_area() with simpler box_at_point(). Detect objects for menu once on menu opening. Remove obsolete text selection code. svn path=/import/netsurf/; revision=1096
* [project @ 2004-07-17 23:32:08 by bursa]James Bursa2004-07-171-50/+0
| | | | | | Rewrite and simplify mouse click handling. svn path=/import/netsurf/; revision=1094
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-280/+303
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092