summaryrefslogtreecommitdiff
path: root/riscos/help.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-138/+192
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-22 20:19:30 by rjw]Richard Wilson2005-03-221-2/+4
| | | | | | Add specific check for 'Floating Help' for interactive help messages svn path=/import/netsurf/; revision=1572
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-22/+32
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-1/+1
| | | | | | 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-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-1/+1
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-8/+8
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-07-25 20:45:15 by rjw]Richard Wilson2004-07-251-7/+11
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-21 20:02:13 by rjw]Richard Wilson2004-07-211-17/+46
| | | | | | Less compiler warnings. Fixed create_folder window title indirection from being too small. Support for help keys for greyed out menu items/icons. svn path=/import/netsurf/; revision=1135
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-20/+13
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-161-3/+23
| | | | | | Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-2/+2
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-05-23 11:22:10 by rjw]Richard Wilson2004-05-231-4/+16
| | | | | | Added detection for generic interactive help applications. svn path=/import/netsurf/; revision=890
* [project @ 2004-05-14 20:23:52 by joty]John Tytgat2004-05-141-12/+12
| | | | | | Removed compiler warning (and odd construction). svn path=/import/netsurf/; revision=865
* [project @ 2004-05-14 19:59:09 by rjw]Richard Wilson2004-05-141-2/+53
| | | | | | | | Interactive help tokens now fall back to their base key when not available. Help menu is now fully implemented. F1 opens the help page. svn path=/import/netsurf/; revision=864
* [project @ 2004-05-14 17:36:30 by rjw]Richard Wilson2004-05-141-31/+66
| | | | | | | Added support for more windows. Fixed separators reporting the parent menu help message. svn path=/import/netsurf/; revision=862
* [project @ 2004-05-12 10:23:07 by rjw]Richard Wilson2004-05-121-13/+13
| | | | | | | Interactive help keys made more descriptive. Message key length increased to 24. svn path=/import/netsurf/; revision=856
* [project @ 2004-05-11 23:40:07 by rjw]Richard Wilson2004-05-111-0/+152
Interactive help support. svn path=/import/netsurf/; revision=853