summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash when opening Preferences panel and Choices file doesn't exist:François Revel2012-04-072-9/+13
* Fix typo and unhide imagecache from about:aboutChris Young2012-04-071-1/+1
* Update NetSurf's system colours when OS prefs changeChris Young2012-04-071-0/+11
* Add Seeks <http://www.seeks-project.info/> to the list of search engines. Use...François Revel2012-04-072-0/+2
* Implement gui_launch_url() for GTK.François Revel2012-04-071-0/+11
* Convert to use image cacheChris Young2012-04-061-99/+71
* Removed unused variable.Ole Loots2012-04-041-4/+2
* This version was used to build release package of netsurf 2.9Ole Loots2012-04-041-7/+14
* Added script to invoke make process for different architecture. Ole Loots2012-04-041-0/+88
* Added script to compile all the libraries needed (build optimized for netsurf). Ole Loots2012-04-041-0/+625
* Move status basr left one pixelChris Young2012-04-021-1/+1
* Remove old commented out tagsChris Young2012-03-311-3/+0
* Change the status bar frameiclass to a gaugeiclass, as it is moreChris Young2012-03-311-2/+6
* Use the same default favicon as other platforms.Chris Young2012-03-314-2/+5
* Search user data dir first for resourcesChris Young2012-03-301-1/+7
* Use 'user' env-var to determine usernameChris Young2012-03-302-4/+16
* Fix the fix. (we used a different name for this struct member than on other p...François Revel2012-03-291-1/+1
* Update with new pathChris Young2012-03-282-4/+6
* Move user-specifics out of ResourcesChris Young2012-03-284-17/+29
* Add sobjs - libdom and libhubbub stubChris Young2012-03-282-10/+3
* convert node_presentational_hint_border_trbl_colorVincent Sanders2012-03-281-27/+48
* converted node_presentational_hint_border_spacingVincent Sanders2012-03-281-13/+25
* convert node_presentational_hint_widthVincent Sanders2012-03-281-41/+60
* convert node_presentational_hint_heightVincent Sanders2012-03-281-25/+37
* Use experimental libdom functions for named_ancestor_node, named_parent_node ...Michael Drake2012-03-281-133/+5
* Clean up blend_colour macro.Michael Drake2012-03-271-3/+3
* Return a colour (ABGR) from gui_system_colour_char() rather than aChris Young2012-03-271-2/+7
* Tag some 'safe' stringsChris Young2012-03-271-45/+45
* Fix lighten_colour and double_lighten_colour to prevent alpha bleeding into r...Michael Drake2012-03-271-10/+10
* Use gui_system_colours.Michael Drake2012-03-271-3/+3
* Remove gui_colour_* options.Michael Drake2012-03-272-18/+1
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-279-28/+10
* Constify param to gui_system_colour_char function.Michael Drake2012-03-2710-10/+10
* Use gui_ interface to get system colours, rather than nosoption_.Michael Drake2012-03-271-13/+13
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-263-2/+5
* fix buildChris Young2012-03-264-20/+5
* Squash implicit declaration of function 'html_get_box_tree' function by inclu...Michael Drake2012-03-261-0/+1
* Include render/html.h to fix build.Michael Drake2012-03-261-0/+1
* Include render/box.h and render/html.h to fix build.Michael Drake2012-03-261-0/+2
* Bring comment into line with use of libdom instead of libxml.Michael Drake2012-03-261-1/+1
* Don't need libxml.h in render/box.h now.Michael Drake2012-03-261-1/+0
* fix node_presentational_hint_font_sizeVincent Sanders2012-03-251-14/+22
* convert node_presentational_hint_floatVincent Sanders2012-03-251-23/+33
* Fix BeOS build:François Revel2012-03-254-5/+6
* Fix strict aliasing warningsJohn Mark Bell2012-03-251-4/+4
* Ensure error is initialisedJohn Mark Bell2012-03-251-3/+8
* Fix up border-{trbl}-style hintJohn Mark Bell2012-03-253-22/+65
* Make text-align hint less braindeadJohn Mark Bell2012-03-251-39/+40
* Make vertical align hint less braindeadJohn Mark Bell2012-03-253-143/+159
* Use system colours for scrollbar widget. Front ends must be updated to set t...Michael Drake2012-03-251-39/+31