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
/
polar-arrange-tab.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-21
Arrange > Polar unaffected by y-axis direction
Nathan Lee
1
-4
/
+5
2019-07-27
Make doc2dt a document property
Thomas Holder
1
-2
/
+2
2019-06-12
Refactoring: replace funcs with methods.
Shlomi Fish
1
-1
/
+1
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-0
/
+4
2019-01-02
modernize loops
Marc Jeanmougin
1
-8
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-23
fix "Arrange" dialog with inverted y-axis
Thomas Holder
1
-7
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-11
/
+13
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-07-08
Fix Gtk alignment API
Alexander Valavanis
1
-2
/
+2
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-1
/
+0
2017-01-24
update to trunk
Jabier Arraiza Cenoz
1
-2
/
+2
2017-01-24
[Bug #1658397] Object > Arrange > Polar Coordinates dialog text.
Nicolas Dufour
1
-2
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-31
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2015-11-13
static code analysis
Kris De Gussem
1
-1
/
+1
2015-11-05
static code analysis
Kris De Gussem
1
-1
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-2
/
+2
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-3
/
+3
2015-02-18
Just...
mc
1
-9
/
+5
2015-01-03
UI: some strings were not translatable
Kris De Gussem
1
-8
/
+8
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-2
/
+2
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-08-23
Migrate more widgets to Gtk::Grid
Alex Valavanis
1
-0
/
+32
2014-03-27
Get pollar tiling working agains with trunk
Martin Owens
1
-4
/
+4
2012-05-19
The Polar Arrange Tab of the Arrange Dialog now hides the parametric
Denis Declara
1
-7
/
+2
2012-05-19
Added documentation and made helper functions in polar-arrange-tab.cpp static
Denis Declara
1
-6
/
+16
2012-05-09
Removed debug output
Denis Declara
1
-5
/
+0
2012-05-09
Renamed files to better match coding conventions
Denis Declara
1
-1
/
+1
2012-05-05
Fixed some math, so that the objects now line up correctly
Denis Declara
1
-23
/
+47
2012-05-03
Now also the "Arrange on last selected circle" option of the polar arrangemen...
Denis Declara
1
-13
/
+79
2012-05-01
Added undo support for polar arrangement as well as some minor fixes
Denis Declara
1
-1
/
+5
2012-05-01
Got parametrized arrangement to work
Denis Declara
1
-42
/
+156
2012-05-01
Added translation support code (_(), C_()) to the polar arrange tab.
Denis Declara
1
-10
/
+10
2012-04-27
Code Refactoreing. Moved parts of the code from tile.cpp tile.h to arrangetab...
Denis Declara
1
-0
/
+206