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
/
widget
/
object-composite-settings.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-2
/
+2
2012-09-22
Fix for 1014988 : Converts slide widgets to new spin-scale widget
John Smith
1
-40
/
+18
2012-08-05
Fix for 427514 : Fix mirroring of FS Opacity/Blur settings
John Smith
1
-7
/
+8
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-5
/
+0
2012-05-21
Fix for 1000023 : Fill & Stroke dialog redesign
John Smith
1
-0
/
+2
2012-04-30
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
1
-0
/
+17
2012-03-21
Fix for 950508 : Fill Stroke : Minor visual enhancements, match label sizes
John Smith
1
-3
/
+5
2012-03-16
Fix for 950508 : Fill Stroke : Minor visual enhancements, fix for Opacity lab...
John Smith
1
-4
/
+11
2012-03-15
Fix for 950508 : Fill Stroke : Minor visual enhancements
John Smith
1
-4
/
+6
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+3
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-02-11
Lots of gtkmm deprecation fixes
Alex Valavanis
1
-1
/
+0
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-1
/
+1
2010-12-17
Mnemonics in fill and stroke dialog and menu
Kris De Gussem
1
-1
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-25
UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )
Kris De Gussem
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-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-03-09
switch opacity and blur sliders to delayed update, which makes them much more...
bulia byak
1
-4
/
+5
2009-02-19
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
1
-1
/
+1
2009-02-11
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-11-29
fix setting blend mode to Normal
bulia byak
1
-0
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-31
Merge from trunk
Ted Gould
1
-2
/
+13
2008-10-11
Merging from trunk
Ted Gould
1
-4
/
+4
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-08-04
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
1
-2
/
+2
2008-07-24
Fixed regression: changing blend mode in layers dialog didn't work
Niko Kiirala
1
-3
/
+9
2008-06-02
Made possible to use blur on object that has a complex filter applied
Niko Kiirala
1
-28
/
+23
2008-03-23
make sure we explicitly use geometric bbox for calculating blur margins
bulia byak
1
-2
/
+3
2008-02-22
Warning cleanup
Jon A. Cruz
1
-3
/
+3
2008-01-01
make blend versus blur more configurable on a case-by-case basis
MenTaLguY
1
-2
/
+2
2008-01-01
fix update on layer switch and work around some blur-related glitches
MenTaLguY
1
-7
/
+9
2008-01-01
separate blend history for objects versus layers
MenTaLguY
1
-4
/
+7
2008-01-01
first crack at enabling blend for layers dialog
MenTaLguY
1
-13
/
+35
2008-01-01
abstraction for style widget subjects
MenTaLguY
1
-57
/
+41
2008-01-01
factor filter and opacity controls into separate metawidget
MenTaLguY
1
-134
/
+55
2007-12-07
Rework dialog management. Use singleton behavior for dialogs when
gustav_b
1
-12
/
+16
2007-11-22
The dialog to panel refactoring:
gustav_b
1
-7
/
+7
2007-11-08
warning cleanup
Jon A. Cruz
1
-18
/
+18
2007-10-24
rename master opacity to opacity
bulia byak
1
-1
/
+1
2007-09-20
Add functions for showing a specific notebook page in the F&S dialog,
gustav_b
1
-0
/
+22
2007-08-29
Dockable dialogs patch applied
gustav_b
1
-2
/
+2
2007-08-08
Filter effects:
Nicholas Bishop
1
-2
/
+1
2007-07-20
Updated the gtkmmified fill and stroke dialog with the filter effects
gustav_b
1
-48
/
+71
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
1
-1
/
+1
2007-06-27
more unreffing temporary styles properly
bulia byak
1
-1
/
+1
2007-06-24
initial filter UI code drop from Nick
MenTaLguY
1
-2
/
+2
2007-06-02
Gtkmm:ified Fill and Stroke dialog (disabled by default). It's still
gustav_b
1
-12
/
+262
[next]