summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix buildChris Young2012-03-264-20/+5
| | | | svn path=/trunk/netsurf/; revision=13729
* Squash implicit declaration of function 'html_get_box_tree' function by ↵Michael Drake2012-03-261-0/+1
| | | | | | including render/html.h. svn path=/trunk/netsurf/; revision=13721
* Include render/html.h to fix build.Michael Drake2012-03-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=13720
* Include render/box.h and render/html.h to fix build.Michael Drake2012-03-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=13719
* Bring comment into line with use of libdom instead of libxml.Michael Drake2012-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=13718
* Don't need libxml.h in render/box.h now.Michael Drake2012-03-261-1/+0
| | | | svn path=/trunk/netsurf/; revision=13717
* fix node_presentational_hint_font_sizeVincent Sanders2012-03-251-14/+22
| | | | svn path=/trunk/netsurf/; revision=13715
* convert node_presentational_hint_floatVincent Sanders2012-03-251-23/+33
| | | | svn path=/trunk/netsurf/; revision=13714
* Fix BeOS build:François Revel2012-03-254-5/+6
| | | | | | | - comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
* Fix strict aliasing warningsJohn Mark Bell2012-03-251-4/+4
| | | | svn path=/trunk/netsurf/; revision=13712
* Ensure error is initialisedJohn Mark Bell2012-03-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=13711
* Fix up border-{trbl}-style hintJohn Mark Bell2012-03-253-22/+65
| | | | svn path=/trunk/netsurf/; revision=13710
* Make text-align hint less braindeadJohn Mark Bell2012-03-251-39/+40
| | | | svn path=/trunk/netsurf/; revision=13708
* Make vertical align hint less braindeadJohn Mark Bell2012-03-253-143/+159
| | | | svn path=/trunk/netsurf/; revision=13707
* Use system colours for scrollbar widget. Front ends must be updated to set ↵Michael Drake2012-03-251-39/+31
| | | | | | them. svn path=/trunk/netsurf/; revision=13706
* Use system colours for treeview. Front ends must be updated to set them.Michael Drake2012-03-251-13/+22
| | | | svn path=/trunk/netsurf/; revision=13705
* fix hint colorVincent Sanders2012-03-251-35/+66
| | | | svn path=/trunk/netsurf/; revision=13704
* node_presentational_hint_border_trbl_widthDaniel Silverstone2012-03-251-26/+54
| | | | svn path=/trunk/netsurf/; revision=13703
* node_presentational_hint_margin_tbDaniel Silverstone2012-03-251-15/+23
| | | | svn path=/trunk/netsurf/; revision=13702