Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bezier paths #1

Closed
hansent opened this issue Nov 7, 2010 · 3 comments
Closed

add bezier paths #1

hansent opened this issue Nov 7, 2010 · 3 comments
Labels
Component: graphics kivy/graphics

Comments

@hansent
Copy link
Contributor

hansent commented Nov 7, 2010

make path able to bezier curves

@tito
Copy link
Member

tito commented Oct 19, 2011

Bezier instruction have been implemented in graphics.

@tito tito closed this as completed Oct 19, 2011
@dimazest
Copy link

The first ticket is closed! Congratulations!

@tito
Copy link
Member

tito commented Oct 19, 2011

Not by me, but by tshirtman :) GG !

tito pushed a commit that referenced this issue Nov 24, 2011
tito pushed a commit that referenced this issue Jan 6, 2012
tito added a commit that referenced this issue Mar 22, 2013
uix:Carousel fix slide animation when looping between 2 slides closes #1...
tito pushed a commit that referenced this issue Oct 4, 2013
Updates done on Kivy Master till 2013/10/01
akshayaurora pushed a commit that referenced this issue Jan 23, 2015
Put my personal kivy repo up to date with the main one
thopiekar added a commit that referenced this issue Jan 25, 2015
akshayaurora pushed a commit that referenced this issue Mar 10, 2015
akshayaurora pushed a commit that referenced this issue Mar 24, 2015
tshirtman pushed a commit that referenced this issue Mar 25, 2016
from master to my fork
dessant pushed a commit that referenced this issue Apr 23, 2016
matham pushed a commit that referenced this issue Jul 18, 2017
Fix #4444 Correction to Nested ScrollView Issues
AndreMiras added a commit to AndreMiras/kivy that referenced this issue Jun 16, 2019
Makes it possible to access the app `user_data_dir` from an Android
service. Without the change the error was (truncated for readability):
```
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'HONOR/NEM-L51/HNNEM-H:7.0/HONORNEM-L51/C432B365:user/release-keys'
Revision: '0'
ABI: 'arm'
pid: 22592, tid: 22625, name: Thread-3  >>> com.app:service_service <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
    r0 cb644f30  r1 cb6fdfc0  r2 cb6ff6d0  r3 cbc55de8
    r4 cb660978  r5 cb6feeac  r6 cb644f30  r7 00000000
    r8 cbc55de8  r9 cb6fbd18  sl cbc61420  fp e1598030
    ip cbc8d734  sp e73c0978  lr cb6d3d33  pc cb6d36da  cpsr 20070030

backtrace:
    #00 pc 0003a6da  /data/com.app/files/app/_python_bundle/site-packages/jnius/jnius.so
    kivy#1 pc 0003ad2f  /data/com.app/files/app/_python_bundle/site-packages/jnius/jnius.so
```
tshirtman pushed a commit that referenced this issue Oct 11, 2020
stop tab buttons from scrolling around
tshirtman pushed a commit that referenced this issue Feb 24, 2021
update to kivy master origin
misl6 added a commit that referenced this issue Sep 10, 2022
* Add support for KIVY_LOG_MODE

Including:

* New unit tests
* Limiting some unit tests to some modes.
* Adding pytest markers to allow quick testing of relevant tests, without repeating unaffected tests.
* Removing KIVY_LOG_MODE=TEST which has been subsumed by PYTHON mode.
* Added an xfail test for another Issue while I am here.
* Documentation additions.

* Mention environment variable control of the logger in the config description.

* Mute Config-file driven log level changes

When in PYTHON mode, the Config file's ability to change levels should be muted.

* Fixed items identified in Review #1.

* Typo in documentation

Co-authored-by: Mirko Galimberti <me@mirkogalimberti.com>

* Suppress coverage report until end.

Co-authored-by: Mirko Galimberti <me@mirkogalimberti.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: graphics kivy/graphics
Projects
None yet
Development

No branches or pull requests

3 participants