summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplication due to known border geometry characteristics. Fix double border ↵Michael Drake2010-08-141-34/+36
| | | | | | style. svn path=/trunk/netsurf/; revision=10709
* Remove todo comment for something already done.Michael Drake2010-08-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=10708
* Initialise opaque setting correctly at bitmap creation in framebuffer front ↵Michael Drake2010-08-141-1/+1
| | | | | | end. (Now JPEGs will knockout stuff behind them.) svn path=/trunk/netsurf/; revision=10707
* Start bitmap opacity support in GTK front end. Still needs ↵Michael Drake2010-08-141-4/+5
| | | | | | bitmap_test_opaque() implemented to be complete. svn path=/trunk/netsurf/; revision=10706
* Remove todo comment for something already done.Michael Drake2010-08-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=10705
* Fix colors on copying to clipboard.François Revel2010-08-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=10704
* Fix colour comparison to compare the right things. Plot left and right ↵Michael Drake2010-08-141-129/+133
| | | | | | borders before top and bottom. svn path=/trunk/netsurf/; revision=10703
* Slightly quicker border part length finding.Michael Drake2010-08-141-4/+4
| | | | svn path=/trunk/netsurf/; revision=10702
* Render 1px wide border parts with rectangle plotter, rather than polygon.Michael Drake2010-08-141-8/+54
| | | | svn path=/trunk/netsurf/; revision=10701
* + Optimise border handling at 1:1 scale.Michael Drake2010-08-141-90/+82
| | | | | | | | + Reduce computation for elements with no borders. + Simplfy border vertex calculation. + Add comments. svn path=/trunk/netsurf/; revision=10700
* Remove printfs from bitmap plotter.Michael Drake2010-08-141-2/+1
| | | | svn path=/trunk/netsurf/; revision=10699
* Fix BeOS build.Michael Drake2010-08-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10698
* Plot rectangular border parts with the rectangle plotter, rather than the ↵Michael Drake2010-08-131-9/+74
| | | | | | polygon plotter. svn path=/trunk/netsurf/; revision=10697
* Make top and bottom borders flush with left and right of border box, when ↵Michael Drake2010-08-131-83/+259
| | | | | | possible. Make left and right borders only render above/below padding box when they need to. svn path=/trunk/netsurf/; revision=10696
* Skip transparent borders early and change border side plot order.Michael Drake2010-08-131-11/+11
| | | | svn path=/trunk/netsurf/; revision=10695
* Fix inline border ends where inline text wraps.Michael Drake2010-08-131-10/+10
| | | | svn path=/trunk/netsurf/; revision=10694
* Simplify border vertex arrangement code slightly.Michael Drake2010-08-131-48/+49
| | | | svn path=/trunk/netsurf/; revision=10693
* Delete dead code and tweak polygon plotter. Still wrong, but better.Michael Drake2010-08-131-39/+1
| | | | svn path=/trunk/netsurf/; revision=10692
* Turn on knockout rendering.Michael Drake2010-08-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10691
* While bitmap_test_opaque() is unimplemented, it is unsafe to assume it is ↵Michael Drake2010-08-131-2/+2
| | | | | | opaque, so return false instead. svn path=/trunk/netsurf/; revision=10690
* Remove dead code. Fix bitmap_set_opaque() to apply the opacity value it's ↵Michael Drake2010-08-131-5/+2
| | | | | | passed, rather than just setting it to true. svn path=/trunk/netsurf/; revision=10689
* Copy over the gtk implementation of url_to_path/path_to_url(). This fixes ↵François Revel2010-08-121-5/+20
| | | | | | getting the mime type of local files. svn path=/trunk/netsurf/; revision=10688
* Less spamJohn Mark Bell2010-08-101-2/+8
| | | | svn path=/trunk/netsurf/; revision=10687
* Rate-limit cache clean attemptsJohn Mark Bell2010-08-102-5/+29
| | | | svn path=/trunk/netsurf/; revision=10686
* Load/save cookies file in framebuffer frontendJohn Mark Bell2010-08-101-0/+19
| | | | svn path=/trunk/netsurf/; revision=10685
* Fix some edit menu probsChris Young2010-08-082-1/+3
| | | | svn path=/trunk/netsurf/; revision=10684
* Correct font nameChris Young2010-08-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=10683
* Include the resource id enumeration header. Not used yet.François Revel2010-08-031-0/+2
| | | | svn path=/trunk/netsurf/; revision=10682
* Move the resource id enum to its own header. Add a ersizing handle pic for ↵François Revel2010-08-032-13/+48
| | | | | | the replicant. svn path=/trunk/netsurf/; revision=10681
* add explicit inlude for varargsVincent Sanders2010-08-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=10678
* Fix BeOS build:François Revel2010-08-027-70/+96
| | | | | | | | | | - struct content -> hlcache_handle - login window (though it won't work yet as the message isn't handled, and since we don't have the window pointer anymore we can't add the alert as subset of the window...), - rsrc fetcher, - netsurf_init() args (but the replicant is still broken due to this), - export the realpath() hack as it's needed elsewhere too. svn path=/trunk/netsurf/; revision=10677
* Use nssvg by default on BeOS.François Revel2010-08-021-0/+4
| | | | svn path=/trunk/netsurf/; revision=10676
* C89.François Revel2010-08-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=10675
* Add a fallback for PRId64 as it's not defined on BeOS. It's only valid for ↵François Revel2010-08-021-0/+4
| | | | | | 32bit, but any 64bit platform should be recent enough to have them. svn path=/trunk/netsurf/; revision=10674
* off by oneChris Young2010-07-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=10673
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-294-14/+28
| | | | svn path=/trunk/netsurf/; revision=10672
* Show an icon under the pointer for drag saves (missed from previous commit)Chris Young2010-07-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=10671
* Show an icon under the pointer for drag save operations. Might need ↵Chris Young2010-07-283-2/+176
| | | | | | | | disabling under 4.0. svn path=/trunk/netsurf/; revision=10670
* Add GTK language resources Vincent Sanders2010-07-286-0/+6
| | | | svn path=/trunk/netsurf/; revision=10669
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-2813-357/+660
| | | | svn path=/trunk/netsurf/; revision=10668
* remove symlinks to directories for Message translationsVincent Sanders2010-07-285-5/+0
| | | | svn path=/trunk/netsurf/; revision=10667
* Enable sideways print option.Steve Fryatt2010-07-275-13/+45
| | | | svn path=/trunk/netsurf/; revision=10666
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it ↵Chris Young2010-07-274-13/+71
| | | | | | | | is dropped somewhere invalid. svn path=/trunk/netsurf/; revision=10665
* Fix clipping for non-HTML contentsChris Young2010-07-261-8/+8
| | | | svn path=/trunk/netsurf/; revision=10664
* Updated translation from Samir HawamdehChris Young2010-07-251-6/+6
| | | | svn path=/trunk/netsurf/; revision=10663
* ami_easy_clipboard just got easier, and a buffer overrun/memory leak got fixedChris Young2010-07-243-66/+18
| | | | svn path=/trunk/netsurf/; revision=10662
* Fix menu disable on tab switch and CutChris Young2010-07-247-68/+120
| | | | svn path=/trunk/netsurf/; revision=10661
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-2421-43/+247
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* Ensure RC is 0 unless we actually have a fatal error.Chris Young2010-07-231-0/+24
| | | | svn path=/trunk/netsurf/; revision=10659
* Updated French translation. Thanks to Philippe Ducrettet.Michael Drake2010-07-231-86/+86
| | | | svn path=/trunk/netsurf/; revision=10658