| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GTK3 fix | su_v | 2016-04-09 | 1 | -0/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14768) | ||||
| * | Remove inkscape-specific glib clone function (and get rid of deprecated Glib ↵ | Marc Jeanmougin | 2016-04-08 | 1 | -38/+1 |
| | | | | | | | | | ScopedPtr use) Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14766) | ||||
| * | Fix crash on copying orphaned clones | Marc Jeanmougin | 2016-04-02 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1565272 (bzr r14759) | ||||
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -2/+2 |
| | | | | (bzr r14510) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -5/+5 |
| | | | | (bzr r14446) | ||||
| * | Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵ | Tavmjong Bah | 2015-10-12 | 1 | -1/+1 |
| | | | | | | build. (bzr r14404) | ||||
| * | Allows for copying clones between inkscape instances. | Marc Jeanmougin | 2015-08-18 | 1 | -8/+35 |
| | | | | | | | | | | | | | This patch puts the original of clones as children of _clipnode (<inkscape:clipboard>). Then, on paste, it checks for the presence of an element with the right id (so that it does not breaks copypaste clones in the same doc), then pastes all, and deletes the original if needed (which automagically unlinks the clone if needed). [an alternate solution is to put the original in the defs (which might cause edition problems) and not unlink. Depending on whether people would be more interested in this behavior there could be a preference item to choose] Fixed bugs: - https://launchpad.net/bugs/167907 (bzr r14309) | ||||
| * | Fixed comparison function used in sorts | Marc Jeanmougin | 2015-05-02 | 1 | -1/+1 |
| | | | | (bzr r14085) | ||||
| * | merge | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| |\ | | | | | (bzr r13922.1.12) | ||||
| | * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 1 | -1/+1 |
| | | | | | | | (bzr r13950) | ||||
| | * | Isolate components of libgc | Liam P. White | 2015-02-25 | 1 | -1/+1 |
| | | | | | | | (bzr r13946) | ||||
| * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.11) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -5/+5 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 1 | -1/+9 |
| |\| | | | | | (bzr r13922.1.8) | ||||
| | * | Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement ↵ | Marc Jeanmougin | 2015-02-21 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | between original and clones" Fixed bugs: - https://launchpad.net/bugs/1152657 (bzr r13932) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -10/+10 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -16/+17 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Fix regression: pasted bitmaps should be embeded. (Bug #855440) | Tavmjong Bah | 2015-01-21 | 1 | -2/+5 |
| | | | | (bzr r13867) | ||||
| * | during copy and paste, scale stock symbols from units of 'px' to ↵ | Alvin Penner | 2015-01-15 | 1 | -9/+20 |
| | | | | | | | | | 'document-units'. (Bug 1365451) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -4/+4 |
| | | | | (bzr r13809) | ||||
| * | disable rev 13709, following Bug 1365451, comments 13-16 | Alvin Penner | 2014-12-19 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13806) | ||||
| * | Update to trunk r13750 | Liam P. White | 2014-11-24 | 1 | -0/+7 |
| |\ | | | | | (bzr r13341.5.23) | ||||
| | * | scale symbols when changing document units (Bug 1365451) | Alvin Penner | 2014-11-15 | 1 | -0/+7 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13709) | ||||
| * | Update to trunk r13638 | Liam P. White | 2014-10-25 | 1 | -53/+79 |
| |\ | | | | | (bzr r13341.1.286) | ||||
| | * | Cleaned casts from sp-shape by fixing member type. | Jon A. Cruz | 2014-10-25 | 1 | -0/+1 |
| | | | | | | | (bzr r13638) | ||||
| | * | Initial removal of box3d outdated GTKish macros. | Jon A. Cruz | 2014-10-24 | 1 | -53/+78 |
| | | | | | | | (bzr r13634) | ||||
| * | | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| |/ | | | (bzr r13341.1.253) | ||||
| * | Fix for copy&paste clone original with clip-path/mask | Liam P. White | 2014-07-28 | 1 | -0/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1293979 (bzr r13478) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -2/+2 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -3/+3 |
| | | | | (bzr r12782) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -2/+2 |
| | | | | (bzr r12660) | ||||
| * | C++ify calling a few SPLPEItem functions, much more work than expected... ↵ | Johan B. C. Engelen | 2013-09-25 | 1 | -1/+1 |
| | | | | | | slowly slowly... (bzr r12593) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -4/+4 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 1 | -17/+20 |
| | |\ | | | | | | | (bzr r11608.1.121) | ||||
| | * \ | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -4/+4 |
| | |\ \ | | | | | | | | | (bzr r11608.1.120) | ||||
| | * \ \ | Merged from trunk (r12305) | Markus Engel | 2013-04-27 | 1 | -8/+4 |
| | |\ \ \ | | | | | | | | | | | (bzr r11608.1.106) | ||||
| | * | | | | Cleaned up a bit. | Markus Engel | 2013-04-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | (bzr r11608.1.102) | ||||
| | * | | | | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | (bzr r11608.1.82) | ||||
| * | | | | | Merge from trunk. | Matthew Petroff | 2013-09-12 | 1 | -17/+20 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | (bzr r12475.1.16) | ||||
| | * | | | | fix Windows build | Johan B. C. Engelen | 2013-09-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | (bzr r12507) | ||||
| | * | | | | Allow EMF import from Wine apps on Linux | Krzysztof Kosi??ski | 2013-09-02 | 1 | -14/+17 |
| | | |_|/ | |/| | | | | | | (bzr r12500) | ||||
| * / | | | Improve code readability. | Matthew Petroff | 2013-08-28 | 1 | -2/+2 |
| |/ / / | | | | | | | (bzr r12475.1.9) | ||||
| * | / | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -4/+4 |
| | |/ |/| | | | (bzr r12380.1.54) | ||||
| * | | Remove GLib error and remove some cruft | Martin Owens | 2013-04-21 | 1 | -8/+4 |
| |/ | | | (bzr r12286) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+50 |
| | | | | (bzr r11782) | ||||
| * | Use new form of set() method in Gtk::Clipboard | Alex Valavanis | 2012-06-09 | 1 | -0/+6 |
| | | | | (bzr r11476) | ||||
| * | Adding checks to prevent null pointer dereferences | Kris De Gussem | 2012-05-04 | 1 | -11/+26 |
| | | | | (bzr r11325) | ||||
