summaryrefslogtreecommitdiffstats
path: root/src/inkview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Prevent crash due to double delete. Fixes bug #316506.Jon A. Cruz2010-03-061-3/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/316506 (bzr r9157)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-8/+8
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-8/+8
| | | (bzr r8404)
* Implement warning of prior errors.Jon A. Cruz2009-05-041-1/+1
| | | (bzr r7817)
* Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵Jon A. Cruz2009-05-041-1/+0
| | | | | Fixes bug #367752. (bzr r7816)
* whitespaceBryce Harrington2009-03-121-9/+9
| | | (bzr r7474)
* Fixes rendering of feImage (using bitmaps) by preventing the error "Unable ↵Jasper van de Gronde2009-01-101-0/+3
| | | | | to wrap GdkPixbuf". (bzr r7106)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-2/+2
| | | (bzr r6964)
* From trunkTed Gould2008-10-271-1/+0
| | | (bzr r6885)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-2/+2
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* warning cleanupJon A. Cruz2008-07-161-7/+7
| | | (bzr r6329)
* patch 185522bulia byak2008-06-121-7/+8
| | | (bzr r5896)
* KILLING OLD TODO/BUG: remove option that slipped-in without the code.Jon Phillips2008-01-131-3/+0
| | | (bzr r4474)
* set busy cursor while loading; delete documents on loading new; many other fixesbulia byak2007-03-221-44/+85
| | | (bzr r2739)
* fix 1630485, add some keysbulia byak2007-01-101-0/+7
| | | (bzr r2171)
* use atoi for char* -> int conversionDavid Yip2006-07-151-1/+1
| | | (bzr r1419)
* add HAVE_GETOPT_HBob Jamison2006-07-151-0/+4
| | | (bzr r1417)
* added commandline option ability and got timer ready for doing automaticJon Phillips2006-07-131-4/+33
| | | | | slideshows (bzr r1406)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-3/+4
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-3/+3
| | | (bzr r149)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-30/+30
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+491
(bzr r1)