summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 427514 : Filter effects dialog data mirroringJohn Smith2012-08-071-0/+4
| | | (bzr r11596)
* Gtkmm 3.0 fixes for live path effect editor dialogAlex Valavanis2012-05-301-0/+6
| | | (bzr r11437)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-1/+0
| | | (bzr r11260)
* LPE: enable "add effect" button for clones. It converts the clone to a path ↵Johan B. C. Engelen2012-04-081-24/+81
| | | | | and applies the clone original LPE. (bzr r11189)
* Fix for 927074 : Simplify Path Effects dialog, fix button paddingJohn Smith2012-03-021-1/+0
| | | (bzr r11041)
* Fix for 927074 : resize buttons, and add on tree double clickJohn Smith2012-03-021-4/+15
| | | (bzr r11040)
* Fix for 927074 : Simplify Path Effects dialogJohn Smith2012-03-021-55/+61
| | | (bzr r11037)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.Nicolas Dufour2012-01-021-0/+1
| | | (bzr r10819)
* fix LPE toggle iconJohan B. C. Engelen2011-11-051-1/+1
| | | (bzr r10727)
* cppcheckKris De Gussem2011-10-181-1/+1
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-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)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-10/+11
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-5/+5
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | 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 crash bug 607557Johan B. C. Engelen2010-07-261-0/+4
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/607557 (bzr r9653)
* fix lpe dialog updatingJohan B. C. Engelen2010-05-181-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/516940 (bzr r9433)
* fix bug 379378Johan B. C. Engelen2009-11-231-1/+1
| | | (bzr r8837)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* translator comments and minor string fixesIvan Mas??r2009-04-231-0/+1
| | | (bzr r7763)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-19/+21
| | | (bzr r7332)
* Merge from fe-movedTed Gould2008-11-211-0/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-7/+6
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-14/+23
| | | (bzr r6884)
* Fix LP #258124 and crash when copying LPEsMaximilian Albert2008-09-081-1/+1
| | | (bzr r6778)
* fix invisible selection in the list; remove stripes; fix undo commentbulia byak2008-07-301-2/+22
| | | (bzr r6468)
* make visibility icon in LPE stack dialog clickableJohan B. C. Engelen2008-07-201-2/+18
| | | (bzr r6379)
* add visibility icon to LPE stack dialog. not clickable yetJohan B. C. Engelen2008-07-201-2/+14
| | | (bzr r6378)
* noop: rename function name and whitespaceJohan B. C. Engelen2008-07-201-35/+33
| | | (bzr r6376)
* remove redundant code from lpe dialogJohan B. C. Engelen2008-07-201-3/+1
| | | (bzr r6375)
* move undo commits closer to the UIbulia byak2008-07-051-0/+3
| | | (bzr r6195)
* add selmodified connection to force dialog update on undobulia byak2008-06-091-5/+15
| | | (bzr r5865)
* Factor out 'create and apply' code for LPEs so that it can be called from ↵Maximilian Albert2008-06-041-17/+2
| | | | | everywhere (bzr r5798)
* LPE STACKING!Johan B. C. Engelen2008-05-301-14/+149
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* noop: add emacs/vim footer to ui/dialog/livepatheffect-editor.cppMaximilian Albert2008-05-191-0/+10
| | | (bzr r5704)
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-171-6/+1
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* when applying LPE to rect, convert it to path firstJohan B. C. Engelen2008-03-281-0/+8
| | | (bzr r5223)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-20/+16
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* * don't strech buttons on lpe dialog when resizing the dialogFelipe Corr??a da Silva Sanches2008-01-301-2/+4
| | | | | * return to "No effects applied" message when one removes an lpe effect (bzr r4616)
* fix: show lpe parameters when new effect is appliedJohan B. C. Engelen2008-01-261-0/+2
| | | (bzr r4601)
* don't update LPE dialog when selection is modified. try 2Johan B. C. Engelen2008-01-201-28/+14
| | | (bzr r4566)
* don't update LPE dialog when selection is modified.Johan B. C. Engelen2008-01-201-14/+19
| | | (bzr r4564)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-1/+4
| | | | | | 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)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-18/+1
| | | | | | | | 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)
* The dialog to panel refactoring:gustav_b2007-11-221-8/+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)
* warning cleanupJon A. Cruz2007-11-081-1/+1
| | | (bzr r4043)