Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Kivy

Python UI framework for making outstanding desktop and mobile applications
Collective - Host: opensource - https://opencollective.com/kivy - Website: https://kivy.org - Code: https://github.com/kivy

small code delete

github.com/kivy/pyobjus - 5e0dac903336e51931731babed12ff06a80f3e5c authored over 11 years ago
deleted some unused code from pyobjus.pyx

github.com/kivy/pyobjus - 8298a077f6312d6b0e232b146d7c6fddf1c2cf76 authored over 11 years ago
added dprint function

github.com/kivy/pyobjus - db26a1c032f4d4be1c09934b0666ba5e94a558dc authored over 11 years ago
Fixed Scrolling in ToolboxCategory.

github.com/kivy/kivy-designer - d5a694db37cc5a9aeb6d2d60307f4db2d0517399 authored over 11 years ago
added some examples

github.com/kivy/pyobjus - c838249de7358fa09993271d756c2f8bddae17b1 authored over 11 years ago
added 6px rocket for second ship

github.com/kivy/kivent - 0daa23201beb0a481f2cf95c8b9fb50160044c62 authored over 11 years ago
Added rocket projectile

github.com/kivy/kivent - 7a74c744bdcc992f61ea4262fc6657b34da07b67 authored over 11 years ago
Changed the way projectiles work, fixed bug in physics where unit vector wasn't always initialized

github.com/kivy/kivent - 3710d6eac0191ff6546f163acaf687c6aaea895f authored over 11 years ago
Changed renderers to have both a render and on_screen boolean, on_screen is whether or not the object is on screen and render is controllable by the user to turn off whether or not the object is actually drawn

github.com/kivy/kivent - e64a43b7ecd3f9b270599402dfea4f12198483f5 authored over 11 years ago
various bugfixes for osx

github.com/kivy/buildozer - 9f2ef0271f2e35915daef7ed4466afd0e83791d3 authored over 11 years ago
add missing _scproxy.py for osx

github.com/kivy/python-for-android - 70e49adf62ce1878f7edf22bdd3fd4816ab8ef90 authored over 11 years ago
fix _scproxy on osx

github.com/kivy/python-for-android - c68257ce885cd5c2e58c06681bc85c59a03bf762 authored over 11 years ago
Added graphics for a few more ships, fixed bug with rendering on certain phones

github.com/kivy/kivent - bbed6589fa9899bb984e8c6a5039ac7e09c2a7df authored over 11 years ago
ActionBar's height is 55sp

github.com/kivy/kivy-designer - 6e90f4f64a8a9da996294bdaba64e8f75cc651dc authored over 11 years ago
Implemented View Menu and its ActionItems

github.com/kivy/kivy-designer - ffbac7d6bfd56b81aaad3abab947e60c8f035706 authored over 11 years ago
Improved EditContView->Undo and Redo

github.com/kivy/kivy-designer - fa6f63a93801d78d0bad6ef61deb4ce605ee9d40 authored over 11 years ago
Improved EditContView->Cut and Delete operations

github.com/kivy/kivy-designer - 274fe9ac0ec114538b25332dce27c4ea6e8d2e8c authored over 11 years ago
Implemented EditContView->Undo and Redo

github.com/kivy/kivy-designer - 526bad6ee12e21630db4b89dfc225de976decb23 authored over 11 years ago
Merge pull request #1 from kivy/ivpusic_gsoc

Ivpusic gsoc

github.com/kivy/pyobjus - 7a8eb8eb1915a7fe59dee561a65d24a1d7ace2a6 authored over 11 years ago
Merge branch 'billing-api' of git://github.com/bob-the-hamster/python-for-android

github.com/kivy/python-for-android - 6d02b8c05c97690f5894a1cdf1941eeafc8d5528 authored over 11 years ago
Added support for playing music tracks

github.com/kivy/kivent - e89abe5e4efb0703da6cb31e23f31357b1dc33ea authored over 11 years ago
Implemented EditContView->Cut, Copy and Paste for Playground

github.com/kivy/kivy-designer - 7b398799c876f87303a51e3d6a46aa44a15b745f authored over 11 years ago
Supports deleting root widget.

github.com/kivy/kivy-designer - e19657824870252ed1f48d6d0cdcaa52f5ea4be2 authored over 11 years ago
Refresh WidgetTree only when required, adding, focussing or deleting a widget instead of Clock.schedule_once

github.com/kivy/kivy-designer - 1bba95f34be64ebed1c6ee20ece8c672ebe6ff93 authored over 11 years ago
Implemented EditContView->Delete for Playground

github.com/kivy/kivy-designer - ef205256fa1781376c69ecea23475eb6319a40c0 authored over 11 years ago
Corrected EditContView, clicking on EditContView will not call ActionBar's on_previous

