Commit Graph

1719 Commits

Author SHA1 Message Date
Mathieu Virbel ecf5f73f5d core/text: don't register font when doc is generating 2012-02-08 12:25:45 +01:00
Mathieu Virbel 00245d283f Merge branch 'master' of ssh://github.com/kivy/kivy 2012-02-07 20:19:25 +01:00
Mathieu Virbel 8a853ea27f core/text: implement Label.register(), to register an font alias with associated ttf for bold/italic/bolditalic.
Added DroidSans alias, and use it almost everywhere.
2012-02-07 20:19:11 +01:00
qua-non 47ae3b4f20 Merge pull request #398 from akshayaurora/lang_grammer
Lang grammer
2012-02-03 03:30:19 -08:00
Qua-non c4638a55ed edits inline with suggestions, thanks tshirtman 2012-02-03 16:57:17 +05:30
Qua-non 6e817ecc1a infinitely not indefinitively 2012-02-03 16:26:51 +05:30
Qua-non e465f2e38a grammer 2012-02-03 16:17:54 +05:30
Mathieu Virbel ae531b9401 textinput: fix invalid selection done when releasing shift key 2012-01-31 17:43:08 +01:00
Mathieu Virbel 5f1b45bc01 android: introducting on_pause handler in app. Pause mode is in experimentation, and not used by default. 2012-01-30 18:55:17 +01:00
Mathieu Virbel 706a607c37 textinput/label: fix pdf generation by converting the unicode char to image (no simple way to get unicode working within latex with this specific char >_<) 2012-01-30 15:13:20 +01:00
Mathieu Virbel b6e0593ca1 fix python utf8 by adding header line 2012-01-30 10:55:58 +01:00
Mathieu Virbel bc5075c5c5 Merge pull request #395 from akshayaurora/fonts_render
add a Note: about how-to work around Unicode character's not displaying.
2012-01-30 01:51:39 -08:00
Qua-non 0768d0a039 add a Note: about how-to work around Unicode character's not displaying.
should fix #332
2012-01-29 23:31:11 +05:30
Mathieu Virbel d53260d995 fix detection of python-for-android project 2012-01-29 17:49:00 +01:00
Mathieu Virbel 39eefeb72d fix setup and docs 2012-01-29 17:39:22 +01:00
Mathieu Virbel 7388beee5d prefer usage of kivy.utils.platform() instead of always guessing with "import android" 2012-01-29 17:23:42 +01:00
Mathieu Virbel 1dc27ee168 Merge branch 'master' into android-support 2012-01-29 17:00:31 +01:00
Mathieu Virbel b291f957ca Merge pull request #393 from akshayaurora/bubble
make bubble widget dissapear when textinput is removed from it's parent, closes #392
2012-01-29 07:58:14 -08:00
Qua-non 682e0b45ae make bubble widget dissapear when textinput is removed from it's parent 2012-01-29 00:55:38 +05:30
Mathieu Virbel 8f924d0936 Merge branch 'master' into android-support 2012-01-28 16:12:33 +01:00
Mathieu Virbel 701e986087 remove comment and ordering. 2012-01-28 15:51:50 +01:00
Mathieu Virbel 4efd5b2e3c Merge branch 'master' of https://github.com/mpad/kivy into mpad-master 2012-01-28 15:51:00 +01:00
Mathieu Virbel 0bb91bedcf Merge branch 'master' into android-support 2012-01-28 15:49:55 +01:00
Mathieu Virbel b130ad256a scatter: don't accept touch if all transformations are disabled. And to bring to front too. closes #386 2012-01-28 15:44:57 +01:00
Mathieu Virbel 6f81e0dff0 clock: fix the garbage collector issue for triggered events. closes #390. 2012-01-28 15:35:51 +01:00
Mathieu Virbel d0ebad35c4 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-01-28 01:49:42 +01:00
Mathieu Virbel 385774167f touchring: fix missing image, convert to use atlas. closes #389
+ fix issue in core image when using atlas, size was still 0, 0.
2012-01-28 01:49:30 +01:00
Pierre-Antoine Delsart 342fa0da6e popup doesn't propagate touch_up/move events 2012-01-26 22:21:11 +01:00
Mathieu Virbel 48a039f681 Merge pull request #387 from alexleighton/master
Changes to Designing with the Kivy Language guide.
2012-01-26 01:09:46 -08:00
Alex Leighton 8ef2865e4a docs: Fix grammar and phrasing of "Designing with the Kivy Language" guide. 2012-01-25 23:27:46 -08:00
Alex Leighton a52c9c2e45 docs: fix spelling. 2012-01-25 23:26:30 -08:00
Mathieu Virbel c6c29cfc2e Merge branch 'master' of ssh://github.com/kivy/kivy 2012-01-26 03:55:28 +01:00
Mathieu Virbel 00c9371b0a window: fix black screenshot on android: GL_RGB is not available on GLES2 for glReadPixels. Only GL_RGBA + GL_UNSIGNED_BYTE are. 2012-01-26 03:55:15 +01:00
tshirtman 6ef348dcf7 small english fixes 2012-01-26 01:50:15 +01:00
Mathieu Virbel c68104c57d scatter: enhance doc to explain how its working 2012-01-25 21:36:53 +01:00
Mathieu Virbel 34a3345872 doc: rework widget page 2012-01-25 19:06:10 +01:00
Mathieu Virbel 1848b268b7 textinput: fix active/inactive default style (bad renaming when introduced atlas) 2012-01-25 18:40:48 +01:00
Mathieu Virbel c5c922b99f doc: inverse module/jump link, and ensure that module without api are rendering well too. 2012-01-25 18:25:06 +01:00
Mathieu Virbel 18f8b1e921 doc: add modulename in all the api page using js, better to understand which module we are actually checking. 2012-01-25 18:15:36 +01:00
Mathieu Virbel 096427133d doc: fix cython extension for beeing correctly documented, using latest cython 0.15.1 2012-01-25 17:54:13 +01:00
Mathieu Virbel e71829fbe3 doc: fix highlight color 2012-01-25 13:33:55 +01:00
Mathieu Virbel 6c561401c8 doc: update logo 2012-01-25 13:29:57 +01:00
Mathieu Virbel 6a675b576b doc: update layout to be more usable and better integration with kivy website 2012-01-25 13:26:47 +01:00
Mathieu Virbel a239fb6563 Merge branch 'master' into android-support 2012-01-25 02:54:07 +01:00
Mathieu Virbel 3b63176d90 layout: fix issue when layout are not relayout themself after an add to parent. 2012-01-25 02:53:55 +01:00
Mathieu Virbel 7fea0de319 fbo: fix documentation 2012-01-24 12:38:04 +01:00
Mathieu Virbel 29d45d2913 update pdf logo 2012-01-23 16:03:26 +01:00
Mathieu Virbel e1fc02a409 doc pass to reduce the number of warning 2012-01-23 15:39:43 +01:00
Mathieu Virbel 5c4de54f26 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-01-23 11:28:44 +01:00
Mathieu Virbel 6286d2f387 example/scatter: add size to show that when we are scaling the scatter, size is unchanged 2012-01-23 11:28:36 +01:00