summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-4/+0
| | | (bzr r15023.2.7)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+1
| | | | | disallow pointers to Application (bzr r13341.5.9)
* Further migration to Gtk::GridAlex Valavanis2013-03-121-4/+8
| | | (bzr r12196)
* Fix for 172236 : Dropper pixmaps and onetime fixJohn Smith2012-11-241-0/+6
| | | (bzr r11894)
* Fix for 1032880 : Stroke style panel is mirrored between open windowsJohn Smith2012-08-041-0/+1
| | | (bzr r11587)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-5/+3
| | | (bzr r11018)
* remove superfluous includesJohan B. C. Engelen2011-04-161-2/+0
| | | (bzr r10175)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Split dynamic desktop tracking into common, shared code.Jon A. Cruz2010-04-031-7/+4
| | | (bzr r9282)
* Corrected "using namespace" contamination from ui/dialog header files.Jon A. Cruz2010-04-021-7/+6
| | | (bzr r9273)
* Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵Jon A. Cruz2010-03-291-1/+18
| | | | | | | | out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252)
* From trunkTed Gould2008-10-271-5/+4
| | | (bzr r6885)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-011-0/+1
| | | (bzr r4354)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-011-17/+2
| | | (bzr r4352)
* The dialog to panel refactoring:gustav_b2007-11-221-6/+5
| | | | | | | | | | | | | | | | | | * 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)
* Add functions for showing a specific notebook page in the F&S dialog,gustav_b2007-09-201-0/+4
| | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780)
* Dockable dialogs patch applied gustav_b2007-08-291-2/+3
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* Updated the gtkmmified fill and stroke dialog with the filter effectsgustav_b2007-07-201-12/+10
| | | | | | changes done in the current f&s dialog. I'll probably make the gtkmmified one default pretty soon to avoid double work... (bzr r3268)
* Gtkmm:ified Fill and Stroke dialog (disabled by default). It's stillgustav_b2007-06-021-1/+37
| | | | | using the old fill/stroke style and paint style widgets, though. (bzr r3050)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+61
(bzr r1)