summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Clean up history node deletion -- now treeview driven. Add select all, selec...Michael Drake2013-06-033-73/+275
* Squash warning.Michael Drake2013-05-311-1/+1
* cw handle can't be const.Michael Drake2013-05-312-3/+3
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-314-0/+24
|\
| * Merge branch 'chris/gadtools-53-5'Chris Young2013-05-314-0/+24
| |\
| | * Get URL node iconChris Young2013-05-182-0/+12
| | * Allow getting the node's iconChris Young2013-05-182-0/+12
* | | Rename treeview_walk --> treeview_walk_internal.Michael Drake2013-05-311-3/+4
* | | Implement redraw request hander for treeview test parsite.Michael Drake2013-05-311-0/+5
* | | Call redraw function on clicks. Enable treewalker to skip the children of co...Michael Drake2013-05-311-10/+21
* | | Make treeview test parasite sit on mouse input too.Michael Drake2013-05-311-0/+11
* | | Add function to pass mouse input to treeview.Michael Drake2013-05-312-0/+8
* | | Make node flags for expanded and selected. Start mouse action support. (Lit...Michael Drake2013-05-312-26/+90
* | | Add parasitic hack to allow the new treeview to be tested in the Hotlist window.Michael Drake2013-05-311-0/+98
* | | Build the new treeview and global history.Michael Drake2013-05-311-1/+1
* | | Add global history client for new treeview.Michael Drake2013-05-312-0/+679
* | | Add first pass at new treeview.Michael Drake2013-05-313-0/+1278
|/ /
* | Ensure readable default colours.Michael Drake2013-05-291-26/+26
* | Move NetSurf to CSS colour conversion macro. Make both conversion macros the...Michael Drake2013-05-291-2/+1
* | remove ambiguity in subtraction and maskingVincent Sanders2013-05-291-1/+1
* | fix transparancy on css colour lookupVincent Sanders2013-05-291-2/+2
* | move option init out of netsurf_initVincent Sanders2013-05-282-13/+4
* | add common system colour implementationVincent Sanders2013-05-282-1/+103
* | build new options code and remove oldVincent Sanders2013-05-283-881/+1
* | move options includeVincent Sanders2013-05-2813-13/+13
* | change all core and frontend options headers to new formatVincent Sanders2013-05-281-143/+229
* | Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-272-0/+8
* | move the logging initialisation out to be call by frontendsVincent Sanders2013-05-232-13/+0
* | removed unsuded memdebug utilitiesVincent Sanders2013-05-231-5/+2
* | add script_timeout option and use itVincent Sanders2013-05-222-6/+15
* | create javascript heartbeat and hook a script timeout to itVincent Sanders2013-05-221-1/+11
|/
* Add logging to hotlist_cleanup() so we can narrow the field a littleDaniel Silverstone2013-05-151-0/+4
* Update the edit menu after every click, to be safe.Chris Young2013-05-121-1/+0
* more fix of edit menu updatesChris Young2013-05-121-0/+1
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-102-4/+4
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into tlsa/sele...Michael Drake2013-05-078-161/+147
|\
| * add assert to ensure API contract is metVincent Sanders2013-05-041-0/+2
| * cleanup tree_create_leaf_node text ownershipVincent Sanders2013-05-045-73/+83
| * cleanup title string ownership madness in the tree_create_folder_node() APIVincent Sanders2013-05-036-88/+62
* | Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-074-94/+37
* | Remove redundant read-only test function.Michael Drake2013-05-022-18/+0
* | Remove dead stuff from the selection_ api surface.Michael Drake2013-05-022-32/+2
|/
* fix use after free on error pathVincent Sanders2013-05-011-3/+5
* Remove unused #includes.Michael Drake2013-04-291-2/+0
* Remove unused selection_get_{start|end} APIs and their helper function.Michael Drake2013-04-292-71/+0
* Update comments.Michael Drake2013-04-291-2/+2
* Remove block of code that have been commented out for years.Michael Drake2013-04-291-22/+0
* Bump version.c to 3.1Daniel Silverstone2013-04-201-1/+1
* Hide caret after reflow (textarea may have moved), but let textarea keep focus.Michael Drake2013-03-271-1/+2
* Don't show caret when scrolling a textarea that hasn't been given focus.Michael Drake2013-03-271-1/+2