summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added dummy LDG functions to reduce need for external libsOle Loots2011-03-132-1/+17
| | | | svn path=/trunk/netsurf/; revision=12037
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-133-3/+14
| | | | svn path=/trunk/netsurf/; revision=12036
* Don't crash if removing events when we have no listChris Young2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12035
* Empty the schedule list before freeing and closing resourcesChris Young2011-03-132-2/+22
| | | | svn path=/trunk/netsurf/; revision=12034
* Move timer initialisation for scheduler so netsurf_init can queue scheduled ↵Chris Young2011-03-131-3/+3
| | | | | | events. svn path=/trunk/netsurf/; revision=12033
* Add missing includes; Don't mix TimeVal definitionsChris Young2011-03-131-2/+5
| | | | svn path=/trunk/netsurf/; revision=12032
* Add Credits and Licence buttons to About requester.Chris Young2011-03-131-12/+11
| | | | svn path=/trunk/netsurf/; revision=12031
* Search for resources in user's preferred languages, en, and outside theChris Young2011-03-132-9/+50
| | | | | | language-specific dirs. svn path=/trunk/netsurf/; revision=12030
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-1321-61/+102
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Set version using testament.h instead of old ARexx scriptChris Young2011-03-135-87/+43
| | | | svn path=/trunk/netsurf/; revision=12028
* Add the other main developers.Michael Drake2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12025
* Add hostname and pathDaniel Silverstone2011-03-132-0/+19
| | | | svn path=/trunk/netsurf/; revision=12023
* Slightly better out-of-svn build infoDaniel Silverstone2011-03-132-2/+7
| | | | svn path=/trunk/netsurf/; revision=12022
* Use $(CURDIR) instead of $(shell pwd)John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12021
* Initial testament functionalityDaniel Silverstone2011-03-134-1/+245
| | | | svn path=/trunk/netsurf/; revision=12020
* Expand Makefile.config.example to include some common examples.Michael Drake2011-03-131-4/+30
| | | | svn path=/trunk/netsurf/; revision=12019
* Be somewhat more militant with idiots who copy Makefile.defaultsDaniel Silverstone2011-03-131-0/+4
| | | | svn path=/trunk/netsurf/; revision=12018
* Move directory listing CSS to resource:internal.css.Michael Drake2011-03-132-21/+65
| | | | svn path=/trunk/netsurf/; revision=12017
* Fix font sizing in text widgetJohn Mark Bell2011-03-131-2/+5
| | | | svn path=/trunk/netsurf/; revision=12016
* Initial building/using monkey docsDaniel Silverstone2011-03-132-0/+337
| | | | svn path=/trunk/netsurf/; revision=12015
* Scale font sizes by the screen DPI, rather than assuming 72John Mark Bell2011-03-131-1/+2
| | | | svn path=/trunk/netsurf/; revision=12014
* Fix messageDaniel Silverstone2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12013
* No point in saving bitmapsDaniel Silverstone2011-03-131-1/+0
| | | | svn path=/trunk/netsurf/; revision=12011
* fix close button having default focusVincent Sanders2011-03-131-2/+4
| | | | svn path=/trunk/netsurf/; revision=12010
* gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8John Mark Bell2011-03-133-1/+12
| | | | svn path=/trunk/netsurf/; revision=12009
* Sync with versioned libcss ABIJohn Mark Bell2011-03-132-0/+5
| | | | svn path=/trunk/netsurf/; revision=12008
* fix gtk about dialog to use about: to display credits and licenceVincent Sanders2011-03-131-56/+93
| | | | svn path=/trunk/netsurf/; revision=12006
* missing semicolon. I suckDaniel Silverstone2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12005
* Shunt some schedule_run() calls around.. Should improve behaviour on GTK and ↵Daniel Silverstone2011-03-132-2/+4
| | | | | | monkey a little svn path=/trunk/netsurf/; revision=12004
* Instead of deleting the early scheduled poll, simply always add another poll ↵Daniel Silverstone2011-03-121-2/+4
| | | | | | if cURL thinks there might be work to do later svn path=/trunk/netsurf/; revision=12003
* Run the schedule before as well as after the pollDaniel Silverstone2011-03-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=12002
* Bunch of extra debugDaniel Silverstone2011-03-121-4/+12
| | | | svn path=/trunk/netsurf/; revision=12001
* Make about:config a bit nicer, if resource: is implemented on your front end.Michael Drake2011-03-121-6/+20
| | | | svn path=/trunk/netsurf/; revision=11999
* Fix title.Michael Drake2011-03-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=11997
* fix about:licence Vincent Sanders2011-03-121-0/+13
| | | | svn path=/trunk/netsurf/; revision=11996
* Resources load their stuff from resource:.Michael Drake2011-03-122-4/+4
| | | | svn path=/trunk/netsurf/; revision=11994
* Hacky mime mappings for RISC OS filetype extensionsJohn Mark Bell2011-03-121-0/+6
| | | | svn path=/trunk/netsurf/; revision=11993
* Symlinks for GTK front end.Michael Drake2011-03-124-0/+4
| | | | svn path=/trunk/netsurf/; revision=11992
* Add credits and licence documents for resources:. Also logo and internal.css ↵Michael Drake2011-03-124-0/+2098
| | | | | | file. svn path=/trunk/netsurf/; revision=11991
* Take advantage of not needing to spin like a mofo thanks to r11986Daniel Silverstone2011-03-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=11987
* I hate this, but it helps to prevent stalling during early fetch stages with ↵Daniel Silverstone2011-03-121-2/+12
| | | | | | curl svn path=/trunk/netsurf/; revision=11986
* Make schedule/schedule_remove use a typedef for their callback argumentDaniel Silverstone2011-03-121-2/+4
| | | | svn path=/trunk/netsurf/; revision=11985
* Lose nasty codeJohn Mark Bell2011-03-121-5/+0
| | | | svn path=/trunk/netsurf/; revision=11984
* Log to stderrJohn Mark Bell2011-03-122-4/+31
| | | | svn path=/trunk/netsurf/; revision=11983
* make tab work in forms on gtkVincent Sanders2011-03-121-59/+63
| | | | svn path=/trunk/netsurf/; revision=11982
* Allow box margins to collapse through zero-height boxes.Michael Drake2011-03-122-11/+53
| | | | svn path=/trunk/netsurf/; revision=11981
* Fix matching of universal element selectorsJohn Mark Bell2011-03-121-2/+6
| | | | svn path=/trunk/netsurf/; revision=11979
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-123-1/+66
| | | | svn path=/trunk/netsurf/; revision=11978
* Sync API with modern libcssJohn Mark Bell2011-03-121-59/+68
| | | | svn path=/trunk/netsurf/; revision=11977
* Fix stupidJohn Mark Bell2011-03-122-10/+9
| | | | svn path=/trunk/netsurf/; revision=11976