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
*
Use same label for Layers and Objects dialogs
Nathan Lee
2019-11-10
1
-2
/
+2
*
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
2019-10-19
1
-0
/
+1
*
Make menu icon preference apply to Layers and Objects dialogs
Patrick Storz
2019-07-21
1
-1
/
+3
*
Simplify code for context menu items of Layers and Objects dialogs
Patrick Storz
2019-07-20
1
-50
/
+29
*
Fix icon positions in context menus of Layers and Objects dialogs
Patrick Storz
2019-07-20
1
-1
/
+6
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-8
/
+0
*
fix #158 crash on exit w/ layer dialog
Thomas Holder
2019-04-25
1
-0
/
+1
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-12
/
+12
*
Move icon-loader and provide a temporary fallback to render pixbuf
Jabiertxof
2018-11-09
1
-2
/
+2
*
This improve symbolic icon rendering moving it to CSS only. There is places i...
Jabiertxof
2018-11-09
1
-2
/
+2
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-3
/
+0
*
Move GTKMM_CHECK_VERSION from config.h to it's own header
Eduard Braun
2018-10-01
1
-0
/
+2
*
Remove the custom handling of column editability, that is not how to do it.
Martin Owens
2018-09-11
1
-46
/
+1
*
adding gtk-theme
Jabier Arraiza
2018-07-21
1
-6
/
+6
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-38
/
+38
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-7
/
+12
*
panel: Remove the unused "title" label
Stefano Facchini
2018-01-16
1
-1
/
+1
*
GtkMM popup menu deprecation fixes
Alexander Valavanis
2017-12-26
1
-0
/
+5
*
Use a macro for GtkMM version checks
Alexander Valavanis
2017-12-25
1
-1
/
+1
*
Enable SimpleFilterModifier to handle blend and blur filter primitives at the...
Tavmjong Bah
2017-12-19
1
-1
/
+4
*
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
2017-10-05
1
-1
/
+1
*
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
[next]