summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Handle scaling of text plots in core.Michael Drake2011-03-082-0/+2
| | | | svn path=/trunk/netsurf/; revision=11935
* corrected check for atari_sysinfo.gemdos_versionOle Loots2011-03-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=11934
* Added missing call to vst_colorOle Loots2011-03-071-5/+16
| | | | svn path=/trunk/netsurf/; revision=11933
* Using feature_enabled in Makefile.target to see if Apple ImageIO should be used.Sven Weidauer2011-03-072-1/+3
| | | | svn path=/trunk/netsurf/; revision=11931
* Minimal implementation of NSTextInput protocol. Allows accented characters ↵Sven Weidauer2011-03-072-1/+66
| | | | | | to be typed. Might not work with other, more complex input methods (chinese, ...) svn path=/trunk/netsurf/; revision=11930
* rationalise windows resource scriptVincent Sanders2011-03-0622-870/+1041
| | | | | | make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929
* Remove -liconv, as we use newlib's implementation andChris Young2011-03-061-1/+1
| | | | | | lpu handles opening of iconv itself. svn path=/trunk/netsurf/; revision=11928
* Fix text selectionJohn Mark Bell2011-03-068-14/+15
| | | | svn path=/trunk/netsurf/; revision=11927
* plugins aren't imagesChris Young2011-03-061-3/+0
| | | | svn path=/trunk/netsurf/; revision=11926
* Fix bug #3200899: Don't claim keypresses we don't handle.Steve Fryatt2011-03-063-43/+54
| | | | svn path=/trunk/netsurf/; revision=11925
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-0615-86/+421
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Test correct items before preparing selection save dialogue.Steve Fryatt2011-03-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=11923
* Esimated width is fine for last box.Michael Drake2011-03-051-2/+4
| | | | svn path=/trunk/netsurf/; revision=11922
* Ensure box has appropriate space before cloning.Michael Drake2011-03-051-6/+14
| | | | svn path=/trunk/netsurf/; revision=11921
* Make sure the last clone box for a wrapped text is properly measuered.Michael Drake2011-03-052-1/+17
| | | | svn path=/trunk/netsurf/; revision=11920
* 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