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
/
dialog
/
align-and-distribute.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Distribute/Move considers selection order
Nathan Lee
2019-07-27
1
-2
/
+2
*
Refactoring: replace funcs with methods.
Shlomi Fish
2019-06-12
1
-7
/
+7
*
Fix align-to of text objects
Tobias Ellinghaus
2019-05-28
1
-5
/
+5
*
Add option for on canvas align handles and move group selection checkbox
Martin Owens
2019-02-25
1
-8
/
+24
*
Merge in bazaar branch for alignment handles
Martin Owens
2019-02-24
1
-3
/
+12
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-26
/
+11
*
Move icon-loader and provide a temporary fallback to render pixbuf
Jabiertxof
2018-11-09
1
-1
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-5
/
+0
*
refactor: simplify loop
Thomas Holder
2018-09-30
1
-9
/
+3
*
fix Align > Rearrange > clockwise with y-axis down
Thomas Holder
2018-09-30
1
-0
/
+3
*
New option to invert y-axis
Thomas Holder
2018-09-12
1
-2
/
+16
*
adding gtk-theme
Jabier Arraiza
2018-07-21
1
-1
/
+2
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+4
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+4
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-8
/
+8
*
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
2018-03-28
1
-1
/
+2
*
Allow to align multiple objects as group relatively to a single object
Eduard Braun
2018-02-28
1
-2
/
+11
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-15
/
+17
*
panel: Remove the unused "title" label
Stefano Facchini
2018-01-16
1
-1
/
+1
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Remove old icon handling code
Alexander Valavanis
2017-06-29
1
-2
/
+2
*
fix comment typos
Alex Valavanis
2017-01-11
1
-2
/
+2
*
Add some unit tests for object-set cppification
Marc Jeanmougin
2016-11-02
1
-1
/
+1
*
Changed order of selection items
Adrian Boguszewski
2016-09-25
1
-2
/
+2
*
Merged trunk
Adrian Boguszewski
2016-08-09
1
-37
/
+1
|
\
|
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-37
/
+1
|
|
\
|
|
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-37
/
+1
*
|
|
Merged trunk
Adrian Boguszewski
2016-08-03
1
-4
/
+1
|
\
|
|
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-4
/
+1
|
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+4
|
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-4
/
+1
|
|
/
*
|
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-9
/
+13
|
\
|
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-8
/
+8
|
/
*
"Relative to" option for node alignment.
Marc Jeanmougin
2016-03-13
1
-2
/
+74
*
Add support for the "relative to" setting when aligning baselines (fixes 167228)
Marc Jeanmougin
2016-03-03
1
-3
/
+46
*
Remove unused header file.
Tavmjong Bah
2015-12-09
1
-1
/
+0
*
Fixes some non-antisymmetrical sort function
Marc Jeanmougin
2015-10-02
1
-1
/
+1
*
removed a few "using Inkscape::Util::GSListConstIterator"
Marc Jeanmougin
2015-04-27
1
-5
/
+0
*
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-13
/
+13
*
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-18
/
+14
*
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-41
/
+46
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-14
/
+14
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-9
/
+8
*
Update to experimental r13598
Liam P. White
2014-10-08
1
-1
/
+1
|
\
|
*
Move more UI code into ui/
Liam P. White
2014-10-05
1
-1
/
+1
|
*
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
2014-08-26
1
-2
/
+2
[next]