summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Install new resources too.Michael Drake2011-03-171-0/+2
| | | | svn path=/trunk/netsurf/; revision=12087
* Update gtk install target.Michael Drake2011-03-171-1/+0
| | | | svn path=/trunk/netsurf/; revision=12086
* implement about:aboutVincent Sanders2011-03-171-2/+77
| | | | svn path=/trunk/netsurf/; revision=12085
* Improve options outputVincent Sanders2011-03-173-25/+39
| | | | | | improve options:config styling svn path=/trunk/netsurf/; revision=12084
* make resource header documentation more explicitVincent Sanders2011-03-171-3/+18
| | | | svn path=/trunk/netsurf/; revision=12083
* Ensure all four required version defines are set for windows buildsVincent Sanders2011-03-165-6/+6
| | | | svn path=/trunk/netsurf/; revision=12082
* Scale mouse pointer position.Michael Drake2011-03-161-16/+20
| | | | svn path=/trunk/netsurf/; revision=12081
* Beginnings of scale support.Michael Drake2011-03-161-10/+23
| | | | | | | | | | | | | - No front end to set scale, only global option. - No input (mouse pos) scaling. - Scaled of pos for update_box (e.g. animation) is wrong. - Off-by-1 in scaled scroll panning. Perhaps we should look at moving all the scale logic into the core. svn path=/trunk/netsurf/; revision=12080
* Temporary hack to stop crashing in Amiga frontend. Roll on frames ↵Chris Young2011-03-161-0/+8
| | | | | | re-implementation! svn path=/trunk/netsurf/; revision=12079
* Localise About req buttons (OK/Credits/Licence)Chris Young2011-03-163-33/+47
| | | | svn path=/trunk/netsurf/; revision=12078
* Move remaining popupmenu.class stuff to context_menu.c, and #ifdef it forChris Young2011-03-162-64/+99
| | | | | | __amigaos4__ only. svn path=/trunk/netsurf/; revision=12077
* Add about:license --> about:licence redirect.Michael Drake2011-03-161-0/+12
| | | | svn path=/trunk/netsurf/; revision=12076
* Update copyright dates for some NetSurf project components.Michael Drake2011-03-161-6/+6
| | | | svn path=/trunk/netsurf/; revision=12075
* Remove extraneous markup.Michael Drake2011-03-161-8/+5
| | | | svn path=/trunk/netsurf/; revision=12074
* Licence info has moved.Michael Drake2011-03-161-3/+3
| | | | svn path=/trunk/netsurf/; revision=12073
* Remove superseded about doc.Michael Drake2011-03-162-1929/+0
| | | | svn path=/trunk/netsurf/; revision=12072
* Help menu options for about:credits and about:licence to replace old about ↵Michael Drake2011-03-167-19/+34
| | | | | | NetSurf entry. svn path=/trunk/netsurf/; revision=12071
* Pedantic wrap.Michael Drake2011-03-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=12070
* Simple language directory handling.Michael Drake2011-03-151-3/+14
| | | | svn path=/trunk/netsurf/; revision=12069
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-155-53/+39
| | | | | | | add interface to clone a high level cache handle make generic printing core call new hlcache interface svn path=/trunk/netsurf/; revision=12068
* Fix in case of malloc failure.Michael Drake2011-03-151-0/+3
| | | | svn path=/trunk/netsurf/; revision=12067
* Add simple resource: path handler. Lacks language support for now.Michael Drake2011-03-151-4/+10
| | | | svn path=/trunk/netsurf/; revision=12066
* make gtk help menu entries actually do somethingVincent Sanders2011-03-151-3/+9
| | | | svn path=/trunk/netsurf/; revision=12065
* Slightly safer operation on RODaniel Silverstone2011-03-151-4/+17
| | | | svn path=/trunk/netsurf/; revision=12064
* Only extend the clipping area for plain text contentsChris Young2011-03-151-2/+8
| | | | svn path=/trunk/netsurf/; revision=12063
* Remove use of POSIX.pm from svn-testament -- RISCOS seems to be incomplete ↵Daniel Silverstone2011-03-151-4/+5
| | | | | | in that respect svn path=/trunk/netsurf/; revision=12062
* And use POSIX::uname for the hostnameDaniel Silverstone2011-03-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=12061
* Corify a bunch of svn-testament to work better on RISC OS with a bit of luckDaniel Silverstone2011-03-151-16/+12
| | | | svn path=/trunk/netsurf/; revision=12060
* Fix scaled text-plain contents.Michael Drake2011-03-151-6/+9
| | | | svn path=/trunk/netsurf/; revision=12059
* Make text size a separate #define. Michael Drake2011-03-151-3/+4
| | | | svn path=/trunk/netsurf/; revision=12058
* Like HTML, text-plain contents have no intrinsic dimensions.Michael Drake2011-03-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=12057
* Fix warningChris Young2011-03-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=12056
* 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