summaryrefslogtreecommitdiff
path: root/riscos/theme.c
Commit message (Collapse)AuthorAgeFilesLines
* move options includeVincent Sanders2013-05-281-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+3
| | | | svn path=/trunk/netsurf/; revision=13548
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-1701/+156
| | | | svn path=/trunk/netsurf/; revision=11741
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-0/+15
| | | | svn path=/trunk/netsurf/; revision=10908
* Re-enable toolbar editing and button selection in RO treeview windows.Steve Fryatt2010-10-241-3/+27
| | | | svn path=/trunk/netsurf/; revision=10907
* Partially re-enable toolbar buttons in RO treeview windows.Steve Fryatt2010-10-241-1/+7
| | | | svn path=/trunk/netsurf/; revision=10906
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-11/+17
| | | | svn path=/trunk/netsurf/; revision=10865
* Fix for new cache.Michael Drake2010-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=10284
* Lose redundant code. Actually ensure that mode is initialised in ↵John Mark Bell2009-05-281-21/+20
| | | | | | ro_gui_theme_update_toolbar_icon(). svn path=/trunk/netsurf/; revision=7598
* Squash warningJohn Mark Bell2009-03-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=6962
* More aliasing fixes.John Mark Bell2009-03-281-7/+10
| | | | svn path=/trunk/netsurf/; revision=6951
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6914
* - C strings have always an implicit NUL character at the end, no need to ↵John Tytgat2009-02-011-3/+3
| | | | | | | | specify an extra one. - riscos/configure/con_theme.c: removed spurious code line. svn path=/trunk/netsurf/; revision=6331
* - Compiler warning squashJohn Tytgat2008-07-261-32/+61
| | | | | | | - 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-3/+14
| | | | | | 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-12/+12
| | | | | | | | | | | | | | 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
* Revert last changeJohn Mark Bell2007-04-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=3252
* Add loggingJohn Mark Bell2007-04-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=3251
* Use new UTF-8 status bar. Use top-window dimensions for new windows from ↵Richard Wilson2006-11-301-238/+5
| | | | | | framesets. svn path=/trunk/netsurf/; revision=3082
* Update project URL.Michael Drake2006-11-271-5/+5
| | | | svn path=/trunk/netsurf/; revision=3073
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing ↵Richard Wilson2006-09-061-5/+15
| | | | | | issues for framesets. svn path=/trunk/netsurf/; revision=2924
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-50/+45
| | | | svn path=/trunk/netsurf/; revision=2922
* Experimental new frames code.Richard Wilson2006-09-021-2/+3
| | | | svn path=/trunk/netsurf/; revision=2906
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-1/+38
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=2705
* [project @ 2006-03-05 01:42:16 by rjw]Richard Wilson2006-03-051-2/+1
| | | | | | Show unknown content icon in theme configuration toolbars. svn path=/import/netsurf/; revision=2109
* [project @ 2006-03-05 01:19:57 by rjw]Richard Wilson2006-03-051-2/+0
| | | | | | Fix theme choices window svn path=/import/netsurf/; revision=2108
* [project @ 2006-03-04 20:59:39 by rjw]Richard Wilson2006-03-041-9/+15
| | | | | | Only browser toolbars have associated gui windows (whoops!) svn path=/import/netsurf/; revision=2107
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-52/+140
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-01-25 13:38:55 by rjw]Richard Wilson2006-01-251-1/+2
| | | | | | Correctly display toolbar separator when editing toolbars. svn path=/import/netsurf/; revision=2042
* [project @ 2006-01-25 00:21:26 by rjw]Richard Wilson2006-01-251-13/+12
| | | | | | Fix NULL reads. svn path=/import/netsurf/; revision=2036
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-7/+2
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-07 13:12:58 by jmb]John Mark Bell2006-01-071-10/+23
| | | | | | Fix duplication of currently selected theme in theme_descriptor list svn path=/import/netsurf/; revision=2012
* [project @ 2006-01-07 00:29:54 by rjw]Richard Wilson2006-01-071-0/+3
| | | | | | Fix toolbar editing for trees (hotlist, global history). svn path=/import/netsurf/; revision=2001
* [project @ 2006-01-06 21:21:34 by rjw]Richard Wilson2006-01-061-1/+0
| | | | | | Trim headers. svn path=/import/netsurf/; revision=1997
* [project @ 2006-01-06 15:36:09 by rjw]Richard Wilson2006-01-061-90/+96
| | | | | | Faster reading of available themes. svn path=/import/netsurf/; revision=1994
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-13/+76
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-07-23 20:45:00 by bursa]James Bursa2005-07-231-1/+1
| | | | | | Fix bug in ro_gui_theme_add_toolbar_icons(). svn path=/import/netsurf/; revision=1815
* [project @ 2005-05-17 23:46:36 by rjw]Richard Wilson2005-05-171-0/+5
| | | | | | Make long theme names work on old filesystems. svn path=/import/netsurf/; revision=1726
* [project @ 2005-04-10 19:33:33 by rjw]Richard Wilson2005-04-101-1/+1
| | | | | | Fix incorrect throbber size calculation. svn path=/import/netsurf/; revision=1621
* [project @ 2005-04-09 22:37:09 by rjw]Richard Wilson2005-04-091-389/+489
| | | | | | Fix bug that prevented the recent URL button working without a theme. Resizing the status bar to no width now works correctly when the window is resized. Lose legacy choices file reading (users may need to re-choose their desired theme.) Source code tidy-up part one. svn path=/import/netsurf/; revision=1618
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-3/+3
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-21 14:48:26 by rjw]Richard Wilson2005-03-211-42/+105
| | | | | | Make toolbar configurable. svn path=/import/netsurf/; revision=1567
* [project @ 2005-03-20 20:39:43 by rjw]Richard Wilson2005-03-201-2/+2
| | | | | | Allow theme changing during toolbar edit sessions. Stop pointer changing to ptr_lr when updating toolbar windows. svn path=/import/netsurf/; revision=1558
* [project @ 2005-03-20 19:28:49 by rjw]Richard Wilson2005-03-201-13/+242
| | | | | | Further toolbar customisation work. svn path=/import/netsurf/; revision=1555
* [project @ 2005-03-20 14:57:19 by rjw]Richard Wilson2005-03-201-86/+280
| | | | | | Further work towards configurable toolbars. svn path=/import/netsurf/; revision=1551
* [project @ 2005-03-19 12:50:45 by rjw]Richard Wilson2005-03-191-2/+9
| | | | | | Minor toolbar/GUI refinements. svn path=/import/netsurf/; revision=1543
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-3/+46
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-02-07 23:00:09 by rjw]Richard Wilson2005-02-071-18/+11
| | | | | | Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling svn path=/import/netsurf/; revision=1499
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-19/+83
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497