Commit Graph

891 Commits

Author SHA1 Message Date
gabriel pettier 657440c1aa add python-dev to rpi build instructions, fixes #2740 2014-12-25 19:13:04 +01:00
Don Kirkby c26e7f5ef2 Use full sentences for "Where to go now?" 2014-11-29 16:35:40 -08:00
Don Kirkby 2cda9cef92 Typo fix of -> off 2014-11-29 16:18:04 -08:00
Don Kirkby 56a1bf570b More apostrophe fixes 2014-11-27 22:57:47 -08:00
Don Kirkby 0428661d6c typo fix your -> you're 2014-11-27 22:05:53 -08:00
Don Kirkby 5403c416d3 Move apostrophe 2014-11-26 23:04:46 -08:00
Don Kirkby 65622b5b82 Grammar fix: it's -> its 2014-11-26 22:30:42 -08:00
Guillermo Gutiérrez ca6255a667 doc: break unreadable long lines on latex
Three URI's for fedora repos are unreadable on latex pdf output.
This adds continuation line for copy&pasting to bash.
2014-11-26 17:51:02 +01:00
dessant 61e8c10eb4 Optimize doc images with trimage 2014-11-16 12:55:28 +02:00
Ryan Pessa 008f88a97e add images 2014-11-15 17:43:09 -06:00
dessant 8913bed426 rename KIVY_SDL_PATH TO KIVY_SDL2_PATH and clean up env var query 2014-11-14 14:19:34 +02:00
dessant 1b5267cf0c rename to KIVY_SDL_PATH and remove PATH manipulation in kivy __init__ 2014-11-08 17:43:15 +02:00
dessant 76f07d4ef1 remove bold style 2014-11-05 17:39:39 +02:00
dessant 64f1357b64 link to the community guidelines 2014-11-05 17:36:53 +02:00
Lauritz V. Thaulow fae49716c3 Fix typo in graphics guide docs 2014-10-20 23:10:33 +02:00
dessant a56d0250b4 Merge pull request #2595 from LauritzThaulow/master
Fix formatting error in kv lang docs
2014-10-20 23:34:28 +03:00
dessant bb73f4ab46 make doc autobuild.py work under python 3 2014-10-20 23:03:53 +03:00
Lauritz V. Thaulow e247a7a9f9 Fix formatting error in kv lang docs 2014-10-20 20:37:20 +02:00
dessant 85895d146c Show doc anchors only on bar hover 2014-10-02 04:43:44 +03:00
dessant c5e9077f72 Show anchors in the doc
Fixes https://github.com/kivy/kivy/issues/2539, when clicking on method anchors, the respective method will contract, that's a separate issue that needs to be solved.
Having an anchor to copy is still better at this point.
2014-10-02 02:14:36 +03:00
Ryan Pessa 5b6dfe9e59 fix tabs 2014-09-29 11:07:06 -05:00
Ryan Pessa fe3b10ea57 update docs with KIVY_HOME 2014-09-27 17:24:20 -05:00
akshayaurora 1cdcac5fa0 fix leftover conflicts from last merge 2014-09-21 21:33:19 +05:30
akshayaurora 11210a1737 Merge branch 'master' of http://github.com/kivy/kivy into sdl2-support
Conflicts:
	.gitignore
	doc/sources/faq.rst
	doc/sources/guide/android.rst
	examples/audio/audio.kv
	examples/audio/main.py
	kivy/_event.pyx
	kivy/adapters/__init__.py
	kivy/adapters/adapter.py
	kivy/config.py
	kivy/core/clipboard/__init__.py
	kivy/core/image/img_imageio.pyx
	kivy/core/image/img_pil.py
	kivy/core/video/video_ffpyplayer.py
	kivy/core/video/video_gi.py
	kivy/core/video/video_gstplayer.py
	kivy/core/video/video_pygst.py
	kivy/core/window/__init__.py
	kivy/event.py
	kivy/graphics/common.pxi
	kivy/graphics/texture.pyx
	kivy/graphics/vertex_instructions.pyx
	kivy/graphics/vertex_instructions_line.pxi
	kivy/input/providers/androidjoystick.py
	kivy/input/providers/mouse.py
	kivy/lib/gstplayer/_gstplayer.pyx
	kivy/network/urlrequest.py
	kivy/properties.pyx
	kivy/tools/packaging/win32/kivy-2.7.bat
	kivy/tools/packaging/win32/kivy-3.3.bat
	kivy/tools/packaging/win32/kivy.bat
	kivy/uix/behaviors.py
	kivy/uix/checkbox.py
	kivy/uix/codeinput.py
	kivy/uix/dropdown.py
	kivy/uix/listview.py
	kivy/uix/screenmanager.py
	kivy/uix/scrollview.py
	kivy/uix/textinput.py
	kivy/uix/vkeyboard.py
	kivy/uix/widget.py
	kivy/utils.py
	setup.py
