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
/
layers.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-3
/
+0
2018-10-01
Move GTKMM_CHECK_VERSION from config.h to it's own header
Eduard Braun
1
-0
/
+2
2018-09-11
Remove the custom handling of column editability, that is not how to do it.
Martin Owens
1
-46
/
+1
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-6
/
+6
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-38
/
+38
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-7
/
+12
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
2017-12-26
GtkMM popup menu deprecation fixes
Alexander Valavanis
1
-0
/
+5
2017-12-25
Use a macro for GtkMM version checks
Alexander Valavanis
1
-1
/
+1
2017-12-19
Enable SimpleFilterModifier to handle blend and blur filter primitives at the...
Tavmjong Bah
1
-1
/
+4
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-1
/
+1
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-2
/
+2
2017-07-29
layers dialog: Gtk < 3.16 fallback
Alexander Valavanis
1
-0
/
+4
2017-06-29
Rm remaining imagemenuitem usage
Alexander Valavanis
1
-16
/
+19
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-5
/
+4
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-9
/
+1
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-4
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+12
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-12
/
+1
2015-12-19
fixes layer movement when there is a document scaling factor
Marc Jeanmougin
1
-2
/
+2
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-8
/
+0
2015-06-03
Fix undo history entry for moving a layer (consistency)
su_v
1
-1
/
+1
2015-05-10
Fix for bug 1194091
Marc Jeanmougin
1
-2
/
+10
2014-06-29
Layers. Fix for Bug #1326131 (Can't delete layer from context menu).
Nicolas Dufour
1
-4
/
+8
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-16
/
+16
2014-01-02
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
1
-8
/
+8
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-1
/
+1
2013-09-07
Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ...
Nicolas Dufour
1
-1
/
+2
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-3
/
+4
2013-06-28
Fix crash when undoing/redoing a duplicate layer.
Martin Owens
1
-2
/
+2
2013-05-12
Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.
Nicolas Dufour
1
-0
/
+2
2013-02-23
Fix missing headers for Gtk+ 3 build
Alex Valavanis
1
-0
/
+1
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-1
/
+1
2012-11-26
Fix undo history entry for layer renaming to be consistent with 'Rename Layer...
su_v
1
-1
/
+1
2012-11-18
Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt click
John Smith
1
-10
/
+47
2012-10-23
Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ...
Alex Valavanis
1
-30
/
+22
2012-10-12
Fix for 177931 : Shift click layer icons to trigger solo
John Smith
1
-14
/
+24
2012-10-11
Fix for 191020 : Lock/Unlock all layers - Lock other layers
John Smith
1
-0
/
+7
2012-10-09
Fix for 191020 : Lock/Unlock all layers
John Smith
1
-0
/
+17
2012-07-12
Fix for 378413 : Show/Hide all layers
John Smith
1
-2
/
+18
2012-07-12
Fix for 377294 : Layer dialog rename when no label exists
John Smith
1
-10
/
+1
2012-07-08
Fix for 181473 : Layer label edit keyboard shortcuts
John Smith
1
-10
/
+32
2012-07-05
Fix for 181473 : Layers drag and drop
John Smith
1
-7
/
+137
2012-05-31
Tidy up deprecated Gtkmm menu stuff
Alex Valavanis
1
-21
/
+2
2012-05-30
Gtkmm 3.0 fixes for layers dialog
Alex Valavanis
1
-1
/
+32
[next]