github.com/kivy/kivy-designer - aabd1ff39bab835c7ced3803847fa625930340f6 authored over 11 years ago
Added events on_show_edit to KVLangArea and Playground. EditContView is shown when KVLangArea and Playground are clicked.

github.com/kivy/kivy-designer - c09cc62e981151166f5cf0f9b0b6175889dbbf3f authored over 11 years ago
Added events related to different ActionItemButtons in EditContView

github.com/kivy/kivy-designer - a3312dd41b0c7eb43d7c1fdadb7c894da2d9f8e6 authored over 11 years ago
Added class KVLangArea

github.com/kivy/kivy-designer - af26417515d9074345a3b8c6b5e9565109b32a45 authored over 11 years ago
Added Tree in tree.py. Information is added to Tree, whenever a widget is added

github.com/kivy/kivy-designer - 5a6d65f47231364022d9b3f3c0493d30d9b38627 authored over 11 years ago
PropertyView, accepts only Numbers or Decimal or None for NumericProperty. Also,None is an accepted value for Properties with allownone=True

github.com/kivy/kivy-designer - ffd3a1d9ea39d93f3f9144741001d9af9c635051 authored over 11 years ago
Added Accordion to Toolbox and PlaygroundElement will be created at the mouse pointer

github.com/kivy/kivy-designer - 17509cc1c2899ce0a2efbc7e81471fe6c11540e4 authored over 11 years ago
Added KV Lang Area

github.com/kivy/kivy-designer - 01850bf611990f731281de99d65fb0366655ee97 authored over 11 years ago
added missing return if object already exists (autoclass function)

github.com/kivy/pyobjus - b5322ec58487cd72b031fef5e569e78d7ae57c57 authored over 11 years ago
small bug fix for NSArray and NSMutableArray

github.com/kivy/pyobjus - 1a6aa3472401dfac3e10c737605e5f518e0c16b5 authored over 11 years ago
fixed warnings, fixed NSMutableArray, fixed bug related to super_class methods

github.com/kivy/pyobjus - 2f53f9ecdb7b63e1ea7560ca9a0aef0da2609513 authored over 11 years ago
Moved actioncheckbutton.py and editcontview.py to desginer/uix

github.com/kivy/kivy-designer - 854747041a2c657749fed1b8650f4e35527d33b6 authored over 11 years ago
Added actioncheckbutton.py and editcontview.py

github.com/kivy/kivy-designer - 7104cec73dbacb1db151fad6eb792ecedd905bf7 authored over 11 years ago
improve JDK_HOME and JRE_HOME detection

github.com/kivy/pyjnius - 44df78e2cbdf05da570c7ccfac5d6ce8cae87b0b authored over 11 years ago
Added MenuBar using ActionBar and ContextualActionView for Edit Menu

github.com/kivy/kivy-designer - b0ae90699c1f566c787d6f2c2012fa4eb50d82f5 authored over 11 years ago
remove double-blacklist for _lsprof.so

github.com/kivy/python-for-android - 1bb5427b37eded77e99dc6a45c5967702eb62386 authored over 11 years ago
Merge pull request #124 from SonOfLilit/master

Add apt-get install libsqlite3-dev to FAQ on sqlite3

github.com/kivy/python-for-android - b2e3fce60ceb95eee0e4af99cb4cb0620c590eeb authored over 11 years ago
Merge pull request #128 from brousch/pylibpd-recipe-thread-fix

Fixed recipe for pylibpd

github.com/kivy/python-for-android - 7242c5abde96acd59a0e06539bab54f36e32bdec authored over 11 years ago
fix @ assignation for method parameters

In addition, lot of debug is added, and few weird things removed.

github.com/kivy/pyobjus - df6de273cd7bc7b07d50cdbdfd6aa066059f85b0 authored over 11 years ago
Fixed puredata examples to account for get_output

github.com/kivy/audiostream - 71cd24cd603f09b21d1e73dbab78d591c9d1037a authored over 11 years ago
Fixed recipe for pylibpd

github.com/kivy/python-for-android - f528bf2fee375b91af7f7689512dbc5c79197973 authored over 11 years ago
added test.py file

github.com/kivy/pyobjus - 77857b5cddaf7fd79f55e06c6d31ce8b30ca4b65 authored over 11 years ago
Merge pull request #125 from vkvn/master

Added recipe for paramiko

github.com/kivy/python-for-android - 8a82662526cb99b42d62b5ebd67c865dce74c09c authored over 11 years ago
small progress on NSArray object

github.com/kivy/pyobjus - 71edef8076ff280d66854c41a221a4fc15a8a1ca authored over 11 years ago
added some code snippets for NSArray class

