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-describer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid implicit charset conversion when using stream output operator
Patrick Storz
2019-08-01
1
-1
/
+1
*
Fixing coding style
Jabier Arraiza
2019-04-27
1
-1
/
+1
*
Fixes some crashes when selector is * and allow select multiple tags
Jabier Arraiza
2019-04-27
1
-0
/
+3
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-6
/
+3
*
Replace InkGC with std::shared_ptr for MessageStack
Emmanuel Gil Peyrot
2018-12-03
1
-2
/
+4
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-3
/
+0
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-7
/
+7
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-9
/
+13
*
Cleanup comments and unused functions
Jabier Arraiza
2017-12-30
1
-13
/
+0
*
Fix message probles on boolops and for example when moving or transforming a ...
Jabiertxo Arraiza Cenoz
2017-12-29
1
-1
/
+4
*
First batch
Marc Jeanmougin
2017-10-01
1
-10
/
+9
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-10
/
+1
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-10
/
+1
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+10
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-10
/
+1
*
|
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-1
/
+1
|
\
|
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-1
/
+1
|
/
*
static code analysis
Kris De Gussem
2015-10-29
1
-3
/
+3
*
merging
Marc Jeanmougin
2015-04-26
1
-2
/
+2
|
\
|
*
Fix for Bug #1428967 (Inkscape0.91 crashes under interface using Chinese/Taiw...
Nicolas Dufour
2015-03-06
1
-2
/
+2
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-4
/
+4
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-7
/
+7
*
|
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-17
/
+17
|
/
*
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
2014-11-10
1
-28
/
+49
*
i18n. Fix for Bug #1318929 (untranslatable string in trunk-r13370).
Nicolas Dufour
2014-05-14
1
-3
/
+21
*
Partially fix crashes when entering a group with deleted id
Krzysztof Kosi??ski
2013-10-31
1
-4
/
+9
*
Added some consts.
Markus Engel
2013-10-26
1
-1
/
+1
*
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
2013-09-24
1
-13
/
+14
*
Fix format security errors
Alex Valavanis
2013-09-21
1
-1
/
+1
*
Refactor status-bar text for multiple items, was very broken
Martin Owens
2013-09-20
1
-88
/
+20
*
Merged from trunk (r12465).
Markus Engel
2013-08-04
1
-2
/
+1
|
\
|
*
reduce variable scope
Johan B. C. Engelen
2013-08-03
1
-2
/
+1
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-52
/
+22
|
\
|
|
*
Code readability improvements and licence changes for action-context.*
Eric Greveson
2013-07-04
1
-2
/
+2
|
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-2
/
+3
|
*
Fix my own mis-credit and some symbols labels
Martin Owens
2013-06-17
1
-1
/
+1
|
*
Fix layer selection so defs don't change layers, updated symbol text.
Martin Owens
2013-06-16
1
-0
/
+8
|
*
Fix bug where symbols weren't identified as such
Martin Owens
2013-06-11
1
-2
/
+5
|
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-1
/
+1
*
|
Merged Item.
Markus Engel
2013-04-05
1
-1
/
+1
*
|
Cleaned up a bit. Uses some C++11 features.
Markus Engel
2013-04-02
1
-22
/
+66
|
/
*
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
2012-10-11
1
-1
/
+6
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-3
/
+3
*
i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).
Nicolas Dufour
2012-08-15
1
-1
/
+1
*
Fixed warning with printf format. Also corrected inproper type that resulted ...
Jon A. Cruz
2012-05-17
1
-12
/
+15
*
minor fix for translations
Kris De Gussem
2012-05-15
1
-1
/
+1
*
UI. Filtered objects count (patch by David Mathog).
Nicolas Dufour
2012-05-11
1
-1
/
+26
[next]