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