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
/
transformation.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
flip transform dialog icons
Thomas Holder
2018-09-20
1
-1
/
+1
*
fix transform dialog icons with inverted y-axis
Thomas Holder
2018-09-20
1
-3
/
+10
*
adding gtk-theme
Jabier Arraiza
2018-07-21
1
-4
/
+3
*
Reduce width of Transform dialog by making spinbuttons narrower
Geoff Lankow
2018-07-02
1
-0
/
+6
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-8
/
+11
*
panel: Remove the unused "title" label
Stefano Facchini
2018-01-16
1
-1
/
+1
*
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
2017-09-24
1
-1
/
+1
*
Remove old icon handling code
Alexander Valavanis
2017-06-29
1
-5
/
+8
*
Rm remaining Gtk::Stock usage
Alex Valavanis
2016-12-27
1
-1
/
+0
*
Rm some deprecated Gtk::Stock usage
Alex Valavanis
2016-12-27
1
-2
/
+2
*
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
2016-10-24
1
-11
/
+9
*
Merged trunk
Adrian Boguszewski
2016-08-09
1
-102
/
+0
|
\
|
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-102
/
+0
|
|
\
|
|
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-102
/
+0
*
|
|
Merged trunk
Adrian Boguszewski
2016-08-03
1
-5
/
+1
|
\
|
|
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-5
/
+1
|
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+5
|
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-5
/
+1
|
|
/
*
|
Renamed some functions, fixed tests
Adrian Boguszewski
2016-07-27
1
-11
/
+11
*
|
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-11
/
+11
|
\
|
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-7
/
+7
|
/
*
Remove unused header file.
Tavmjong Bah
2015-12-09
1
-1
/
+0
*
static code analysis
Kris De Gussem
2015-11-05
1
-4
/
+4
*
UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting propo...
Nicolas Dufour
2015-09-25
1
-0
/
+3
*
updated with trunk
Marc Jeanmougin
2015-04-29
1
-4
/
+0
|
\
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
|
removed a few useless SP_OBJECT() casts
Marc Jeanmougin
2015-04-27
1
-1
/
+1
*
|
removed a few "using Inkscape::Util::GSListConstIterator"
Marc Jeanmougin
2015-04-27
1
-1
/
+0
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-10
/
+10
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-11
/
+11
*
|
Just...
mc
2015-02-18
1
-18
/
+23
|
/
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-6
/
+6
*
Purge sp_desktop_message_stack
Liam P. White
2014-12-21
1
-7
/
+7
*
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
2014-12-21
1
-1
/
+1
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-1
/
+2
*
Update to trunk r13766
Liam P. White
2014-11-26
1
-2
/
+2
|
\
|
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-2
/
+2
|
*
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
2014-08-26
1
-2
/
+2
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-2
/
+2
*
|
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
2014-06-26
1
-2
/
+2
*
|
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
2014-06-26
1
-5
/
+4
*
|
2. connect signals
Liam P. White
2014-06-25
1
-7
/
+6
|
/
*
modify get_scale_transform_for_variable_stroke() to be consistent with get_sc...
Alvin Penner
2014-01-04
1
-3
/
+4
*
Transform dialog. do not use singular transforms. (Bug 1189446)
Alvin Penner
2013-06-29
1
-0
/
+35
*
cppcheck
Kris De Gussem
2013-06-21
1
-2
/
+2
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Migrate remaining dialogs to Gtk::Grid
Alex Valavanis
2013-03-13
1
-2
/
+90
[next]