index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
clipboard.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-11
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
1
-0
/
+50
2012-06-09
Use new form of set() method in Gtk::Clipboard
Alex Valavanis
1
-0
/
+6
2012-05-04
Adding checks to prevent null pointer dereferences
Kris De Gussem
1
-11
/
+26
2012-04-05
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...
Kris De Gussem
1
-180
/
+5
2012-03-18
Import. Bitmap import improvements (see Bugs #171842 and #847374).
Nicolas Dufour
1
-4
/
+5
2012-02-21
cppcheck: null pointer dereference fix
Kris De Gussem
1
-3
/
+3
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-2
/
+2
2012-01-13
Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by ...
Nicolas Dufour
1
-3
/
+1
2012-01-07
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
1
-1
/
+3
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-1
/
+1
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-40
/
+41
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-2
/
+0
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-4
/
+4
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-3
/
+3
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-16
/
+17
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-11
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
1
-0
/
+1
2010-07-04
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
1
-7
/
+7
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-2
/
+2
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-10
/
+10
2010-05-18
better fix for lpe stack forking
Johan B. C. Engelen
1
-2
/
+3
2010-03-19
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
Jon A. Cruz
1
-46
/
+36
2010-03-19
Brace safety cleanup.
Jon A. Cruz
1
-73
/
+181
2010-03-18
Changed the embed/link dialog to use radio buttons instead of a checkbox to m...
Jon A. Cruz
1
-3
/
+4
2010-03-14
fix pasting of LPE stacks
Johan B. C. Engelen
1
-11
/
+18
2010-03-04
Improve behavior when pasting, DnDing and importing bitmap images
Krzysztof Kosi??ski
1
-20
/
+19
2010-02-25
1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...
Diederik van Lierop
1
-2
/
+3
2009-09-14
Patch from Diedrik for 296778
Josh Andler
1
-1
/
+34
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-19
/
+19
2009-08-05
SPDocument->Document
johnce
1
-19
/
+19
2009-05-13
parent transformation on import and paste (Bug #376064, Bug #375499)
Thomas Holder
1
-1
/
+1
2009-05-11
call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)
Thomas Holder
1
-4
/
+1
2009-04-29
Make sure that the item center (origin for rotations) does not change due to ...
Diederik van Lierop
1
-15
/
+18
2009-03-26
fix copy/paste of color from gradient stops
bulia byak
1
-1
/
+22
2009-02-16
fix pasting style after copying a text span
bulia byak
1
-6
/
+28
2009-02-08
gcc warning cleanup:
Felipe Corr??a da Silva Sanches
1
-2
/
+2
2008-12-09
reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixin...
Thomas Holder
1
-56
/
+30
2008-12-08
fix for Bug #234305 (paste into transformed groups)
Thomas Holder
1
-0
/
+10
2008-11-29
comment
bulia byak
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-14
/
+11
2008-10-27
From trunk
Ted Gould
1
-1
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-6
/
+6
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-3
/
+3
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-5
/
+6
2008-09-08
Fix LP #258124 and crash when copying LPEs
Maximilian Albert
1
-1
/
+1
2008-08-28
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
1
-1
/
+1
2008-08-28
Fixed clipboard code to properly load needed extensions. Fixes bug #171662
Jon A. Cruz
1
-2
/
+21
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
[next]