/include/animations/

cs-git' href='git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/librelogo
AgeCommit message (Collapse)Author
2015-07-02Related: tdf#92287 Add LibreLogo Tango icons for future useAdolfo Jayme Barrientos
Change-Id: I8d1767c64fcdf68084590c7faf869700e7b6ddf3
2015-07-02tdf#92287: Store the Breeze icons for LibreLogo in a subdir.Jan Holesovsky
Change-Id: Ib0492a20a83deba2dc4a59a4277072cf140b12c6
2015-07-02Revert "Related: tdf#92287 Breeze: change LogoToolbar icons into breeze icons"Jan Holesovsky
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.
2015-07-02Related: tdf#92287 Breeze: change LogoToolbar icons into breeze iconsandreask
Change-Id: I8e576afc2d7d57b6b3d56788e69fc5e1fa3c39ab
2015-06-27tdf#92368 fix saved positions of arcs, segments drawn by LibreLogoLászló Németh
Change-Id: I8f622680ddd31d0a7048c14c85932ae495ae0f5e
2015-05-18LibreLogo: CLOSE closes, FILL fills points, tooLászló Németh
Example: drawing square within a circle: PENUP REPEAT 4 [ FORWARD 100 POINT BACK 100 RIGHT 360/4 ] FILL CIRCLE 200 Change-Id: Ica3ce44306fc985717ff73e8a3dec5dddf69f19b
2015-04-20tdf#90723 LibreLogo: missing oldlcap initializationLászló Németh
Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec
2014-11-10avoid exceeding commandline limitsChristian Lohmaier
by using make's file function via the var2file wrapper instead of using loooooong echo statements Change-Id: Ie81007ad7de8c4e9f4d07724fba3cbe0e93f821d
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7