summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove bogus commentChris Young2015-04-251-2/+0
* As the content interface is now doing the scaling, we render to a native BitM...Chris Young2015-04-253-53/+50
* Keep the size of the bitmap and layers used for rendering in the structure it...Chris Young2015-04-251-6/+9
* Merge branch 'thumbnail-rework'Vincent Sanders2015-04-2442-1607/+1255
|\
| * Convert RISC OS to use bitmap render operationVincent Sanders2015-04-248-455/+371
| * Convert cocoa to use bitmap render APIVincent Sanders2015-04-243-101/+84
| * Convert windows to use the bitmap render interfaceVincent Sanders2015-04-243-109/+84
| * Convert beos to bitmap render APIVincent Sanders2015-04-243-334/+303
| * Convert atari to bitmap render interfaceVincent Sanders2015-04-244-26/+7
| * Update amiga to use bitmap render APIVincent Sanders2015-04-244-122/+81
| * Update monkey to use bitmap render APIVincent Sanders2015-04-243-33/+11
| * Convert framebuffer to use bitmap render from thumbnail APIVincent Sanders2015-04-233-101/+81
| * Remove unused thumbnail sources from core and gtkVincent Sanders2015-04-235-289/+2