lp:kivy
- Get this repository:
-
git clone
https://git.not.enabled/kivy
Import details
This repository is an import of the Git repository at https://github.com/kivy/kivy.git.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2023-10-16 19:03:31 UTC |
WindowSDL: Add opacity feature (#8296)
Author:
Mak Sim
WindowSDL: Add opacity feature (#8296) * Update sdl2.pxi Window.opacity feature * Added opacity property to kivy.core. Window.opacity feature * Update window_sdl2.py Window.opacity feature * New feature: Window.opacity Window.opacity feature * Added Window.opacity example to kivy-examples Window.opacity feature * Create test for Window.opacity * Fix opacity check Replace 'or' with 'and' * Move tests to test_window_base.py * Move tests to test_window_base.py * Fix PEP8 * Fix PEP8 (first file) * Fix PEP8 (second file) * Move tests to WindowBaseTest class (#8296) * Added error checking (#8296) * Remove opacity range test (#8296) * New Window.opacity test (#8296) With @pythonic64 recommendations * New error checking (kivy#8296) * fix syntax (kivy#8296) * Update __init__.py * New Window.opacity test (kivy#8296) * Add opacity value to log message (kivy#8296) * Update __init__.py (#8296) Add dispatching of opacity on the value change * New example (#8296) * Update __init__.py (kivy#8296) * Update window_sdl2.py (kivy#8296) * Update __init__.py (kivy#8296) I made a mistake, and now I've fixed it :) * Update _window_sdl2.pyx (kivy#8296) * Update window opacity tests (kivy#8296) * Add more docs (kivy#8296) * Fix docs 🫣 (kivy#8296) * Update example (kivy#8296) * Update example (kivy#8296) * Fix typo (kivy#8296) * Fix yet another typo (kivy#8296) |
stable | 2023-06-17 15:09:34 UTC |
Update CHANGELOG for 2.2.1 (#8287)
Author:
Mirko Galimberti
Update CHANGELOG for 2.2.1 (#8287) |
stable-2.1.0 | 2023-02-15 19:49:15 UTC |
Note to select correct version of branch for development version (#8135)
Author:
qua-non
Note to select correct version of branch for development version (#8135) |
stabledev | 2023-02-15 13:32:37 UTC |
Note to select correct version of branch for development version
Author:
quanon
Note to select correct version of branch for development version |
stable_dev | 2023-02-15 12:55:17 UTC |
Note to use Relevant branch for development instructions.
Author:
quanon
Note to use Relevant branch for development instructions. |
fix/model_events | 2022-02-26 15:19:03 UTC |
:fire: Remove redundant code
Author:
Richard Larkin
:fire: Remove redundant code |
stable-2.0.0 | 2021-11-10 00:20:17 UTC |
Sphinx: Use class instead of instance in add_lexer + Fixes search on sphinx>1...
Author:
Mirko Galimberti
Sphinx: Use class instead of instance in add_lexer + Fixes search on sphinx>1.7.9 (#7623) * Use class instead of instance in add_lexer * Fixes search with newer sphinx |
MatrixInstructi |
2021-09-13 22:20:22 UTC |
Make MatrixInstruction accept `matrix` argument
Author:
tshirtman
Make MatrixInstruction accept `matrix` argument so it's a bit easier to use from python and work similarly to kvlang. |
ffpyplayer | 2021-08-14 12:15:19 UTC |
Merge pull request #7592 from outdooracorn/fix/docs
Author:
qua-non
Merge pull request #7592 from outdooracorn/ Fix missing word in doc/guide/ |
harfbuzz | 2021-05-02 02:07:17 UTC |
Use pkg-config for harfbuzz paths [build wheel linux].
Author:
Matthew Einhorn
Use pkg-config for harfbuzz paths [build wheel linux]. |
texinput_ime_fixes | 2021-04-25 16:50:05 UTC |
update textinput tests following refactoring
Author:
tshirtman
update textinput tests following refactoring |
add_tests_2 | 2021-04-16 16:36:57 UTC |
Doc: Properties spelling fix (#7481)
Author:
dirtbirb
Doc: Properties spelling fix (#7481) * properties.pyx one-line spelling fix * Better fix Co-authored-by: matham <matt@einhorn.dev> Co-authored-by: matham <matt@einhorn.dev> |
osx-window | 2020-12-13 20:44:42 UTC |
Use gles for testing osx
Author:
Matt Einhorn
Use gles for testing osx |
feature/leaphand | 2020-10-17 13:24:53 UTC |
Added bullets
Author:
fruitbat
Added bullets |
stable-1.11.1 | 2020-02-29 18:26:05 UTC |
Document ColorProperty (#6751)
Author:
Cheaterman
Document ColorProperty (#6751) Fix #6705 |
stable-1.11.0 | 2019-10-18 11:11:43 UTC |
use py3.7.4 and kivy 1.11.1 for stable app builds
Author:
qua-non
use py3.7.4 and kivy 1.11.1 for stable app builds |
svg_improvements | 2019-08-18 23:13:29 UTC |
very WIP still, but better results
Author:
tshirtman
very WIP still, but better results |
filechooser_ |
2019-04-24 03:54:24 UTC |
Add alignment.
Author:
Matt Einhorn
Add alignment. |
travis-ccache | 2019-03-05 07:50:13 UTC |
travis: try activating cache
Author:
Mathieu Virbel
travis: try activating cache |
fix-travis | 2019-02-08 23:38:22 UTC |
fixes FBO tests, it was using render() but Fbo was correctly draw.
Author:
Mathieu Virbel
fixes FBO tests, it was using render() but Fbo was correctly draw. |
svg_declare_ |
2019-01-24 21:01:41 UTC |
declare `_filename` in svg.pxd
Author:
Gabriel Pettier
declare `_filename` in svg.pxd |
unbind_doc | 2018-11-24 18:56:40 UTC |
add a simple example to clarify unbind usage
Author:
Gabriel Pettier
add a simple example to clarify unbind usage |
vertex_ |
2018-11-08 13:44:38 UTC |
Added mipmap argument to VertexInstruction
Author:
The Cheaterman
Added mipmap argument to VertexInstruction |
local_config | 2018-11-03 22:06:47 UTC |
Ensure config does not get overwritten on APK update
Author:
Peter Badida
Ensure config does not get overwritten on APK update |
cythonize_ |
2018-11-02 16:46:08 UTC |
Cythonized a few important widgets, and lang.py
Author:
The Cheaterman
Cythonized a few important widgets, and lang.py |
scatter_behavior | 2018-10-31 16:48:13 UTC |
fix scatter breaking inspector/console modules
Author:
gabriel pettier
fix scatter breaking inspector/console modules |
pr_5856 | 2018-10-26 14:34:20 UTC |
add tests for aliasproperty cache fixes
Author:
Gabriel Pettier
add tests for aliasproperty cache fixes |
drag_n_drop | 2018-10-18 23:20:27 UTC |
Update factory_registers.py
Author:
Matt Einhorn
Update factory_ |
load_kv | 2018-10-17 17:54:26 UTC |
add magical load_kv method
Author:
Gabriel Pettier
add magical load_kv method This method looks up the name of the module that calls it, and load the example usage: in src/widgets/ import load_kv class Thing(Widget): load_kv() in src/widgets/ <Thing>: This also adds a packaging tool that will inline all such loaded kvlang python kivy/tools/ after this is called, all python code that contains the load_kv() call |
fix-travis- |
2018-10-07 16:13:07 UTC |
fix style
Author:
Mathieu Virbel
fix style |
fix_5955 | 2018-10-07 15:37:14 UTC |
fix missing touchModeChange renaming to touch_mode_change
Author:
Gabriel Pettier
fix missing touchModeChange renaming to touch_mode_change this missing change preventing properly ignoring perpendicular swipes |
network_useragent | 2018-10-07 15:22:26 UTC |
wip: allow setting url agent for async image and urlrequest
Author:
Gabriel Pettier
wip: allow setting url agent for async image and urlrequest through kivy config fix #5864 |
travis-xcode10 | 2018-10-07 11:05:05 UTC |
update osx image to use xcode10 (issue with xcode 9.4)
Author:
Mathieu Virbel
update osx image to use xcode10 (issue with xcode 9.4) |
cython-0.28.5 | 2018-10-06 09:59:07 UTC |
update with Cython 0.28.5, works
Author:
Mathieu Virbel
update with Cython 0.28.5, works |
fix-5831 | 2018-10-05 12:19:28 UTC |
changes/refactor colorpicker internal to have only one source: colorpicker.color
Author:
Mathieu Virbel
changes/refactor colorpicker internal to have only one source: colorpicker.color |
stable-1.10.1 | 2018-08-23 18:31:37 UTC |
Merge pull request #5911 from kivy/stable-versionned-doc
Author:
Armin Sebastian
Merge pull request #5911 from kivy/stable- Maintain separate docs for different releases |
test_37_win_wheel | 2018-07-11 18:45:39 UTC |
debug appveyor py37 build
Author:
Gabriel Pettier
debug appveyor py37 build |
video_av | 2018-06-30 13:02:39 UTC |
add video_av provider, using the `av` python lib
Author:
Gabriel Pettier
add video_av provider, using the `av` python lib very much WIP, but seem to give good performances |
stable-1.10 | 2018-06-17 20:46:45 UTC |
Incorrect directory [build wheel]
Author:
Matt Einhorn
Incorrect directory [build wheel] |
switch- |
2018-05-29 10:16:09 UTC |
force wheel to build
Author:
Mathieu Virbel
force wheel to build |
fix_tuio_py3 | 2018-03-28 19:55:55 UTC |
fix osc/tuio for python3
Author:
gabriel pettier
fix osc/tuio for python3 |
reverse_boxlayout | 2017-12-16 10:39:15 UTC |
BoxLayout, add '-reverse' options to `orientation`
Author:
Gabriel Pettier
BoxLayout, add '-reverse' options to `orientation` |
KeyWeeUsr-patch-1 | 2017-10-15 12:59:25 UTC |
Raise a proper KeyError in ObservableDict
Author:
Peter Badida
Raise a proper KeyError in ObservableDict Closes #3280 |
hover_behavior | 2017-09-05 19:13:28 UTC |
Moved "dispatch_cursor_movement" setting from "kivy" to "postproc" section
Author:
Atis
Moved "dispatch_ |
feature- |
2017-09-01 17:11:10 UTC |
Various improvement for speeding up Widget instanciation
Author:
Mathieu Virbel
Various improvement for speeding up Widget instanciation - cythonized ObservableDict and ObservableList (+22% faster for Widget |
feature- |
2017-08-26 10:39:54 UTC |
Merge branch 'master' of github.com:kivy/kivy into feature-async-curl-image
Author:
Mathieu Virbel
Merge branch 'master' of github. |
fix_5215 | 2017-06-20 11:30:01 UTC |
fix reposition/resize of DropDown on window size update
Author:
gabriel pettier
fix reposition/resize of DropDown on window size update |
appveyor-test | 2017-03-08 22:12:41 UTC |
Update appveyor.yml
Author:
Matt Einhorn
Update appveyor.yml |
fix-mesh-on-android | 2017-01-25 00:39:42 UTC |
vertex: few changes to prevent pushing invalid vertex attrib pointer when we ...
Author:
Mathieu Virbel
vertex: few changes to prevent pushing invalid vertex attrib pointer when we use custom shader that miss some of them |
norootlogger | 2017-01-20 20:30:47 UTC |
do not replace the root logger unless the KIVY_REPLACE_ROOT_LOGGER env var is...
Author:
dessant
do not replace the root logger unless the KIVY_REPLACE_ |
hypothesis_vector | 2017-01-06 19:46:23 UTC |
use hypothesis to test vector.py more thorouthly
Author:
gabriel pettier
use hypothesis to test vector.py more thorouthly found that various operations didn't account for the `long` type, so |
cache_improvements | 2016-11-13 01:07:34 UTC |
try to use Cache's max_size to limit gpu memory usage
Author:
gabriel pettier
try to use Cache's max_size to limit gpu memory usage |
matham-mesh | 2016-11-01 09:44:21 UTC |
move ensure float view to specific file preventing to be added everywhere
Author:
Mathieu Virbel
move ensure float view to specific file preventing to be added everywhere |
asyncio_support | 2016-08-16 15:03:28 UTC |
[XXX] temporary commit to debug, should probably be rebased away waer
Author:
gabriel pettier
[XXX] temporary commit to debug, should probably be rebased away waer |
ios_keyboard_height | 2016-05-24 21:11:20 UTC |
remove cache=True from `keyboard_height`
Author:
qua-non
remove cache=True from `keyboard_height` |
pbo_alt | 2015-12-26 00:13:00 UTC |
Add pbo support based on tito's gist.
Author:
Matt Einhorn
Add pbo support based on tito's gist. |
textinput_filter | 2015-11-15 20:09:13 UTC |
uix:TextInput return `None` to fail or fixed substring to be replaced in `inp...
Author:
qua-non
uix:TextInput return `None` to fail or fixed substring to be replaced in `input_filter` |
pbo | 2015-10-15 17:28:29 UTC |
progress, not crashing anymore, just a black screen
Author:
gabriel pettier
progress, not crashing anymore, just a black screen |
stable-1.9.0 | 2015-08-09 11:54:59 UTC |
fixes for Cython 0.23
Author:
Mathieu Virbel
fixes for Cython 0.23 Conflicts: |
kv.vim_improvement | 2015-06-02 15:09:29 UTC |
broaden kivyRule definition to include dynamic classes
Author:
gabriel pettier
broaden kivyRule definition to include dynamic classes also match rule when starting with '-' |
prevent_ |
2015-03-24 21:31:01 UTC |
Prevent a touch from being added twice in a Scatter's _touches attribute
Author:
gabriel pettier
Prevent a touch from being added twice in a Scatter's _touches attribute In some cases, putting a Scatter in a ScrollView can result in |
label_simplify_ |
2015-03-19 17:58:46 UTC |
simplify label's align usage
Author:
gabriel pettier
simplify label's align usage |
lang-compiler | 2015-01-05 04:23:00 UTC |
kvcompiler: remove proxy_ref for handlers/prophandler, but use it in ids + fi...
Author:
Mathieu Virbel
kvcompiler: remove proxy_ref for handlers/ |
osc_cleanup | 2014-12-31 19:06:41 UTC |
cleanup of osc.py - cont.
Author:
gabriel pettier
cleanup of osc.py - cont. |
rpi_rotation_fix | 2014-11-21 17:29:46 UTC |
possible fix for #2656
Author:
gabriel pettier
possible fix for #2656 |
stable-1.8.x | 2014-10-28 06:26:36 UTC |
fix issues with cython in stable branch
Author:
qua-non
fix issues with cython in stable branch |
wip_textinput_ |
2014-08-23 23:12:26 UTC |
WIP, make TextInput a subclass of ScrollView
Author:
tshirtman
WIP, make TextInput a subclass of ScrollView |
kvlang-linearize | 2014-08-14 15:30:07 UTC |
experiment for linearizing the kv lang
Author:
Mathieu Virbel
experiment for linearizing the kv lang |
reorder_editing | 2014-07-13 22:03:47 UTC |
uix:TextInput use a insertion queue
Author:
qua-non
uix:TextInput use a insertion queue |
texture-mmap | 2014-06-04 13:09:16 UTC |
Implement mmap() usage for raw texture data
Author:
Mathieu Virbel
Implement mmap() usage for raw texture data This is an experiment to use mmap() for uploading texture data into Usage: Manually load a core image png/jpeg, and save with .rgb Careful: code is Unix only, mmap need to be adapted for Windows. |
smooth-line | 2014-05-27 16:31:26 UTC |
WIP smooth lines
Author:
Mathieu Virbel
WIP smooth lines |
graphics- |
2014-02-02 01:10:28 UTC |
replace ctypes array with cython array
Author:
Kovak
replace ctypes array with cython array |
stable-1.7.x | 2014-01-20 02:49:42 UTC |
graphics: fix cython 0.20 compilation. closes #1796
Author:
Mathieu Virbel
graphics: fix cython 0.20 compilation. closes #1796 |
test-profiler | 2013-03-27 19:59:03 UTC |
use aprofiler
Author:
Mathieu Virbel
use aprofiler |
lang-pickle | 2013-03-20 22:42:34 UTC |
lang: lazy precompilation done
Author:
Mathieu Virbel
lang: lazy precompilation done |
core-texfmt | 2013-03-05 15:09:14 UTC |
Update .gitignore to ignore some cython generated files
Author:
Mathieu Virbel
Update .gitignore to ignore some cython generated files |
sfml | 2012-10-26 02:12:28 UTC |
- updated numeric property to accept numbers of type long
Author:
aspidites
- updated numeric property to accept numbers of type long |
core-texturebuf |
2012-09-21 10:48:52 UTC |
texture+coreimage: test to load data directly from the buffer interface, avoi...
Author:
Mathieu Virbel
texture+coreimage: test to load data directly from the buffer interface, avoiding memory duplication |
core-x11 | 2012-08-17 14:33:38 UTC |
add KIVY_WINDOW_NO_BORDER to force the removal of the borders
Author:
Mathieu Virbel
add KIVY_WINDOW_ |
core-stbttf | 2012-07-16 12:33:42 UTC |
wip
Author:
Mathieu Virbel
wip |
2012-01-05 10:58:23 UTC |
meh
Author:
tshirtman
meh |
|
text-vbo | 2011-12-15 15:58:45 UTC |
core/text_mesh: implement text_mesh, based on Mesh instruction. create a text...
Author:
Mathieu Virbel
core/text_mesh: implement text_mesh, based on Mesh instruction. create a texture, and use it as a reference for building other label. |
gl-profiling | 2011-05-10 17:09:13 UTC |
remove print
Author:
Mathieu Virbel
remove print |
1 → 83 of 83 results | First • Previous • Next • Last |