summaryrefslogtreecommitdiff
path: root/utils/messages.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+12
| | | | svn path=/trunk/netsurf/; revision=10865
* 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-1/+1
| | | | | | | | | | | | | | 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
* Make Messages file parsing and searching use new re-usable hash table libraryRob Kendrick2006-08-211-3/+7
| | | | svn path=/trunk/netsurf/; revision=2879
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-1/+0
| | | | | | | | | | | | | | | | | | - 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 @ 2004-07-27 20:44:46 by jmb]John Mark Bell2004-07-271-0/+1
| | | | | | | Language configuration menu Make adjust clicks on font size arrows style guide compliant svn path=/import/netsurf/; revision=1154
* [project @ 2004-05-12 10:23:07 by rjw]Richard Wilson2004-05-121-1/+1
| | | | | | | Interactive help keys made more descriptive. Message key length increased to 24. svn path=/import/netsurf/; revision=856
* [project @ 2004-05-08 18:13:27 by bursa]James Bursa2004-05-081-8/+9
| | | | | | Clean up and make more efficient. svn path=/import/netsurf/; revision=843
* [project @ 2003-08-16 18:39:10 by bursa]James Bursa2003-08-161-0/+27
New portable messages module. svn path=/import/netsurf/; revision=244