summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add functions to get first selected hotlist/global_history node data.Michael Drake2013-09-136-0/+77
* Use a simulated keypress rather than a simulated mouseclickChris Young2013-09-121-6/+1
* Make the hotlist toolbar workChris Young2013-09-121-10/+5
* Make hotlist toolbar use the new functionsChris Young2013-09-121-50/+25
* Pass generic userdataChris Young2013-09-123-11/+12
* Move the hotlist menu creator into hotlist.c and make it more genericChris Young2013-09-123-65/+79
* Add hotlist menu items at the correct offsetChris Young2013-09-121-3/+2
* Remove context menu some more as it's irrepairably broken anywayChris Young2013-09-121-1/+2
* Fix buttons in the least convaluted way possibleChris Young2013-09-121-5/+4
* Remove some very useful drag stuff that doesn't seem to yet have an equivalal...Chris Young2013-09-121-2/+4
* Botched fixes just to get it to compile againChris Young2013-09-121-2/+7
* Disable the treeview context menu for now, as it needs fixing.Chris Young2013-09-121-0/+2
* Added comments.Ole Loots2013-09-112-1/+13
* Also setup slider info before tree creation.Ole Loots2013-09-111-11/+20
* Set window ref before calling tree_create. Fixes crash during startup.Ole Loots2013-09-101-7/+21
* Set treeview text size to 12pt.Michael Drake2013-09-091-1/+7
* Enable front end to select treeview text size.Michael Drake2013-09-093-4/+7
* Protect against attempt to initialise twice.Michael Drake2013-09-091-0/+8
* Squash warning from older GCC.Michael Drake2013-09-081-2/+2
* Fix use after unref.Michael Drake2013-09-081-1/+5
* Destroy treeviews.Michael Drake2013-09-087-0/+43
* Remove dotted box from treeview move drags, as core draws location arrow for us.Steve Fryatt2013-09-081-1/+1
* Correct constraining rectangle for treeview drags so that pointer can't leave...Steve Fryatt2013-09-081-2/+1
* gui_current_drag_type now only used for data transfer protocol routing; fix b...Steve Fryatt2013-09-087-27/+22
* Allow ro_mouse to enable null polls; remove unused global variables.Steve Fryatt2013-09-087-34/+66
* Move all mouse tracking into ro_mouse module.Steve Fryatt2013-09-0812-139/+257
* Restructure handling of DragEnd events.Steve Fryatt2013-09-0813-102/+277
* make the scroll bar disappear if size is -1 (untested)Chris Young2013-09-051-8/+20
* Remove unused. NB: new routine untestedChris Young2013-09-051-73/+0
* Use the nsurl directlyChris Young2013-09-051-11/+4
* Attempt re-write of Hotlist menu creationChris Young2013-09-051-2/+96
* There must be a next widget for swap_siblings.Michael Drake2013-09-051-2/+3
* Check for error as soon as we have return value.Michael Drake2013-09-051-5/+4
* Various tidyups to make ownership more clear.Michael Drake2013-09-051-72/+75
* Remove dead assignment.Michael Drake2013-09-051-3/+2
* Remove dead assignement.Michael Drake2013-09-051-2/+1
* Fix dead assignments.Michael Drake2013-09-051-0/+4
* Fix dead assignement.Michael Drake2013-09-051-5/+2
* Express logic to avoid confusing static analyser.Michael Drake2013-09-051-1/+1
* Express logic so that the static analyser can understand and not report NULL ...Michael Drake2013-09-051-5/+4
* Remove a couple of dead stores.Michael Drake2013-09-051-3/+2
* Ensure correct field is edited when more than one hidden field is editable.Michael Drake2013-09-051-1/+1
* Fix a potential leak.Michael Drake2013-09-051-2/+1
* Allocate correct amount of mem for pointers to imagemaps.Michael Drake2013-09-051-1/+1
* Tidy up compatibility layer.Michael Drake2013-09-041-74/+47
* Remove some redundancy.Michael Drake2013-09-031-14/+0
* Squash leak in error case.Michael Drake2013-09-031-0/+1
* Add hotlist iteration function.Michael Drake2013-09-032-0/+109
* Don't allow what treeview initialisation sets as the dimensions to be overwri...Michael Drake2013-09-031-6/+6
* Avoid an error.Michael Drake2013-09-031-2/+4