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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-21
Make menu icon preference apply to Layers and Objects dialogs
Patrick Storz
1
-0
/
+1
2019-07-20
Simplify code for context menu items of Layers and Objects dialogs
Patrick Storz
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-24
Remove #include "config.h" from header files where possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-01-17
Move code related to SwatchesPanel where it belongs
Stefano Facchini
1
-5
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-6
/
+0
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2013-06-07
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
1
-0
/
+4
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2012-11-18
Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt click
John Smith
1
-1
/
+1
2012-10-23
Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ...
Alex Valavanis
1
-3
/
+6
2012-07-12
Fix for 377294 : Layer dialog rename when no label exists
John Smith
1
-1
/
+0
2012-07-08
Fix for 181473 : Layer label edit keyboard shortcuts
John Smith
1
-1
/
+2
2012-07-05
Fix for 181473 : Layers drag and drop
John Smith
1
-0
/
+12
2012-04-11
Clean up a few Gtkmm orientables
Alex Valavanis
1
-0
/
+4
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-6
/
+3
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-2
/
+0
2011-04-16
change spinbox to new one in many places.
Johan B. C. Engelen
1
-2
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-04-27
Correct desktop tracking for layers dialog. Fixes bug #427514.
Jon A. Cruz
1
-4
/
+6
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-07-29
Remove unnecessary tab in Layers dialog (closes LP #364224)
Maximilian Albert
1
-1
/
+0
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
-2
/
+3
2008-07-02
add tab to layers dialog
MenTaLguY
1
-0
/
+3
2008-01-01
first crack at enabling blend for layers dialog
MenTaLguY
1
-5
/
+4
2007-12-07
Rework dialog management. Use singleton behavior for dialogs when
gustav_b
1
-2
/
+0
2007-11-22
The dialog to panel refactoring:
gustav_b
1
-5
/
+5
2007-08-29
Dockable dialogs patch applied
gustav_b
1
-4
/
+4
2006-12-23
Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 range
John Bintz
1
-0
/
+2
2006-06-05
Fixing crash on layer delete undo
Jon A. Cruz
1
-0
/
+3
2006-06-01
Added opacity slider
Jon A. Cruz
1
-0
/
+7
2006-05-28
clicking toggles doesn't change selected layer.
Jon A. Cruz
1
-0
/
+4
2006-05-27
make button labels translatable, and use HButtonBox versus HBox for better ap...
MenTaLguY
1
-1
/
+2
2006-05-21
Adding notification when managed layers change.
Jon A. Cruz
1
-3
/
+5
2006-05-19
Selection and event handling cleanup. Added deeper display.
Jon A. Cruz
1
-0
/
+6
2006-05-18
stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...
Jon A. Cruz
1
-1
/
+10
2006-05-17
Switched icons to stock generic.
Jon A. Cruz
1
-1
/
+1
2006-05-15
Base implementation of a layers dialog.
Jon A. Cruz
1
-0
/
+111