Age | Commit message (Expand) | Author | Files | Lines |
2024-07-27 | cui, dbaccess, desktop, external, filter, librelogo: fix issues found by | Ilmari Lauhakangas | 1 | -94/+93 |
2024-07-13 | Python: use is None/is not None instead of == None/!= None | Julien Nabet | 1 | -3/+3 |
2024-05-21 | tdf#158803 F821: remove unused variables and unused imports in librelogo/ | Leonard Sasse | 1 | -51/+63 |
2024-05-03 | makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) | Christian Lohmaier | 2 | -2/+2 |
2024-03-28 | Revert "tdf#158803 remove some unused imports, unnecessary semicolons and rel... | Noel Grandin | 1 | -19/+14 |
2024-03-28 | tdf#158803 remove some unused imports, unnecessary semicolons and related sty... | LeSasse | 1 | -14/+19 |
2023-09-24 | tdf#157388: LibreLogo sqrt undefined | Julien Nabet | 1 | -1/+1 |
2023-03-19 | tdf#147906: Use python's math.hypot() for Pythagorean addition | adityasingh22 | 1 | -2/+2 |
2022-12-13 | gb_var2file: remove now unused chunk-size parameter | Christian Lohmaier | 1 | -1/+1 |
2022-12-05 | LibreLogo: fix SVG export of font features and text portions | László Németh | 1 | -0/+8 |
2022-12-05 | LibreLogo: fix parsing argument of default Logo commands | László Németh | 1 | -2/+8 |
2022-12-05 | tdf#105575 LibreLogo: hide turtle during locking | László Németh | 1 | -9/+27 |
2022-12-05 | tdf#105575 LibreLogo: speed up by lock (re)paint | László Németh | 1 | -0/+20 |
2022-12-05 | LibreLogo: LABEL/TEXT: add more character formatting | László Németh | 1 | -13/+125 |
2022-11-21 | tdf#113592 LibreLogo: update fallback localization | László Németh | 1 | -139/+139 |
2022-09-30 | LibreLogo: fix ast, gug, hsb and sid language support | László Németh | 1 | -1/+1 |
2022-04-22 | LibreLogo: add basic HTML formatting support to LABEL | László Németh | 1 | -1/+70 |
2021-11-04 | Resolves: tdf#97046 ensure build system variables start with gb_ | Sabyasachi Bhoi | 1 | -1/+1 |
2021-10-02 | Related: tdf#80713 add KeyIds to LibreLogo strings | Andras Timar | 1 | -1/+1 |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein | 1 | -0/+2 |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein | 1 | -0/+0 |
2020-11-02 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2020-08-25 | tdf#92287 Make LibreLogo icons theme based | Maxim Monastirsky | 37 | -21/+0 |
2020-07-17 | Follow up tdf#132022: Remove Tango icons for LibreLogo | Rizal Muttaqin | 18 | -0/+0 |
2020-06-26 | LibreLogo: add command FONTTRANSPARENCY | László Németh | 2 | -1/+12 |
2020-05-14 | fix python 3.8 deprecation warnings | Noel Grandin | 1 | -17/+17 |
2020-04-09 | pyuno,*: kill Python 2 support with fire | Michael Stahl | 1 | -12/+5 |
2020-02-16 | GBUILD_TRACE, support for finding out where the build time is spent | Luboš Luňák | 1 | -0/+2 |
2019-06-07 | sanitize LibreLogo calls | László Németh | 1 | -1/+50 |
2019-04-25 | LibreLogo: fix RANGE with a single function argument | László Németh | 1 | -3/+3 |
2019-04-18 | Don't set LANG env var by accident | Stephan Bergmann | 1 | -4/+4 |
2019-03-13 | tdf#124035 LibreLogo: support starting colon in variable names | László Németh | 1 | -1/+1 |
2018-11-08 | Adapt LibreLogo.py to Python 3.7 re.sub change | Stephan Bergmann | 1 | -2/+2 |
2018-11-06 | Removed not-used variable | Andrea Gelmini | 1 | -1/+0 |
2018-11-06 | LibreLogo: function calls and definitions can be in any order | László Németh | 1 | -12/+21 |
2018-11-05 | Fix typo | Andrea Gelmini | 1 | -2/+2 |
2018-11-05 | tdf#120413 LibreLogo: handle complex Logo expressions | László Németh | 1 | -43/+119 |
2018-11-05 | LibreLogo: stop program immediately at pressing Cancel | László Németh | 1 | -0/+5 |
2018-10-26 | LibreLogo: support backslash escape sequence for apostrophes | László Németh | 1 | -3/+4 |
2018-10-26 | LibreLogo: add unit tests for program compilation | László Németh | 1 | -0/+3 |
2018-10-25 | LibreLogo: add unit tests | László Németh | 1 | -0/+3 |
2018-10-10 | tdf#120422 LibreLogo: fix page and line formatting of "magic wand" | László Németh | 1 | -2/+2 |
2018-09-30 | LibreLogo: fix regression of line drawing | László Németh | 1 | -1/+1 |
2017-11-05 | tdf#113592 LibreLogo: add fallback localization to fix platform issues | László Németh | 1 | -17/+212 |
2017-04-12 | enum spelling: throught -> through | Justin Luth | 1 | -4/+4 |
2017-03-29 | Wrong Unicode character reference | Adolfo Jayme Barrientos | 1 | -1/+1 |
2017-03-02 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2016-11-27 | tdf#101603: fix lgnpath for MacOs in LibreLogo | Julien Nabet | 1 | -2/+6 |
2016-10-26 | normalize existing emacs/vim mode-lines in python files | Michael Stahl | 1 | -2/+2 |
2016-07-18 | Resolves: tdf#100941 LibreLogo: replace literal '\n' with newline | Takeshi Abe | 1 | -2/+2 |