summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * change browser history to use bitmap render interface for thumbnailsVincent Sanders2015-04-231-8/+14
| * Change gtk bitmap render to use scaled content redraw.Vincent Sanders2015-04-231-4/+3
| * Add scaled content redraw interface.Vincent Sanders2015-04-232-2/+92
| * Add render to bitmap operations and update gtk to provide it.Vincent Sanders2015-04-223-27/+126
* | Highlight the mark element.Michael Drake2015-04-231-0/+5
* | Style HTML5's new block level elements as blocks.Michael Drake2015-04-231-0/+5
* | Remove duplicate branch in relative position handling.Michael Drake2015-04-231-5/+5
|/
* Ensure we delink form controls when freeing themDaniel Silverstone2015-04-221-0/+19
* Remove webp image handlingVincent Sanders2015-04-2111-289/+0
* remove unecessary include from beos bitmap headerVincent Sanders2015-04-201-3/+0
* Remove unecessary inclusion of the image bitmap headerVincent Sanders2015-04-204-5/+2
* rationalise atari plotters header usage.Vincent Sanders2015-04-1911-98/+95