summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Base LPE refactorJabier Arraiza2018-03-261-4/+2
|
* Add button to apply on path parameter as suggest Maren in bug #1715433#23Jabier Arraiza2017-10-011-4/+20
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+9
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+0
|
* LPE widget refactor. Improvement to not update on same valueJabiertxof2017-05-051-0/+3
| | | (bzr r15665)
* Update to trunkJabiertxof2017-05-011-2/+0
|\ | | | | (bzr r15620.1.14)
| * Fix erase lpe in multi LPE modeJabiertxof2017-05-011-2/+0
| | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
* | Rewrite UXJabiertxof2017-04-291-2/+2
| | | | | | (bzr r15620.1.12)
* | ResetJabiertxof2017-04-281-14/+4
| | | | | | (bzr r15620.1.9)
* | Add end of preferences GUIJabier Arraiza Cenoz2017-04-271-1/+11
| | | | | | (bzr r15620.1.6)
* | Allow set and reset default values of LPE parametersJabiertxof2017-04-141-3/+3
|/ | | (bzr r15620.1.1)
* Adding baseJabiertxof2017-01-051-1/+2
| | | (bzr r15392.1.1)
* Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-1/+4
| | | (bzr r15302)
* Fix text param and alow run from commandlineJabier Arraiza Cenoz2016-07-311-8/+12
| | | (bzr r15017.1.21)
* Add options to fit on DINJabier Arraiza Cenoz2016-07-311-8/+28
| | | (bzr r15017.1.16)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
| | | (bzr r13816)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-0/+1
| | | (bzr r13810)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
| | | (bzr r13768)
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\ | | | | (bzr r13341.5.17)
| * Fix bug #1367520 (crash regression)Liam P. White2014-09-101-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1367520 (bzr r13551)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-041-5/+3
| | | (bzr r10841)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop2012-01-011-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)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-0/+1
| | | | | outline to fix 334758 (bzr r7470)
* Warning cleanupJon A. Cruz2008-08-011-1/+1
| | | (bzr r6495)
* New function to set text position and anchor relative to a given pathMaximilian Albert2008-07-301-0/+18
| | | (bzr r6475)
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-1/+2
| | | (bzr r6471)
* New 'internal' TextParam which doesn't display a widget (useful if the text ↵Maximilian Albert2008-07-301-4/+0
| | | | | should not be settable by the user); lpe-ruler uses it now (bzr r6470)
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-301-8/+4
| | | (bzr r6469)
* Disable text entry widget for TextParam until it works correctlyMaximilian Albert2008-07-291-0/+5
| | | (bzr r6466)
* New parameter TextParam for LPEsMaximilian Albert2008-07-291-0/+110
(bzr r6462)