summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct autobuilder path.John Mark Bell2009-05-071-10/+10
| | | | svn path=/trunk/netsurf/; revision=7425
* It probably helps to remember about ccres and makerun.John Mark Bell2009-05-071-0/+13
| | | | svn path=/trunk/netsurf/; revision=7422
* It's probably about time we stopped claiming to be 2.0John Mark Bell2009-05-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=7411
* Make layout_block_context() private.Michael Drake2009-05-062-1/+1
| | | | svn path=/trunk/netsurf/; revision=7406
* Move special casing of form element dimensions out into separate helper ↵Michael Drake2009-05-061-61/+62
| | | | | | function. svn path=/trunk/netsurf/; revision=7403
* Set bit 4 of extended window flags byte (makes Wimp_GetPointerInfo respond ↵John Mark Bell2009-05-061-1/+7
| | | | | | to shaded icons on RO5). I've no idea why this wasn't done years ago. svn path=/trunk/netsurf/; revision=7402
* Don't bother plotting bitmaps that are completely out of the clip zone.Chris Young2009-05-051-0/+6
| | | | svn path=/trunk/netsurf/; revision=7401
* Minor correctionsChris Young2009-05-041-2/+4
| | | | svn path=/trunk/netsurf/; revision=7391
* Check if shared objects actually copied, and copy them on next startup if ↵Chris Young2009-05-042-0/+65
| | | | | | they didn't. svn path=/trunk/netsurf/; revision=7390
* Updated Italian translation from Samir HawamdehChris Young2009-05-041-44/+52
| | | | svn path=/trunk/netsurf/; revision=7388
* Make form elements with specified sizes include paddings and borders in ↵Michael Drake2009-05-011-48/+133
| | | | | | their sizes in some cases. svn path=/trunk/netsurf/; revision=7386
* Remove default margin from form elements, to match other browsers.Michael Drake2009-05-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=7385
* Add Abort button to download windowChris Young2009-04-308-1/+30
| | | | svn path=/trunk/netsurf/; revision=7384
* Make it a bit easier to see the text under the cursor, by complementing ↵Chris Young2009-04-291-0/+4
| | | | | | | | rather than obliterating. svn path=/trunk/netsurf/; revision=7372
* Rework GTK options code to be less bug ridden. This fixes a bunch of buffer ↵John Mark Bell2009-04-292-351/+359
| | | | | | | | overflows and memory leaks. Additionally, don't bother calculating the default toolbar button type here -- it will already be determined the first time that a browser window is opened (i.e. before the preferences dialog can be opened, anyway). Remove loads of trailing whitespace from every line in the gtk languages file. svn path=/trunk/netsurf/; revision=7370
* Fix numbering of floated list itemsJohn Mark Bell2009-04-291-16/+40
| | | | svn path=/trunk/netsurf/; revision=7361
* Allow box at point to search descendant space of boxes with no style.Michael Drake2009-04-281-1/+2
| | | | svn path=/trunk/netsurf/; revision=7359
* Move handling of TR height attribute from box construction to layout and add ↵Michael Drake2009-04-282-49/+13
| | | | | | support for height property on TR. svn path=/trunk/netsurf/; revision=7358
* Make box_at_point() only return boxes if the point is physically contained ↵Michael Drake2009-04-272-50/+81
| | | | | | within them, and not if the point is mearly in the descendant area. (Fixes sites like BBC F1 page where whole page became an iPlayer link.) svn path=/trunk/netsurf/; revision=7335
* Set cache_bitmaps to 1 by default so it caches scaled bitmaps in memory.Chris Young2009-04-261-1/+1
| | | | | | I'm not sure why this wasn't default already. svn path=/trunk/netsurf/; revision=7328
* Remember this comment as it shows in the menuChris Young2009-04-260-0/+0
| | | | svn path=/trunk/netsurf/; revision=7327
* Ignore screen_modeid if it isn't a hex valueChris Young2009-04-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=7326
* Speed up scrollwheel scrolling due to complaints :)Chris Young2009-04-251-3/+3
| | | | | | | | | Restrict screen mode requester to 24 and 32-bit modes only, as the alpha blitting doesn't work in 16-bit modes (may not work in 24-bit either, but I'm not sure and Classic OS4 users are likely to have 24-bit cards so don't really want to restrict it further) svn path=/trunk/netsurf/; revision=7316
* Post-2.0 release changes: stripped static binary in only 5MBChris Young2009-04-251-12/+21
| | | | | | | | Fix AutoInstall copying NetSurf_Cairo without renaming Fix installing on systems without AISS svn path=/trunk/netsurf/; revision=7315
* Minor packaging fixesChris Young2009-04-252-1/+1
| | | | svn path=/trunk/netsurf/; revision=7314
* Moving the pen to 0,0 helps a lot making sure where we start drawing...François Revel2009-04-251-1/+9
| | | | svn path=/trunk/netsurf/; revision=7313
* Add some support to handle transforms in plot_path, but it's disabled as it ↵François Revel2009-04-251-16/+10
| | | | | | seems to be broken. svn path=/trunk/netsurf/; revision=7312
* Implement plot_path for BeOS, still missing transform support...François Revel2009-04-251-21/+45
| | | | | | But already looks nice: http://revolf.free.fr/beos/shots/shot_beos_netsurf_svg_001.png svn path=/trunk/netsurf/; revision=7311
* Add external lib detections for BeOS.François Revel2009-04-241-0/+19
| | | | svn path=/trunk/netsurf/; revision=7308
* Update GTK about box to be more accurateRob Kendrick2009-04-231-2/+3
| | | | svn path=/trunk/netsurf/; revision=7258
* Simplify handling of tab switching. Now only has one event entry point, ↵John Mark Bell2009-04-221-5/+16
| | | | | | | | rather than two (and is thus less confusing). Update window titlebar on tab switch (based on r7234) svn path=/trunk/netsurf/; revision=7235
* Sync library names with realityJohn Mark Bell2009-04-211-9/+9
| | | | svn path=/trunk/netsurf/; revision=7223
* Update framebuffer paths to use PREFIX, add install-framebuffer targetDaniel Silverstone2009-04-212-4/+13
| | | | svn path=/trunk/netsurf/; revision=7222
* Do not include setjmp.h, pngconf.h gets upsetDaniel Silverstone2009-04-211-1/+0
| | | | svn path=/trunk/netsurf/; revision=7221
* Add a PREFIX variable which the GTK install can useDaniel Silverstone2009-04-211-2/+5
| | | | svn path=/trunk/netsurf/; revision=7212
* Missing documentation install for gtk targetDaniel Silverstone2009-04-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=7211
* Update the pkg-config stuff to the new .pc namesDaniel Silverstone2009-04-211-23/+23
| | | | svn path=/trunk/netsurf/; revision=7209
* Farewell NetSurf$Version. It's never been correct.John Mark Bell2009-04-211-1/+0
| | | | svn path=/trunk/netsurf/; revision=7185
* Why is this so out of date?John Mark Bell2009-04-211-7/+11
| | | | svn path=/trunk/netsurf/; revision=7181
* 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