summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add link to changelogChris Young2009-05-231-0/+2
* Fix crash when pages are loadingChris Young2009-05-231-1/+5
* Add OpenSSL to the cflags/ldflags.John Mark Bell2009-05-231-8/+12
* Missing WITH_NS_SVG #ifdefChris Young2009-05-192-0/+4
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-199-13/+577
* Too many 0sChris Young2009-05-171-1/+1
* Add Save as IFF to main menusChris Young2009-05-178-28/+109
* Allow Copy menu to copy the image currently displayed, if we aren't displayin...Chris Young2009-05-171-4/+16
* Fix alpha testing, set correctly for ILBMsChris Young2009-05-171-2/+2
* IFF save now works - needed an unexpected NULL as the first parameter to DTM_...Chris Young2009-05-162-12/+3
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-165-82/+62
* Copy and save images in IFF ILBM format. Currently, the data in the BODY chu...Chris Young2009-05-1612-3/+169
* Hubbub now a requirement.Michael Drake2009-05-153-9/+6
* s/abort/abort_fetch/John Mark Bell2009-05-141-7/+7
* Local history started drawing on the browser window instead of the history wi...Chris Young2009-05-091-6/+6
* Populate option_accept_language with the user's preferred languages, in order.Chris Young2009-05-092-11/+73
* Remove min_font_size settingChris Young2009-05-091-2/+1
* Adjust minimum font sizeChris Young2009-05-091-2/+2
* Handle percentage table heights. Spare height is still not distributed over c...Michael Drake2009-05-081-10/+52
* CompositeTags() was clipping one pixel too close.Chris Young2009-05-072-6/+6
* Some optimisations, makes page rendering much quicker at least on OS4.1.Chris Young2009-05-072-5/+53
* Fix viewport height handling not to obliterate calculationMichael Drake2009-05-071-29/+42
* Correct autobuilder path.John Mark Bell2009-05-071-10/+10
* It probably helps to remember about ccres and makerun.John Mark Bell2009-05-071-0/+13
* It's probably about time we stopped claiming to be 2.0John Mark Bell2009-05-061-2/+2
* Make layout_block_context() private.Michael Drake2009-05-062-1/+1
* Move special casing of form element dimensions out into separate helper funct...Michael Drake2009-05-061-61/+62
* Set bit 4 of extended window flags byte (makes Wimp_GetPointerInfo respond to...John Mark Bell2009-05-061-1/+7
* Don't bother plotting bitmaps that are completely out of the clip zone.Chris Young2009-05-051-0/+6
* Minor correctionsChris Young2009-05-041-2/+4
* Check if shared objects actually copied, and copy them on next startup if the...Chris Young2009-05-042-0/+65
* Updated Italian translation from Samir HawamdehChris Young2009-05-041-44/+52
* Make form elements with specified sizes include paddings and borders in their...Michael Drake2009-05-011-48/+133
* Remove default margin from form elements, to match other browsers.Michael Drake2009-05-011-1/+1
* Add Abort button to download windowChris Young2009-04-308-1/+30
* Make it a bit easier to see the text under the cursor, by complementing rathe...Chris Young2009-04-291-0/+4
* Rework GTK options code to be less bug ridden. This fixes a bunch of buffer o...John Mark Bell2009-04-292-351/+359
* Fix numbering of floated list itemsJohn Mark Bell2009-04-291-16/+40
* Allow box at point to search descendant space of boxes with no style.Michael Drake2009-04-281-1/+2
* Move handling of TR height attribute from box construction to layout and add ...Michael Drake2009-04-282-49/+13
* Make box_at_point() only return boxes if the point is physically contained wi...Michael Drake2009-04-272-50/+81
* Set cache_bitmaps to 1 by default so it caches scaled bitmaps in memory.Chris Young2009-04-261-1/+1
* Remember this comment as it shows in the menuChris Young2009-04-260-0/+0
* Ignore screen_modeid if it isn't a hex valueChris Young2009-04-261-1/+1
* Speed up scrollwheel scrolling due to complaints :)Chris Young2009-04-251-3/+3
* Post-2.0 release changes: stripped static binary in only 5MBChris Young2009-04-251-12/+21
* Minor packaging fixesChris Young2009-04-252-1/+1
* Moving the pen to 0,0 helps a lot making sure where we start drawing...François Revel2009-04-251-1/+9
* Add some support to handle transforms in plot_path, but it's disabled as it s...François Revel2009-04-251-16/+10
* Implement plot_path for BeOS, still missing transform support...François Revel2009-04-251-21/+45