lp:kivy
- Get this repository:
-
git clone
https://git.launchpad.net/kivy
Import details
This repository is an import of the Git repository at https://github.com/kivy/kivy.git.
Last successful import was 5 hours ago.
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2021-02-24 22:03:11 UTC 2021-02-24 |
Merge pull request #7383 from AndiEcker/Dropdown_reposition_bug_fix
Author:
tshirtman
Merge pull request #7383 from AndiEcker/ fix Dropdown reposition in scrollview/ |
osx-window | 2020-12-13 20:44:42 UTC 2020-12-13 |
Use gles for testing osx
Author:
Matt Einhorn
Use gles for testing osx |
stable | 2020-12-10 00:27:56 UTC 2020-12-10 |
Merge pull request #7253 from kivy/stable_tmp
Author:
Matt Einhorn
Merge pull request #7253 from kivy/stable_tmp Merge 2.0.0 into stable |
feature/leaphand | 2020-10-17 13:24:53 UTC 2020-10-17 |
Added bullets
Author:
fruitbat
Added bullets |
stable-1.11.1 | 2020-02-29 18:26:05 UTC 2020-02-29 |
Document ColorProperty (#6751)
Author:
Cheaterman
Document ColorProperty (#6751) Fix #6705 |
stable-1.11.0 | 2019-10-18 11:11:43 UTC 2019-10-18 |
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 2019-08-18 |
very WIP still, but better results
Author:
tshirtman
very WIP still, but better results |
filechooser_ |
2019-04-24 03:54:24 UTC 2019-04-24 |
Add alignment.
Author:
Matt Einhorn
Add alignment. |
travis-ccache | 2019-03-05 07:50:13 UTC 2019-03-05 |
travis: try activating cache
Author:
Mathieu Virbel
travis: try activating cache |
fix-travis | 2019-02-08 23:38:22 UTC 2019-02-08 |
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 2019-01-24 |
declare `_filename` in svg.pxd
Author:
Gabriel Pettier
declare `_filename` in svg.pxd |
unbind_doc | 2018-11-24 18:56:40 UTC 2018-11-24 |
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 2018-11-08 |
Added mipmap argument to VertexInstruction
Author:
The Cheaterman
Added mipmap argument to VertexInstruction |
local_config | 2018-11-03 22:06:47 UTC 2018-11-03 |
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 2018-11-02 |
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 2018-10-31 |
fix scatter breaking inspector/console modules
Author:
gabriel pettier
fix scatter breaking inspector/console modules |
pr_5856 | 2018-10-26 14:34:20 UTC 2018-10-26 |
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 2018-10-18 |
Update factory_registers.py
Author:
Matt Einhorn
Update factory_ |
load_kv | 2018-10-17 17:54:26 UTC 2018-10-17 |
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 2018-10-07 |
fix style
Author:
Mathieu Virbel
fix style |
fix_5955 | 2018-10-07 15:37:14 UTC 2018-10-07 |
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 2018-10-07 |
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 2018-10-07 |
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 2018-10-06 |
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 2018-10-05 |
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 2018-08-23 |
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 2018-07-11 |
debug appveyor py37 build
Author:
Gabriel Pettier
debug appveyor py37 build |
video_av | 2018-06-30 13:02:39 UTC 2018-06-30 |
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 2018-06-17 |
Incorrect directory [build wheel]
Author:
Matt Einhorn
Incorrect directory [build wheel] |
switch- |
2018-05-29 10:16:09 UTC 2018-05-29 |
force wheel to build
Author:
Mathieu Virbel
force wheel to build |
fix_tuio_py3 | 2018-03-28 19:55:55 UTC 2018-03-28 |
fix osc/tuio for python3
Author:
gabriel pettier
fix osc/tuio for python3 |
reverse_boxlayout | 2017-12-16 10:39:15 UTC 2017-12-16 |
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 2017-10-15 |
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 2017-09-05 |
Moved "dispatch_cursor_movement" setting from "kivy" to "postproc" section
Author:
Atis
Moved "dispatch_ |
feature- |
2017-09-01 17:11:10 UTC 2017-09-01 |
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 2017-08-26 |
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 2017-06-20 |
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 2017-03-08 |
Update appveyor.yml
Author:
Matt Einhorn
Update appveyor.yml |
fix-mesh-on-android | 2017-01-25 00:39:42 UTC 2017-01-25 |
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 2017-01-20 |
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 2017-01-06 |
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 2016-11-13 |
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 2016-11-01 |
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 |
rebase_pr_2212 | 2016-08-22 01:59:45 UTC 2016-08-22 |
Added Type color to doc string.
Author:
AWolf
Added Type color to doc string. |
asyncio_support | 2016-08-16 15:03:28 UTC 2016-08-16 |
[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 2016-05-24 |
remove cache=True from `keyboard_height`
Author:
qua-non
remove cache=True from `keyboard_height` |
pbo_alt | 2015-12-26 00:13:00 UTC 2015-12-26 |
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 2015-11-15 |
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 2015-10-15 |
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 2015-08-09 |
fixes for Cython 0.23
Author:
Mathieu Virbel
fixes for Cython 0.23 Conflicts: |
kv.vim_improvement | 2015-06-02 15:09:29 UTC 2015-06-02 |
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 2015-03-24 |
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 2015-03-19 |
simplify label's align usage
Author:
gabriel pettier
simplify label's align usage |
lang-compiler | 2015-01-05 04:23:00 UTC 2015-01-05 |
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 2014-12-31 |
cleanup of osc.py - cont.
Author:
gabriel pettier
cleanup of osc.py - cont. |
rpi_rotation_fix | 2014-11-21 17:29:46 UTC 2014-11-21 |
possible fix for #2656
Author:
gabriel pettier
possible fix for #2656 |
stable-1.8.x | 2014-10-28 06:26:36 UTC 2014-10-28 |
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 2014-08-23 |
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 2014-08-14 |
experiment for linearizing the kv lang
Author:
Mathieu Virbel
experiment for linearizing the kv lang |
reorder_editing | 2014-07-13 22:03:47 UTC 2014-07-13 |
uix:TextInput use a insertion queue
Author:
qua-non
uix:TextInput use a insertion queue |
texture-mmap | 2014-06-04 13:09:16 UTC 2014-06-04 |
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 2014-05-27 |
WIP smooth lines
Author:
Mathieu Virbel
WIP smooth lines |
graphics- |
2014-02-02 01:10:28 UTC 2014-02-02 |
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 2014-01-20 |
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 2013-03-27 |
use aprofiler
Author:
Mathieu Virbel
use aprofiler |
lang-pickle | 2013-03-20 22:42:34 UTC 2013-03-20 |
lang: lazy precompilation done
Author:
Mathieu Virbel
lang: lazy precompilation done |
core-texfmt | 2013-03-05 15:09:14 UTC 2013-03-05 |
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 2012-10-26 |
- 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 2012-09-21 |
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 2012-08-17 |
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 2012-07-16 |
wip
Author:
Mathieu Virbel
wip |
2012-01-05 10:58:23 UTC 2012-01-05 |
meh
Author:
tshirtman
meh |
|
text-vbo | 2011-12-15 15:58:45 UTC 2011-12-15 |
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 2011-05-10 |
remove print
Author:
Mathieu Virbel
remove print |
1 → 74 of 74 results | First • Previous • Next • Last |