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
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
2012-05-21
More size-request GTK+ 3 fixes
Alex Valavanis
1
-1
/
+7
2012-03-15
Patch by Veronika Irvine for lp:806302
Josh Andler
1
-0
/
+2
2012-03-02
Fix for 168351 : layer rename doesn't update layers dialog
John Smith
1
-3
/
+8
2012-03-02
Fix for 944524 Layers - Group buttons and make style consistent
John Smith
1
-0
/
+4
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-2
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-02-11
Lots of gtkmm deprecation fixes
Alex Valavanis
1
-2
/
+1
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-1
/
+1
2012-01-02
Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.
Nicolas Dufour
1
-0
/
+7
2011-07-15
Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.
Krzysztof Kosi??ski
1
-2
/
+2
2011-07-15
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
1
-2
/
+2
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-3
/
+4
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-2
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-22
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
1
-7
/
+5
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2010-04-27
Correct desktop tracking for layers dialog. Fixes bug #427514.
Jon A. Cruz
1
-49
/
+35
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-2
/
+2
2009-09-18
i18n fixes for Bug #408093.
Nicolas Dufour
1
-1
/
+3
2009-09-10
patch by Adib for 307195
bulia byak
1
-19
/
+24
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-07-29
Remove unnecessary tab in Layers dialog (closes LP #364224)
Maximilian Albert
1
-3
/
+1
2009-03-08
part of #339660; layers dialog allows non-unique inkscape:label attributes
Ed Halley
1
-1
/
+1
2009-03-08
deleting layer also hid layers, missing 'break' statement
Ed Halley
1
-0
/
+1
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-20
/
+15
2009-02-19
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
1
-2
/
+5
2008-10-27
From trunk
Ted Gould
1
-3
/
+4
2008-10-11
Merging from trunk
Ted Gould
1
-0
/
+14
2008-07-20
extract ImageToggler from layers dialog
Johan B. C. Engelen
1
-108
/
+3
2008-07-15
Fixed layers dialog to correctly fetch icons from new location/code.
Jon A. Cruz
1
-16
/
+15
2008-07-02
add shadow to layers list
MenTaLguY
1
-0
/
+1
2008-07-02
add tab to layers dialog
MenTaLguY
1
-3
/
+6
2008-06-14
Added duplicate layer command. Fixes bug #171246.
Jon A. Cruz
1
-1
/
+7
2008-06-13
Added the ability to toggle a layer "solo". Fixes bug #171530.
Jon A. Cruz
1
-3
/
+9
2008-01-01
make blend versus blur more configurable on a case-by-case basis
MenTaLguY
1
-1
/
+1
2008-01-01
separate blend history for objects versus layers
MenTaLguY
1
-1
/
+2
2008-01-01
first crack at enabling blend for layers dialog
MenTaLguY
1
-54
/
+5
2007-12-07
Rework dialog management. Use singleton behavior for dialogs when
gustav_b
1
-10
/
+6
[prev]
[next]