summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - C89 againFrançois Revel2008-07-294-6/+12
* C89 againFrançois Revel2008-07-291-1/+2
* more obvious C89François Revel2008-07-292-2/+4
* gcc2 doesn't find CSS_FONT_SIZE_LENGTH, moved css_font_size_type to its own t...François Revel2008-07-291-5/+9
* - libjpeg & libpng are added from config options, no need to add them againFrançois Revel2008-07-291-3/+1
* Make install-gtk target obey NETSURF_GTK_RESOURCES, and add config option for...Rob Kendrick2008-07-292-15/+18
* First round of C89 fixes. Those should be obvious, hope I didn't introduce an...François Revel2008-07-294-14/+25
* - don't use haru pdf on BeOS yetFrançois Revel2008-07-293-1/+19
* Add NETSURF_USE_ARTWORKS to Makefile.configRob Kendrick2008-07-292-1/+5
* Fix makefileJohn Mark Bell2008-07-281-2/+2
* Convert svgtiny colours to BGR ordering when passing them to plotter APIs.John Mark Bell2008-07-281-2/+6
* A load of pedantic indenting, so I've half a chance of reading this in future.John Mark Bell2008-07-282-255/+264
* ro_save_draw_rectangle(): draw_CLOSE_LINE doesn't need parameters. This pote...John Tytgat2008-07-281-2/+2
* Fix cross-compile RISC OS build.John Tytgat2008-07-281-2/+3
* Gah. Re-enable Haru by default.Rob Kendrick2008-07-281-1/+1
* Whoops. Append, don't overwrite.Rob Kendrick2008-07-282-4/+4
* Make sure new Makefile works when cross-building to RISC OS, as well as when ...Rob Kendrick2008-07-281-2/+7
* Update building/packaging documentationRob Kendrick2008-07-282-11/+22
* Refactor Makefile a little to be slightly more organised. Made more features...Rob Kendrick2008-07-287-46/+131
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-2810-0/+16
* Fix native RISC OS build breakage caused by r4765. Thanks jmb.Michael Drake2008-07-271-0/+1
* - Include utils/config.h before each WITH_* test entiry enabling/disabling th...John Tytgat2008-07-2637-62/+144
* Install file added in last commitRob Kendrick2008-07-261-0/+1
* Add 16x16 NetSurf icon for use in desktop menus, as required my many environm...Rob Kendrick2008-07-261-0/+211
* Avoid installing svn meta dataRob Kendrick2008-07-261-2/+2
* Simple install target for default settings. Could be made more configurable ...Rob Kendrick2008-07-261-2/+19
* Reenable Haru by defaultRob Kendrick2008-07-261-1/+1
* Comment out code that causes segfaults on some GTK setups. It is unclear as ...Rob Kendrick2008-07-261-1/+4
* - Compiler warning squashJohn Tytgat2008-07-2672-1712/+1968
* Don't try to set up the old About box, which no longer exists.Rob Kendrick2008-07-262-9/+0
* Add mention of Makefile.config to packaging guide.Rob Kendrick2008-07-261-0/+9
* Update building docs to reflect new config file and libhdpfRob Kendrick2008-07-261-8/+14
* Fix compile warningRob Kendrick2008-07-261-1/+1
* Ensure the dependency files are rebuilt if Makefile.config changesDaniel Silverstone2008-07-261-2/+2
* Don't include gtk_print.h when Haru is disabled.Rob Kendrick2008-07-261-1/+2
* Make the auto-configuration message fit into the rest of the messages more ni...Daniel Silverstone2008-07-261-1/+1
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4431,...Rob Kendrick2008-07-2610-406/+481
* Revert accidental disabling of HaruRob Kendrick2008-07-261-1/+1
* Make using libpng only be enabled when NETSURF_USE_HARU_PDF is YES.Rob Kendrick2008-07-262-3/+3
* Add simple, experimental Makefile.config support.Rob Kendrick2008-07-268-19/+107
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-2659-156/+3527
* Remove if that was always true.Michael Drake2008-07-261-8/+6
* Add support for gzipped Messages filesRob Kendrick2008-07-262-6/+8
* Fix deletion from text gadgetsJohn Mark Bell2008-07-251-1/+1
* Remove unused sprites.Michael Drake2008-07-241-0/+0
* Fix working out whether a text is in an inline.Michael Drake2008-07-191-12/+21
* BOX_TEXT only plotted with background when parent is BOX_INLINE. (Fix "Explor...Michael Drake2008-07-191-1/+5
* Lose unused variableJohn Mark Bell2008-07-191-3/+4
* Fix inverted logic.John Mark Bell2008-07-191-3/+3
* Modify textarea_cut to allow caller to specify whether to place removed text ...John Mark Bell2008-07-191-17/+28