summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on AmigaOS4Chris Young2010-09-111-1/+1
* cause content_redraw() to be called with the width and height of the content ...Vincent Sanders2010-09-101-7/+7
* Fix GTK redraw artifacts with non html contentVincent Sanders2010-09-103-0/+12
* Add a bit of padding to bottom of directory listings. Tidy code indentation.Michael Drake2010-09-101-7/+7
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-0916-419/+733
* Root element can't be absolute positioned. Fixes #3062055.Michael Drake2010-09-081-1/+2
* Redraw object scrollbars if required.Michael Drake2010-08-301-3/+4
* Fix object descendants and make space for scrollbars if required.Michael Drake2010-08-301-1/+10
* Don't special case height to content height when object's content is HTML.Michael Drake2010-08-301-1/+1
* Fix clipping to exclude border for objects.Michael Drake2010-08-301-3/+4
* Revert accidental change which was causing corruption down the right-hand sid...Chris Young2010-08-301-2/+2
* Debug plotters. It appears that the odd slowness on some sites (eg. sourcefo...Chris Young2010-08-302-6/+64
* Fix bug #3055480: properly compare URLs, instead of erroneously assuming that...John Mark Bell2010-08-291-2/+6
* Alias W for WINDOW and T for TAB.Chris Young2010-08-282-24/+28
* Add startup and shutdown ARexx scripts (default to startup.nsrx and shutdown....Chris Young2010-08-283-3/+25
* Add ARexx commands CLOSE (close window/tab) and ACTIVE (current window/tab nu...Chris Young2010-08-283-2/+144
* Fix GTK install target (note: .svn directories end up in the installed tree. ...John Mark Bell2010-08-261-4/+13
* Move directory listing HTML generation functions into separate module.Michael Drake2010-08-264-371/+427
* + Don't even consider top and bottom borders when theyMichael Drake2010-08-261-93/+200
* + Pass clip rectangle around html_redraw_* as a struct rect.Michael Drake2010-08-261-339/+400
* Avoid libjpeg version conflictsChris Young2010-08-241-1/+1
* Absolute path for theme locationChris Young2010-08-192-4/+13
* Simplication due to known border geometry characteristics. Fix double border ...Michael Drake2010-08-141-34/+36
* Remove todo comment for something already done.Michael Drake2010-08-141-1/+0
* Initialise opaque setting correctly at bitmap creation in framebuffer front e...Michael Drake2010-08-141-1/+1
* Start bitmap opacity support in GTK front end. Still needs bitmap_test_opaque...Michael Drake2010-08-141-4/+5
* Remove todo comment for something already done.Michael Drake2010-08-141-1/+0
* Fix colors on copying to clipboard.François Revel2010-08-141-1/+2
* Fix colour comparison to compare the right things. Plot left and right border...Michael Drake2010-08-141-129/+133
* Slightly quicker border part length finding.Michael Drake2010-08-141-4/+4
* Render 1px wide border parts with rectangle plotter, rather than polygon.Michael Drake2010-08-141-8/+54
* + Optimise border handling at 1:1 scale.Michael Drake2010-08-141-90/+82
* Remove printfs from bitmap plotter.Michael Drake2010-08-141-2/+1
* Fix BeOS build.Michael Drake2010-08-131-1/+1
* Plot rectangular border parts with the rectangle plotter, rather than the pol...Michael Drake2010-08-131-9/+74
* Make top and bottom borders flush with left and right of border box, when pos...Michael Drake2010-08-131-83/+259
* Skip transparent borders early and change border side plot order.Michael Drake2010-08-131-11/+11
* Fix inline border ends where inline text wraps.Michael Drake2010-08-131-10/+10
* Simplify border vertex arrangement code slightly.Michael Drake2010-08-131-48/+49
* Delete dead code and tweak polygon plotter. Still wrong, but better.Michael Drake2010-08-131-39/+1
* Turn on knockout rendering.Michael Drake2010-08-131-1/+1
* While bitmap_test_opaque() is unimplemented, it is unsafe to assume it is opa...Michael Drake2010-08-131-2/+2
* Remove dead code. Fix bitmap_set_opaque() to apply the opacity value it's pa...Michael Drake2010-08-131-5/+2
* Copy over the gtk implementation of url_to_path/path_to_url(). This fixes get...François Revel2010-08-121-5/+20
* Less spamJohn Mark Bell2010-08-101-2/+8
* Rate-limit cache clean attemptsJohn Mark Bell2010-08-102-5/+29
* Load/save cookies file in framebuffer frontendJohn Mark Bell2010-08-101-0/+19
* Fix some edit menu probsChris Young2010-08-082-1/+3
* Correct font nameChris Young2010-08-061-1/+1
* Include the resource id enumeration header. Not used yet.François Revel2010-08-031-0/+2