2014-09-21 20:38:29 +05:30
Thomas-Karl Pietrowski 5bf9e8c3df Update openSuSE instructions 2014-09-15 21:58:07 +02:00
Ryan Pessa d0b473d3b3 add py3 notice to faq 2014-09-10 14:44:30 -05:00
Alexander Taylor 1bfa50bcbe doc: Fixed buildozer logcat instructions 2014-09-08 22:51:00 +01:00
Zen-CODE 6f07e02657 doc: cropped image 2014-09-08 20:29:09 +02:00
Zen-CODE 4280f55421 doc: added template to adapters diagram 2014-09-08 20:25:06 +02:00
Mathieu Virbel 2e4aca756d faq: add informations about the exact python version supported 2014-09-03 08:29:57 +02:00
Zen-CODE 1f853ad200 Merge branch 'master' of https://github.com/kivy/kivy 2014-08-31 07:14:01 +02:00
Zen-CODE bbaaf2ca45 doc: added image for adapter.py 2014-08-31 07:13:27 +02:00
Mathieu Virbel e114a35976 tesselator: added pictures for the documentation 2014-08-30 17:10:41 +02:00
Mathieu Virbel a77706a1b4 Separate meshes and vertices, 2 differents mode of result iterations. Added documentation, cleaned example. 2014-08-30 17:02:34 +02:00
Zen-CODE a20d45ca1c doc: added advice on best pracises to guide/graphics.rst 2014-08-25 18:40:21 +02:00
Mathieu Virbel f4fa408c6e texture: enforce the Texture.blit_* colorfmt/bufferfmt to be the same as the texture, if we have GLES_LIMITS activated. Closes #1600. 2014-08-25 10:49:15 +02:00
Mathieu Virbel 2a6d5aff6b Merge pull request #2430 from matham/gles-config
Add gles_limits env variable.
2014-08-25 10:33:31 +02:00
Matthew Einhorn 461b2773b2 Add gles_limits env variable. 2014-08-25 01:30:52 -04:00
akshayaurora 0657843e91 Bring sdl2 in line with current master and other fixes to make things usable. Sponsored by ScramSoft. 2014-08-23 17:15:04 +05:30
Alexander Taylor e4ce59737b Added pong note about ball bouncing 2014-08-22 21:29:47 +01:00
Josh Sarver 7619e1c525 Merge upstream with fixed_broken_twisted_links 2014-08-16 00:45:05 -07:00
Josh Sarver de86f07656 Links for Twisted echo server examples were broken, fixed the links 2014-08-15 23:51:27 -07:00
Ryan Pessa 89ce3fbf62 add notes on packaging re py2/py3 2014-08-15 17:06:21 -05:00
Zen-CODE 62d4aa7312 doc: added reference to touch event management in guide/events.rst 2014-08-10 10:17:22 +02:00
Zen-CODE 6db77e27c1 doc: added ref and link to touch event bubbling from guide/inputs.rst 2014-08-10 10:07:03 +02:00
Zen-CODE 1d37143d6c doc: ammended doc/README
Ammended doc/README to remove implication that only the API docs are
generated
2014-08-08 16:15:30 +02:00
Zen-CODE e0227799e8 doc: updated the ubuntu version installation doc 2014-08-08 16:07:42 +02:00
Zen-CODE 7ca409f67c corrected path to 'logo-kivy.png' for doc building 2014-08-07 22:33:26 +02:00
Zen-CODE c505fb9cf6 doc: Fixed typo for Rect 2014-08-06 21:29:30 +02:00
Alexander Taylor 268fdae3b7 doc: Updated copyright years 2014-08-03 11:04:53 +01:00