summaryrefslogtreecommitdiff
path: root/librelogo/source/LibreLogo/LibreLogo.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Revert "tdf#158803 remove some unused imports, unnecessary semicolons and rel...Noel Grandin1-19/+14
2024-03-28tdf#158803 remove some unused imports, unnecessary semicolons and related sty...LeSasse1-14/+19
2023-09-24tdf#157388: LibreLogo sqrt undefinedJulien Nabet1-1/+1
2023-03-19tdf#147906: Use python's math.hypot() for Pythagorean additionadityasingh221-2/+2
2022-12-05LibreLogo: fix SVG export of font features and text portionsLászló Németh1-0/+8
2022-12-05LibreLogo: fix parsing argument of default Logo commandsLászló Németh1-2/+8
2022-12-05tdf#105575 LibreLogo: hide turtle during lockingLászló Németh1-9/+27
2022-12-05tdf#105575 LibreLogo: speed up by lock (re)paintLászló Németh1-0/+20
2022-12-05LibreLogo: LABEL/TEXT: add more character formattingLászló Németh1-13/+125
2022-11-21tdf#113592 LibreLogo: update fallback localizationLászló Németh1-139/+139
2022-09-30LibreLogo: fix ast, gug, hsb and sid language supportLászló Németh1-1/+1
2022-04-22LibreLogo: add basic HTML formatting support to LABELLászló Németh1-1/+70
2020-11-02Fix typosAndrea Gelmini1-1/+1
2020-06-26LibreLogo: add command FONTTRANSPARENCYLászló Németh1-1/+11
2020-05-14fix python 3.8 deprecation warningsNoel Grandin1-17/+17
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl1-12/+5
2019-06-07sanitize LibreLogo callsLászló Németh1-1/+50
2019-04-25LibreLogo: fix RANGE with a single function argumentLászló Németh1-3/+3
2019-03-13tdf#124035 LibreLogo: support starting colon in variable namesLászló Németh1-1/+1
2018-11-08Adapt LibreLogo.py to Python 3.7 re.sub changeStephan Bergmann1-2/+2
2018-11-06Removed not-used variableAndrea Gelmini1-1/+0
2018-11-06LibreLogo: function calls and definitions can be in any orderLászló Németh1-12/+21
2018-11-05Fix typoAndrea Gelmini1-2/+2
2018-11-05tdf#120413 LibreLogo: handle complex Logo expressionsLászló Németh1-43/+119
2018-11-05LibreLogo: stop program immediately at pressing CancelLászló Németh1-0/+5
2018-10-26LibreLogo: support backslash escape sequence for apostrophesLászló Németh1-3/+4
2018-10-26LibreLogo: add unit tests for program compilationLászló Németh1-0/+3
2018-10-25LibreLogo: add unit testsLászló Németh1-0/+3
2018-10-10tdf#120422 LibreLogo: fix page and line formatting of "magic wand"László Németh1-2/+2
2018-09-30LibreLogo: fix regression of line drawingLászló Németh1-1/+1
2017-11-05tdf#113592 LibreLogo: add fallback localization to fix platform issuesLászló Németh1-17/+212
2017-04-12enum spelling: throught -> throughJustin Luth1-4/+4
2017-03-02Fix typosAndrea Gelmini1-1/+1
2016-11-27tdf#101603: fix lgnpath for MacOs in LibreLogoJulien Nabet1-2/+6
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl1-2/+2
2016-07-18Resolves: tdf#100941 LibreLogo: replace literal '\n' with newlineTakeshi Abe1-2/+2
2015-08-18fix broken PICTURE (group handling) of LibreLogoLászló Németh1-6/+6
2015-06-27tdf#92368 fix saved positions of arcs, segments drawn by LibreLogoLászló Németh1-0/+4
2015-05-18LibreLogo: CLOSE closes, FILL fills points, tooLászló Németh1-2/+19
2015-04-20tdf#90723 LibreLogo: missing oldlcap initializationLászló Németh1-0/+1
2014-03-31fdo#75109 librelogo: fix localized proceduresLászló Németh1-1/+6
2014-03-18librelogo UI fixes, gradients, log10, improved random colorsLászló Németh1-28/+113
2014-02-04librelogo: keep comments at translationLászló Németh1-1/+13
2014-01-30LibreLogo is not a UNO componentStephan Bergmann1-4/+0
2014-01-08Remove bad Emacs mode lineStephan Bergmann1-1/+0
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann1-1/+1
2014-01-07librelogo: fix messagebox (API changes)László Németh1-2/+2
2014-01-01fdo#73199 librelogo: path, interop. and color name fixesLászló Németh1-2/+18
2013-10-28fdo#70951 librelogo: fix parsing problem of functionsLászló Németh1-1/+1
2013-10-25fdo#70858 librelogo: fix Logo program halt at font settings (Windows)László Németh1-6/+30