summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-06215-2170/+3497
* use nslog library for logging if available.Vincent Sanders2017-09-036-100/+193
* slightly amend how user config is includedVincent Sanders2017-08-302-4/+5
* clean up whitespace and indentationVincent Sanders2017-08-301-38/+37
* add logging library to required librariesVincent Sanders2017-08-301-1/+1
* add dnf package managementVincent Sanders2017-08-301-7/+27
* Messages: Correct code comment.Michael Drake2017-08-301-1/+1
* Errorcodes: Add SPRITE_ERROR and use it in sprite content handler.Michael Drake2017-08-303-1/+6
* Sprite content handler: Ensure we broadcast error on librosprite error.Michael Drake2017-08-291-0/+1
* Sprite content handler: Fix leaked rosprite_mem_context on rosprite_load error.Michael Drake2017-08-291-4/+11
* Messages: Return the unknown message if we get to the unhandled errorcode.Michael Drake2017-08-281-0/+1
* RSVG content handler: Remove unused assignement.Michael Drake2017-08-281-1/+0
* HTML CSS handler: event->data.error is invalid for errorcode.Michael Drake2017-08-281-1/+1
* Search web: Ensure hlcache callbacks handle errorcode.Michael Drake2017-08-281-0/+2
* HTML object hlcache callback: Ensure final fetch completion triggers reformat.Michael Drake2017-08-281-1/+2
* HTML object hlcache callback: Errorcode without box is OK.Michael Drake2017-08-281-1/+3
* hlcache content callback: Use designated initialiser for hlcache_event.Michael Drake2017-08-281-4/+3
* Messages: Do message lookups for all errorcodes.Michael Drake2017-08-281-4/+55
* Tests: Squash warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEF...Michael Drake2017-08-281-1/+1
* Errorcodes: Remove redundant MNG error.Michael Drake2017-08-283-6/+0
* Whitespace: Tidy up errorcodes.Michael Drake2017-08-281-53/+22
* Browser favicon: Handle errorcode in the hlcache callback.Michael Drake2017-08-281-0/+1
* HTML script handling: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-8/+3
* HTML content handler: Ensure script fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+3
* HTML content handler: Ensure object fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+1
* CSS content handler: Ensure fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+1
* Plain text content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-6/+2
* SVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-4/+1
* RSVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-282-15/+8
* PNG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-282-11/+6
* Sprite content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-5/+2
* initialise event struct correctly to avoid compiler warningVincent Sanders2017-08-271-1/+3
* remove unecessary textarea includeVincent Sanders2017-08-271-1/+1
* ICO content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-272-8/+5
* GIF content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-272-9/+8
* BMP content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-272-9/+6
* CSS content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-12/+5
* Content API: Avoid content message copy in content user callback.Michael Drake2017-08-264-22/+47
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-2623-94/+98
* Fix bug 0002555: "No GC" alert when resizing the windowFrançois Revol2017-08-211-3/+0
* clean up atari treeview code, stop it including headers it does not needVincent Sanders2017-08-102-443/+465
* fix options document formattingVincent Sanders2017-07-311-207/+113
* fix redraw on window resizeJames Woodcock2017-07-301-3/+1
* Fix windows word splittingmjw2017-07-301-1/+1
* fix number of corestrings to testVincent Sanders2017-07-261-1/+8
* update cookie database tests to not use expired cookie dataVincent Sanders2017-07-263-48/+51
* Updated Italian translation from SamirChris Young2017-06-281-111/+116
* Don't double-convert stringChris Young2017-06-281-3/+1
* fix resource leak on error in local history initialisationVincent Sanders2017-06-121-14/+15
* remove depricated local history display APIVincent Sanders2017-06-114-384/+356