summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-1116-69/+103
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Allow drag handlers to inform browser window layer of any pointer range ↵Michael Drake2012-01-106-34/+66
| | | | | | constraints. svn path=/trunk/netsurf/; revision=13394
* Italian translation update from Samir HawamdehChris Young2012-01-091-9/+9
| | | | svn path=/trunk/netsurf/; revision=13393
* set monochrom option on save was missingOle Loots2012-01-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=13392
* Remove search init function.Michael Drake2012-01-061-22/+9
| | | | svn path=/trunk/netsurf/; revision=13391
* Browser window destruction destroys search context.Michael Drake2012-01-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=13390
* Updated resources ( mainmenu and settings dialog updated for ↵Ole Loots2012-01-063-48/+58
| | | | | | background_images, foreground_images, font_monochrom ) svn path=/trunk/netsurf/; revision=13389
* fix enable/disable of checkbox when font renderer is changed. Ole Loots2012-01-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=13388
* Added menu items for foreground_images,background_images for fast access. Ole Loots2012-01-062-5/+28
| | | | svn path=/trunk/netsurf/; revision=13387
* Added settings for: foreground_images, background_images, monochrom glyph ↵Ole Loots2012-01-061-18/+39
| | | | | | rendering. svn path=/trunk/netsurf/; revision=13386
* Search-as-you-type.Michael Drake2012-01-061-2/+16
| | | | svn path=/trunk/netsurf/; revision=13385
* Removed unused source files.Ole Loots2012-01-062-188/+0
| | | | svn path=/trunk/netsurf/; revision=13384
* Updated docs.Ole Loots2012-01-063-36/+32
| | | | svn path=/trunk/netsurf/; revision=13383
* Added missing prototypes.Ole Loots2012-01-062-5/+9
| | | | svn path=/trunk/netsurf/; revision=13382
* Added flag for monochrom font rendering.Ole Loots2012-01-061-6/+9
| | | | svn path=/trunk/netsurf/; revision=13381
* Fixed warning.Ole Loots2012-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13380
* Added schedule stats. Ole Loots2012-01-061-1/+10
| | | | svn path=/trunk/netsurf/; revision=13379
* Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots2012-01-062-1/+5
| | | | svn path=/trunk/netsurf/; revision=13378
* Default X and Y aspect ratio to 0. This will make NetSurf assume that the ↵Chris Young2012-01-061-2/+2
| | | | | | | | screen has square pixels, which is true in 99% of cases on OS4. svn path=/trunk/netsurf/; revision=13377
* Simplify frameset distribution calcs.Michael Drake2012-01-061-20/+20
| | | | svn path=/trunk/netsurf/; revision=13376
* Set drag type correctly for page drag.Michael Drake2012-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13375
* Fix rectangle fill, only add/subtract stroke_width when the rectangle has an ↵Ole Loots2012-01-051-4/+10
| | | | | | outline. svn path=/trunk/netsurf/; revision=13374
* Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots2012-01-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=13373
* Fix clipping and only apply color conversion for hicolor systems.Ole Loots2012-01-031-6/+7
| | | | svn path=/trunk/netsurf/; revision=13372
* It's now possible to render fonts in monochrom mode. Ole Loots2012-01-031-29/+115
| | | | svn path=/trunk/netsurf/; revision=13371
* removed comment.Ole Loots2012-01-031-6/+1
| | | | svn path=/trunk/netsurf/; revision=13370
* Fixed font plotter init and added flag for monochrom glyph rendering. Ole Loots2012-01-032-5/+15
| | | | svn path=/trunk/netsurf/; revision=13369
* Made internal font plotter compatible with 256 colors. Ole Loots2012-01-023-75/+157
| | | | svn path=/trunk/netsurf/; revision=13367
* s/s/S/Michael Drake2012-01-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=13366
* Prevent use after free in cookie updateJohn Mark Bell2012-01-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=13365
* Fix build with GTK <2.16John Mark Bell2012-01-021-4/+4
| | | | svn path=/trunk/netsurf/; revision=13364
* When dragging text selections to WB, pass the selection pointer to the save ↵Chris Young2012-01-021-2/+2
| | | | | | routine. svn path=/trunk/netsurf/; revision=13363
* 256 color plotting: Use vdi to rgb lookup table, made transparency a bit ↵Ole Loots2012-01-021-38/+43
| | | | | | better ( the snapshot problem was related to fvdi, no error in code ) svn path=/trunk/netsurf/; revision=13362
* Open fulled window when running under Single-Task OS.Ole Loots2012-01-021-11/+30
| | | | svn path=/trunk/netsurf/; revision=13361
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-0110-2/+180
| | | | svn path=/trunk/netsurf/; revision=13360
* Added support for 8bit displays, having big problems with transparent plots ↵Ole Loots2011-12-314-690/+965
| | | | | | ( snapshot of background isn't always taken from correct position, maybe a bug in fvdi) svn path=/trunk/netsurf/; revision=13359
* ensure favicon is correctly setVincent Sanders2011-12-313-14/+21
| | | | svn path=/trunk/netsurf/; revision=13358
* load default favicon once Vincent Sanders2011-12-314-11/+20
| | | | svn path=/trunk/netsurf/; revision=13357
* only use libsexy entry widget prior to gtk 2.16Vincent Sanders2011-12-304-80/+107
| | | | svn path=/trunk/netsurf/; revision=13356
* fix icon image handler marking genrated bitmaps as modifiedVincent Sanders2011-12-301-22/+23
| | | | svn path=/trunk/netsurf/; revision=13355
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-3020-423/+724
| | | | svn path=/trunk/netsurf/; revision=13354
* Set status message on download finish.Ole Loots2011-12-271-3/+7
| | | | svn path=/trunk/netsurf/; revision=13351
* delete all text on esc key press.Ole Loots2011-12-271-0/+4
| | | | svn path=/trunk/netsurf/; revision=13350
* Remove unnecessary cache of scroll positionChris Young2011-12-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=13344
* Stop ELF binary sections aligning to 64K boundariesChris Young2011-12-241-1/+3
| | | | svn path=/trunk/netsurf/; revision=13343
* Search for DejaVu Serif Italic before DejaVu Serif Oblique, this fixes the ↵Chris Young2011-12-241-1/+9
| | | | | | | | | fonts used on the splash screen if newer DejaVu fonts have been installed and the old ones removed. svn path=/trunk/netsurf/; revision=13342
* Fix scrollbar scrollChris Young2011-12-241-0/+7
| | | | svn path=/trunk/netsurf/; revision=13341
* Redraw old width after deletion too.Michael Drake2011-12-241-3/+5
| | | | svn path=/trunk/netsurf/; revision=13340
* Remove core print specific option from html redraw.Michael Drake2011-12-231-2/+1
| | | | svn path=/trunk/netsurf/; revision=13339
* Set background image requirement in core print redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13338