summaryrefslogtreecommitdiff
path: root/desktop/treeview.c
Commit message (Expand)AuthorAgeFilesLines
* Treeview: Handle node expansion on switch between search and normal view.Michael Drake2017-09-181-17/+27
* Treeview: Update search filtered display on treeview changes.Michael Drake2017-09-181-175/+206
* Treeview: Update search bar display when it loses focus.Michael Drake2017-09-181-1/+5
* Treeview: Only let search textarea consume mouse if not dragging.Michael Drake2017-09-181-1/+3
* Treeview: Update mouse handling details for filtered view.Michael Drake2017-09-181-7/+12
* Treeview: Update treeview walker to handle walking the filtered display.Michael Drake2017-09-181-63/+137
* Treeview: Track height of display in search view.Michael Drake2017-09-181-6/+33
* Treeview: Slight simplification of treeview_walk_internal().Michael Drake2017-09-181-4/+2
* Treeview: Fix function namespace.Michael Drake2017-09-181-22/+22
* Treeview: Scroll to top when treeview search bar is modified.Michael Drake2017-09-181-1/+22
* Treeview: Add support for rendering search filter matches as-you-type.Michael Drake2017-09-101-1/+230
* Treeview: Split tree-style treeview rendering out into helper.Michael Drake2017-09-101-122/+150
* Treeview: Add node matching to search text modification callback.Michael Drake2017-09-101-3/+131
* Treeview: Improve some code wrapping.Michael Drake2017-09-101-10/+9
* Treeview: Ensure window extents take account of search bar presence.Michael Drake2017-09-101-2/+9
* Treeview: Add keypress handling to the search bar.Michael Drake2017-09-101-1/+18
* Treeview: Handle mouse clicks on search bar.Michael Drake2017-09-101-0/+17
* Treeview: Update treeview mouse handling to offset for search bar presence.Michael Drake2017-09-101-5/+10
* Treeview: Add search bar rendering to redraw function.Michael Drake2017-09-101-0/+34
* Treeview: Create and destroy a textarea for search.Michael Drake2017-09-101-43/+123
* Treeview: Add search drag type to enumeration.Michael Drake2017-09-101-1/+2
* Treeview: Split out textarea construction helper.Michael Drake2017-09-091-22/+44
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-9/+10
* update invalidate area core window APIVincent Sanders2017-05-231-20/+20
* Change interface to system colours to allow reporting of errorsVincent Sanders2017-03-011-30/+59
* Improve treeview documentation commentsVincent Sanders2017-02-281-480/+794
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-141-4/+4
* Update knockout plotter to use new APIVincent Sanders2017-02-111-1/+1
* Update all core use of plotters to new APIVincent Sanders2017-02-111-42/+53
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-0/+1
* 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