| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -1/+1 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -19/+216 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -3/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| | * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -1/+1 |
| | | | | | | | (bzr r12014) | ||||
| | * | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2012-11-11 | 1 | -1/+4 |
| | | | | | | | (bzr r11867) | ||||
| | * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+158 |
| | | | | | | | (bzr r11782) | ||||
| | * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -12/+12 |
| | | | | | | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| | * | Fix for 172222 : Move direct to specified layer | John Smith | 2012-09-22 | 1 | -0/+30 |
| | | | | | | | (bzr r11695) | ||||
| | * | Fix for 406044 : Esc with no selection, activates selection tool | John Smith | 2012-09-02 | 1 | -2/+9 |
| |/ | | | (bzr r11647) | ||||
| * | Fix for 722625 : Select Same by Object Type | John Smith | 2012-07-25 | 1 | -0/+105 |
| | | | | (bzr r11573) | ||||
| * | cpp-style casting | Kris De Gussem | 2012-05-04 | 1 | -57/+56 |
| | | | | (bzr r11324) | ||||
| * | some more string class usage as opposed to c-strings to prevent issues | Kris De Gussem | 2012-04-16 | 1 | -13/+23 |
| | | | | (bzr r11259) | ||||
| * | Fix for 170378 : Select All by Stroke or Fill Color - Added search within groups | John Smith | 2012-04-11 | 1 | -11/+39 |
| | | | | (bzr r11217) | ||||
| * | Fix for 170378 : Select same objects by fill or stroke : Fix transformed ↵ | John Smith | 2012-04-05 | 1 | -1/+23 |
| | | | | | | stroke width (bzr r11154) | ||||
| * | Fix for 170378 : Select same objects by fill or stroke : Added stroke style | John Smith | 2012-04-04 | 1 | -15/+116 |
| | | | | (bzr r11146) | ||||
| * | Fix for 170378 : Select same objects by fill or stroke | John Smith | 2012-04-03 | 1 | -0/+117 |
| | | | | (bzr r11141) | ||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-02 | 1 | -1/+1 |
| | | | | | | replaced with g_object_unref (bzr r11139) | ||||
| * | fork LPE on duplicating objects. (configurable, defaults to "on") | Johan B. C. Engelen | 2012-03-18 | 1 | -0/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/933928 (bzr r11095) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+1 |
| | | | | (bzr r11030) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -1/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | | | | (bzr r10963) | ||||
| * | | select referred path when pressing shift+d (select original) for a path with ↵ | Johan B. C. Engelen | 2012-01-18 | 1 | -1/+15 |
| | | | | | | | | | | | Clone original LPE (bzr r10905) | ||||
| * | | add a menu item for using the Clone original LPE efficiently. | Johan B. C. Engelen | 2012-01-15 | 1 | -0/+57 |
| | | | | | | | (bzr r10889) | ||||
| * | | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -2/+1 |
| | | | | | | | (bzr r10860) | ||||
| * | | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -2/+2 |
| |/ | | | (bzr r10830) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -3/+3 |
| | | | | (bzr r10659) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -22/+22 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Remove deprecated Glib symbols | Krzysztof Kosi??ski | 2011-07-19 | 1 | -2/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -7/+7 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| | | | | (bzr r10347.1.1) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -1/+1 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -88/+101 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, ↵ | Nicolas Dufour | 2011-03-17 | 1 | -3/+16 |
| | | | | | | | | | | | Bug #184341, Bug #239430). (bzr r10109) | ||||
| | * | Fix part of bug 733010, where fit page to drawing did not work the same as ↵ | Johan B. C. Engelen | 2011-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | fit page to selection when all is selected. Fixes page resizing for arrow markers. Infinite line dots markers are still not correctly fit to. Fixed bugs: - https://launchpad.net/bugs/733010 (bzr r10097) | ||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -52/+52 |
| | | | | | | | (bzr r10060) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -33/+33 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -220/+241 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -221/+228 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | Naming Correction | Abhishek Sharma public | 2010-08-12 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r9546.1.13) | ||||
| | | * | XML Privatisation Stuff after a long time | Abhishek Sharma public | 2010-08-11 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r9546.1.12) | ||||
| | | * | More on c++ification and some XML privatisation | Abhishek Sharma public | 2010-07-20 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9546.1.10) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -9/+9 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -48/+48 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -9/+9 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -24/+24 |
| | | | | | | | | | | | | | | | | 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) | ||||
| | * | | implemented proper error checking | Adonis Papaderos | 2010-12-06 | 1 | -1/+2 |
| | | | | | | | | | | (bzr r9941.1.2) | ||||
| | * | | Make linked offsets respect "Relink duplicated clones" settings | Adonis Papaderos | 2010-12-06 | 1 | -0/+8 |
| | | | | | | | | | | (bzr r9941.1.1) | ||||
