summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-8/+8
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
2017-10-01Add button to apply on path parameter as suggest Maren in bug #1715433#23Jabier Arraiza1-0/+1
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+1
2017-04-29Rewrite UXJabiertxof1-3/+3
(bzr r15620.1.12)
2017-04-28ResetJabiertxof1-3/+3
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-3/+3
(bzr r15620.1.1)
2016-07-31Add options to fit on DINJabier Arraiza Cenoz1-1/+3
(bzr r15017.1.16)
2013-01-17const methodsJohan B. C. Engelen1-1/+1
(bzr r12037)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+2
(bzr r10826)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2009-03-11move canvastext to its own file (no linking error for me anymore), add ↵bulia byak1-1/+2
outline to fix 334758 (bzr r7470)
2008-08-01Warning cleanupJon A. Cruz1-1/+1
(bzr r6495)
2008-07-31Remove UI stuff from internal text parameterMaximilian Albert1-10/+6
(bzr r6488)
2008-07-30New function to set text position and anchor relative to a given pathMaximilian Albert1-0/+2
(bzr r6475)
2008-07-30New 'internal' TextParam which doesn't display a widget (useful if the text ↵Maximilian Albert1-1/+29
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-0/+1
(bzr r6469)
2008-07-29Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert1-1/+2
display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
2008-07-29New parameter TextParam for LPEsMaximilian Albert1-0/+63
(bzr r6462)