summaryrefslogtreecommitdiff
path: root/riscos/gui/progress_bar.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-535/+0
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-11/+6
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Improve error handling.Michael Drake2014-05-261-0/+9
|
* Reuce scope of several variables.Michael Drake2014-05-261-4/+4
|
* Handle error.Michael Drake2014-05-261-3/+5
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-9/+14
|
* Fix up RISC OS front end.Michael Drake2011-06-301-3/+2
| | | | svn path=/trunk/netsurf/; revision=12545
* Move schedule.h to utils/John Mark Bell2011-03-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ↵Michael Drake2011-03-091-1/+0
| | | | | | need to maintain scale for plotting. svn path=/trunk/netsurf/; revision=11942
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-9/+9
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-3/+3
| | | | svn path=/trunk/netsurf/; revision=8399
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-2/+3
| | | | svn path=/trunk/netsurf/; revision=8332
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=6958
* Squash warningsJohn Mark Bell2009-03-271-1/+2
| | | | svn path=/trunk/netsurf/; revision=6926
* - C strings have always an implicit NUL character at the end, no need to ↵John Tytgat2009-02-011-1/+1
| | | | | | | | 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-17/+32
| | | | | | | - 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-20/+20
| | | | svn path=/trunk/netsurf/; revision=3073
* Make progress icons have a left margin. Fix redraw artifact.Richard Wilson2006-10-131-28/+26
| | | | svn path=/trunk/netsurf/; revision=3004
* Allow dynamic resizing. Reverse animation direction.Richard Wilson2006-10-121-12/+31
| | | | svn path=/trunk/netsurf/; revision=2996
* Fix redraw when no sprites are present. Squash compiler warnings.Richard Wilson2006-10-111-7/+9
| | | | svn path=/trunk/netsurf/; revision=2994
* Animated progress bar component.Richard Wilson2006-10-061-0/+477
svn path=/trunk/netsurf/; revision=2983