summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix up for cookies_old rename.Michael Drake2013-07-2218-22/+21
|
* Move cookies viewer module.Michael Drake2013-07-212-3/+3
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-07-213-36/+38
|\
| * Fix enable/disable of tab close optionChris Young2013-07-191-1/+1
| |
| * Re-arrange menu to better conform to the Style GuideChris Young2013-07-192-7/+9
| |
| * Remove some ellipsis abuse - should only be used if the item is going to pop ↵Chris Young2013-07-191-28/+28
| | | | | | | | up a window or requester for more info before the requested operation is carried out. (have only modified the Amiga strings)
* | Remove unused function declaration.Michael Drake2013-07-171-4/+0
| |
* | Document callbacks.Michael Drake2013-07-171-3/+19
|/
* Update new global history, if the treeview test option is set.Michael Drake2013-07-161-1/+6
|
* Add function to add to global history. Fix add_entry to actually add new ↵Michael Drake2013-07-162-5/+45
| | | | entry after removing an existing one. Implement directory deletion.
* Reset entry url's urldb visit data when user deletes entry from global history.Michael Drake2013-07-151-2/+13
|
* Make node delete callback msg differentiate between deletes caused by user ↵Michael Drake2013-07-152-5/+13
| | | | interaction and other deletes (e.g. treeview destruction).
* Fix namespace of old global history add function.Michael Drake2013-07-153-6/+6
|
* Minor wrapping fix.Michael Drake2013-07-121-2/+4
|
* Remove forward declaration.Michael Drake2013-07-121-556/+547
|
* Move hotlist_visted from browser.h to hotlist.hMichael Drake2013-07-122-4/+2
|
* Move global_history_add out of browser.h into global_history_core.hMichael Drake2013-07-123-5/+5
|
* Don't attempt to vertical-align objects for now, as our current bodged ↵Michael Drake2013-07-121-2/+1
| | | | vertical-align implementation can do more harm than good.
* Move local history over to nsurl.Michael Drake2013-07-113-49/+27
|
* Force root element box type to BOX_BLOCK.Michael Drake2013-07-101-2/+7
|
* s/history_core/local_history/Michael Drake2013-07-1027-36/+36
|
* Cursor down moves to next after noncontinuous selections.Michael Drake2013-07-091-2/+5
|
* Cursor right toggles expansion.Michael Drake2013-07-091-5/+15
|
* A couple of tidyups.Michael Drake2013-07-091-33/+43
|
* Initial keyboard navigation support.Michael Drake2013-07-091-4/+122
|
* Move mix_colour macro out of treeview for other stuff to use.Michael Drake2013-07-082-13/+8
|
* Launch selection launches entries within contracted folders.Michael Drake2013-07-081-1/+1
|
* Improve doc comments.Michael Drake2013-07-081-0/+14
|
* Return key launches current selection.Michael Drake2013-07-081-1/+54
|
* Shave a few more px off animated background redraw, in the non-tiled cases. ↵Michael Drake2013-07-071-8/+4
| | | | (Restrict area to part of image that changed.)
* Change how nodes are deleted.Michael Drake2013-07-061-161/+298
|
* Fix rendering of animated background images. Give them sensible redraw area.Michael Drake2013-07-061-17/+101
|
* Make tree walker use nserror.Michael Drake2013-07-031-30/+68
|
* Typedefs for internal treeview and treeview_node structs.Michael Drake2013-07-033-81/+79
|
* Treeview walker now takes two callback function pointers. One called in fwd ↵Michael Drake2013-07-031-13/+25
| | | | direction, one called in bwd direction.
* Don't allow empty folders.Michael Drake2013-07-031-1/+1
|
* Implement DEL_EMPTY_DIRS flag.Michael Drake2013-07-031-2/+20
|
* Allow empty folders to be open.Michael Drake2013-07-031-3/+4
|
* Make READ_ONLY flag a combinator for NO_MOVES and NO_DELETES. Implement ↵Michael Drake2013-07-032-9/+31
| | | | NO_DELETES.
* Add treeview behaviour flags.Michael Drake2013-07-033-4/+17
|
* Make flags for suppress resize.Michael Drake2013-07-023-10/+17
|
* Implement entry launching. Currently only launches in new window.Michael Drake2013-07-021-0/+23
|
* 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
|