summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure that when directly setting scroll extents, we clamp them to the GtkAdj...Daniel Silverstone2007-08-221-4/+13
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-208-65/+104
* Provide the facility to set the DPI of the display by removing the assumption...Daniel Silverstone2007-08-193-12/+19
* Rename default scale option back to "scale" (changed to "option_scale" by mis...James Bursa2007-08-131-1/+1
* Include new licencing terms in nsgtk about windowRob Kendrick2007-08-111-1/+51
* fix nsgtk ssl cert verify windowRob Kendrick2007-08-111-4/+6
* Initial trivial (temp) implementation of nsgtk SSL cert window. Currently se...Rob Kendrick2007-08-112-9/+60
* nsgtk warning squashRob Kendrick2007-08-111-0/+1
* Add GTK stub path functionRob Kendrick2007-08-111-1/+15
* revert 3482 so it can be reapplied as two seperate patchesRob Kendrick2007-08-112-16/+1
* Clarify licensing arrangementsJohn Mark Bell2007-08-091-0/+49
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-08231-844/+3377
* Fix warning with rsvgRob Kendrick2007-08-082-2/+2
* a script which will determine who was the last person to change a line which ...Vincent Sanders2007-08-081-0/+36
* Ensure that we can scroll properly with the keyboard in nsgtkDaniel Silverstone2007-08-071-5/+5
* Fix warnings in nsgtk caused by recent changes.Rob Kendrick2007-08-072-1/+16
* Fix division by 0 caused by uninitialised scale value.John Mark Bell2007-08-073-26/+41
* Improve error message.James Bursa2007-08-071-2/+3
* Add path plotter (for SVG). Requires other implementations.James Bursa2007-08-072-7/+125
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-0716-193/+190
* Fix debug buildJohn Mark Bell2007-08-062-2/+5
* Fix crash when building error page -- fetch will be NULL, so fetch_get_refere...John Mark Bell2007-08-062-1/+4
* Fix string length measurement for strings in icons; if the string came from t...John Mark Bell2007-08-041-1/+21
* Workaround for AWRenderer clipping issue (bug #1756230) and improved renderin...Adrian Lees2007-07-221-9/+31
* Purge NCOS build options; these have been redundant for ages.John Mark Bell2007-07-214-31/+8
* Ensure option strings aren't blank before setting headers: previously, a blan...John Mark Bell2007-07-211-2/+2
* Change ArtWorks file MIME type to "image/x-artworks".Michael Drake2007-07-214-9/+6
* Add SVG content name to content_type_name array.John Mark Bell2007-07-211-0/+3
* Use proper background colour for AW files using transparencyAdrian Lees2007-07-202-2/+11
* Add incremental parsing of SVG data to librsvg content handler.Rob Kendrick2007-07-193-11/+20
* Clear new bitmaps to transparent black on creation of gtk bitmaps.Rob Kendrick2007-07-191-0/+5
* Fixes to rsvg renderer. Now mostly works for direct (non-embedded in a docum...Rob Kendrick2007-07-181-47/+32
* Add bitmap_save() handler for nsgtk bitmaps. Saves in PNG format.Rob Kendrick2007-07-181-0/+9
* Add mention of librsvg2-dev in nsgtk building guideRob Kendrick2007-07-181-1/+1
* Makefile changes for rsvg workRob Kendrick2007-07-181-3/+4
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-186-3/+267
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-185-1/+17
* Wrap jpeg.c with #ifdef WITH_JPEGRob Kendrick2007-07-181-1/+4
* Improve documentation of content type handler additionJohn Mark Bell2007-07-181-0/+21
* Start on implementing SVG <path>.James Bursa2007-07-171-1/+135
* Add SVG support for a few basic shapes.James Bursa2007-07-151-46/+368
* Remove dead code at the end of ro_gui_default_language().James Bursa2007-07-151-25/+25
* Update year.Michael Drake2007-07-144-4/+4
* Support dataloading of SVG filesJohn Mark Bell2007-07-132-1/+9
* Add CONTENT_SVG to content handling.James Bursa2007-07-134-1/+9
* Primitive SVG render (rect, text).James Bursa2007-07-132-0/+255
* Implement removing of menu bar, tool bar and status bar from menu.Rob Kendrick2007-07-092-51/+76
* Remove debugging printf(). Whoops.Rob Kendrick2007-07-091-1/+0
* Add popup version of main menu bar to nsgtk, accessable via right-mouse buttonRob Kendrick2007-07-094-9/+92
* Ctrl+F11 -> fullscreen (nsgtk only)John Mark Bell2007-07-092-17/+65