summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This optimisation was so simple that it was broken.John Mark Bell2009-11-221-1/+1
* Fix the other half of this NULL dereference issueJohn Mark Bell2009-11-221-1/+2
* Fix erroneous switch fallthroughJohn Mark Bell2009-11-221-0/+2
* Ensure urldb file handle is closed on error.John Mark Bell2009-11-221-1/+6
* Squash leaksJohn Mark Bell2009-11-221-4/+5
* Squash memory leakJohn Mark Bell2009-11-221-2/+3
* Squash memory leakJohn Mark Bell2009-11-221-0/+1
* Squash memory leakJohn Mark Bell2009-11-221-0/+1
* Avoid potential NULL deferenceJohn Mark Bell2009-11-221-3/+5
* Don't call memcpy when p->segment is NULLJohn Mark Bell2009-11-221-1/+2
* Squash warningJohn Mark Bell2009-11-221-1/+1
* Avoid potential NULL pointer dereferenceJohn Mark Bell2009-11-221-3/+2
* Avoid NULL pointer dereferencesJohn Mark Bell2009-11-221-11/+21
* Protect against NULL pointersJohn Mark Bell2009-11-221-0/+3
* Avoid potential NULL pointer dereferencesJohn Mark Bell2009-11-221-23/+29
* Ensure selection context is zero-initialised. This may well be the root cause...John Mark Bell2009-11-221-1/+1
* Fix some potential issues with lists not being freed properlyChris Young2009-11-153-9/+11
* Fix quirks mode propagation for @style.John Mark Bell2009-11-151-1/+2
* Missing breakChris Young2009-11-041-0/+1
* Added F5 for reload, purely because I'm getting fed up of people asking for it.Chris Young2009-11-041-0/+9
* PageUp/Down, Home/End etc page scrolling now working.Chris Young2009-11-032-1/+91
* Realm may be NULL iff there's no WWW-Authenticate header served up with a 401.John Mark Bell2009-11-031-2/+6
* Basic keyboard scrollingChris Young2009-11-021-3/+38
* New key handling code borrowed from the treeview branch.Chris Young2009-11-021-114/+117
* Support file://(/)localhost/ as well as file://(/)Chris Young2009-11-011-16/+13
* Amiga print UIChris Young2009-11-0110-11/+342
* Fix odd missing charsChris Young2009-10-241-2/+2
* Add a note on how to obtain the sources.Chris Young2009-10-212-0/+8
* Revert previous change, causing instability.Chris Young2009-10-162-3/+3
* Fix-up the timer.device scheduler and reinstate it as default. Unfortunately...Chris Young2009-10-153-12/+13
* Fix download progress title corruptionChris Young2009-10-152-1/+4
* Trim dead wood.Michael Drake2009-10-151-31/+11
* Log failuresJohn Mark Bell2009-10-121-1/+6
* svgtiny requires separate contentsJohn Mark Bell2009-10-081-1/+1
* Use DejaVu instead of Vera, seeing as Debian have removed Vera from sid.John Mark Bell2009-10-051-8/+8
* Implement the ability to stay in memory if all windows are closed. This and ...Chris Young2009-10-032-10/+22
* Updated translation from Samir HawamdehChris Young2009-10-011-18/+18
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-298-31/+81
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-283-36/+98
* Register with application.library.Chris Young2009-09-281-5/+70
* fix text cursor positioning some moreChris Young2009-09-231-5/+5
* List SVGTiny too, because it uses the core build system now.Michael Drake2009-09-191-0/+1
* Fix obviously wrong logic and tweak the status display area frame slightly so...Chris Young2009-09-171-22/+22
* Modify bottom border status gadget so that it has a frame. When the gadget isChris Young2009-09-152-23/+47
* Update from Samir HawamdehChris Young2009-09-131-10/+10
* Doc updatesChris Young2009-09-132-5/+8
* Introduce the concept of content reusability.John Mark Bell2009-09-091-1/+11
* Fix crash when switching to tabs that are still loadingChris Young2009-09-081-2/+9
* Musings on cachingJohn Mark Bell2009-09-081-0/+168
* ensure current_redraw_browser is setChris Young2009-09-071-0/+2