Commit Graph

6679 Commits

Author SHA1 Message Date
gabriel pettier 600fff5665 integrate Kovak's ScissorPush/Pop instructions, documentation needed 2014-08-09 19:14:42 +02:00
Gabriel Pettier bab2ca8245 Merge pull request #2225 from matham/text-int
Use int for texture size, otherwise it'd never equal to the actual texture size.
2014-08-03 23:49:59 +02:00
Gabriel Pettier 4f7944ecf6 Merge pull request #2366 from kivy/filechooser_multiselect_fix
uix:FileChooser fix multiselect behavior consistent, honor dirselect.
2014-08-03 22:24:45 +02:00
akshayaurora 4245b8a038 Clipboard: move `copy` and `paste` methods from `TextInput` to `core.clipboard` implementation. closes #2258 2014-08-03 19:14:22 +05:30
akshayaurora ef7f69070e Merge branch 'master' of http://github.com/kivy/kivy 2014-08-03 19:11:38 +05:30
Alexander Taylor 268fdae3b7 doc: Updated copyright years 2014-08-03 11:04:53 +01:00
akshayaurora ccea0f0dfd uix:TextInput remove debg statements 2014-08-03 12:10:50 +05:30
matham a17bad8e0d Fix clock test to current master. 2014-08-02 18:28:58 -04:00
akshayaurora 418108577e uix:TextInput don't convert to window if the pos is already in window co-ordinates. 2014-08-03 02:17:27 +05:30
Akshay Arora 7847e45972 Update main.py 2014-08-03 01:03:15 +05:30
Akshay Arora 0a8176a14c Merge pull request #2360 from jchome/patch-1
Propose of update to be runnable on Samsung S4
2014-08-03 01:01:44 +05:30
akshayaurora 439b174e9d uix:TextInput fix bubble positioning. closes #2332 2014-08-03 00:19:12 +05:30
Akshay Arora 30f12d67e3 Merge pull request #2357 from kivy/textinput_command_modes
uix:TextInput move checking for command modes out of `insert_text` close...
2014-08-02 21:12:16 +05:30
Akshay Arora 8a3515a059 Merge pull request #2331 from matham/cursor
Keep correct cursor pos when resizing. Fixes #2018.
2014-08-02 21:10:33 +05:30
Alexander Taylor faff48dd2a Removed debug line in texture.py example 2014-08-02 01:42:25 +01:00
Akshay Arora a40e374be8 Merge pull request #2376 from inclement/texture_example
Added texture example, showcasing wrap and tex_coord manipulation
2014-08-02 01:53:20 +05:30
Alexander Taylor 256a9373b5 Added image for texture example 2014-07-30 22:33:53 +01:00
Alexander Taylor 92b0b54482 Changed texture example ui to be clearer 2014-07-30 22:27:22 +01:00
Alexander Taylor 8fc1c193ed Fixed texture example bug with finding texture 2014-07-30 22:23:36 +01:00
Alexander Taylor 1aac389b53 Added canvas texture example (tex_coords, wrap) 2014-07-30 22:19:13 +01:00
Zen-CODE a8329d4139 doc: quoted to section name in guide/packaging-android.rst 2014-07-30 21:28:59 +02:00
Zen-CODE 3abb7ee572 doc: tweaks to app.py layouts, added ConfigParser link 2014-07-30 21:27:01 +02:00
Zen-CODE 40d74dde06 doc: more formatting consistency to app.py 2014-07-30 20:51:15 +02:00
Zen-CODE ac4d035373 doc: made parameter spec consistent in app.py 2014-07-30 19:46:26 +02:00
Zen-CODE 234985d606 doc: fixed formatting in app.py 2014-07-30 19:39:00 +02:00
Zen-CODE 377a47fc4c doc: added 'SettingTitle' to __all__
This class was mentioned in the Docs but the link was broken due to it's ommission for __all__.
2014-07-29 22:46:26 +02:00
Zen-CODE 927682c749 doc: consistent capitalization in guide/android.rst 2014-07-29 22:08:40 +02:00
Zen-CODE 06f7c8d7d4 doc: revisions to guide/android.rst 2014-07-29 22:03:57 +02:00
Gabriel Pettier c4a0b12844 Merge pull request #2359 from kived/window-self
add __self__ property to Window
2014-07-28 14:30:37 +02:00
Gabriel Pettier 8b6e71142b Merge pull request #2369 from inclement/textinput_padding
Fixed textinput height calculation based on padding
2014-07-28 14:28:35 +02:00
Alexander Taylor 2803b266c3 Fixed encoding declaration in textinput.py 2014-07-27 22:49:30 +01:00
Alexander Taylor a72da6ebf7 Fixed textinput padding function 2014-07-27 22:48:59 +01:00
Alexander Taylor 079704eaa9 doc: Added doc for flipped kwarg of Texture.save 2014-07-27 22:40:35 +01:00
Zen-CODE 50ca1a866f doc: tweaks to guide/android.rst 2014-07-27 22:33:37 +02:00
Zen-CODE 01c770db42 doc: grammar tweak to uix/widget.py 2014-07-27 22:11:59 +02:00
Zen-CODE b6e493dce0 doc: fixed typo, reworded reference cycle docs for uix/widget.py 2014-07-27 22:05:08 +02:00
Zen-CODE 87a8953bbc doc: fixed warning tag in uix/widget.py 2014-07-27 21:46:11 +02:00
Alexander Taylor 2f0fe5af41 doc: Improved pyjnius example code 2014-07-27 19:02:12 +01:00
Alexander Taylor 5e89597f7e doc: Changed code format for clarity 2014-07-27 19:00:56 +01:00
Alexander Taylor 7cadcae427 doc: Fixed rst link typo 2014-07-27 18:56:33 +01:00
Alexander Taylor 686f860410 doc: Removed tested devices, added explanation 2014-07-27 18:43:19 +01:00
Alexander Taylor bf36140c5f doc: Added android module doc 2014-07-27 18:28:30 +01:00
Alexander Taylor 8247b0dbea doc: Cleared up 'targeting Android' secction 2014-07-27 18:23:35 +01:00
Alexander Taylor e76ff72646 doc: Fixed android doc link 2014-07-27 18:18:15 +01:00
Alexander Taylor 60069cac5e doc: Removed api-android (merged with android.rst) 2014-07-27 18:14:49 +01:00
Alexander Taylor 004238edcf doc: Fixed rst typo 2014-07-27 18:07:01 +01:00
Alexander Taylor 5cb4c06ff6 doc: Added link to main android page for apis 2014-07-27 18:04:21 +01:00
Alexander Taylor b854fcb203 doc: Added api stuff to android page 2014-07-27 17:59:42 +01:00
Alexander Taylor 21fc1253b7 doc: tweaked android doc more 2014-07-27 17:56:38 +01:00
Alexander Taylor 682cbce249 Tweaked kivy android doc 2014-07-27 17:51:25 +01:00