summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure gtk windows have a default favicon at creation.Vincent Sanders2015-06-301-4/+11
* Fix missing unistd includes to allow building with older headersVincent Sanders2015-06-292-1/+3
* Add missing include to gtk scaffoldingVincent Sanders2015-06-291-0/+1
* fix glib resource API usage even when gresource was disabledVincent Sanders2015-06-291-0/+9
* Improve resource code to not try and use g_resource calls when disabled.Vincent Sanders2015-06-291-1/+5
* Allow gtk preferences language selection resource to be inlineVincent Sanders2015-06-252-41/+138
* Fix error reporting from fetch_startVincent Sanders2015-06-244-47/+79
* Update GTK url bar completion to navigate on selectionVincent Sanders2015-06-233-60/+142
* Change gtk message and language handling to use resource namesVincent Sanders2015-06-238-39/+62
* Allow GTK to include inline resources for default cssVincent Sanders2015-06-222-0/+6
* fix unused variable warning in framebuffer Message loadingVincent Sanders2015-06-221-1/+4
* Scale cached favicons before they are cached. This avoids the need to scale ...Chris Young2015-06-223-2/+10
* Remove the overwrite check in bitmap_save as it causes duplicate overwrite re...Chris Young2015-06-221-4/+0
* Add an appropriate file extension when saving, or leave the existing if we're...Chris Young2015-06-221-3/+30
* Don't need gtkdefault.css now.Michael Drake2015-06-223-14/+1
* Consolidate default style.Michael Drake2015-06-222-20/+8
* fixup missing lincludes from messages API updateVincent Sanders2015-06-223-0/+3
* Allow translation messages to be compiled in as GTK resourcesVincent Sanders2015-06-216-31/+192
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-2114-31/+90
* Move the browser identification and machine info logging.Vincent Sanders2015-06-212-9/+20
* Change GTK resource path to use the users netsurf directoryVincent Sanders2015-06-211-2/+37
* Clean up doxygen errors in image handlers.Vincent Sanders2015-06-213-8/+11
* Space ARexx menu items correctly.Chris Young2015-06-211-1/+2
* Fix the capitalisation of "New tab" to matach "New window" etc.Chris Young2015-06-211-1/+1
* Require gadtools 53.7Chris Young2015-06-201-2/+2
* Stop unused variable warning when no core image handlers are enabled.Vincent Sanders2015-06-181-2/+2
* Fix cocoa_bitmap_modified scope error introduced in cleanupVincent Sanders2015-06-181-1/+1
* Fix several warnings in cocoa frontendVincent Sanders2015-06-185-121/+116
* Add direct resources to GTKVincent Sanders2015-06-176-104/+346
* Allow the resource scheme to provide data directly.Vincent Sanders2015-06-173-50/+196
* Change gtk to use resource API for throbberVincent Sanders2015-06-175-86/+60
* Make GTK resource handling configurableVincent Sanders2015-06-175-17/+76
* Add legacy support for inline pixbuf usageVincent Sanders2015-06-172-16/+44
* update default gtk window icon source to use resourcesVincent Sanders2015-06-173-5/+9
* Change GTK UI builder handling to use resource APIVincent Sanders2015-06-1724-561/+983
* Add links to dutch resources for gtk frontendVincent Sanders2015-06-173-0/+3
* Prettify pull-down (not context) menu.Chris Young2015-06-162-36/+47
* Remove some workarounds to make image menus conform better on OS4.1u6. They ...Chris Young2015-06-161-31/+2
* move gtk menu cursor creation into separate resourec handling moduleVincent Sanders2015-06-044-15/+75
* Only iterate the form when freeing a control if there is one.Daniel Silverstone2015-06-031-14/+16
* Updated Dutch messages for NetSurfDick Tanis2015-06-021-115/+157
* Set the default cache size on RISC OS to zero (off)Vincent Sanders2015-06-011-1/+6
* use logfile as variable name as cocoa gives an error about the symbol type of...Vincent Sanders2015-05-291-8/+8
* Improve logging interface to reduce overheadVincent Sanders2015-05-292-22/+20
* Allow verbose logging to be directed to a fileVincent Sanders2015-05-291-1/+34
* fixup logging macros that incorrectly override the LOG() macro nameVincent Sanders2015-05-284-4/+4
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-2832-208/+208
* Fixup javascript logging to cope with new varadic LOG macroVincent Sanders2015-05-284-5/+5
* Change LOG() macro to be varadicVincent Sanders2015-05-28209-2617/+1921
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-2861-4858/+4862