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
/
layer-properties.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-6
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-14
/
+14
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-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-1
/
+1
2017-07-08
Fix Gtk alignment API
Alexander Valavanis
1
-2
/
+4
2016-12-27
Rm more deprecated Gtk::Stock
Alex Valavanis
1
-4
/
+5
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+2
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-30
/
+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-07-18
[Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation.
Alex Henrie
1
-1
/
+1
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-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-3
/
+3
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-24
Fix my email address through codebase
Bryce Harrington
1
-1
/
+1
2013-03-08
Drop deprecated get_vbox method in Gtk::Dialog
Alex Valavanis
1
-2
/
+2
2012-12-10
Migrate Layers dialog to Gtk::Grid
Alex Valavanis
1
-2
/
+43
2012-11-15
cppcheck: Simple fixes for src/ui/dialog
Alex Valavanis
1
-1
/
+1
2012-10-12
Fix for 1019974 : Default layer names are inconsistent
John Smith
1
-2
/
+5
2012-09-22
Fix for 172222 : Move direct to specified layer
John Smith
1
-2
/
+145
2012-05-31
Fix missing Glibmm headers needed for GTK+3 build
Alex Valavanis
1
-0
/
+1
2012-04-28
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
1
-1
/
+1
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+2
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-02-11
Lots of gtkmm deprecation fixes
Alex Valavanis
1
-2
/
+2
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2009-03-09
part of bug #339660; can not use Add/Rename dialog to create layer with no pr...
Ed Halley
1
-4
/
+9
2009-03-08
part of #339660; layers dialog allows non-unique inkscape:label attributes
Ed Halley
1
-2
/
+3
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-0
/
+0
2008-11-21
Merge from fe-moved
Ted Gould
1
-10
/
+4
2006-10-10
undo annotations
bulia byak
1
-2
/
+2
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-2
/
+4
2006-05-27
Prevent layer name duplication
Jon A. Cruz
1
-3
/
+4
2006-04-28
Converting guideline properties dialog to gtkmm (first step - straightforward...
Andrius Ramanauskas
1
-3
/
+0
2006-04-18
Crash fix (occured if creating layer in layerless document)
Andrius Ramanauskas
1
-5
/
+10
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-3
/
+3
2006-03-20
fixing misspelled name in copyright notice
Andrius Ramanauskas
1
-2
/
+2
2006-03-15
merged patch #1447043 from Andrius "knutux" R. to create sub-layers
MenTaLguY
1
-7
/
+65