summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow rects be LPE like other primitivesJabier Arraiza2019-06-011-1/+0
|
* Fix for issue 95: Crash on applying Perspective/Envelope LPE to a groupJabiertxof2019-02-201-1/+2
|
* 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
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof2018-10-031-3/+4
| | | | with mouse correctly
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Improve responsive from LPEJabier Arraiza Cenoz2017-05-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
* Remove unised signals from previous commitJabiertxof2017-05-011-1/+0
| | | (bzr r15656)
* Fix erase lpe in multi LPE modeJabiertxof2017-05-011-1/+3
| | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
* Fix bug:1630796 on flatten button. Attemp 2Jabier Arraiza Cenoz2016-10-071-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15152)
* Fix bug:1630796 on flatten buttonJabier Arraiza Cenoz2016-10-071-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15150)
* Update to trunkJabier Arraiza Cenoz2016-10-031-4/+0
|\ | | | | (bzr r15017.1.35)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-4/+0
| | | | | | (bzr r15023.2.7)
* | Add Text tag and update widgets codeJabier Arraiza Cenoz2016-07-241-1/+4
|/ | | (bzr r15017.1.2)
* Fix for 427514 : Filter effects dialog data mirroringJohn Smith2012-08-071-1/+11
| | | (bzr r11596)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-2/+2
| | | (bzr r11260)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+4
| | | (bzr r11230)
* Fix for 927074 : resize buttons, and add on tree double clickJohn Smith2012-03-021-4/+4
| | | (bzr r11040)
* Fix for 927074 : Simplify Path Effects dialogJohn Smith2012-03-021-13/+7
| | | (bzr r11037)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-3/+0
| | | (bzr r11018)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10826)
* 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)
* fix lpe dialog updatingJohan B. C. Engelen2010-05-181-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/516940 (bzr r9433)
* Merge from fe-movedTed Gould2008-11-211-2/+7
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-5/+4
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* fix invisible selection in the list; remove stripes; fix undo commentbulia byak2008-07-301-0/+3
| | | (bzr r6468)
* make visibility icon in LPE stack dialog clickableJohan B. C. Engelen2008-07-201-1/+3
| | | (bzr r6379)
* add visibility icon to LPE stack dialog. not clickable yetJohan B. C. Engelen2008-07-201-0/+2
| | | (bzr r6378)
* noop: rename function name and whitespaceJohan B. C. Engelen2008-07-201-1/+1
| | | (bzr r6376)
* whitespace, and add virtual destructor to ModelColumns of LPE stack dialogJohan B. C. Engelen2008-07-201-7/+8
| | | (bzr r6374)
* add selmodified connection to force dialog update on undobulia byak2008-06-091-0/+1
| | | (bzr r5865)
* LPE STACKING!Johan B. C. Engelen2008-05-301-2/+48
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* don't update LPE dialog when selection is modified. try 2Johan B. C. Engelen2008-01-201-3/+0
| | | (bzr r4566)
* don't update LPE dialog when selection is modified.Johan B. C. Engelen2008-01-201-0/+2
| | | (bzr r4564)
* hopefully fix compile error on linuxJohan B. C. Engelen2008-01-151-1/+1
| | | (bzr r4498)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-0/+2
| | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
* The dialog to panel refactoring:gustav_b2007-11-221-5/+4
| | | | | | | | | | | | | | | | | | * 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)
* trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-86/+86
| | | (bzr r3883)
* place apply horizonallybulia byak2007-09-081-1/+1
| | | (bzr r3702)
* 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)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+85
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)