summaryrefslogtreecommitdiff
path: root/riscos/help.c
Commit message (Collapse)AuthorAgeFilesLines
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13548
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-18/+25
| | | | svn path=/trunk/netsurf/; revision=11741
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-13/+15
| | | | svn path=/trunk/netsurf/; revision=10865
* Remove redundant variableJohn Mark Bell2009-05-291-2/+1
| | | | svn path=/trunk/netsurf/; revision=7634
* - Compiler warning squashJohn Tytgat2008-07-261-4/+8
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Allow interactive help to be turned off (implement 1793020)Richard Wilson2007-10-101-0/+9
| | | | svn path=/trunk/netsurf/; revision=3631
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-12/+12
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-19/+19
| | | | svn path=/trunk/netsurf/; revision=2755
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-8/+18
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-64/+10
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-07-19 05:59:18 by adrianl]Adrian Lees2005-07-191-0/+6
| | | | | | Added search and print windows svn path=/import/netsurf/; revision=1808
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-4/+20
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [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