summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use messages for treeview labels.Michael Drake2013-07-012-13/+76
|
* Add quite param to insertion calls to suppress treeview height callback.Michael Drake2013-07-013-8/+28
|
* Pass drag state to core window user.Michael Drake2013-07-013-2/+42
|
* Add atari_ namespace to another global history function.Michael Drake2013-07-011-1/+1
|
* Namespace the atari global history functions.Michael Drake2013-07-014-15/+15
|
* Add temporary option to enable test of new treeview in bookmarks window.Michael Drake2013-07-012-18/+48
|
* Delete and backspace keys delete selected nodes.Michael Drake2013-07-011-2/+39
|
* Make treeview test parasite trap keyboard action too.Michael Drake2013-07-011-0/+10
|
* Pass keypresses on to treeview.Michael Drake2013-07-012-0/+16
|
* Start keypress handling.Michael Drake2013-07-012-0/+58
|
* Handle mouse action below last node.Michael Drake2013-07-011-8/+84
|
* Update ancestor heights on node deletion.Michael Drake2013-06-301-0/+8
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-306-171/+396
|\
| * work round missing functionalityVincent Sanders2013-06-281-0/+11
| |
| * completely rework scaffolding window destruction using gtkwidget destroy signalsVincent Sanders2013-06-284-117/+161
| |
| * add new tab tabVincent Sanders2013-06-275-72/+242
| |
* | Update treeview test parasite to pass tree height changes on to front end.Michael Drake2013-06-301-0/+3
| |
* | Inform front end when treeview height changes.Michael Drake2013-06-301-3/+16
| |
* | Update documentation for update_size callback.Michael Drake2013-06-301-1/+7
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-275-80/+161
|\|
| * fix status/toolbar bottom split position and setting user option in gtkVincent Sanders2013-06-252-69/+104
| |
| * Correct the readme a bitChris Young2013-06-221-5/+2
| |
| * Create a helper launch script, and make launch-handler use itChris Young2013-06-221-5/+54
| |
| * Fix ARexx OPEN NEWTABChris Young2013-06-181-1/+1
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2013-06-18272-12835/+7484
| |\
| * \ Merge branch 'chris/scheduled-fetches'Chris Young2013-04-163-35/+11
| |\ \
| | * | remove includeChris Young2013-04-151-1/+0
| | | |
* | | | Fix typo.Michael Drake2013-06-181-1/+1
| | | |
* | | | Write up the rest of the fucntion comments.Michael Drake2013-06-181-1/+24
| | | |
* | | | Create folders as they're required when entry is inserted.Michael Drake2013-06-181-81/+97
| | | |
* | | | Ensure global_history_delete_internal checks treeview node is NULL. Add ↵Michael Drake2013-06-181-1/+26
| | | | | | | | | | | | | | | | various documentation comments.
* | | | Point at header for exported function commentary.Michael Drake2013-06-181-7/+6
| | | |
* | | | Global history finaliser does not need core_window stuff.Michael Drake2013-06-183-14/+5
| | | |
* | | | Add documentation comments.Michael Drake2013-06-181-0/+39
| | | |
* | | | Document static functions.Michael Drake2013-06-181-4/+26
| | | |
* | | | More documentation.Michael Drake2013-06-181-42/+43
| | | |
* | | | Say which functions are documented in the header.Michael Drake2013-06-182-11/+22
| | | |
* | | | Remove unused function.Michael Drake2013-06-182-11/+0
| | | |
* | | | Add documentation.Michael Drake2013-06-181-19/+138
| | | |
* | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-187-44/+57
|\ \ \ \ | | |_|/ | |/| |
| * | | Add proxy bypass optionChris Young2013-06-082-2/+30
| | | |
| * | | Remove PDF menu item if built without PDF exportChris Young2013-06-082-8/+9
| | | |
| * | | Apply vertical alignment to objects on line.Michael Drake2013-06-081-1/+2
| | | |
| * | | add handling for recived but no action redirect messages and log before ↵Vincent Sanders2013-06-081-4/+11
| | | | | | | | | | | | | | | | abort. (closes #3614409)
| * | | Revert gadtools 53.5 changeChris Young2013-06-061-26/+0
| | | |
| * | | add some dependancies on fedora/rpm systems (closes tracker bug #3610094)Vincent Sanders2013-06-061-3/+5
| | | |
* | | | Add support for selection drags. Not yet implemented move drags.Michael Drake2013-06-181-9/+208
| | | |
* | | | Add triple click to mouse event logger.Michael Drake2013-06-151-1/+2
| | | |
* | | | Make test parasite pass drag end event to new treeview.Michael Drake2013-06-151-0/+5
| | | |
* | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-055-3/+58
|\| | |