summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-054-103/+155
| | | | | | | | background for all text, won't work with Cairo renderer, may crash with certain gfx lib operations (AreaFill). However, seems to be much faster in 16-bit mode than off-screen buffered rendering. svn path=/trunk/netsurf/; revision=11913
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, ↵Chris Young2011-03-055-204/+247
| | | | | | | | if we're compiled with Cairo support. svn path=/trunk/netsurf/; revision=11912
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-0510-9/+213
| | | | | | image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. svn path=/trunk/netsurf/; revision=11911
* Remove compat.c/h, hasn't been needed for a long time.Chris Young2011-03-043-145/+1
| | | | svn path=/trunk/netsurf/; revision=11910
* Add "use blank page" button for homepage urlChris Young2011-03-046-3/+26
| | | | | | Add close gadget to window (operates as cancel) svn path=/trunk/netsurf/; revision=11909
* Don't override download dir as it stops the last used dir being rememberedChris Young2011-03-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=11908
* Use browser_window_redraw_readyChris Young2011-03-041-6/+4
| | | | svn path=/trunk/netsurf/; revision=11907
* Use BltBitMapTagsChris Young2011-03-041-7/+33
| | | | svn path=/trunk/netsurf/; revision=11906
* Fixed text scaling.Sven Weidauer2011-03-041-2/+5
| | | | svn path=/trunk/netsurf/; revision=11905
* Fixed text splitting.Sven Weidauer2011-03-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11904
* Remove unused function gui_window_redraw.Sven Weidauer2011-03-041-6/+0
| | | | svn path=/trunk/netsurf/; revision=11903
* Fix build: inline what used to be gui_window_redraw().François Revel2011-03-041-9/+13
| | | | svn path=/trunk/netsurf/; revision=11902
* Checking for public.url pasteboard type first, so dragging a .webloc file ↵Sven Weidauer2011-03-041-1/+1
| | | | | | from the Finder opens the URL and not the .webloc file itself. svn path=/trunk/netsurf/; revision=11901
* Accepting URLs dropped onto the browser view.Sven Weidauer2011-03-041-0/+44
| | | | svn path=/trunk/netsurf/; revision=11900
* Allow dragging of URLs from the URL field out of NetSurf.Sven Weidauer2011-03-041-1/+48
| | | | svn path=/trunk/netsurf/; revision=11899
* Do not attempt to destroy contents that are still loadingJohn Mark Bell2011-03-033-1/+5
| | | | svn path=/trunk/netsurf/; revision=11898
* Renamed files in Xcode project to match actual file names.Sven Weidauer2011-03-031-24/+24
| | | | svn path=/trunk/netsurf/; revision=11897
* Mention libcurl bug in build instructions.Sven Weidauer2011-03-031-0/+4
| | | | svn path=/trunk/netsurf/; revision=11896
* Adding ca-bundle to the resourcesSven Weidauer2011-03-033-1/+4
| | | | svn path=/trunk/netsurf/; revision=11895
* Protect against object being cleaned while waiting for a query responseJohn Mark Bell2011-03-031-3/+15
| | | | svn path=/trunk/netsurf/; revision=11894
* Pass content msg redraw coords as ints.Michael Drake2011-03-021-3/+3
| | | | svn path=/trunk/netsurf/; revision=11893
* Cast unsigned gif coords to signed, for comparison.Michael Drake2011-03-021-6/+8
| | | | svn path=/trunk/netsurf/; revision=11892
* Fix comment.Michael Drake2011-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=11891
* Move clone to box flags.Michael Drake2011-03-025-9/+6
| | | | svn path=/trunk/netsurf/; revision=11890
* Move strip_leading_newline to box flags.Michael Drake2011-03-023-12/+8
| | | | svn path=/trunk/netsurf/; revision=11889
* Move printed to box flags.Michael Drake2011-03-023-6/+4
| | | | svn path=/trunk/netsurf/; revision=11888
* Move style_owned to box flags.Michael Drake2011-03-022-5/+4
| | | | svn path=/trunk/netsurf/; revision=11887
* Make box flags and move new line indicator to it.Michael Drake2011-03-024-5/+13
| | | | svn path=/trunk/netsurf/; revision=11886
* More keyboard shortcuts: scroll down with space bar and go back with ↵Sven Weidauer2011-03-021-2/+7
| | | | | | backspace key. svn path=/trunk/netsurf/; revision=11885
* Fix install-gtk some moreJohn Mark Bell2011-03-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=11884
* Fix install-gtkJohn Mark Bell2011-03-021-1/+3
| | | | svn path=/trunk/netsurf/; revision=11883
* Allow ./test-nsgtk --gdb [http://blahblahblah/]Daniel Silverstone2011-03-021-0/+13
| | | | svn path=/trunk/netsurf/; revision=11882
* When wrapping text, don't duplicate strings. Special case for text inside ↵Michael Drake2011-03-011-5/+14
| | | | | | textareas, since they require it. svn path=/trunk/netsurf/; revision=11881
* More useful assert and remove box_dump call.Michael Drake2011-03-011-8/+2
| | | | svn path=/trunk/netsurf/; revision=11880
* Don't trap RMB over gadgets if those gadgets are disabledChris Young2011-03-011-4/+4
| | | | svn path=/trunk/netsurf/; revision=11879
* Copy our updated working libpng.so; this fixes the cyan boxes on WikipediaChris Young2011-03-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=11878
* Cache space widths.Michael Drake2011-03-017-64/+70
| | | | svn path=/trunk/netsurf/; revision=11877
* Fixed missing draw of tiled bitmap which are completly outside of the ↵Ole Loots2011-03-011-4/+11
| | | | | | | | clipping rectangle , adjusted clipping rect changes for atari frontend svn path=/trunk/netsurf/; revision=11876
* Adjusted clipping rect changes for atari fronted. Ole Loots2011-03-013-24/+24
| | | | svn path=/trunk/netsurf/; revision=11875
* cosmeticOle Loots2011-03-011-5/+2
| | | | svn path=/trunk/netsurf/; revision=11874
* Implemented OS detection routines provided by GSOle Loots2011-03-014-12/+90
| | | | svn path=/trunk/netsurf/; revision=11873
* Brand new windows should not be cloning an existing browser_window or they ↵Chris Young2011-03-012-4/+4
| | | | | | | | | pick up old local history. Brand new tabs should not either but that appears to be unavoidable at present. svn path=/trunk/netsurf/; revision=11872
* Update Haru info.Michael Drake2011-03-013-38/+10
| | | | svn path=/trunk/netsurf/; revision=11871
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-019-97/+41
| | | | svn path=/trunk/netsurf/; revision=11870
* Split splitting out into layout_text_box_split().Michael Drake2011-03-011-71/+63
| | | | svn path=/trunk/netsurf/; revision=11869
* Limit context menu history items to 10Chris Young2011-02-282-0/+8
| | | | svn path=/trunk/netsurf/; revision=11868
* Don't plot 0 size bitmapsChris Young2011-02-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=11867
* Add history context menu to the forward button tooChris Young2011-02-281-2/+38
| | | | svn path=/trunk/netsurf/; revision=11866
* Right-click back button now gives list of history items.Chris Young2011-02-281-7/+37
| | | | | | Probably needs tidying up - limiting number of entries etc svn path=/trunk/netsurf/; revision=11865
* Memory leakChris Young2011-02-281-0/+6
| | | | svn path=/trunk/netsurf/; revision=11864