summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ...Daniel Silverstone2011-03-128-37/+308
* Ensure we don't free an unallocated handleDaniel Silverstone2011-03-121-3/+3
* Ensure we rm the object before attempting compile. Prevents make -j from fal...Daniel Silverstone2011-03-121-0/+4
* Remove pointless nasty skanky broken box tree duplication from hellDaniel Silverstone2011-03-122-278/+0
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-1224-1/+2227
* Update left/right margins comment.Michael Drake2011-03-121-2/+2
* Stop pretending to support anything other than HTTP(s)John Mark Bell2011-03-121-2/+4
* Remove pointless searchJohn Mark Bell2011-03-111-10/+0
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-108-15/+12
* Keep child objects of a HTML content in a list, instead of an arrayJohn Mark Bell2011-03-103-119/+128
* Remove gui_globals scale as no longer neededChris Young2011-03-104-7/+0
* Fix crash when launching NetSurf twiceChris Young2011-03-101-5/+8
* Revert previous changeChris Young2011-03-091-0/+0
* Updated translation from Samir HawamdehChris Young2011-03-092-43/+43
* Hackery for amiga/version.c in cross-compiled builds.John Mark Bell2011-03-091-1/+15
* Fix up pkg-config package ordering to ensure that libcares appears after libc...John Mark Bell2011-03-091-2/+4
* Need __USE_INLINE__ and __USE_BASETYPE__ for AmigaOS4John Mark Bell2011-03-091-3/+11
* Squash warningJohn Mark Bell2011-03-091-1/+1
* Squash warningsJohn Mark Bell2011-03-091-2/+3
* Buildsystem hackery to support cross compiling for AmigaOS4John Mark Bell2011-03-092-7/+15
* Further hackery for the inconsistency of iconv() APIsJohn Mark Bell2011-03-091-1/+1
* Make thumbnail_get_redraw_scale() static.Michael Drake2011-03-092-24/+22
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-095-14/+0
* Remove nsws_plot_set_scale(), nsws_plot_get_scale() and nsws_plot_scale.Michael Drake2011-03-092-14/+0
* Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.Michael Drake2011-03-095-16/+0
* Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale glo...Michael Drake2011-03-096-20/+1
* 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