github.com/kivy/pyobjus - 24a2608d8738cd6a0e54c09499398cff7915191e authored over 11 years ago
Added recipe for paramiko

github.com/kivy/python-for-android - f87ca081b4d59e5b4f5fdfafe3207829e050714d authored over 11 years ago
Merge branch 'master' of https://github.com/kivy/python-for-android into billing-api

github.com/kivy/python-for-android - 697e5a6e402580d1b551afa089b28101aba774fa authored over 11 years ago
Add apt-get install libsqlite3-dev to FAQ on sqlite3

Ubuntu was chosen for the example because the pre-installed VM is Ubuntu

github.com/kivy/python-for-android - 6e51e149e4624e3afe171cb8ffa9f9ffc681d169 authored over 11 years ago
ivpusic commit test

github.com/kivy/pyobjus - 42a96e831add5645454a1b83521525c11b2c69f8 authored over 11 years ago
Merge pull request #2 from kivy/resizable_panels

Introduce re-sizing to panels

github.com/kivy/kivy-designer - 0d848f9ac31e91f18a843548021dfa73ad8755ba authored over 11 years ago
Merge branch 'master' of ssh://github.com/kivy/kivy-website

Conflicts:
index.html

github.com/kivy/kivy-website - e3c6752f1c02e2521aac13a8d045497901d931f8 authored over 11 years ago
updte Kivy Release Slide to show 1.7.0 closes https://github.com/kivy/kivy/issues/1220

github.com/kivy/kivy-website - 8c955e6fddc08648f2b811f0d4b7a20e8cfdd6c0 authored over 11 years ago
Merge pull request #1 from Kovak/master

Addition of Boxshape and space.add_collision_handler

github.com/kivy/cymunk - 9cc361ef627fd48c6c887ce5cea2893469ca86fe authored over 11 years ago
Updated download-page

* Added documentation for OpenSuSE and Ubuntu
* Added daily PPA for Ubuntu

github.com/kivy/kivy-website - 000b6e97a6682a7ef2f01485544a3bee2e004c22 authored over 11 years ago
Merge pull request #2 from Kovak/cython_only_kivent

Added in level generation, UI elements, choice of characters

github.com/kivy/kivent - 98c4c18b98d2f2b43593fc435c93e2130d37f639 authored over 11 years ago
Added in level generation, UI elements, choice of characters

github.com/kivy/kivent - e5d131249dffaa6c286d5ce699aeb4a8e3e7d753 authored over 11 years ago
Merge pull request #1 from Kovak/cython_only_kivent

Cython only kivent

github.com/kivy/kivent - 4c56420224d6ddadd199446448f6e245df141318 authored over 11 years ago
Added new control widget, death effects, particle manager now supports multiple effects per entity

github.com/kivy/kivent - 19968c1b7d7d05d350438d15aa1364d5a483d063 authored over 11 years ago
Removed the non-cythonized code, only going to maintain cythonized kivent

github.com/kivy/kivent - dba0c2d636ea13214ec12e5ba3643dd49d910211 authored over 11 years ago
mService needs to be static to be useful

github.com/kivy/python-for-android - f1574bbca8cea693357ababafd495057cda84ddb authored over 11 years ago
Added in asteroids spawning more asteroids on death

github.com/kivy/kivent - f0fae3fef271ad31272a57b75f04e17c95d340da authored over 11 years ago
Updated readme

github.com/kivy/kivent - 92521cf40d9e221c9e2af872aba6aa4632b627b0 authored over 11 years ago
Removed the auto update schedule from gameworld, you must now call gameworld's update inside your own app

github.com/kivy/kivent - 49b2b53e7043242acc3898cae95f1a1407c0028b authored over 11 years ago
Added option to use a cythonized version of kivent

github.com/kivy/kivent - 43eb1342bbb9f588c9a5c91f88db41d2d86d2633 authored over 11 years ago
Cythonized QuadTree, removing it from the base distribution since you must now compile with Python4Android

github.com/kivy/kivent - e0231da334f125ae793491a8745396bf9fda029d authored over 11 years ago
Fixed filenames in pex files

github.com/kivy/kivent - f83196dbd98df91d096c2ce8165dcbb3722656e5 authored over 11 years ago
Fixed effect's blend function

github.com/kivy/kivent - 1adcff035171f367b6b5eab66827fee71df1ab68 authored over 11 years ago
Made player character safe even if no character selected, added options to camera

github.com/kivy/kivent - 0f05448d2562295776093dd4d939fc9e0aad7d43 authored over 11 years ago
Added collision callbacks for asteroids, bullets, and ships, push to shoot

github.com/kivy/kivent - 251b68443b2fe03a198829f910f4a03c00250333 authored over 11 years ago
Merge branch 'master' of https://github.com/Kovak/KivEnt

