summaryrefslogtreecommitdiff
path: root/utils/messages.c
Commit message (Expand)AuthorAgeFilesLines
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-9/+16
* Messages: Correct code comment.Michael Drake2017-08-301-1/+1
* Errorcodes: Add SPRITE_ERROR and use it in sprite content handler.Michael Drake2017-08-301-0/+4
* Messages: Return the unknown message if we get to the unhandled errorcode.Michael Drake2017-08-281-0/+1
* Messages: Do message lookups for all errorcodes.Michael Drake2017-08-281-4/+55
* Errorcodes: Remove redundant MNG error.Michael Drake2017-08-281-4/+0
* Ensure memory used by Messages is freed on exitChris Young2016-12-111-0/+25
* message get API should not raise user errors itselfVincent Sanders2016-04-291-4/+1
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* Allow translation messages to be compiled in as GTK resourcesVincent Sanders2015-06-211-8/+113
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-1/+7
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+5
* fix doc commentsVincent Sanders2014-10-251-20/+20
* Improve the message loading API to return error codes.Vincent Sanders2014-10-251-81/+68
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-261-0/+96
* fix incorrect type in message loadingVincent Sanders2012-03-141-1/+1
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+31
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-281-2/+5
* Add support for gzipped Messages filesRob Kendrick2008-07-261-5/+8
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-4/+4
* Update project URL.Michael Drake2006-11-271-1/+1
* Fix attempts to call die() before messages_hash exists:John Mark Bell2006-10-121-9/+24
* Make Messages file parsing and searching use new re-usable hash table libraryRob Kendrick2006-08-211-80/+58
* Slightly improve hash table for Messages file. Paves way for more generic us...Rob Kendrick2006-08-191-5/+14
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-18/+1
* [project @ 2004-07-27 20:44:46 by jmb]John Mark Bell2004-07-271-0/+17
* [project @ 2004-05-12 10:23:07 by rjw]Richard Wilson2004-05-121-1/+1
* [project @ 2004-05-08 18:13:27 by bursa]James Bursa2004-05-081-58/+76
* [project @ 2003-08-16 18:39:10 by bursa]James Bursa2003-08-161-0/+134