summaryrefslogtreecommitdiff
path: root/riscos/configure/con_fonts.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-209/+0
|
* remove unecessary utils includes from RISC OS frontendVincent Sanders2016-05-021-1/+0
|
* update RISC OS frontend to not use the depricated warn_user APIVincent Sanders2016-04-261-1/+1
|
* fix missing include caused by core header cleanupsVincent Sanders2016-04-211-0/+1
|
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-1/+0
|
* additional risc os header cleanupsVincent Sanders2014-06-051-1/+2
|
* cleanup RISC OS frontend header usageVincent Sanders2014-06-051-4/+6
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-26/+35
| | | | svn path=/trunk/netsurf/; revision=13548
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-8/+16
| | | | svn path=/trunk/netsurf/; revision=8641
* Squash warningsJohn Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6933
* Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ↵John Tytgat2008-08-051-12/+12
| | | | | | ro_gui_set_icon_string() and extra to_utf8 parameter. svn path=/trunk/netsurf/; revision=4910
* - Compiler warning squashJohn Tytgat2008-07-261-0/+1
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Increase default font size and line spacing.Michael Drake2007-12-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=3660
* 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
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-081-5/+5
| | | | svn path=/trunk/netsurf/; revision=3111
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fixup missing includesJohn Mark Bell2006-07-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=2745
* Localise configure icon strings when appropriate.John Mark Bell2006-06-201-1/+1
| | | | | | | | Fix gright menu handling - now writes into display field without attempting to localise the selection string - it's already localised. Update German Messages file appropriately. svn path=/trunk/netsurf/; revision=2638
* [project @ 2006-01-02 22:10:00 by rjw]Richard Wilson2006-01-021-20/+2
| | | | | | Use library function to initialise menu. svn path=/import/netsurf/; revision=1963
* [project @ 2006-01-02 21:24:42 by jmb]John Mark Bell2006-01-021-12/+98
| | | | | | Finish font configuration. svn path=/import/netsurf/; revision=1953
* [project @ 2005-12-31 04:45:03 by rjw]Richard Wilson2005-12-311-0/+109
Font configuration tool. svn path=/import/netsurf/; revision=1918