summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Possible fix for issue reported by Chris Young.Michael Drake2010-12-151-1/+5
* Debug function for dumping browser_mouse_state.Michael Drake2010-12-153-2/+51
* Only draw caret if there is no selection.Michael Drake2010-12-151-1/+7
* Position text and caret correctly in single line text area. Make caret red s...Michael Drake2010-12-151-14/+33
* Much faster redraw of treeviews.Michael Drake2010-12-151-8/+19
* Further tidy up of node redraw.Michael Drake2010-12-151-20/+24
* Pass clip rectangle around tree redraw. Update clipping area with respect to...Michael Drake2010-12-151-104/+163
* make the history, download, hotlist and cookies initialisation actually use t...Vincent Sanders2010-12-1410-32/+57
* Fix OpenBSD build (credit: Anthony Bentley)John Mark Bell2010-12-141-0/+1
* Small refactor to change icon names to being passed in from frontends instead...Vincent Sanders2010-12-1429-98/+121
* Always invalidate next/prev pointersJohn Mark Bell2010-12-131-2/+0
* Revert r11047-11050: if we remove a user from an object while it's the iterat...John Mark Bell2010-12-131-12/+7
* Take 2: make callers of llcache_object_user_destroy invalidate next/prev poin...John Mark Bell2010-12-131-2/+7
* Revert last changeJohn Mark Bell2010-12-131-7/+4
* Remove bogus assertionsJohn Mark Bell2010-12-131-4/+7
* We cannot invalidate a user's next/prev pointers when removing it from an obj...John Mark Bell2010-12-131-5/+5
* Fix assertion: user->next may be NULL, so there's no point asserting that it ...John Mark Bell2010-12-131-2/+1
* Fix assertion to compare, and not assignJohn Mark Bell2010-12-131-1/+1
* Make llcache_object_notify_users robust to the object's user list changing un...John Mark Bell2010-12-121-3/+34
* Set text position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-6/+16
* Set expansion toggle position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-2/+2
* Set icon position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-9/+9
* Remove redundant line plots, from tree_draw_node() and add comments.Michael Drake2010-12-122-14/+14
* More "NetSurfy" colours. Note treeview restyling is still in progress; this ...Michael Drake2010-12-121-3/+3
* Create some tree plot styles and use them.Michael Drake2010-12-121-9/+22
* Remove pointless rectangle fill under text.Michael Drake2010-12-122-4/+1
* Rename usages of "furniture" which applied to expansion toggle boxes to "expa...Michael Drake2010-12-121-20/+25
* Rename tree_draw_node_expansion() to tree_draw_node_expansion_toggle(). Pedan...Michael Drake2010-12-121-27/+31
* Fix TREE_ICON_SIZE to match size of actual icons. Fix clip rectangle for icon...Michael Drake2010-12-121-3/+3
* Use TREE_LINE_HEIGHT define instead of magic 20 everywhere.Michael Drake2010-12-121-12/+10
* Clearer font styles.Michael Drake2010-12-121-6/+6
* OS4's Roadshow doesn't have IPv6 yetChris Young2010-12-121-0/+3
* Attempt to exit the main loop properly from the replicant view destructor. Th...François Revel2010-12-121-4/+9
* Fix passing replicant args. Remove debug output.François Revel2010-12-121-4/+2
* Fix Replicant instanciation, though it doesn't get the url correctly yet, and...François Revel2010-12-121-5/+12
* BeOS does not support IPv6, and never will.François Revel2010-12-052-0/+5
* Change styles used for plotting local history to make it more obvious what th...Rob Kendrick2010-12-052-3/+5
* Retain edits to hotlist entry titles.Michael Drake2010-12-051-2/+2
* Remove last remnants of AliasesRob Kendrick2010-12-053-5/+1
* Rationalise titles and styles of various GTK windowsRob Kendrick2010-12-054-35/+52
* Reflect changes to libcss APIJohn Mark Bell2010-12-052-1/+3
* Brain fix on last night's IPv6 modificationsRob Kendrick2010-12-051-1/+1
* Give bookmarks window the focus when it is opened, remove utility style from ...Rob Kendrick2010-12-052-15/+16
* Remove a small amount of putridness from GTK full save implemention. Still n...Rob Kendrick2010-12-051-4/+9
* Make urldb_add_url IPv6-awareRob Kendrick2010-12-041-6/+7
* Fix coloursJohn Mark Bell2010-12-042-157/+159
* Purge Aliases file stuff.Michael Drake2010-12-046-307/+0
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-047-74/+0
* More IPv6 compatibility work, added hack to cope with incorrect calls to url_...Rob Kendrick2010-12-041-7/+59
* Reimplement url_host_is_ipaddress() to cope with IPv6 addresses and decimal/h...Rob Kendrick2010-12-041-17/+20