summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Kill more debug targetJohn Mark Bell2009-04-211-10/+0
| | | | svn path=/trunk/netsurf/; revision=7175
* Enable libpng by default.John Mark Bell2009-04-211-1/+1
| | | | | | Libmng/lcms can't cope with certain PNGs (particularly, xkcd.com) svn path=/trunk/netsurf/; revision=7166
* Improve notification of features that have been disabled in the build ↵John Mark Bell2009-04-211-1/+1
| | | | | | configuration. svn path=/trunk/netsurf/; revision=7149
* Some kind of documentation of option_button_type. Ideally, we'll be using an ↵John Mark Bell2009-04-211-7/+11
| | | | | | enum here in future. svn path=/trunk/netsurf/; revision=7148
* Fixed pitch font for GTK source viewRob Kendrick2009-04-211-0/+4
| | | | svn path=/trunk/netsurf/; revision=7147
* Much tidying, error checking, implementation hiding, etc.John Mark Bell2009-04-212-165/+211
| | | | svn path=/trunk/netsurf/; revision=7145
* I deleted this, honest.John Mark Bell2009-04-211-0/+0
| | | | svn path=/trunk/netsurf/; revision=7144
* Relative font size hackery. This will do until libcss is done.John Mark Bell2009-04-211-4/+7
| | | | svn path=/trunk/netsurf/; revision=7143
* Reflow to the entire widget width, rather than leaving a 2px border on the ↵John Mark Bell2009-04-211-1/+1
| | | | | | right side. I've no idea why this was needed, but it looks odd. svn path=/trunk/netsurf/; revision=7142
* Check in missing files from previous commitRob Kendrick2009-04-202-0/+453
| | | | svn path=/trunk/netsurf/; revision=7139
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some ↵Rob Kendrick2009-04-2018-3853/+3397
| | | | | | reworking from me. Beware; glade nastyness ahead. svn path=/trunk/netsurf/; revision=7136
* Fix warningsChris Young2009-04-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=7132
* Fix warningsChris Young2009-04-181-13/+14
| | | | svn path=/trunk/netsurf/; revision=7131
* If we calculate the height of the root box to be AUTO, set it to the ↵John Mark Bell2009-04-171-0/+2
| | | | | | viewport height before laying out the document (makes html, body { height: 100%; } behave correctly) svn path=/trunk/netsurf/; revision=7127
* Pretty sketchy notes on creating a cross-compilation environment for RISC OS ↵John Mark Bell2009-04-171-0/+89
| | | | | | NetSurf, and building NetSurf with it. svn path=/trunk/netsurf/; revision=7120
* BeOS/Haiku installation target (credit: Matt Madia)John Mark Bell2009-04-172-0/+25
| | | | svn path=/trunk/netsurf/; revision=7118
* Hubbub is no longer optional.John Mark Bell2009-04-1715-933/+84
| | | | | | Remove libxml2 parser binding. svn path=/trunk/netsurf/; revision=7115
* Purge debug target -- it spent most of its life broken.John Mark Bell2009-04-166-553/+4
| | | | | | In future, we can use the framebuffer frontend with a null output handler, which gives us effectively the same thing with less special-case stuff. svn path=/trunk/netsurf/; revision=7107
* Fix debug build. Is this worth the effort, I wonder?John Mark Bell2009-04-162-16/+26
| | | | svn path=/trunk/netsurf/; revision=7106
* Fix url completion when last character in url bar is a /John Mark Bell2009-04-161-6/+7
| | | | svn path=/trunk/netsurf/; revision=7105
* Fix compilation with GCC 2.95.John Mark Bell2009-04-166-15/+15
| | | | | | It astounds me how some of this lot compiled at all. svn path=/trunk/netsurf/; revision=7104
* Update some comments.Michael Drake2009-04-151-1/+14
| | | | svn path=/trunk/netsurf/; revision=7092
* It probably helps to reflect API changesJohn Mark Bell2009-04-151-78/+85
| | | | svn path=/trunk/netsurf/; revision=7090
* Handle hubbub errors.John Mark Bell2009-04-152-6/+27
| | | | | | Handle parser binding errors. svn path=/trunk/netsurf/; revision=7087
* Ensure the selected item stays selected when being moved. Bit of a hack as theChris Young2009-04-141-1/+9
| | | | | | | listbrowser is single-select and recreated completely every update. Needs some reworking and change to multi-select mode. svn path=/trunk/netsurf/; revision=7076
* Fix ARexx download queue - GummiSurf now works, and manual ARexx-initiated ↵Chris Young2009-04-143-9/+5
| | | | | | | | downloads will be processed in turn rather than simultaneously. svn path=/trunk/netsurf/; revision=7075
* filename changesChris Young2009-04-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=7074
* Possibly fix links opened in current window not being scrolled to top.Michael Drake2009-04-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=7065
* Update GTK tab opening to hopefully correctly render pages on open. (Mark ↵Daniel Silverstone2009-04-071-3/+6
| | | | | | Benjamin) svn path=/trunk/netsurf/; revision=7055
* fix compilationChris Young2009-04-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=7054
* squash warnings about unused functionsVincent Sanders2009-04-063-11/+1
| | | | | | squash warnings when using internal font plotter svn path=/trunk/netsurf/; revision=7053
* squash some warningsVincent Sanders2009-04-052-0/+3
| | | | svn path=/trunk/netsurf/; revision=7048
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-059-105/+33
| | | | svn path=/trunk/netsurf/; revision=7047
* Reflect changes to library names and pkg-config control files.John Mark Bell2009-04-031-31/+31
| | | | svn path=/trunk/netsurf/; revision=7039
* only call os redraw on the area of the widget which has been updatedVincent Sanders2009-04-021-1/+12
| | | | svn path=/trunk/netsurf/; revision=7028
* Make selections stand out from buttonsChris Young2009-04-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=7024
* Minor correctionsChris Young2009-04-011-2/+2
| | | | svn path=/trunk/netsurf/; revision=7023
* Sync full Cairo build with GTK Cairo plottersChris Young2009-04-011-2/+2
| | | | | | (this was in the previous commit with a copy'n'paste error) svn path=/trunk/netsurf/; revision=7022
* Remove option_quick_text (local charset text printing)Chris Young2009-04-014-329/+125
| | | | svn path=/trunk/netsurf/; revision=7021
* Don't open menu if there are no itemsChris Young2009-04-011-0/+11
| | | | svn path=/trunk/netsurf/; revision=7019
* More shared objects...Chris Young2009-03-312-2/+2
| | | | svn path=/trunk/netsurf/; revision=7017
* Add some incomplete documentation for path plotter. Better documentation of ↵Michael Drake2009-03-311-5/+9
| | | | | | rectangle and fill plotters.plotters.h svn path=/trunk/netsurf/; revision=7016
* Fix pathJohn Mark Bell2009-03-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=7010
* Add paragraph about some distributions having a pkg-config that does not ↵Rob Kendrick2009-03-311-0/+7
| | | | | | include /usr/local as a default search location, and how to solve this. svn path=/trunk/netsurf/; revision=7009
* Use tabs for indentation.Michael Drake2009-03-311-23/+23
| | | | svn path=/trunk/netsurf/; revision=7008
* Tidy browser_window_refresh_url_bar a bit, ensure the sizes all make sense, ↵Daniel Silverstone2009-03-311-18/+23
| | | | | | that we don't allocate unnecessarily, etc. svn path=/trunk/netsurf/; revision=7007
* Use fragment instead of #fragment in the comment because it does not include ↵Michael Drake2009-03-311-2/+2
| | | | | | the #. svn path=/trunk/netsurf/; revision=7006
* Comment browser_window_refresh_url_bar() and fix some wrap.Michael Drake2009-03-311-22/+40
| | | | svn path=/trunk/netsurf/; revision=7005
* Ensure buffer is big enough for the extra character.Chris Young2009-03-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=7003
* Stop URL bar losing characters on every refreshChris Young2009-03-301-4/+4
| | | | svn path=/trunk/netsurf/; revision=7001