index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
selection-chemistry.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-1
/
+3
2013-09-14
Do not recompress images when embedding and generating PDFs.
Krzysztof Kosi??ski
1
-1
/
+2
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-7
/
+7
2013-07-19
Removed "helper/units.h" from "selection-chemistry.cpp".
Matthew Petroff
1
-1
/
+0
2013-07-04
Code readability improvements and licence changes for action-context.*
Eric Greveson
1
-11
/
+11
2013-07-03
Changed dbus interface to treat 'division' like other boolops, with a new
Eric Greveson
1
-54
/
+40
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
1
-18
/
+19
2013-06-15
Big change in symbols ui and selection chemistry.
Martin Owens
1
-6
/
+4
2013-06-14
Allow svg elements to be ungrouped
Martin Owens
1
-2
/
+4
2013-05-12
Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.
Nicolas Dufour
1
-0
/
+30
2013-04-29
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
1
-1
/
+1
2013-04-23
Allow multiple groups to be symbolised and replace groups with clones.
Martin Owens
1
-29
/
+41
2013-04-22
Add balloon symbols and connect defs modified signal.
Martin Owens
1
-7
/
+1
2013-04-20
Group bbox update (Bug 1168979)
Alvin Penner
1
-0
/
+1
2013-04-05
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
1
-2
/
+2
2013-04-05
Merged Item.
Markus Engel
1
-1
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-1
/
+1
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-3
/
+2
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-1
/
+1
2012-11-11
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
1
-1
/
+4
2012-10-11
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
1
-0
/
+158
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-12
/
+12
2012-09-22
Fix for 172222 : Move direct to specified layer
John Smith
1
-0
/
+30
2012-09-02
Fix for 406044 : Esc with no selection, activates selection tool
John Smith
1
-2
/
+9
2012-07-25
Fix for 722625 : Select Same by Object Type
John Smith
1
-0
/
+105
2012-05-04
cpp-style casting
Kris De Gussem
1
-57
/
+56
2012-04-16
some more string class usage as opposed to c-strings to prevent issues
Kris De Gussem
1
-13
/
+23
2012-04-11
Fix for 170378 : Select All by Stroke or Fill Color - Added search within groups
John Smith
1
-11
/
+39
2012-04-05
Fix for 170378 : Select same objects by fill or stroke : Fix transformed stro...
John Smith
1
-1
/
+23
2012-04-04
Fix for 170378 : Select same objects by fill or stroke : Added stroke style
John Smith
1
-15
/
+116
2012-04-03
Fix for 170378 : Select same objects by fill or stroke
John Smith
1
-0
/
+117
2012-04-02
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-1
/
+1
2012-03-18
fork LPE on duplicating objects. (configurable, defaults to "on")
Johan B. C. Engelen
1
-0
/
+8
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-01-18
select referred path when pressing shift+d (select original) for a path with ...
Johan B. C. Engelen
1
-1
/
+15
2012-01-15
add a menu item for using the Clone original LPE efficiently.
Johan B. C. Engelen
1
-0
/
+57
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-2
/
+1
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-2
/
+2
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-3
/
+3
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-22
/
+22
2011-07-19
Remove deprecated Glib symbols
Krzysztof Kosi??ski
1
-2
/
+3
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-7
/
+7
2011-06-23
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
1
-1
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+1
2011-03-17
Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, B...
Nicolas Dufour
1
-3
/
+16
2011-03-12
Fix part of bug 733010, where fit page to drawing did not work the same as fi...
Johan B. C. Engelen
1
-1
/
+1
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-52
/
+52
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-33
/
+33
[next]