summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Update to use new hotlist and global history manager.Michael Drake2013-09-021-8/+2
* | Use new cookie manager.Michael Drake2013-09-021-39/+8
|/
* Polish node deletion.Michael Drake2013-08-302-9/+21
* Improve callback suppression options. Reduce unnecessary callback usage.Michael Drake2013-08-306-57/+97
* Avoid copying rectangle for redraw_request calls.Michael Drake2013-08-303-18/+20
* Various redraw improvements.Michael Drake2013-08-291-31/+66
* Make client-requested node deletions issue a redraw request.Michael Drake2013-08-291-0/+8
* Use treeview height instead of REDRAW_MAX for rectangle's y1.Michael Drake2013-08-291-1/+3
* Redraw on node creation, unless suppressed.Michael Drake2013-08-291-94/+114
* Add flag to suppress redraw on node creation.Michael Drake2013-08-294-8/+15
* Don't bother trying to keep old hotlist in sync -- the old one isn't saved wh...Michael Drake2013-08-291-6/+14
* Redirect most interaction with the old hotlist to the new one, when the new o...Michael Drake2013-08-291-0/+43
* Make clear that title is copied.Michael Drake2013-08-291-1/+1
* Better handling of added entry titles.Michael Drake2013-08-291-4/+12
* Suppress most fbtk logging when FBTK_LOGGING is unset.Michael Drake2013-08-291-1/+8
* LOG macro terminates line itself.Michael Drake2013-08-291-7/+7
* FONT_SIZE_SCALE is for preserving fractional parts, so use it properly.Michael Drake2013-08-291-1/+1
* Fix one px missmatch between click and drag handling of node selection.Michael Drake2013-08-281-2/+2
* Fix pass-through for drag end.Michael Drake2013-08-281-5/+2
* Cleanup mouse handling a bit.Michael Drake2013-08-281-19/+27
* Add a few functions for front ends to use.Michael Drake2013-08-286-3/+70
* Expose a bit more core treeview functionality for hotlist clients.Michael Drake2013-08-282-1/+40
* Add height getter.Michael Drake2013-08-281-0/+10
* Remove select all and clear selection functions from public API. Clients can...Michael Drake2013-08-282-22/+16
* Simple treeview_edit_selection implementation.Michael Drake2013-08-282-0/+43
* Function for global history export.Michael Drake2013-08-282-0/+112
* Move default title generation from _fini to _export.Michael Drake2013-08-281-1/+4
* Give export walk ctx clearer name.Michael Drake2013-08-281-4/+4
* Expose hotlist_export.Michael Drake2013-08-282-6/+11
* Ensure url is unreffed.Michael Drake2013-08-271-0/+2
* Functions to add entry/folder at y-coord or at selection.Michael Drake2013-08-272-8/+119
* Function to get releations for node entry.Michael Drake2013-08-272-0/+126
* Update new hotlistMichael Drake2013-08-271-0/+7
* Update the new hotlist on visits.Michael Drake2013-08-271-1/+5
* Unset default folder when it gets deleted.Michael Drake2013-08-271-0/+2
* Use Messages for default folder name.Michael Drake2013-08-272-1/+11
* Add new entries to default folder.Michael Drake2013-08-271-5/+22
* Load and save default folder ID.Michael Drake2013-08-271-7/+33
* Add function to update visited data for hotlist entries.Michael Drake2013-08-232-0/+76
* Add function to remove any entries with given URL.Michael Drake2013-08-232-3/+50
* Add function to determine whether URL is in hotlist.Michael Drake2013-08-232-0/+51
* Add Hotlist export/save support.Michael Drake2013-08-221-3/+97
* Expose leaving node callback in public treeview walker interface.Michael Drake2013-08-223-17/+36
* Inform when textarea drag is happening.Michael Drake2013-08-213-0/+5
* Complete editing of entry title and URL values.Michael Drake2013-08-201-0/+45
* Act on node edit request message for folders.Michael Drake2013-08-201-12/+33
* Add folder node update function.Michael Drake2013-08-202-1/+57
* Make some global DrawInfo local to the function it is needed in.Chris Young2013-08-201-7/+5
* Slightly better layoutingChris Young2013-08-203-16/+74
* Pass edit message to treeview client, when editing ends.Michael Drake2013-08-202-2/+47