summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious "domain" variable from urldb_iterate_partial().John Mark Bell2009-05-281-4/+4
* Lose redundant code. Actually ensure that mode is initialised in ro_gui_theme...John Mark Bell2009-05-281-21/+20
* Make logic surrounding extraction of URL + referer scheme more sensible.John Mark Bell2009-05-281-37/+30
* Remove redundant increment.Michael Drake2009-05-281-2/+2
* Remove redundant calculation.Michael Drake2009-05-281-1/+0
* Reorganise some conditions and only try to deal with min-height and max-heigh...Michael Drake2009-05-281-21/+33
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-2816-14/+10
* Avoid dereferencing NULL pointer. Tighten up other icon string initialisation...John Mark Bell2009-05-281-16/+16
* Remove unused code.Michael Drake2009-05-271-11/+2
* Make layout_apply_minmax_height assert if it's called with a box that shouldn...Michael Drake2009-05-271-1/+2
* Pedantic wrap.Michael Drake2009-05-271-1/+2
* Remove a couple of superfluous conditions.Michael Drake2009-05-271-4/+4
* Remove dead assignmentMichael Drake2009-05-271-2/+0
* Custom apha-supporting backfill hook for tiled bitmaps that require it.Chris Young2009-05-261-2/+70
* Super whizzy fast shiny new tile plotterChris Young2009-05-261-47/+44
* Vague attempt at direct renderingChris Young2009-05-252-42/+76
* Change back to Smart Refresh windowsChris Young2009-05-251-2/+2
* Reduce flickerChris Young2009-05-241-1/+1
* Prevent gadget and menu disable/enable magic from acting on frames (this fixe...Chris Young2009-05-241-2/+8
* 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