summaryrefslogtreecommitdiff
path: root/desktop/treeview.c
Commit message (Expand)AuthorAgeFilesLines
* Treeview: Add API for attaching and detaching from corewindows.Michael Drake2016-12-291-0/+29
* Treeview: Allow treeview to be created "detached".Michael Drake2016-12-291-2/+1
* Treeview: Don't call corewindow callbacks if not attached to a corewindow.Michael Drake2016-12-291-4/+12
* Treeview: Convert to using corewindow callback wrappers.Michael Drake2016-12-291-37/+35
* Treeview: Add wrappers for corewindow callbacks.Michael Drake2016-12-291-0/+58
* Fix crash when treeview widget is reinitialisedVincent Sanders2016-12-281-0/+2
* move core window API into netsurf header pathVincent Sanders2016-08-181-1/+1
* Treeview: Add `treeview_font_size` to options.Michael Drake2016-08-111-5/+1
* Treeview: Rationalise initialisation and finalisation.Michael Drake2016-08-101-11/+31
* move key press enums and operations to their own headerVincent Sanders2016-07-011-1/+1
* remove unecessary textinput header use from treeview headerVincent Sanders2016-06-301-3/+5
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+6
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
* move layout header into public APIVincent Sanders2016-05-301-1/+1
* move clipboard header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-11/+11
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+7
* Move bitmap operations into an operation table.Vincent Sanders2015-04-131-31/+32
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-19/+19
* Add ability to copy text from marked fields in selected nodes to clipboard.Michael Drake2015-01-031-2/+102
* Fix typo in comment.Michael Drake2015-01-031-1/+1
* fix up more doxygen errorsVincent Sanders2014-11-081-3/+3
* make global history treeview callback return errorVincent Sanders2014-10-301-2/+3
* Remove trailing whitespace.Michael Drake2014-10-151-1/+1
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-4/+6
* Fix hotlist and global_history _get_selection functions.Michael Drake2014-05-241-89/+98
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-3/+5
* stop system colours being anything to do with frontendsVincent Sanders2014-01-101-7/+7
* Fix for gcc2 flexible array declarationFrançois Revol2013-12-071-1/+1
* Visual indication of hotlist's folder for unsorted entries, with special icon.Michael Drake2013-11-081-3/+9
* Apply plot offsets to overlays.Michael Drake2013-10-261-6/+6
* Remove unrequired NULL check.Michael Drake2013-10-231-1/+1
* Remove unreachable code.Michael Drake2013-10-231-5/+1
* Assert that root node is non-NULL.Michael Drake2013-10-231-0/+2
* Remove unnecessary check.Michael Drake2013-10-231-2/+1
* Fix deref before NULL check.Michael Drake2013-10-231-0/+3
* Assert target node is non-NULL.Michael Drake2013-10-221-0/+1
* LOG init/fini messages.Michael Drake2013-10-111-1/+8
* Set unused channel to 0xff, so that rendering isn't broken in front ends that...Michael Drake2013-10-051-11/+11
* Appease gtk front end's broken bitmap behaviour.Michael Drake2013-10-031-0/+10
* Init unused alpha channel to 0, even though we set the bitmaps as opaque.Michael Drake2013-10-031-11/+11
* Avoid NULL deref when deleting a node, causing empty ancestor nodes to be del...Michael Drake2013-10-031-4/+4
* Generate anti-aliased triangles in bitmaps and plot via bitmap plotter. (Wit...Michael Drake2013-10-021-101/+263
* Use polygon plotter for treeview furniture (node expansion/contraction triang...Michael Drake2013-10-021-23/+111
* We return client data, not node.Michael Drake2013-09-141-1/+5
* Add functions to get first selected hotlist/global_history node data.Michael Drake2013-09-131-0/+9