summaryrefslogtreecommitdiff
path: root/utils/messages.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove nonsense commentsChris Young2016-12-111-3/+0
|
* Ensure memory used by Messages is freed on exitChris Young2016-12-111-0/+8
|
* cleanup seevral doxygen warningsVincent Sanders2016-09-131-0/+1
|
* Allow translation messages to be compiled in as GTK resourcesVincent Sanders2015-06-211-1/+3
|
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-3/+16
| | | | | | | | | | The translated message loading is dependant on configuration of resource location in each frontend, additionally they should have the ability to deal with errors in this loading in a implementation specific manner. This also extends the message loading API to be capable of loading from an inline memory buffer instead of from a file.
* Remove unused #include.Michael Drake2015-03-051-1/+0
|
* Improve the message loading API to return error codes.Vincent Sanders2014-10-251-3/+17
| | | | | | | Returning an error instead of simply calling die allows more robust error handling. Secondly initialisation may continue even if the messages have not been loaded which is more friendly than simply dropping dead with no communication to the user.
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-261-0/+9
|
* 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