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
/
grid-arrange-tab.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-1
/
+1
2019-07-27
Make doc2dt a document property
Thomas Holder
1
-1
/
+1
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-0
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-17
/
+18
2018-09-23
fix "Arrange" dialog with inverted y-axis
Thomas Holder
1
-3
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-01
First batch
Marc Jeanmougin
1
-6
/
+4
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-07-08
Fix Gtk alignment API
Alexander Valavanis
1
-1
/
+2
2017-06-29
Use Gtk orientable widgets
Alexander Valavanis
1
-0
/
+4
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-1
/
+0
2016-12-27
Rm remaining Gtk::Stock usage
Alex Valavanis
1
-161
/
+160
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-19
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+0
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-6
/
+6
2015-12-07
static code analysis
Kris De Gussem
1
-1
/
+1
2015-11-13
static code analysis
Kris De Gussem
1
-3
/
+3
2015-08-30
Why would anyone make a sorting function that is not antisymmetric ? That mak...
Marc Jeanmougin
1
-9
/
+3
2015-07-13
fix "arrange" tool (typo)
Marc Jeanmougin
1
-1
/
+1
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+0
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-1
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-17
/
+11
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-11
/
+10
2015-02-18
Just...
mc
1
-24
/
+30
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-08-26
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
1
-1
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+1
2014-06-26
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
1
-1
/
+1
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-12
/
+0
2014-06-25
2. connect signals
Liam P. White
1
-1
/
+2
2014-05-11
i18n. Fix for bug #1318345 (untranslatable strings in trunk-r13348).
Nicolas Dufour
1
-1
/
+1
2014-03-27
Get pollar tiling working agains with trunk
Martin Owens
1
-1
/
+6
2012-05-09
Renamed files to better match coding conventions
Denis Declara
1
-1
/
+1
2012-04-27
Code Refactoreing. Moved parts of the code from tile.cpp tile.h to arrangetab...
Denis Declara
1
-198
/
+6
2012-04-24
Added first support for elliptical arrangements
Denis Declara
1
-3
/
+24
2012-04-19
Improved UI of PolarArrangement Tab and connected some widgets to events (now...
Denis Declara
1
-6
/
+72
2012-04-15
Added some POC code to move objects around
Denis Declara
1
-0
/
+12
2012-04-15
Improved User interface.
Denis Declara
1
-4
/
+27
2012-04-09
Added initial gui for polar arrangement tab
Denis Declara
1
-8
/
+45
2012-04-04
Changed enum used for alignment, which hopefully will fix daily deb builds.
Denis Declara
1
-1
/
+1
2012-04-02
Anchor widget now reads the last alignment from the settings. Anchor selectio...
Denis Declara
1
-0
/
+4
2012-03-31
Brought old code, "Rows and Columns" in it's own class. Added a separate clas...
Denis Declara
1
-35
/
+63
[next]