summaryrefslogtreecommitdiffstats
path: root/src/inkview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-106/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-17/+126
| | | (bzr r11250)
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+8
| | | (bzr r11196)
* Header cleaningAlex Valavanis2012-02-121-1/+1
| | | (bzr r10963)
* Unwanted output in documentation droppedKris De Gussem2012-02-061-1/+1
| | | (bzr r10945)
* A few GSEAL issuesKris De Gussem2012-01-111-4/+4
| | | (bzr r10872)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-231-1/+0
| | | (bzr r10350.1.2)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-5/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-2/+1
| | | | | header. (bzr r9978.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+16
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-12/+12
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-7/+7
|/ | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* 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)