summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Style for about:imagecache page.Michael Drake2012-04-121-5/+16
* Make more readable and fix use double quotes for href attribute value.Michael Drake2012-04-121-3/+13
* Pass correct width/height values to textarea redraw callback when setting car...Michael Drake2012-04-121-6/+19
* Fix caret redraw height. Thanks to m0n0.Michael Drake2012-04-121-1/+1
* Init toolbar.Ole Loots2012-04-104-28/+27
* Initial support for (truecolor) image toolbar ( toolbar icons loaded from ima...Ole Loots2012-04-103-191/+338
* Added function load_iconOle Loots2012-04-102-8/+107
* Introduced BITMAPF_BUFFER_NATIVE and native image buffer, for fast redraw of ...Ole Loots2012-04-102-4/+6
* Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. Ole Loots2012-04-103-39/+77
* Just get glyph widths rather than the entire glyph when calculating sizes.Chris Young2012-04-091-11/+49
* Removed obsolete menu item struct member.Ole Loots2012-04-092-30/+29
* Removed debug output, text format changes...Ole Loots2012-04-093-14/+13
* Simplified keyboard-shortcut code: Don't use Messages file for Menu strings a...Ole Loots2012-04-091-231/+105
* Optimize redraw when window is on-top: do not intersect redraw areas with vis...Ole Loots2012-04-071-33/+97
* Added missing include.Ole Loots2012-04-071-1/+2
* Added linkage to libdom.Ole Loots2012-04-071-3/+7
* Added missing declaration of "html_redraw_debug". Ole Loots2012-04-071-1/+2
* 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