summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-1/+1
| | | (bzr r14085)
* mergeMarc Jeanmougin2015-04-261-1/+1
|\ | | | | (bzr r13922.1.12)
| * Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | | | | (bzr r13950)
| * Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | | | | (bzr r13946)
* | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.11)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-5/+5
| | | | | | (bzr r13922.1.10)
* | Merge, resolved conflictsMarc Jeanmougin2015-02-231-1/+9
|\| | | | | (bzr r13922.1.8)
| * Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement ↵Marc Jeanmougin2015-02-211-1/+9
| | | | | | | | | | | | | | | | between original and clones" Fixed bugs: - https://launchpad.net/bugs/1152657 (bzr r13932)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-10/+10
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-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 Bah2015-01-211-2/+5
| | | (bzr r13867)
* during copy and paste, scale stock symbols from units of 'px' to ↵Alvin Penner2015-01-151-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.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
| | | (bzr r13809)
* disable rev 13709, following Bug 1365451, comments 13-16Alvin Penner2014-12-191-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13806)
* Update to trunk r13750Liam P. White2014-11-241-0/+7
|\ | | | | (bzr r13341.5.23)
| * scale symbols when changing document units (Bug 1365451)Alvin Penner2014-11-151-0/+7
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13709)
* Update to trunk r13638Liam P. White2014-10-251-53/+79
|\ | | | | (bzr r13341.1.286)
| * Cleaned casts from sp-shape by fixing member type.Jon A. Cruz2014-10-251-0/+1
| | | | | | (bzr r13638)
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-53/+78
| | | | | | (bzr r13634)
* | Move more UI code into ui/Liam P. White2014-10-051-1/+1
|/ | | (bzr r13341.1.253)
* Fix for copy&paste clone original with clip-path/maskLiam P. White2014-07-281-0/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1293979 (bzr r13478)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-3/+3
| | | (bzr r12782)
* C++Johan B. C. Engelen2013-10-041-2/+2
| | | (bzr r12660)
* C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-1/+1
| | | | | slowly slowly... (bzr r12593)
* Merge from trunk.Matthew Petroff2013-09-201-4/+4
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12517).Markus Engel2013-09-141-17/+20
| |\ | | | | | | (bzr r11608.1.121)
| * \ Merged from trunk (r12488).Markus Engel2013-08-301-4/+4
| |\ \ | | | | | | | | (bzr r11608.1.120)
| * \ \ Merged from trunk (r12305)Markus Engel2013-04-271-8/+4
| |\ \ \ | | | | | | | | | | (bzr r11608.1.106)
| * | | | Cleaned up a bit.Markus Engel2013-04-211-1/+2
| | | | | | | | | | | | | | | (bzr r11608.1.102)
| * | | | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-3/+2
| | | | | | | | | | | | | | | (bzr r11608.1.82)
* | | | | Merge from trunk.Matthew Petroff2013-09-121-17/+20
|\ \ \ \ \ | | |_|_|/ | |/| | | (bzr r12475.1.16)
| * | | | fix Windows buildJohan B. C. Engelen2013-09-121-3/+3
| | | | | | | | | | | | | | | (bzr r12507)
| * | | | Allow EMF import from Wine apps on LinuxKrzysztof Kosi??ski2013-09-021-14/+17
| | |_|/ | |/| | | | | | (bzr r12500)
* / | | Improve code readability.Matthew Petroff2013-08-281-2/+2
|/ / / | | | | | | (bzr r12475.1.9)
* | / Eliminate "unit-constants.h".Matthew Petroff2013-07-311-4/+4
| |/ |/| | | (bzr r12380.1.54)
* | Remove GLib error and remove some cruftMartin Owens2013-04-211-8/+4
|/ | | (bzr r12286)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+50
| | | (bzr r11782)
* Use new form of set() method in Gtk::ClipboardAlex Valavanis2012-06-091-0/+6
| | | (bzr r11476)
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-11/+26
| | | (bzr r11325)
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-051-180/+5
| | | | | thread "Some clipboard functions") (bzr r11153)
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-4/+5
| | | (bzr r11097)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-1/+1
|\ | | | | (bzr r11027)
* | cppcheck: null pointer dereference fixKris De Gussem2012-02-211-3/+3
| | | | | | (bzr r11007)
* | add underscores to some member variables.Johan B. C. Engelen2012-01-171-2/+2
| | | | | | | | | | add some const stuff (bzr r10900)
* | Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by ↵Nicolas Dufour2012-01-131-3/+1
| | | | | | | | | | Chris Bainbridge. (bzr r10876)
* | dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-1/+3
| | | | | | (bzr r10858)