summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ne...Michael Drake2011-03-0911-28/+0
* nsfont_paint doesn't take scale.Michael Drake2011-03-081-1/+1
* Don't scale text plots in front end (Amiga).Michael Drake2011-03-081-4/+4
* Don't scale text plots in front end (BeOS).Michael Drake2011-03-081-1/+1
* Don't scale text plots in front end (RISC OS).Michael Drake2011-03-082-5/+3
* Don't scale text plots in front end (GTK).Michael Drake2011-03-081-1/+1
* Handle scaling of text plots in core.Michael Drake2011-03-082-0/+2
* corrected check for atari_sysinfo.gemdos_versionOle Loots2011-03-071-1/+1
* Added missing call to vst_colorOle Loots2011-03-071-5/+16
* Using feature_enabled in Makefile.target to see if Apple ImageIO should be used.Sven Weidauer2011-03-072-1/+3
* Minimal implementation of NSTextInput protocol. Allows accented characters to...Sven Weidauer2011-03-072-1/+66
* rationalise windows resource scriptVincent Sanders2011-03-0622-870/+1041
* Remove -liconv, as we use newlib's implementation andChris Young2011-03-061-1/+1
* Fix text selectionJohn Mark Bell2011-03-068-14/+15
* plugins aren't imagesChris Young2011-03-061-3/+0
* Fix bug #3200899: Don't claim keypresses we don't handle.Steve Fryatt2011-03-063-43/+54
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-0615-86/+421
* Test correct items before preparing selection save dialogue.Steve Fryatt2011-03-061-3/+3
* Esimated width is fine for last box.Michael Drake2011-03-051-2/+4
* Ensure box has appropriate space before cloning.Michael Drake2011-03-051-6/+14
* Make sure the last clone box for a wrapped text is properly measuered.Michael Drake2011-03-052-1/+17
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-054-103/+155
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, if...Chris Young2011-03-055-204/+247
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-0510-9/+213
* Remove compat.c/h, hasn't been needed for a long time.Chris Young2011-03-043-145/+1
* Add "use blank page" button for homepage urlChris Young2011-03-046-3/+26
* Don't override download dir as it stops the last used dir being rememberedChris Young2011-03-041-1/+0
* Use browser_window_redraw_readyChris Young2011-03-041-6/+4
* Use BltBitMapTagsChris Young2011-03-041-7/+33
* Fixed text scaling.Sven Weidauer2011-03-041-2/+5
* Fixed text splitting.Sven Weidauer2011-03-041-1/+1
* Remove unused function gui_window_redraw.Sven Weidauer2011-03-041-6/+0
* Fix build: inline what used to be gui_window_redraw().François Revel2011-03-041-9/+13
* Checking for public.url pasteboard type first, so dragging a .webloc file fro...Sven Weidauer2011-03-041-1/+1
* Accepting URLs dropped onto the browser view.Sven Weidauer2011-03-041-0/+44
* Allow dragging of URLs from the URL field out of NetSurf.Sven Weidauer2011-03-041-1/+48
* Do not attempt to destroy contents that are still loadingJohn Mark Bell2011-03-033-1/+5
* Renamed files in Xcode project to match actual file names.Sven Weidauer2011-03-031-24/+24
* Mention libcurl bug in build instructions.Sven Weidauer2011-03-031-0/+4
* Adding ca-bundle to the resourcesSven Weidauer2011-03-033-1/+4
* Protect against object being cleaned while waiting for a query responseJohn Mark Bell2011-03-031-3/+15
* Pass content msg redraw coords as ints.Michael Drake2011-03-021-3/+3
* Cast unsigned gif coords to signed, for comparison.Michael Drake2011-03-021-6/+8
* Fix comment.Michael Drake2011-03-021-1/+1
* Move clone to box flags.Michael Drake2011-03-025-9/+6
* Move strip_leading_newline to box flags.Michael Drake2011-03-023-12/+8
* Move printed to box flags.Michael Drake2011-03-023-6/+4
* Move style_owned to box flags.Michael Drake2011-03-022-5/+4
* Make box flags and move new line indicator to it.Michael Drake2011-03-024-5/+13
* More keyboard shortcuts: scroll down with space bar and go back with backspac...Sven Weidauer2011-03-021-2/+7