summaryrefslogtreecommitdiff
path: root/riscos/treeview.c
Commit message (Expand)AuthorAgeFilesLines
* Scope reduce some variables.Michael Drake2014-05-301-4/+3
* Avoid potential NULL ptr deref found by cppcheck.Michael Drake2014-04-021-4/+5
* Remove dotted box from treeview move drags, as core draws location arrow for us.Steve Fryatt2013-09-081-1/+1
* Correct constraining rectangle for treeview drags so that pointer can't leave...Steve Fryatt2013-09-081-2/+1
* Allow ro_mouse to enable null polls; remove unused global variables.Steve Fryatt2013-09-081-2/+0
* Move all mouse tracking into ro_mouse module.Steve Fryatt2013-09-081-0/+21
* Restructure handling of DragEnd events.Steve Fryatt2013-09-081-5/+12
* Don't allow what treeview initialisation sets as the dimensions to be overwri...Michael Drake2013-09-031-6/+6
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-4/+0
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-18/+2
* Remove tree_url_node module. Had to disable treeview scanning in amiga and c...Michael Drake2013-09-021-23/+0
* Fix treeview code's inconsistant application of the plot origin. (Fixes vari...Michael Drake2013-08-161-7/+7
* Remove pointless clipping. Move some calculations out of function call param...Michael Drake2013-08-161-11/+6
* Avoid background blending overhead for treeview text.Michael Drake2013-08-161-0/+5
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
* Look toolbar handles up directly from event data.Steve Fryatt2011-12-171-3/+7
* Make scroll event handling module specific.Steve Fryatt2011-12-171-0/+62
* Fix up RISC OS front end.Michael Drake2011-06-301-3/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-4/+7
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-29/+1
* Restore some Adjust-double-click functionality to RO treeviews.Steve Fryatt2011-04-181-5/+20
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ne...Michael Drake2011-03-091-6/+0
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-36/+137
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-5/+6
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-191-2/+1
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-191-12/+140
* Don\'t pass spurious drag event data to the core treeview.Steve Fryatt2010-12-171-13/+17
* Don't require CTRL or ALT for treeview window to claim input focus on click.Michael Drake2010-12-161-3/+1
* Give caret for alt and ctrl since both start an edit.Michael Drake2010-12-151-1/+3
* Re-enable toolbar editing and button selection in RO treeview windows.Steve Fryatt2010-10-241-3/+14
* Partially re-enable toolbar buttons in RO treeview windows.Steve Fryatt2010-10-241-37/+0
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-1303/+741
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-271-7/+9
* More aliasing avoidance/permissionJohn Mark Bell2009-03-271-6/+10
* Squash warnings.John Mark Bell2009-03-271-3/+4
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-011-1/+1
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-1/+1
* - Compiler warning squashJohn Tytgat2008-07-261-34/+65
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-5/+16
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-19/+19
* Implement keyboard scrolling for tree views.Richard Wilson2007-03-031-1/+69
* Update project URL.Michael Drake2006-11-271-2/+2
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing issu...Richard Wilson2006-09-061-0/+17
* Use desktop fontAdrian Lees2006-07-181-4/+8
* Allow the user to delete cookies.Richard Wilson2006-07-161-1/+1
* Fix small buildJohn Mark Bell2006-07-161-4/+7
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-8/+17
* Add relevent extensions to allow treeviews to be used as an embedded list com...Richard Wilson2006-07-151-18/+44
* Add basic cookie viewer, make trees use textarea components for UTF8 editing,...Richard Wilson2006-07-131-40/+48