summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-02Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof1-1/+1
change
2018-11-08Clarify licensesMax Gaukler1-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
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-03-26Base LPE refactorJabier Arraiza1-4/+2
2017-10-01Add button to apply on path parameter as suggest Maren in bug #1715433#23Jabier Arraiza1-4/+20
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+9
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2017-05-05LPE widget refactor. Improvement to not update on same valueJabiertxof1-0/+3
(bzr r15665)
2017-05-01Fix erase lpe in multi LPE modeJabiertxof1-2/+0
Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
2017-04-29Rewrite UXJabiertxof1-2/+2
(bzr r15620.1.12)
2017-04-28ResetJabiertxof1-14/+4
(bzr r15620.1.9)
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+11
(bzr r15620.1.6)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-3/+3
(bzr r15620.1.1)
2017-01-24update to trunkJabier Arraiza Cenoz1-1/+2
(bzr r15356.1.18)
2017-01-05Adding baseJabiertxof1-1/+2
(bzr r15392.1.1)
2016-12-18working on reflectionsJabiertxof1-1/+2
(bzr r15295.1.27)
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-1/+4
(bzr r15302)
2016-07-31Fix text param and alow run from commandlineJabier Arraiza Cenoz1-8/+12
(bzr r15017.1.21)
2016-07-31Add options to fit on DINJabier Arraiza Cenoz1-8/+28
(bzr r15017.1.16)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-1/+1
(bzr r13816)
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-0/+1
(bzr r13810)
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-1/+1
(bzr r13768)
2014-09-10Fix bug #1367520 (crash regression)Liam P. White1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1367520 (bzr r13551)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-1/+1
disallow pointers to Application (bzr r13341.5.9)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
(bzr r11018)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
(bzr r10940)
2012-01-04CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop1-5/+3
(bzr r10841)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+1
(bzr r10826)
2012-01-011) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop1-3/+5
variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816)
2009-03-11move canvastext to its own file (no linking error for me anymore), add ↵bulia byak1-0/+1
outline to fix 334758 (bzr r7470)
2008-08-01Warning cleanupJon A. Cruz1-1/+1
(bzr r6495)
2008-07-30New function to set text position and anchor relative to a given pathMaximilian Albert1-0/+18
(bzr r6475)
2008-07-30Move coordinate transform workaround to a more logical placeMaximilian Albert1-1/+2
(bzr r6471)
2008-07-30New 'internal' TextParam which doesn't display a widget (useful if the text ↵Maximilian Albert1-4/+0
should not be settable by the user); lpe-ruler uses it now (bzr r6470)
2008-07-30Make text widget for TextParams work and re-enable itMaximilian Albert1-8/+4
(bzr r6469)
2008-07-29Disable text entry widget for TextParam until it works correctlyMaximilian Albert1-0/+5
(bzr r6466)
2008-07-29New parameter TextParam for LPEsMaximilian Albert1-0/+110
(bzr r6462)