summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-8/+9
| | | | | | | 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-1/+8
| | | | | | | | 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 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 22:10:15 by jmb]John Mark Bell2003-12-211-1/+1
| | | | | | 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-7/+91
| | | | | | Improved scrolling by mouse and keyboard. svn path=/import/netsurf/; revision=437
* [project @ 2003-12-19 00:40:28 by bursa]James Bursa2003-12-191-30/+32
| | | | | | 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-121-99/+161
| | | | | | 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-111-0/+97
| | | | | | Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
* [project @ 2003-11-20 00:16:31 by bursa]James Bursa2003-11-201-69/+30
| | | | | | 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-2/+4
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-071-0/+612
Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408