summaryrefslogtreecommitdiff
path: root/gtk/gtk_schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* fixup gtk source file namesVincent Sanders2011-01-291-128/+0
| | | | svn path=/trunk/netsurf/; revision=11529
* Add missing includesJohn Mark Bell2010-04-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=10525
* Simplify gtk scheduler and clean up valgrind-exposed errorDaniel Silverstone2010-04-141-7/+1
| | | | svn path=/trunk/netsurf/; revision=10397
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-2/+3
| | | | svn path=/trunk/netsurf/; revision=6447
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-8/+19
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* 10ms in a cs, not 100Daniel Silverstone2007-06-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=3367
* Make the gtk_schedule stuff more robust, only run schedules inside gui_poll ↵Daniel Silverstone2007-06-251-39/+95
| | | | | | and generally cause less issues for the as-yet non-reentrant core. svn path=/trunk/netsurf/; revision=3366
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-1/+1
| | | | | | | | | | | | | | 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-4/+4
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2006-03-10 02:03:56 by dsilvers]Daniel Silverstone2006-03-101-8/+0
| | | | | | Remove some unnecessary debug from GTK frontend svn path=/import/netsurf/; revision=2119
* [project @ 2006-03-09 20:14:13 by dsilvers]Daniel Silverstone2006-03-091-0/+73
Added schedule support to the GTK port svn path=/import/netsurf/; revision=2116