summaryrefslogtreecommitdiff
path: root/riscos/treeview.c
Commit message (Collapse)AuthorAgeFilesLines
* - Compiler warning squashJohn Tytgat2008-07-261-34/+65
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-5/+16
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-19/+19
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Implement keyboard scrolling for tree views.Richard Wilson2007-03-031-1/+69
| | | | svn path=/trunk/netsurf/; revision=3195
* Update project URL.Michael Drake2006-11-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=3073
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing ↵Richard Wilson2006-09-061-0/+17
| | | | | | issues for framesets. svn path=/trunk/netsurf/; revision=2924
* Use desktop fontAdrian Lees2006-07-181-4/+8
| | | | svn path=/trunk/netsurf/; revision=2778
* Allow the user to delete cookies.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2770
* Fix small buildJohn Mark Bell2006-07-161-4/+7
| | | | svn path=/trunk/netsurf/; revision=2762
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-8/+17
| | | | svn path=/trunk/netsurf/; revision=2755
* Add relevent extensions to allow treeviews to be used as an embedded list ↵Richard Wilson2006-07-151-18/+44
| | | | | | component. svn path=/trunk/netsurf/; revision=2753
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-40/+48
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Add missing error assignmentJohn Mark Bell2006-07-111-119/+120
| | | | svn path=/trunk/netsurf/; revision=2730
* Render trees in UTF8 via rufl (fix 1434430)Richard Wilson2006-07-111-139/+135
| | | | svn path=/trunk/netsurf/; revision=2728
* Fix 1496834.Richard Wilson2006-07-101-0/+6
| | | | svn path=/trunk/netsurf/; revision=2726
* Finish history cloning.Richard Wilson2006-04-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=2547
* Unify information databasesJohn Mark Bell2006-04-091-30/+35
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-01-07 00:51:55 by rjw]Richard Wilson2006-01-071-4/+9
| | | | | | Tidy up code. svn path=/import/netsurf/; revision=2009
* [project @ 2006-01-06 02:56:00 by rjw]Richard Wilson2006-01-061-18/+29
| | | | | | Stop slight tree redraw errors from wrapping of 16-bit units. Pass the data to update URL tree nodes to where applicable. svn path=/import/netsurf/; revision=1988
* [project @ 2005-12-31 04:37:56 by rjw]Richard Wilson2005-12-311-155/+110
| | | | | | Read URL data from url_store. Scroll items into view when expanding. svn path=/import/netsurf/; revision=1914
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-231-2/+81
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [project @ 2005-05-03 21:56:20 by rjw]Richard Wilson2005-05-031-1/+3
| | | | | | Fix tree menu selection/deletion bug svn path=/import/netsurf/; revision=1712
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-24/+15
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-29 13:32:11 by adrianl]Adrian Lees2005-03-291-1/+4
| | | | | | Fix read from NULL ptr when clicking on hotlist background svn path=/import/netsurf/; revision=1586
* [project @ 2005-03-20 22:49:53 by rjw]Richard Wilson2005-03-201-0/+11
| | | | | | Tree toolbar actions update toolbar status (deleting a node/element is now correctly reflected. svn path=/import/netsurf/; revision=1561
* [project @ 2005-03-20 19:28:49 by rjw]Richard Wilson2005-03-201-1/+1
| | | | | | Further toolbar customisation work. svn path=/import/netsurf/; revision=1555
* [project @ 2005-03-20 14:57:19 by rjw]Richard Wilson2005-03-201-0/+7
| | | | | | Further work towards configurable toolbars. svn path=/import/netsurf/; revision=1551
* [project @ 2005-03-19 01:21:53 by rjw]Richard Wilson2005-03-191-0/+6
| | | | | | Remove legacy toolbar button configuration code. Squash some compiler warnings. svn path=/import/netsurf/; revision=1542
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-16/+54
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-02-08 23:34:56 by rjw]Richard Wilson2005-02-081-2/+34
| | | | | | Implement nodes being retained in memory after deletion, stop nodes being able to be moved within themselves. svn path=/import/netsurf/; revision=1507
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-1/+112
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2004-12-16 20:38:12 by joty]John Tytgat2004-12-161-48/+48
| | | | | | Norcroft compatibility fix. svn path=/import/netsurf/; revision=1406
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-0/+1183
Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394