summaryrefslogtreecommitdiff
path: root/riscos/gui/status_bar.c
Commit message (Collapse)AuthorAgeFilesLines
* - Compiler warning squashJohn Tytgat2008-07-261-19/+31
| | | | | | | - 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-8/+8
| | | | | | | | | | | | | | 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
* Update project URL.Michael Drake2006-11-271-18/+18
| | | | svn path=/trunk/netsurf/; revision=3073
* Remove duplicate data setting. Fix documentation typo.Richard Wilson2006-10-191-2/+1
| | | | svn path=/trunk/netsurf/; revision=3011
* Don't convert text to local encoding. Correctly release all resources on ↵Richard Wilson2006-10-121-30/+39
| | | | | | destruction. Allow NULL text to clear the display. Scale progress bar for small dimensions. svn path=/trunk/netsurf/; revision=2997
* UTF-8 status bar component.Richard Wilson2006-10-111-0/+608
svn path=/trunk/netsurf/; revision=2995