summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix uninitialised fetch structure entries.John Mark Bell2007-07-081-0/+2
* Add URL file (with the original URL) and Inventory file (listing URLs of obje...James Bursa2007-07-052-5/+48
* Clarify K&R.James Bursa2007-07-041-1/+1
* Add section on Coding Style.James Bursa2007-07-041-0/+22
* Fix deadlock when fetching stylesheets when max_fetchers_per_host is reached ...James Bursa2007-07-043-9/+11
* Rename register_curl_fetchers() to fetch_curl_register(). Add declarations fo...James Bursa2007-07-043-391/+468
* Ignore blank option_homepage_urlJohn Mark Bell2007-06-281-4/+4
* There's no referer header if the user's just hit return in the URL bar.John Mark Bell2007-06-281-22/+18
* Remove -Wformat=2 from GTK build options, and make optimisation setting the s...Rob Kendrick2007-06-271-1/+1
* Add option_suppress_curl_debug and default it to trueDaniel Silverstone2007-06-273-0/+13
* Only pass option_ca_bundle and option_ca_path to cURL if they are non-empty.Daniel Silverstone2007-06-271-2/+2
* Add stop-gap SSL cert verification. Currently ignores problems and continues...Rob Kendrick2007-06-271-1/+11
* Add support for ca_path to GTK startupDaniel Silverstone2007-06-271-1/+7
* Add ca_path option which sets CURLOPT_CAPATH.Daniel Silverstone2007-06-273-0/+6
* Move the p->parent check in urldb to before the cookie loop. Prevents the coo...Daniel Silverstone2007-06-271-6/+12
* 10ms in a cs, not 100Daniel Silverstone2007-06-251-1/+1
* Make the gtk_schedule stuff more robust, only run schedules inside gui_poll a...Daniel Silverstone2007-06-252-39/+96
* Fix crash if content failed to open (memory shortage)Adrian Lees2007-06-241-1/+1
* Scroll wheel support on hotlist and history windowsAdrian Lees2007-06-245-4/+1
* Fix length of buffer in previous change - one too short beforeRob Kendrick2007-06-221-1/+1
* Implement Open File... in nsgtkRob Kendrick2007-06-224-2/+107