summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-0/+1
2019-10-14Re-Add blending modes UI using CSS instead filtersJabier Arraiza1-11/+12
2019-04-02Tidy various dialog UIsNathan Lee1-1/+1
2019-03-22Realign labels in "Fill and Stroke" dialogPatrick Storz1-2/+3
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-05Remove unused header.Tavmjong Bah1-1/+0
2018-07-21adding gtk-themeJabier Arraiza1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+6
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-12-19Enable SimpleFilterModifier to handle blend and blur filter primitives at the...Tavmjong Bah1-1/+3
2017-06-29Remove old icon handling codeAlexander Valavanis1-3/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-19/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-4/+4
2013-03-19Fixing regressionjtx1-0/+15
2013-03-17Working with widjetsJabier Arraiza Cenoz1-15/+0
2013-03-15Fix table layout in fill and stroke dialog in Gtk+ 2Alex Valavanis1-0/+15
2013-03-13GTK3: fix layout of 'Fill and Stroke' tabs (see bug #1088264)su_v1-3/+3
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-0/+2
2013-03-12Further migration to Gtk::GridAlex Valavanis1-9/+10
2012-11-24Fix for 172236 : Dropper pixmaps and onetime fixJohn Smith1-0/+25
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith1-1/+1
2012-08-05Fix for 427514 : Fix mirroring of FS Opacity/Blur settingsJohn Smith1-0/+1
2012-08-04Fix for 1032880 : Stroke style panel is mirrored between open windowsJohn Smith1-5/+8
2012-05-21Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith1-1/+1
2012-05-16Fix for 950508 : Small padding changeJohn Smith1-1/+1
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-3/+3
2010-12-17Mnemonics in fill and stroke dialog and menuKris De Gussem1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-04-03Split dynamic desktop tracking into common, shared code.Jon A. Cruz1-41/+17
2010-04-02Corrected "using namespace" contamination from ui/dialog header files.Jon A. Cruz1-1/+1
2010-03-29Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ...Jon A. Cruz1-5/+64
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-7/+5
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-4/+4
2008-10-27From trunkTed Gould1-9/+6
2008-08-09gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert1-1/+3
2008-01-01disable fill-and-stroke blend (separate commit for easy reversion)MenTaLguY1-1/+1
2008-01-01make blend versus blur more configurable on a case-by-case basisMenTaLguY1-1/+1
2008-01-01fix update on layer switch and work around some blur-related glitchesMenTaLguY1-1/+1
2008-01-01separate blend history for objects versus layersMenTaLguY1-1/+2
2008-01-01first crack at enabling blend for layers dialogMenTaLguY1-0/+3
2008-01-01factor filter and opacity controls into separate metawidgetMenTaLguY1-224/+2
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-12/+16
2007-11-22The dialog to panel refactoring:gustav_b1-7/+7