summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-05Move more UI code into ui/Liam P. White2-3/+3
2014-09-29This push add a partial solution to scale powerstroke shapes without distorsionJabier Arraiza Cenoz2-5/+8
2014-09-29Fillet-Chamfer update. Two things.Jabier Arraiza Cenoz1-19/+18
2014-09-14Warnings cleanup; formattingLiam P. White2-9/+3
2014-09-14Small cleanupLiam P. White3-12/+2
2014-09-11add radius support to fillet-chamfer, bugfixesJabier Arraiza Cenoz2-28/+242
2014-09-10Fix bug #1367520 (crash regression)Liam P. White2-2/+2
2014-09-02Fix gtk3 buildLiam P. White1-0/+2
2014-08-24Fix Gtk+ 2 buildAlex Valavanis1-2/+2
2014-08-23Fix deprecated GtkHBox useAlex Valavanis1-2/+6
2014-08-15memleak fix (Bug #1293827: LivePathEffect memory leak )Kris De Gussem2-2/+8
2014-08-11fix a bug knots resetting in fillet-chamferJabier Arraiza Cenoz1-2/+2
2014-08-11Added reset modifier to knot in fillet chamferJabier Arraiza Cenoz1-32/+46
2014-08-06Fix bug #1241501, improve tooltip text on path parameterJabier Arraiza Cenoz1-1/+1
2014-08-06Fix bug #1241501, improve tooltip text on path parameterJabier Arraiza Cenoz1-1/+1
2014-07-28Don't update path effects on document load (#1299948)Liam P. White1-0/+5
2014-07-22Fixed alignaments of toggle buttonsJabier Arraiza Cenoz1-3/+3
2014-07-19Fix buildLiam P. White1-3/+1
2014-07-13Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz2-9/+84
2014-07-08Add signals to ToggleButton; more coding styleLiam P. White2-6/+30
2014-07-08Bugged powerstroke point array tried accessing points on a quickly diverging ...Liam P. White1-1/+4
2014-07-08Bugged powerstroke point array tried accessing points on a quickly diverging ...Liam P. White1-1/+4
2014-07-06Coding style improvementsLiam P. White1-1/+1
2014-07-06Extension of fix for 13420: effects often set upper limit to inf, causing pro...Liam P. White1-2/+17
2014-07-06Fix an oddity with path effects dialog, gtk3 onlyLiam P. White1-2/+10
2014-07-05Fix FTBFS gtk3 & make checkLiam P. White1-4/+7
2014-07-02Add LPE fillet-chamferJabier Arraiza Cenoz3-0/+772
2014-05-13adding missing files from LPE simplifyJabier Arraiza Cenoz2-0/+148
2014-05-13Added Latice2 deformation LPEJabier Arraiza Cenoz3-0/+286
2014-05-13Add Simplify LPEJabier Arraiza Cenoz1-0/+2
2014-05-10Tentative fix for LPEs and undoLiam P. White1-0/+5
2014-05-10Fix stubborn bug 1299948Liam P. White1-0/+5
2014-03-29Fix build errors and a few small bugsLiam P. White1-1/+1
2014-03-12Reverted swatchesLiam P. White1-3/+4
2014-03-07Start cleanup for merge into trunkLiam P. White3-6/+16
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White7-7/+937
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2-5/+7
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-2/+2
2013-08-04Switched to global UnitTable.Matthew Petroff1-2/+2
2013-07-19Ported "live_effects/parameter/unit.*".Matthew Petroff2-16/+21
2013-07-17Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff1-1/+1
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz1-0/+4
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis8-12/+9
2013-03-19Fixing regressionjtx1-1/+2
2013-03-14Updating original pathJabier Arraiza Cenoz1-1/+6
2013-01-17const ....Johan B. C. Engelen7-11/+11