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