github.com/kivy/kivent - f2386abf6838bdf7d56d5200ba2baf153eaec9f1 authored over 11 years ago
Supports collision callbacks now and added functionality for removing objects from a space

github.com/kivy/kivent - 1b1c4ec8b5e58f911034146e88a18921ddca805a authored over 11 years ago
Changes to shape and space to support removal of shapes and fix to bb query func

github.com/kivy/cymunk - a846f3f2b6055ad0d3dd488d37a386d5d827c6a7 authored over 11 years ago
Updated to make note of kivy particle requirement

github.com/kivy/kivent - 428ef3e9b741fb9951b745cadb06aa724e3d46df authored over 11 years ago
Added particle manager for kivyparticle, test assets for projectiles and particles

github.com/kivy/kivent - c3015750cc2ec5312e170f30091ec5907646a808 authored over 11 years ago
Merge branch 'master' into billing-api

Conflicts:
docs/source/android.rst
recipes/android/src/android.pyx
recipes/android/src/androi...

github.com/kivy/python-for-android - ae913c025245b9457d12706c677ea46280f0ed06 authored over 11 years ago
Merge pull request #14 from bob-the-hamster/ouya-support

Ouya support

github.com/kivy/buildozer - b693a68124bc3758a99040b49a57c91095e404ea authored over 11 years ago
Merge pull request #15 from bob-the-hamster/add-jars

android.add_jars config option

github.com/kivy/buildozer - c6b57a042a3d5eb33aa034493bd4ebd5ebd6c452 authored over 11 years ago
Merge pull request #120 from bob-the-hamster/add-jar

--add-jar command line option for including .jar files

github.com/kivy/python-for-android - 6cf5232710a9628166674c59a98dec810c0c7eca authored over 11 years ago
Updated gameview to have a focus on entity mode

github.com/kivy/kivent - 2aa7edca07c042c2c9d686d1bb6a5349a4674cab authored over 11 years ago
Fixed rendering bug, beginning experimentation with UI interaction

github.com/kivy/kivent - 8965a71d8fbfeacc7a46c66467c5a246c528fbd6 authored over 11 years ago
Fixed apply impulse

github.com/kivy/cymunk - 272910c5448da43b26a8fec3159a4d95441de061 authored over 11 years ago
Add android.add_jars config option for bundling extra Java .jar files

(for example: OUYA-ODK/libs/*.jar)

github.com/kivy/buildozer - ff34b7b7b55fe7cba2648ac9629a76dad506129d authored over 11 years ago
--add-jar command line option for including .jar files to be used with pyjnius

github.com/kivy/python-for-android - f1c6d51219b67465684b33f36bee57ff52d5ce06 authored over 11 years ago
Changed rendering to remove groups and readd rather than moving off screen

github.com/kivy/kivent - 551706f94f5f45c5ea7fa05c09d80315d1a3f344 authored over 11 years ago
Merge pull request #118 from bob-the-hamster/intent-filters-doc-fix

Clarify the documentation about how to use --intent-filters argument

github.com/kivy/python-for-android - 1ce75cd73eb76daabf2cbbe00ebb68f326fbdbfb authored over 11 years ago
Merge pull request #119 from bob-the-hamster/ouya-support

Ouya support

github.com/kivy/python-for-android - 64374db688faf4954008c3f978db3548158c618b authored over 11 years ago
Add android.ouya.category and android.ouya.icon.filename options to buildozer.spec

github.com/kivy/buildozer - f9398e487cb98ba5b955e6e3febe005376f169da authored over 11 years ago
Add --ouya-category argument which causes the appropriate OUYA-specific intent-filter to be added to AndroidManifest.xml

github.com/kivy/python-for-android - 110670570e44043c1005a156a0afef5cecc668ae authored over 11 years ago
removed extraneous pyc files

github.com/kivy/kivent - 4b35577d863937b664793510a0813bf01715fe39 authored over 11 years ago
Fixed widget adding in gameworld, added quadtree for faster querying of static objects, separated out kivent code and test code

github.com/kivy/kivent - 2cfc7389c6243a9ad1bdd1afdf0e4d6928e7f13a authored over 11 years ago
Add --ouya-icon command line argument to build.py

github.com/kivy/python-for-android - 92594e06363f77e3e6a3596fda5e89503b79df2d authored over 11 years ago
audiostream: update documentation for get_input()

github.com/kivy/audiostream - b0a58fb7ff4632c3ce744993ae7ff76aa20171be authored over 11 years ago
Added callback to *kwargs

github.com/kivy/audiostream - a06fb797fb12f81df4571a38585459439496625d authored over 11 years ago