summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 a new interface to the content to allow automaticaly scaled content redraws. This is intended to replace the thumbnail_redraw interface with something more generic.
* Add render to bitmap operations and update gtk to provide it.Vincent Sanders2015-04-223-27/+126
|
* Ensure we delink form controls when freeing themDaniel Silverstone2015-04-221-0/+19
|
* Remove webp image handlingVincent Sanders2015-04-2111-289/+0
| | | | | | | | | | | | | | | | The bitmap and image handling interfaces have changed within NetSurf and the webp image handling has not been fixed up appropriately to cope. After discussion with the other developers it has been decided that the webp support is not worth the necessary development effort to rewrite and maintain. The webp format is not in wide usage and Mozilla, Microsoft and Apple have not adopted it. This means the removal will not adversely impact NetSurf. Resolves:2310
* 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
|
* remove unrequired includes from riscos thumbnail headerVincent Sanders2015-04-192-5/+11
|
* Improve bitmap operation table interface documentation.Vincent Sanders2015-04-191-12/+56
|
* Remove unecessary includes from RISC OS bitmap header.Vincent Sanders2015-04-192-66/+103
| | | | | | The RISC OS bitmap header was including several headers it simply did not require. This removed those includes and also cleans up the documentation comments to completely cover the exported interface.
* Fix bounding on windows frontend window scrollingVincent Sanders2015-04-181-4/+24
|
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-179-25/+13
|
* Ensure GTK source viewer reports errors appropriately.Vincent Sanders2015-04-173-6/+18
|
* ensure memory is freed on error path in gtk viewdataVincent Sanders2015-04-171-0/+4
|
* Ensure gtk XDG editor handling never uses an unintialised value.Vincent Sanders2015-04-171-1/+2
|
* fix missing comma in beos operations tableVincent Sanders2015-04-173-5/+10
|
* add missing extern from struct declaration.Vincent Sanders2015-04-171-1/+1
|
* Add image handlers into doxygen generation pathVincent Sanders2015-04-171-1/+2
|
* change rsvg image handler to use bitmap operation tableVincent Sanders2015-04-171-10/+11
|
* fixup risc os sprite image handler to use bitmap operation tableVincent Sanders2015-04-171-10/+10
|
* fix forward reference in cocoa bitmap handlingVincent Sanders2015-04-171-21/+21
|
* convert cocoa frontend to bitmap operation tableVincent Sanders2015-04-163-2/+22
|
* convert beos to bitmap operation tableVincent Sanders2015-04-163-2/+32
|
* update amiga frontend to use bitmap operation tableVincent Sanders2015-04-169-128/+184
|
* Convert atari frontend to use bitmap operation tableVincent Sanders2015-04-166-224/+247
|
* Update RISC OS frontend to use bitmap operation tableVincent Sanders2015-04-158-169/+196
|
* Convert windows frontend to using bitmap operation tableVincent Sanders2015-04-154-27/+45
|
* Update monkey frontend to use bitmap operation table.Vincent Sanders2015-04-155-16/+66
|
* Convert framebuffer frontend to bitmap operations table.Vincent Sanders2015-04-146-22/+71
|
* chnage GTK frontend to using bitmap operation tableVincent Sanders2015-04-134-22/+42
|
* Move bitmap operations into an operation table.Vincent Sanders2015-04-1315-194/+324
| | | | | | | The generic bitmap handlers provided by each frontend are called back from the core and therefore should be in an operation table. This was one of the very few remaining interfaces stopping the core code from being split into a library.
* Fix win32 frontend bitmap creation with flagsVincent Sanders2015-04-121-1/+5
| | | | | | The windows win32 frontend bitmap creation was ignoring the creation flags, specifically those related to bitmap opacity so was plotting images as transparent even if they had no alpha channel values set.
* fix documentation errors in gtk introduced by recent updates.Vincent Sanders2015-04-122-6/+19
|
* clean up gtk gui header usage and includesVincent Sanders2015-04-129-13/+11
|
* actually add the files from the previous gtk ssl rework commitVincent Sanders2015-04-122-0/+171
|
* split out gtk SSL certificate verification dialog impementation.Vincent Sanders2015-04-124-116/+9
|
* Fixup gtk3 ssl certificate dialog and ensure its parent is set.Vincent Sanders2015-04-122-185/+165
|
* Refactor GTK toolbar handling to correctly cope with text labelsVincent Sanders2015-04-125-715/+704
|
* remove usage of deprecated gtk alignment interfaceVincent Sanders2015-04-115-59/+82
|