summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unised signals from previous commitJabiertxof2017-05-011-1/+0
| | | (bzr r15656)
* Fix erase lpe in multi LPE modeJabiertxof2017-05-011-26/+13
| | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
| | | (bzr r15368)
* Improvements and fixes for buds pointed by suv on measure line LPEJabiertxof2016-12-031-2/+4
| | | (bzr r15294)
* Fix change between multiples LPE in the same itemJabier Arraiza Cenoz2016-11-051-12/+2
| | | (bzr r15212)
* Fix bug:1013141 crash deleting LPEJabier Arraiza Cenoz2016-11-021-1/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1013141 (bzr r15200)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-2/+2
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* Update to trunkJabier Arraiza Cenoz2016-10-031-17/+1
|\ | | | | (bzr r15017.1.35)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-7/+0
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-7/+0
| | | | | | | | | (bzr r15023.2.7)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-10/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+10
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-10/+1
| |/ | | | | (bzr r15025)
* | Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz2016-07-301-0/+8
| | | | | | (bzr r15017.1.15)
* | Add Text tag and update widgets codeJabier Arraiza Cenoz2016-07-241-6/+25
|/ | | (bzr r15017.1.2)
* Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-221-28/+14
| | | (bzr r13936)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Fix applying LPE to clones (through the "+" button in the LPE dialog).Johan B. C. Engelen2014-11-251-2/+6
| | | | | | | The caller to sp_selection_clone_original_path_lpe expects a new path to be selected, and it will change the SVG "id" of that selected path. The bug was that sp_selection_clone_original_path_lpe no longer selected the new path, it maintained the selection of the path to be "clone_original_path'ed". And thus the path referenced by the original clone got its ID changed. Horror resulted. Fixed by selecting the newly created path, as before. Added code to the caller that checks if the newly selected path is not nullptr, and that it is not the same as the selected path before the call. (bzr r13761)
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-60/+67
| | | (bzr r13700)
* Fix Gtkmm 3.8 build issues on systems with Gtk+ 3.10Alex Valavanis2014-03-311-4/+4
| | | (bzr r13242)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-1/+1
| | | (bzr r13236)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-4/+28
| | | (bzr r12868)
* C++Johan B. C. Engelen2013-10-041-3/+3
| | | (bzr r12660)
* C++Johan B. C. Engelen2013-10-041-7/+7
| | | (bzr r12659)
* Merged from trunk (r12593).Markus Engel2013-09-261-1/+1
|\ | | | | (bzr r11608.1.132)
| * C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-1/+1
| | | | | | | | | | slowly slowly... (bzr r12593)
* | Refactored SPUse.Markus Engel2013-09-241-2/+2
|/ | | (bzr r11608.1.128)
* Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-121-1/+1
| | | (bzr r12473.1.1)
* rename variable for clarityJohan B. C. Engelen2013-08-031-3/+3
| | | (bzr r12462)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-2/+0
| | | (bzr r12204)
* 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)