summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings about using integer absolute operations on floating point valuesVincent Sanders2015-05-212-13/+18
* Change how GDK image resources are compiled in.Vincent Sanders2015-05-202-3/+3
* Fix format string type missmatches on 32-bit systems.Michael Drake2015-05-121-3/+7
* Avoid generating confusing warning.Michael Drake2015-05-122-4/+1
* Fix the PNG handler crashing in low memory situations.Vincent Sanders2015-05-121-1/+13
* Improve the logge dinformation about written cache dataVincent Sanders2015-05-081-7/+7
* put assert back to protect against bad logic in frontend drag implementationsVincent Sanders2015-05-081-0/+4
* utility to translate public suffix data into a c codeVincent Sanders2015-05-061-0/+378
* Move the setting of block file extents to background maintinance.Vincent Sanders2015-05-041-16/+68
* remove assert if drag message contains an unknown type.Vincent Sanders2015-05-031-8/+12
* Silence incorrect warning from gcc 4.9Vincent Sanders2015-05-031-9/+19
* make global history treeview directory creation return error instead of abortingVincent Sanders2015-05-031-2/+11
* Remove legacy #undefMichael Drake2015-05-031-2/+0
* Use standard macros for monkey frontend mandantory pkg-config based librariesVincent Sanders2015-05-031-17/+17
* Update posix source version on monkey frontend to reflect oyr usage of scandirVincent Sanders2015-05-032-2/+2
* On OpenBSD framebuffer resource building should link the correct libraryVincent Sanders2015-05-031-1/+1
* Improve handling of compiler flags for resource tools with framebufferVincent Sanders2015-05-031-25/+36
* Ensure bandwidth minimum check is only performed when enough data hasVincent Sanders2015-04-301-6/+15
* Ensure small block cache files allocate their entire extent at open.Vincent Sanders2015-04-301-10/+18
* Remove unecessary dll from windows installer scriptVincent Sanders2015-04-291-2/+0
* Updated mingw32 toolchain names the regex library something differentVincent Sanders2015-04-281-1/+1
* Attempt to fix spurious plotter crashesChris Young2015-04-271-1/+8
* Revert "Attempt to avoid a crash in ami_plot()"Chris Young2015-04-271-2/+0
* Ensure result of ftell is checked for errorsVincent Sanders2015-04-261-0/+6
* Attempt to avoid a crash in ami_plot()Chris Young2015-04-251-0/+2