summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Various changes to about: content markup. Added me to LibNSFB bit.Michael Drake2011-03-183-29/+47
| | | | svn path=/trunk/netsurf/; revision=12105
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
| | | | | | | Probably need to document how to add another app to handle FTP though, as it's not obvious but could be useful. svn path=/trunk/netsurf/; revision=12104
* Enable fast scrolling for non-HTML contentsChris Young2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12103
* Fix BeOS build:François Revel2011-03-172-1/+5
| | | | | | | - missing include, - use css_computed_color() accessor instead of struct css_computed_style member as it's now opaque to us. svn path=/trunk/netsurf/; revision=12100
* Remove what should now be redundant special casing of text/plain.Michael Drake2011-03-171-6/+0
| | | | svn path=/trunk/netsurf/; revision=12099
* Handle scaled rendering of text/plain with plot origin offset too.Michael Drake2011-03-171-4/+4
| | | | svn path=/trunk/netsurf/; revision=12098
* Fix text/plain rendering's plot range calc to take account of vertical plot ↵Michael Drake2011-03-171-2/+2
| | | | | | offset (y). svn path=/trunk/netsurf/; revision=12097
* Comment out noisy nsfont_width logging.Michael Drake2011-03-171-1/+3
| | | | svn path=/trunk/netsurf/; revision=12096
* Fix framebuffer resource: handlingVincent Sanders2011-03-177-2/+15
| | | | svn path=/trunk/netsurf/; revision=12095
* Fix comment.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12094
* set hidden flag for more about: pagesVincent Sanders2011-03-171-6/+6
| | | | svn path=/trunk/netsurf/; revision=12093
* Less bloated "license" spelling handler.Michael Drake2011-03-171-12/+1
| | | | svn path=/trunk/netsurf/; revision=12092
* Retabify about.c since I had previously moosed itDaniel Silverstone2011-03-171-39/+39
| | | | svn path=/trunk/netsurf/; revision=12091
* Skip duplicates on about:about.Michael Drake2011-03-171-8/+14
| | | | svn path=/trunk/netsurf/; revision=12090
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-1711-16/+18
| | | | svn path=/trunk/netsurf/; revision=12089
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-178-84/+93
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* 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