Michael Drake
|
b547e1205b
|
Use messages for translations instead of string literals.
|
11 years ago |
Michael Drake
|
951ad51cd4
|
Add functions to get first selected hotlist/global_history node data.
|
12 years ago |
Michael Drake
|
e8071e676c
|
Remove some redundancy.
|
12 years ago |
Michael Drake
|
f477fd2570
|
Remove height getters from treeview client modules API.
|
12 years ago |
Michael Drake
|
b9e3f7ae3d
|
Ensure tree height is provided when treeview building is complete.
|
12 years ago |
Michael Drake
|
c2375339a1
|
Add recursive expand/contract functions to hotlist, global history, and cookie manager modules.
|
12 years ago |
Michael Drake
|
cf8ffa412a
|
Remove old hotlist, cookies, and history_global_core modules.
New versions of expand/collapse node functions for these modules aren't yet implemented.
|
12 years ago |
Michael Drake
|
09f5b0e95f
|
Improve callback suppression options. Reduce unnecessary callback usage.
|
12 years ago |
Michael Drake
|
afaf24378b
|
Add flag to suppress redraw on node creation.
|
12 years ago |
Michael Drake
|
bd39d108db
|
Add a few functions for front ends to use.
|
12 years ago |
Michael Drake
|
fbfe5ab17b
|
Function for global history export.
|
12 years ago |
Michael Drake
|
473738083b
|
Fix several comments about return type.
|
12 years ago |
Michael Drake
|
17abee0045
|
Namespace treeview node callback table.
|
12 years ago |
Michael Drake
|
ba576ad5d6
|
Guard for uninitalised history case.
|
12 years ago |
Michael Drake
|
a399e5aa70
|
Fix return type.
|
12 years ago |
Michael Drake
|
a4b5a8aed7
|
Unset built bool when fini is called.
|
12 years ago |
Michael Drake
|
ef05c2f6e6
|
Return correct error.
|
12 years ago |
Michael Drake
|
c6820e8402
|
Replace magic numbers with enum.
|
12 years ago |
Michael Drake
|
07c2add5cc
|
Add function to add to global history. Fix add_entry to actually add new entry after removing an existing one. Implement directory deletion.
|
12 years ago |
Michael Drake
|
28a04f6da7
|
Reset entry url's urldb visit data when user deletes entry from global history.
|
12 years ago |
Michael Drake
|
5616221064
|
Typedefs for internal treeview and treeview_node structs.
|
12 years ago |
Michael Drake
|
4f238758db
|
Don't allow empty folders.
|
12 years ago |
Michael Drake
|
c010535fbe
|
Add treeview behaviour flags.
|
12 years ago |
Michael Drake
|
4313d4c4ec
|
Make flags for suppress resize.
|
12 years ago |
Michael Drake
|
6014a35ed3
|
Implement entry launching. Currently only launches in new window.
|
12 years ago |
Michael Drake
|
2476af4c65
|
Use messages for treeview labels.
|
12 years ago |
Michael Drake
|
21cd01a9b3
|
Add quite param to insertion calls to suppress treeview height callback.
|
12 years ago |
Michael Drake
|
743ffa2a46
|
Pass keypresses on to treeview.
|
12 years ago |
Michael Drake
|
64eab40b18
|
Fix typo.
|
12 years ago |
Michael Drake
|
4e0f960e3c
|
Write up the rest of the fucntion comments.
|
12 years ago |
Michael Drake
|
7cd0bacaf6
|
Create folders as they're required when entry is inserted.
|
12 years ago |
Michael Drake
|
8c114cdfd8
|
Ensure global_history_delete_internal checks treeview node is NULL. Add various documentation comments.
|
12 years ago |
Michael Drake
|
a642cab1b7
|
Point at header for exported function commentary.
|
12 years ago |
Michael Drake
|
146fea758f
|
Global history finaliser does not need core_window stuff.
|
12 years ago |
Michael Drake
|
b04acde228
|
Set visits and last visited values.
|
12 years ago |
Michael Drake
|
d398caf146
|
Ensure there's a title.
|
12 years ago |
Michael Drake
|
9919b77f19
|
Update for launch msg.
|
12 years ago |
Michael Drake
|
abf5512aff
|
Make releationship enum meanings clearer.
|
12 years ago |
Michael Drake
|
cdf9c9ba72
|
Sort so newest at top.
|
12 years ago |
Michael Drake
|
a86dd68165
|
Lose excess logging.
|
12 years ago |
Michael Drake
|
dafe9a6208
|
Fix string length.
|
12 years ago |
Michael Drake
|
8f3b8c8cfa
|
Clean up history node deletion -- now treeview driven. Add select all, selection clear, has selection functions. Improve selection handling. Enable double click to toggle node expansion. Improve redraw behaviour. Make treeview call node callback for deletion. Fix redraw issues.
|
12 years ago |
Michael Drake
|
cf57827187
|
Add function to pass mouse input to treeview.
|
12 years ago |
Michael Drake
|
f656d8ca04
|
Add global history client for new treeview.
Loads from urldb. Much faster load than old treeview based history.
TODO: Keep it up-to-date as you browse.
|
12 years ago |