summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | deref.
* 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 ↵Michael Drake2013-09-031-6/+6
| | | | overwritten with defaults of 0.
* Avoid an error.Michael Drake2013-09-031-2/+4
|
* Some cocoa build fixes.Michael Drake2013-09-033-7/+1
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-09-031-2/+12
|\
| * make js library selection target dependantVincent Sanders2013-09-031-2/+12
| |
* | Remove height getters from treeview client modules API.Michael Drake2013-09-038-56/+0
| |
* | Ensure tree height is provided when treeview building is complete.Michael Drake2013-09-034-5/+16
| |
* | Make externally induced node expand/contract cause redraw.Michael Drake2013-09-031-11/+94
| |
* | Change recursife node collapse behaviour slightly.Michael Drake2013-09-031-17/+24
| |
* | Port to new recursive expand/contract functions.Michael Drake2013-09-038-69/+69
| |
* | Node collapsing needs to happen when leaving nodes.Michael Drake2013-09-031-8/+7
| |
* | Add recursive expand/contract functions to hotlist, global history, and ↵Michael Drake2013-09-036-0/+90
| | | | | | | | cookie manager modules.
* | Add a pair of recursive expand/contract functions.Michael Drake2013-09-032-3/+97
| |
* | Make it more clear that tree.c is deprecated.Michael Drake2013-09-022-60/+10
| |
* | Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-0247-749/+164
| | | | | | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* | Remove cookies, history_global, and hotlist_old _initialise and _cleanup ↵Michael Drake2013-09-0220-148/+0
| | | | | | | | functions.
* | Remove tree icon_name globals from all the front ends.Michael Drake2013-09-0222-124/+12
| |
* | Remove bulk of old treeview implementation.Michael Drake2013-09-0219-3242/+55
| |
* | Use TREE_HOTLIST directly.Michael Drake2013-09-027-17/+5
| |
* | Use TREE_HISTORY directly.Michael Drake2013-09-027-18/+5
| |
* | Select TREE_COOKIES directly.Michael Drake2013-09-025-15/+3
| |
* | Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-0221-1208/+20
| | | | | | | | cocoa front ends. Amiga front end very likely broken.
* | Reduce old hotlist to skeleton.Michael Drake2013-09-021-163/+3
| |
* | Reduce to skeleton.Michael Drake2013-09-022-292/+3
| |
* | Remove unused type.Michael Drake2013-09-021-2/+0
| |
* | Reduce old cookie manager to skeleton.Michael Drake2013-09-022-400/+1
| |
* | Remove unused hotlist_old_visited.Michael Drake2013-09-022-50/+0
| |
* | Remove temp_treeview_test option. Now it's always "enabled".Michael Drake2013-09-021-3/+0
| |
* | Always redirect to the new treeview implementations.Michael Drake2013-09-021-20/+0
| |
* | Use new hotlist.Michael Drake2013-09-021-145/+12
| |