summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-12/+0
* More useful comment about what bw->scroll is for.Michael Drake2010-11-031-1/+2
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+3
* If a drag is in progress that the tree can't handle, it is a TREE_UNKNOWN_DRA...Chris Young2010-10-302-1/+4
* Only set TREE_MOVE_DRAG is the tree is TREE_MOVABLEChris Young2010-10-301-1/+2
* Allow getting the tree's drag property. This ensures we can see whether the ...Chris Young2010-10-292-8/+19
* Fix bug 3095552: don't escape URLs after editing. (credit: Martin Bazley)John Mark Bell2010-10-271-6/+2
* Squash warningJohn Mark Bell2010-10-241-2/+0
* Don't expand the oldest global history entries by default.Chris Young2010-10-241-5/+0
* Make CR also stop and save tree editsChris Young2010-10-171-0/+1
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-161-0/+3
* ensure iframe stuff does not de-reference null pointersVincent Sanders2010-10-141-4/+11
* - Request correct redraw area when changing a node's size in tree_handle_node...Steve Fryatt2010-10-101-29/+29
* If the cookies tree has not been initialised do not allow operations to be sc...Vincent Sanders2010-10-061-2/+6
* Merge treeview-redux to trunkJohn Mark Bell2010-10-0515-1405/+5142
* Simplify a browser_window_go_post() to browser_window_go().James Bursa2010-09-121-2/+1
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-281-4/+1
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-242-0/+3
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-9/+7
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-2/+2
* In switch statements add default branch for unknown enum values, with assert.Michael Drake2010-07-061-35/+54
* Fix up confusing formattingVincent Sanders2010-06-281-2/+2
* Fix mouse.h file description. Add iframe comment.Michael Drake2010-06-091-1/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-049-1525/+151
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-281-1/+0
* Log any remaining interned strings (there should be none)John Mark Bell2010-04-271-0/+7
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-1/+1
* Clean up caches on exitJohn Mark Bell2010-04-271-0/+4
* Fix typo.Michael Drake2010-04-241-1/+1
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-242-3/+5
* Ensure we can search textplain againDaniel Silverstone2010-04-221-5/+7
* Remove redundant codeJohn Mark Bell2010-04-181-3/+0
* Squash leakJohn Mark Bell2010-04-181-0/+3
* Liberally sprinkle #ifdef aroundJohn Mark Bell2010-04-161-2/+3
* Extract parent charset and quirkinessJohn Mark Bell2010-04-161-4/+3
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-143-9/+39
* Move content shuffling to prevent crash during threading through reformatDaniel Silverstone2010-04-141-3/+3
* Ensure url bar is updated with in-progress URL and restored if stop/download ...Daniel Silverstone2010-04-121-0/+11
* Yes, ownership of the theme content is passed to theme_installJohn Mark Bell2010-04-111-2/+0
* Take the easy way out wrt loading messages files: leave it to the RISC OS fro...John Mark Bell2010-04-111-2/+4
* Implement hlcache_poll(), which drives the low-level cache event loop, and at...John Mark Bell2010-04-111-2/+2
* Remove dead special case for gtk status bar width.Michael Drake2010-04-081-4/+0