summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-165-82/+62
| | | | | | | Copy now works, saving just creates an empty file - probably something wrong with my DTM_WRITE call. svn path=/trunk/netsurf/; revision=7517
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-1612-3/+169
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Hubbub now a requirement.Michael Drake2009-05-153-9/+6
| | | | svn path=/trunk/netsurf/; revision=7513
* s/abort/abort_fetch/John Mark Bell2009-05-141-7/+7
| | | | svn path=/trunk/netsurf/; revision=7512
* Local history started drawing on the browser window instead of the history ↵Chris Young2009-05-091-6/+6
| | | | | | | | | window for some reason. This makes it draw to the usual global bitmap and blit across to the history window instead. svn path=/trunk/netsurf/; revision=7453
* Populate option_accept_language with the user's preferred languages, in order.Chris Young2009-05-092-11/+73
| | | | | | | | | | | | | LangNames now contains the language codes for all languages available with OS4.1, plus Welsh (http://aminet.net/package/misc/misc/welsh_lang). There are no other 3rd party .language files available for OS4 that I am aware of, but any new ones can easily be added if/when they become available. These may now not be exactly the same as the RISC OS names, but that can be resolved by renaming directories for new translations (current ones are OK), or reverting back to the AmigaOS names for Messages files paths. svn path=/trunk/netsurf/; revision=7452
* Remove min_font_size settingChris Young2009-05-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=7451
* Adjust minimum font sizeChris Young2009-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=7450
* Handle percentage table heights. Spare height is still not distributed over ↵Michael Drake2009-05-081-10/+52
| | | | | | cells. svn path=/trunk/netsurf/; revision=7439
* CompositeTags() was clipping one pixel too close.Chris Young2009-05-072-6/+6
| | | | svn path=/trunk/netsurf/; revision=7432
* Some optimisations, makes page rendering much quicker at least on OS4.1.Chris Young2009-05-072-5/+53
| | | | svn path=/trunk/netsurf/; revision=7431
* Fix viewport height handling not to obliterate calculationMichael Drake2009-05-071-29/+42
| | | | | | | of root element height from children's dimensions. Improve handling of percentage heights on HTML and BODY. svn path=/trunk/netsurf/; revision=7429
* 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