summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/object-composite-settings.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+7
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+0
2015-05-08Fixed the layer blendsMarc Jeanmougin1-2/+2
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-18Just...mc1-1/+2
2014-12-25Remove sp_style_new().Tavmjong Bah1-9/+7
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-4/+4
2014-12-21Purge sp_desktop_canvasLiam P. White1-4/+4
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-2/+2
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-21/+0
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-2/+2
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith1-40/+18
2012-08-05Fix for 427514 : Fix mirroring of FS Opacity/Blur settingsJohn Smith1-7/+8
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-5/+0
2012-05-21Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith1-0/+2
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-0/+17
2012-03-21Fix for 950508 : Fill Stroke : Minor visual enhancements, match label sizesJohn Smith1-3/+5
2012-03-16Fix for 950508 : Fill Stroke : Minor visual enhancements, fix for Opacity lab...John Smith1-4/+11
2012-03-15Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith1-4/+6
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+3
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-1/+0
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-1/+1
2010-12-17Mnemonics in fill and stroke dialog and menuKris De Gussem1-1/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-25UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-03-09switch opacity and blur sliders to delayed update, which makes them much more...bulia byak1-4/+5
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-1/+1
2009-02-11Warning cleanupJon A. Cruz1-1/+1
2008-11-29fix setting blend mode to Normalbulia byak1-0/+2
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-31Merge from trunkTed Gould1-2/+13
2008-10-11Merging from trunkTed Gould1-4/+4
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-2/+2
2008-07-24Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala1-3/+9
2008-06-02Made possible to use blur on object that has a complex filter appliedNiko Kiirala1-28/+23
2008-03-23make sure we explicitly use geometric bbox for calculating blur marginsbulia byak1-2/+3
2008-02-22Warning cleanupJon A. Cruz1-3/+3
2008-01-01make blend versus blur more configurable on a case-by-case basisMenTaLguY1-2/+2
2008-01-01fix update on layer switch and work around some blur-related glitchesMenTaLguY1-7/+9
2008-01-01separate blend history for objects versus layersMenTaLguY1-4/+7
2008-01-01first crack at enabling blend for layers dialogMenTaLguY1-13/+35
2008-01-01abstraction for style widget subjectsMenTaLguY1-57/+41
2008-01-01factor filter and opacity controls into separate metawidgetMenTaLguY1-134/+55