summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pass correct width/height values to textarea redraw callback when setting ↵Michael Drake2012-04-121-6/+19
| | | | | | caret position. Reduces flicker. svn path=/trunk/netsurf/; revision=13851
* Fix caret redraw height. Thanks to m0n0.Michael Drake2012-04-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=13850
* Init toolbar.Ole Loots2012-04-104-28/+27
| | | | svn path=/trunk/netsurf/; revision=13849
* Initial support for (truecolor) image toolbar ( toolbar icons loaded from ↵Ole Loots2012-04-103-191/+338
| | | | | | image file, not from resource ). svn path=/trunk/netsurf/; revision=13848
* Added function load_iconOle Loots2012-04-102-8/+107
| | | | svn path=/trunk/netsurf/; revision=13847
* Introduced BITMAPF_BUFFER_NATIVE and native image buffer, for fast redraw of ↵Ole Loots2012-04-102-4/+6
| | | | | | bitmaps. svn path=/trunk/netsurf/; revision=13846
* Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. Ole Loots2012-04-103-39/+77
| | | | svn path=/trunk/netsurf/; revision=13845
* Just get glyph widths rather than the entire glyph when calculating sizes.Chris Young2012-04-091-11/+49
| | | | | | | This should be faster but isn't (probably still rendering the glyph internally) svn path=/trunk/netsurf/; revision=13843
* Removed obsolete menu item struct member.Ole Loots2012-04-092-30/+29
| | | | svn path=/trunk/netsurf/; revision=13842
* Removed debug output, text format changes...Ole Loots2012-04-093-14/+13
| | | | svn path=/trunk/netsurf/; revision=13841
* Simplified keyboard-shortcut code: Don't use Messages file for Menu strings ↵Ole Loots2012-04-091-231/+105
| | | | | | and accelerator definitions. These things are now taken from the RSC file. svn path=/trunk/netsurf/; revision=13840
* Optimize redraw when window is on-top: do not intersect redraw areas with ↵Ole Loots2012-04-071-33/+97
| | | | | | visible window rectangles. svn path=/trunk/netsurf/; revision=13833
* Added missing include.Ole Loots2012-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=13832
* Added linkage to libdom.Ole Loots2012-04-071-3/+7
| | | | svn path=/trunk/netsurf/; revision=13831
* Added missing declaration of "html_redraw_debug". Ole Loots2012-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=13830
* Fix a crash when opening Preferences panel and Choices file doesn't exist:François Revel2012-04-072-9/+13
| | | | | | | - add missing strdup(), - fix free() vs g_free() mixups. svn path=/trunk/netsurf/; revision=13824
* Fix typo and unhide imagecache from about:aboutChris Young2012-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=13823
* Update NetSurf's system colours when OS prefs changeChris Young2012-04-071-0/+11
| | | | svn path=/trunk/netsurf/; revision=13822
* Add Seeks <http://www.seeks-project.info/> to the list of search engines. ↵François Revel2012-04-072-0/+2
| | | | | | Use http for the favicon to avoid a cert popup. svn path=/trunk/netsurf/; revision=13821
* Implement gui_launch_url() for GTK.François Revel2012-04-071-0/+11
| | | | svn path=/trunk/netsurf/; revision=13820
* Convert to use image cacheChris Young2012-04-061-99/+71
| | | | svn path=/trunk/netsurf/; revision=13797
* Removed unused variable.Ole Loots2012-04-041-4/+2
| | | | svn path=/trunk/netsurf/; revision=13790
* This version was used to build release package of netsurf 2.9Ole Loots2012-04-041-7/+14
| | | | svn path=/trunk/netsurf/; revision=13789
* Added script to invoke make process for different architecture. Ole Loots2012-04-041-0/+88
| | | | svn path=/trunk/netsurf/; revision=13788
* Added script to compile all the libraries needed (build optimized for netsurf). Ole Loots2012-04-041-0/+625
| | | | svn path=/trunk/netsurf/; revision=13787
* Move status basr left one pixelChris Young2012-04-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=13786
* Remove old commented out tagsChris Young2012-03-311-3/+0
| | | | svn path=/trunk/netsurf/; revision=13784
* Change the status bar frameiclass to a gaugeiclass, as it is moreChris Young2012-03-311-2/+6
| | | | | | | aesthetically pleasing, and also allows us to show progress bar if it is possible to get this data from the core in the future. svn path=/trunk/netsurf/; revision=13783
* Use the same default favicon as other platforms.Chris Young2012-03-314-2/+5
| | | | svn path=/trunk/netsurf/; revision=13782
* Search user data dir first for resourcesChris Young2012-03-301-1/+7
| | | | svn path=/trunk/netsurf/; revision=13779
* Use 'user' env-var to determine usernameChris Young2012-03-302-4/+16
| | | | svn path=/trunk/netsurf/; revision=13778
* Fix the fix. (we used a different name for this struct member than on other ↵François Revel2012-03-291-1/+1
| | | | | | platforms) :p svn path=/trunk/netsurf/; revision=13770
* Update with new pathChris Young2012-03-282-4/+6
| | | | svn path=/trunk/netsurf/; revision=13769
* Move user-specifics out of ResourcesChris Young2012-03-284-17/+29
| | | | svn path=/trunk/netsurf/; revision=13768
* Add sobjs - libdom and libhubbub stubChris Young2012-03-282-10/+3
| | | | svn path=/trunk/netsurf/; revision=13767
* convert node_presentational_hint_border_trbl_colorVincent Sanders2012-03-281-27/+48
| | | | svn path=/trunk/netsurf/; revision=13760
* converted node_presentational_hint_border_spacingVincent Sanders2012-03-281-13/+25
| | | | svn path=/trunk/netsurf/; revision=13759
* convert node_presentational_hint_widthVincent Sanders2012-03-281-41/+60
| | | | svn path=/trunk/netsurf/; revision=13758
* convert node_presentational_hint_heightVincent Sanders2012-03-281-25/+37
| | | | svn path=/trunk/netsurf/; revision=13757
* Use experimental libdom functions for named_ancestor_node, named_parent_node ↵Michael Drake2012-03-281-133/+5
| | | | | | and parent_node selection callbacks. svn path=/trunk/netsurf/; revision=13756
* Clean up blend_colour macro.Michael Drake2012-03-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=13753
* Return a colour (ABGR) from gui_system_colour_char() rather than aChris Young2012-03-271-2/+7
| | | | | | css_color (ARGB) svn path=/trunk/netsurf/; revision=13744
* Tag some 'safe' stringsChris Young2012-03-271-45/+45
| | | | svn path=/trunk/netsurf/; revision=13743
* Fix lighten_colour and double_lighten_colour to prevent alpha bleeding into ↵Michael Drake2012-03-271-10/+10
| | | | | | red channel. Make macros clearer. svn path=/trunk/netsurf/; revision=13742
* Use gui_system_colours.Michael Drake2012-03-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=13741
* Remove gui_colour_* options.Michael Drake2012-03-272-18/+1
| | | | svn path=/trunk/netsurf/; revision=13740
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-279-28/+10
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-2710-10/+10
| | | | svn path=/trunk/netsurf/; revision=13737
* Use gui_ interface to get system colours, rather than nosoption_.Michael Drake2012-03-271-13/+13
| | | | svn path=/trunk/netsurf/; revision=13736
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-263-2/+5
| | | | | | | colour scheme changes. svn path=/trunk/netsurf/; revision=13730