summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Try harder to get useful values if (a) getent is not available or (b) ↵Chris Young2011-03-151-0/+12
| | | | | | | | HOSTNAME env-var does not exist. svn path=/trunk/netsurf/; revision=12055
* Fix local history redrawChris Young2011-03-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=12054
* give up trying to create fs links as it doesn't work properly either with or Chris Young2011-03-142-2/+0
| | | | | | without escaping the punctuation... svn path=/trunk/netsurf/; revision=12053
* Fix link targetsChris Young2011-03-140-0/+0
| | | | svn path=/trunk/netsurf/; revision=12052
* Add links to missing resourcesChris Young2011-03-142-0/+2
| | | | svn path=/trunk/netsurf/; revision=12051
* Revert errorneous documentation updateChris Young2011-03-141-3/+0
| | | | svn path=/trunk/netsurf/; revision=12050
* More rigourous MIME type checking for CSS allows us to remove the icons from ↵Chris Young2011-03-148-18/+40
| | | | | | | | included CSS files. svn path=/trunk/netsurf/; revision=12049
* Passing $(DEVELOPER_PATH) to the compile-xib script to select the right ibtool.Sven Weidauer2011-03-142-8/+8
| | | | svn path=/trunk/netsurf/; revision=12048
* Avoid crash when no theme is presentChris Young2011-03-141-1/+6
| | | | svn path=/trunk/netsurf/; revision=12047
* Added Makefile setting for the SDK version.Sven Weidauer2011-03-142-1/+3
| | | | svn path=/trunk/netsurf/; revision=12046
* Improve logging output to only show the part of teh string being measuredVincent Sanders2011-03-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=12045
* Try to reduce a bit of Pango overhead by avoiding recreation of Pango layout ↵Rob Kendrick2011-03-141-23/+32
| | | | | | contexts for each width request. svn path=/trunk/netsurf/; revision=12044
* Adding ability to specify /Developer dir in MakefilesSven Weidauer2011-03-142-2/+5
| | | | svn path=/trunk/netsurf/; revision=12043
* Getting rid of cocoa_set_font_scale_factorSven Weidauer2011-03-145-14/+1
| | | | svn path=/trunk/netsurf/; revision=12042
* Check for RISC OS CSS filetype in case we have got redirected (ie. we are ↵Chris Young2011-03-141-0/+11
| | | | | | | | running from the SVN tree and using resource: addressing) svn path=/trunk/netsurf/; revision=12041
* Avoid crashing on NULL schedule_listChris Young2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12040
* Move schedule.h to utils/John Mark Bell2011-03-1321-20/+25
| | | | svn path=/trunk/netsurf/; revision=12039
* init_mfdb() is now able to handle bitmaps with less than 8 bits per pixel.Ole Loots2011-03-133-33/+51
| | | | | | (needed for monochrom glyph rendering) svn path=/trunk/netsurf/; revision=12038
* 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