summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/texttopath.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-125/+0
2016-07-21This for you CR ยท Measure line, show the distance on rect lines CAD like wit...Jabier Arraiza Cenoz1-12/+10
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-1/+1
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-0/+1
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-1/+1
2014-09-10Fix bug #1367520 (crash regression)Liam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
2012-01-04CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop1-5/+3
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+1
2012-01-011) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop1-3/+5
2009-03-11move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak1-0/+1
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-30New function to set text position and anchor relative to a given pathMaximilian Albert1-0/+18
2008-07-30Move coordinate transform workaround to a more logical placeMaximilian Albert1-1/+2
2008-07-30New 'internal' TextParam which doesn't display a widget (useful if the text s...Maximilian Albert1-4/+0
2008-07-30Make text widget for TextParams work and re-enable itMaximilian Albert1-8/+4
2008-07-29Disable text entry widget for TextParam until it works correctlyMaximilian Albert1-0/+5
2008-07-29New parameter TextParam for LPEsMaximilian Albert1-0/+110