summaryrefslogtreecommitdiffstats
path: root/librelogo
Commit message (Collapse)AuthorAgeFilesLines
* sanitize LibreLogo callsLászló Németh2019-06-171-1/+50
| | | | | | | | Change-Id: Ie4d9858e5b4b3e55ab08416fb9338d2df34ee5e1 Reviewed-on: https://gerrit.libreoffice.org/73627 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org> (cherry picked from commit 1b63fa32bbd4a5b89d2ee3a53b28de4250c8dad3)
* tdf#120422 LibreLogo: fix page and line formatting of "magic wand"László Németh2018-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format program lines as paragraphs, instead of a single paragraph with line breaks: - basic debug feature "jump to the bad line" works after formatting - fix 2-page editing area: page break before the LibreLogo program Now formatting of program lines doesn't depend on the actual regular expression setting of Search & Replace functionality of Writer, so this is the intended fix for tdf#100941 "LibreLogo: 'magic wand' icon inserts incorrect '\n' characters instead of paragraph breaks". NOTE: setting also AlgorithmType, not only AlgorithmType2 prevents crashing of LibreOffice at opening Search & Replace dialog after usage of the "magic wand" icon. partial revert of the commit b1a6d157683b8182089ed5854179c8da8c416304 Resolves: tdf#100941 LibreLogo: replace literal '\n' with newline Change-Id: I34f581278fdae8d41967800d05662e37b731b59d Reviewed-on: https://gerrit.libreoffice.org/61610 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org> (cherry picked from commit 3a81c0d402d70b00351d1b236939976d589856b8) Reviewed-on: https://gerrit.libreoffice.org/61617 Tested-by: Jenkins
* tdf#113592 LibreLogo: add fallback localization to fix platform issuesLászló Németh2017-11-051-17/+212
| | | | | | | | | | | Update: python3 LibreLogo.py LibreLogo*.properties Change-Id: Ib631f53b47f1f00b14338534cc82d94f33c48233 Reviewed-on: https://gerrit.libreoffice.org/44203 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* enum spelling: throught -> throughJustin Luth2017-04-121-4/+4
| | | | | | | | | | | | | git grep -l "[ _\.]THROUGHT" | xargs sed -i 's/THROUGHT/THROUGH/g' git grep -l -i "[ _\.]THROUGHT" | xargs sed -i 's/throught/through/g' In ENUMs: THROUGHT = THROUGH (preserved as valid alternate spelling) In ooxmlexport8 - unit test confirms THROUGH = THROUGHT Change-Id: Iae0fef9a8adcb96761989f38903a24ffb1b91e77 Reviewed-on: https://gerrit.libreoffice.org/35998 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Wrong Unicode character referenceAdolfo Jayme Barrientos2017-03-291-1/+1
| | | | | | | Isn’t it better to just use the desired characters directly, given that “\uHEX”-style references are so error-prone? Change-Id: I307b1fad7a9e0a23a38925e3c84829f823decf6e
* Fix typosAndrea Gelmini2017-03-021-1/+1
| | | | | | | Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b Reviewed-on: https://gerrit.libreoffice.org/34803 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* tdf#101603: fix lgnpath for MacOs in LibreLogoJulien Nabet2016-11-271-2/+6
| | | | | | | Change-Id: I280b6cd02a98037a71701a6a7a540c87de22d07f Reviewed-on: https://gerrit.libreoffice.org/31268 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* normalize existing emacs/vim mode-lines in python filesMichael Stahl2016-10-261-2/+2
| | | | | | | | | Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543
* Resolves: tdf#100941 LibreLogo: replace literal '\n' with newlineTakeshi Abe2016-07-181-2/+2
| | | | | | | | | | | by simple SearchAlgorithms2's ABSOLUTE(=1), rather than using SearchAlgorithms' REGEXP(=1). BTW avoid RowDirection because it is for Calc only. Change-Id: I50ab460110ed43befb3e378e94f4fda0f2777f4d Reviewed-on: https://gerrit.libreoffice.org/27250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fix broken PICTURE (group handling) of LibreLogoLászló Németh2015-08-181-6/+6
| | | | | | | (a regression caused by the PyUNO changes of commit af8143bc40cf2cfbc12e77c9bb7de01b655f7b30) Change-Id: I62112555a997f8f57059de21e0f0b174f3c673c6
* Related: tdf#92287 Add LibreLogo Tango icons for future useAdolfo Jayme Barrientos2015-07-0218-0/+0
| | | | Change-Id: I8d1767c64fcdf68084590c7faf869700e7b6ddf3
* tdf#92287: Store the Breeze icons for LibreLogo in a subdir.Jan Holesovsky2015-07-0218-0/+0
| | | | Change-Id: Ib0492a20a83deba2dc4a59a4277072cf140b12c6
* Revert "Related: tdf#92287 Breeze: change LogoToolbar icons into breeze icons"Jan Holesovsky2015-07-0218-0/+0
| | | | | | | | We don't have a mechanism to use different icon set for extensions; let's do it at some stage, but until then, please let's not modify the icons to breeze only. This reverts commit 48ecae47a5d1911296549fd31378ff07b402d2ab.
* Related: tdf#92287 Breeze: change LogoToolbar icons into breeze iconsandreask2015-07-0218-0/+0
| | | | Change-Id: I8e576afc2d7d57b6b3d56788e69fc5e1fa3c39ab
* tdf#92368 fix saved positions of arcs, segments drawn by LibreLogoLászló Németh2015-06-271-0/+4
| | | | Change-Id: I8f622680ddd31d0a7048c14c85932ae495ae0f5e
* LibreLogo: CLOSE closes, FILL fills points, tooLászló Németh2015-05-181-2/+19
| | | | | | | | | | | | | | | Example: drawing square within a circle: PENUP REPEAT 4 [ FORWARD 100 POINT BACK 100 RIGHT 360/4 ] FILL CIRCLE 200 Change-Id: Ica3ce44306fc985717ff73e8a3dec5dddf69f19b
* tdf#90723 LibreLogo: missing oldlcap initializationLászló Németh2015-04-201-0/+1
| | | | Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec
* avoid exceeding commandline limitsChristian Lohmaier2014-11-101-2/+1
| | | | | | | by using make's file function via the var2file wrapper instead of using loooooong echo statements Change-Id: Ie81007ad7de8c4e9f4d07724fba3cbe0e93f821d
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+1
| | | | | | | | Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
* fdo#75109 librelogo: fix localized proceduresLászló Németh2014-03-311-1/+6
| | | | Change-Id: Ia6edb02b871a41828758ba5fd5376c811c4084cc
* librelogo UI fixes, gradients, log10, improved random colorsLászló Németh2014-03-183-28/+161
| | | | Change-Id: I7ef59f9ce589ab0d68b02c1b2ba61c061f9c51ae
* librelogo: keep comments at translationLászló Németh2014-02-041-1/+13
| | | | | | Bug report: http://openscope.org/browse/OOO-837 Change-Id: I5c17ed6059107ec8fc12bf9f411e52b22f131065
* LibreLogo is not a UNO componentStephan Bergmann2014-01-301-4/+0
| | | | Change-Id: I48055d84fd078a131ed8f620575a462fcb101019
* Remove bad Emacs mode lineStephan Bergmann2014-01-081-1/+0
| | | | Change-Id: Iffefd979cbe5c3ba8daafa92e33e9a288d2d906c
* Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann2014-01-081-1/+1
| | | | Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d
* librelogo: fix messagebox (API changes)László Németh2014-01-071-2/+2
| | | | Change-Id: I7fe8c26b7ca93319658c14abd1142f1623141ce8
* fdo#73199 librelogo: path, interop. and color name fixesLászló Németh2014-01-011-2/+18
| | | | Change-Id: I201c498b0ff002ed92c2fcf9847ac1efc50b3fde
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-282-4/+0
| | | | Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
* fdo#70951 librelogo: fix parsing problem of functionsLászló Németh2013-10-281-1/+1
| | | | Change-Id: I2e85a795064ee9e58f3389aec94c942f6ae77612
* fdo#70858 librelogo: fix Logo program halt at font settings (Windows)László Németh2013-10-251-6/+30
| | | | Change-Id: I3c51ba693caa80c8b530a9eee932a48a125e2eca
* librelogo: fix division with measurementsLászló Németh2013-10-251-4/+4
| | | | Change-Id: I2204002533bbb3e7c801b3228b0310a42b19a882
* librelogo: more invisible settings (on UI, hatching), see ChangeLogLászló Németh2013-10-242-12/+49
| | | | Change-Id: Icb0d195ba82b023d370847242b4e3b5546fa0320
* librelogo: fix Writer/Draw synchronization in cropped SVG exportLászló Németh2013-10-241-5/+12
| | | | Change-Id: Id7dc7a2853a8c56ee56eab55c078650e16c278fd
* librelogo: fix blinking LABELLászló Németh2013-10-241-0/+1
| | | | Change-Id: I807dda255b741996480116fab22377b39bf963b4
* librelogo: support linecap settingsLászló Németh2013-10-232-1/+23
| | | | Change-Id: I3d501900f4a2bc2424f4133e4fb9f3efe8b0c510
* librelogo: optional SVG/SMIL looping (at ending SLEEP)László Németh2013-10-231-6/+13
| | | | Change-Id: I3c05c5f7e1721a20e6eab12e2aa620aa917b7378
* librelogo: fix black (not refreshed) invisible filling colorLászló Németh2013-10-221-1/+1
| | | | Change-Id: If0f37d480a745a4d245c4c6cf114374223fda610
* Try to fix cross-compilationTor Lillqvist2013-09-232-2/+2
| | | | | | | | Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
* Towards a working instdir for Mac OS XStephan Bergmann2013-09-112-2/+2
| | | | | | | | | | | | | | | | | Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
* fdo#69041 LibreLogo: fix SVG/SMIL timing with filled polylinesLászló Németh2013-09-061-3/+4
| | | | Change-Id: Icebd47d57a830986c371a62ec7dab81ca8fd930a
* LibreLogo fixes (eg. fdo#68713 fix SVG cropping), see ChangeLogLászló Németh2013-08-292-15/+69
| | | | Change-Id: Ibb1cb41f526b4117e2d7ef39a2101286511bf48f
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-182-3/+3
| | | | | | | Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
* librelogo: fix LibO SVG export for W3C Validator/WikipediaLászló Németh2013-07-181-1/+11
| | | | Change-Id: I19b01b08ab08540cc8e9f7255d13663ba7ce1d02
* fix misleading typos in librelogo/changelogLászló Németh2013-07-161-4/+4
| | | | Change-Id: If6adf5c46b6fbdb9ae051c11125fb9fb690acf7b
* librelogo: hexa arguments fdo#66917 and cropped SVG savingLászló Németh2013-07-152-9/+49
| | | | Change-Id: I12ad6b63221bce0ed7d988f5c0f91dce81055ec0
* added FIXME-BCP47 commentEike Rathke2013-07-101-0/+3
| | | | Change-Id: I8a8ba4ac9e5318935f9b52ca7fdb8e018e76e715
* fdo#66180 librelogo: clockwise HEADINGLászló Németh2013-06-261-1/+1
| | | | Change-Id: I1154b29119fd3fbb30d50246e94b3906bea24220
* fdo#66180 librelogo: clockwise HEADINGLászló Németh2013-06-261-1/+1
| | | | Change-Id: I1154b29119fd3fbb30d50246e94b3906bea24220
* fdo#64082 logo: fix hide/showturtleLászló Németh2013-04-301-5/+5
| | | | Change-Id: I1aa1152940697f6390155871c0128519211abddd
* Some changes in qtz handlingZolnai Tamás2013-04-211-9/+18
| | | | | | | | | Executalbes, which work one language, generat qtz by own. (stringex,helpex,treex,propex) So these executables can generate qtz without po file when use them with qtz, call them with "-m" flag without parameter. Change-Id: I56c34db7151dc3ef0ce1c85ed607719e4cbb5e92