summaryrefslogtreecommitdiff
path: root/gtk/gtk_bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-5/+5
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Fix nsgtk bitmap code warningsRob Kendrick2007-02-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=3188
* Fix almost all warnings in gtk/Rob Kendrick2007-02-101-2/+1
| | | | svn path=/trunk/netsurf/; revision=3173
* Merge GTK frames branch to trunk.John Mark Bell2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3075
* Update project URL.Michael Drake2006-11-271-6/+6
| | | | svn path=/trunk/netsurf/; revision=3073
* Merge 2818:HEAD of branches/dsilvers/gtk-bitmap-pretileDaniel Silverstone2006-08-091-7/+132
| | | | svn path=/trunk/netsurf/; revision=2824
* Fix some warnings and casting errors in GTK versionRob Kendrick2006-05-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=2575
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-2/+15
| | | | | | Reduce constant bitmap overhead per reference by moving to a flag word. Allow bitmaps to be reduced back to their raw data to free extra memory in a highly efficient manner. svn path=/import/netsurf/; revision=2089
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-211-1/+1
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-191-4/+1
| | | | | | Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-0/+9
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2. svn path=/import/netsurf/; revision=1761
* [project @ 2005-04-29 01:35:52 by rjw]Richard Wilson2005-04-291-1/+2
| | | | | | Only initialise canvases if we need to. svn path=/import/netsurf/; revision=1699
* [project @ 2004-12-25 11:37:35 by bursa]James Bursa2004-12-251-141/+141
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1409
* [project @ 2004-11-10 19:51:31 by rjw]Richard Wilson2004-11-101-0/+13
| | | | | | Further GIF optimisation to reduce flicker. svn path=/import/netsurf/; revision=1356
* [project @ 2004-10-17 21:51:06 by bursa]James Bursa2004-10-171-30/+0
| | | | | | Update to use plotters for HTML redraw. svn path=/import/netsurf/; revision=1322
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-0/+27
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-0/+131
Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265