summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move the resource id enum to its own header. Add a ersizing handle pic for th...François Revel2010-08-032-13/+48
* add explicit inlude for varargsVincent Sanders2010-08-031-0/+1
* Fix BeOS build:François Revel2010-08-027-70/+96
* Use nssvg by default on BeOS.François Revel2010-08-021-0/+4
* C89.François Revel2010-08-021-1/+2
* Add a fallback for PRId64 as it's not defined on BeOS. It's only valid for 32...François Revel2010-08-021-0/+4
* off by oneChris Young2010-07-311-1/+1
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-294-14/+28
* Show an icon under the pointer for drag saves (missed from previous commit)Chris Young2010-07-281-1/+4
* Show an icon under the pointer for drag save operations. Might need disablin...Chris Young2010-07-283-2/+176
* Add GTK language resources Vincent Sanders2010-07-286-0/+6
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-2813-357/+660
* remove symlinks to directories for Message translationsVincent Sanders2010-07-285-5/+0
* Enable sideways print option.Steve Fryatt2010-07-275-13/+45
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it is...Chris Young2010-07-274-13/+71
* Fix clipping for non-HTML contentsChris Young2010-07-261-8/+8
* Updated translation from Samir HawamdehChris Young2010-07-251-6/+6
* ami_easy_clipboard just got easier, and a buffer overrun/memory leak got fixedChris Young2010-07-243-66/+18
* Fix menu disable on tab switch and CutChris Young2010-07-247-68/+120
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-2421-43/+247
* Ensure RC is 0 unless we actually have a fatal error.Chris Young2010-07-231-0/+24
* Updated French translation. Thanks to Philippe Ducrettet.Michael Drake2010-07-231-86/+86
* Make GTK frontend select apropriate messages file Vincent Sanders2010-07-227-30/+126
* Allow targetting any window/tab with ARexx commands. Adds new command WINDOW...Chris Young2010-07-203-51/+226
* Fix GTK File > Quit menu message key in translations.Michael Drake2010-07-194-4/+4
* Updated translation from Samir HawamdehChris Young2010-07-181-9/+9
* Don't suppress curl debug output, eitherJohn Mark Bell2010-07-171-2/+5
* Enable noisy loggingJohn Mark Bell2010-07-172-2/+2
* Fix build when layout logging is enabled.Michael Drake2010-07-161-2/+2
* Record left and right float boxes with negative widths. Fixes overlapping tex...Michael Drake2010-07-161-8/+5
* Update dirlist_generate_title documentation to match reality. Remove unused e...Michael Drake2010-07-161-20/+10
* memory leakChris Young2010-07-151-19/+29
* Localise browser "Index of" textChris Young2010-07-156-4/+25
* fix crashChris Young2010-07-151-2/+2
* Force browser window redraw after printing to restore screen layout.Steve Fryatt2010-07-151-1/+3
* Fix so column suppression choices actually end up in the output.Michael Drake2010-07-151-0/+4
* Move HTML generating code into separate functions. Tidy up spacing when pare...Michael Drake2010-07-151-87/+350