summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.cpp (unfollow)
Commit message (Collapse)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
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+6
A lot of header clean-up.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-12-19Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah1-1/+3
the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
2017-06-29Remove old icon handling codeAlexander Valavanis1-3/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-19/+0
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
(bzr r15025)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-4/+4
(bzr r13236)
2013-03-19Fixing regressionjtx1-0/+15
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-15/+0
(bzr r11950.1.56)
2013-03-15Fix table layout in fill and stroke dialog in Gtk+ 2Alex Valavanis1-0/+15
(bzr r12207)
2013-03-13GTK3: fix layout of 'Fill and Stroke' tabs (see bug #1088264)su_v1-3/+3
(bzr r12200)
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-0/+2
(bzr r12199)
2013-03-12Further migration to Gtk::GridAlex Valavanis1-9/+10
(bzr r12196)
2012-11-24Fix for 172236 : Dropper pixmaps and onetime fixJohn Smith1-0/+25
(bzr r11894)
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith1-1/+1
(bzr r11691)
2012-08-05Fix for 427514 : Fix mirroring of FS Opacity/Blur settingsJohn Smith1-0/+1
(bzr r11590)
2012-08-04Fix for 1032880 : Stroke style panel is mirrored between open windowsJohn Smith1-5/+8
(bzr r11587)
2012-05-21Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith1-1/+1
(bzr r11389)
2012-05-16Fix for 950508 : Small padding changeJohn Smith1-1/+1
(bzr r11367)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-3/+3
The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
2010-12-17Mnemonics in fill and stroke dialog and menuKris De Gussem1-1/+1
(bzr r9964)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-04-03Split dynamic desktop tracking into common, shared code.Jon A. Cruz1-41/+17
(bzr r9282)
2010-04-02Corrected "using namespace" contamination from ui/dialog header files.Jon A. Cruz1-1/+1
(bzr r9273)
2010-03-29Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵Jon A. Cruz1-5/+64
out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-7/+5
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-4/+4
(bzr r7332)
2008-10-27From trunkTed Gould1-9/+6
(bzr r6885)
2008-08-09gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert1-1/+3
(bzr r6602)
2008-01-01disable fill-and-stroke blend (separate commit for easy reversion)MenTaLguY1-1/+1
(bzr r4358)
2008-01-01make blend versus blur more configurable on a case-by-case basisMenTaLguY1-1/+1
(bzr r4357)
2008-01-01fix update on layer switch and work around some blur-related glitchesMenTaLguY1-1/+1
(bzr r4356)
2008-01-01separate blend history for objects versus layersMenTaLguY1-1/+2
(bzr r4355)
2008-01-01first crack at enabling blend for layers dialogMenTaLguY1-0/+3
(bzr r4354)
2008-01-01factor filter and opacity controls into separate metawidgetMenTaLguY1-224/+2
(bzr r4352)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-12/+16
started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
2007-11-22The dialog to panel refactoring:gustav_b1-7/+7
* Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)