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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
2017-09-24
1
-2
/
+2
*
layers dialog: Gtk < 3.16 fallback
Alexander Valavanis
2017-07-29
1
-0
/
+4
*
Rm remaining imagemenuitem usage
Alexander Valavanis
2017-06-29
1
-16
/
+19
*
Remove old icon handling code
Alexander Valavanis
2017-06-29
1
-5
/
+4
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-4
/
+0
|
\
|
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-4
/
+0
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-9
/
+1
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+12
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-12
/
+1
|
/
*
fixes layer movement when there is a document scaling factor
Marc Jeanmougin
2015-12-19
1
-2
/
+2
*
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
1
-8
/
+0
*
Fix undo history entry for moving a layer (consistency)
su_v
2015-06-03
1
-1
/
+1
*
Fix for bug 1194091
Marc Jeanmougin
2015-05-10
1
-2
/
+10
*
Layers. Fix for Bug #1326131 (Can't delete layer from context menu).
Nicolas Dufour
2014-06-29
1
-4
/
+8
*
Added "Gtk::" scope to "manage" function calls.
Markus Engel
2014-03-30
1
-16
/
+16
*
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
1
-8
/
+8
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-1
/
+1
*
Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ...
Nicolas Dufour
2013-09-07
1
-1
/
+2
*
Merge recent changes from inkscape trunk
Eric Greveson
2013-07-03
1
-2
/
+2
|
\
|
*
Fix crash when undoing/redoing a duplicate layer.
Martin Owens
2013-06-28
1
-2
/
+2
*
|
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-3
/
+4
|
/
*
Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.
Nicolas Dufour
2013-05-12
1
-0
/
+2
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+1
*
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-1
/
+1
*
Fix undo history entry for layer renaming to be consistent with 'Rename Layer...
su_v
2012-11-26
1
-1
/
+1
*
Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt click
John Smith
2012-11-18
1
-10
/
+47
*
Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ...
Alex Valavanis
2012-10-23
1
-30
/
+22
*
Fix for 177931 : Shift click layer icons to trigger solo
John Smith
2012-10-12
1
-14
/
+24
*
Fix for 191020 : Lock/Unlock all layers - Lock other layers
John Smith
2012-10-11
1
-0
/
+7
*
Fix for 191020 : Lock/Unlock all layers
John Smith
2012-10-09
1
-0
/
+17
*
Fix for 378413 : Show/Hide all layers
John Smith
2012-07-12
1
-2
/
+18
*
Fix for 377294 : Layer dialog rename when no label exists
John Smith
2012-07-12
1
-10
/
+1
*
Fix for 181473 : Layer label edit keyboard shortcuts
John Smith
2012-07-08
1
-10
/
+32
*
Fix for 181473 : Layers drag and drop
John Smith
2012-07-05
1
-7
/
+137
*
Tidy up deprecated Gtkmm menu stuff
Alex Valavanis
2012-05-31
1
-21
/
+2
*
Gtkmm 3.0 fixes for layers dialog
Alex Valavanis
2012-05-30
1
-1
/
+32
*
More size-request GTK+ 3 fixes
Alex Valavanis
2012-05-21
1
-1
/
+7
*
Patch by Veronika Irvine for lp:806302
Josh Andler
2012-03-15
1
-0
/
+2
*
Fix for 168351 : layer rename doesn't update layers dialog
John Smith
2012-03-02
1
-3
/
+8
*
Fix for 944524 Layers - Group buttons and make style consistent
John Smith
2012-03-02
1
-0
/
+4
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-2
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
Lots of gtkmm deprecation fixes
Alex Valavanis
2012-02-11
1
-2
/
+1
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-1
/
+1
*
Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.
Nicolas Dufour
2012-01-02
1
-0
/
+7
*
Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.
Krzysztof Kosi??ski
2011-07-15
1
-2
/
+2
*
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
2011-07-15
1
-2
/
+2
*
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
1
-2
/
+1
|
\
|
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-2
/
+1
[next]