summaryrefslogtreecommitdiff
path: root/riscos/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-3/+6
| | | | | | | 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-0/+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-19 00:40:28 by bursa]James Bursa2003-12-191-0/+15
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-061-1/+1
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-09-26 16:52:53 by jmb]John Mark Bell2003-09-261-4/+7
| | | | | | Add Help option to Iconbar menu svn path=/import/netsurf/; revision=317
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-1/+1
| | | | | | 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-3/+3
| | | | | | Break out dialog related code from gui.c. svn path=/import/netsurf/; revision=251
* [project @ 2003-08-21 21:39:07 by bursa]James Bursa2003-08-211-0/+233
Break out menu related code. svn path=/import/netsurf/; revision=245