dessant
|
db871d2d37
|
use pillow instead of pil for travis
|
2015-06-22 13:18:16 +03:00 |
dessant
|
b1687d8c8d
|
--use-mirrors has been deprecated, removing it
|
2015-06-22 13:17:05 +03:00 |
dessant
|
c509ce23d7
|
update python versions for travis
|
2015-06-22 13:10:13 +03:00 |
Mathieu Virbel
|
c37bd0f350
|
Console: new kivy module that aim to replace the old inspector, and give the possibility to be extended by the user in the app
|
2015-06-21 18:03:52 +02:00 |
Akshay Arora
|
4916a5335a
|
Merge pull request #3455 from Alan-FGR/patch-2
updated some data
|
2015-06-21 18:41:02 +05:30 |
Alan
|
e7d4b8aadd
|
updated some data
|
2015-06-20 20:46:14 -03:00 |
Zen-CODE
|
a45b909787
|
doc: changed 'C language' reference to Cython
|
2015-06-20 23:49:52 +02:00 |
Zen-CODE
|
cd07bd3e84
|
doc: revised text in kivy/__init__py docs. Pep8
Removed the completely cross-platform claim, added link to MIT license
explanation
|
2015-06-20 23:32:20 +02:00 |
dessant
|
2219de07e1
|
do not overwrite config options which were already set
|
2015-06-20 21:52:01 +03:00 |
dessant
|
474cff85fa
|
Merge pull request #3452 from kivy/min
clean up window minimum size changes
|
2015-06-20 21:49:20 +03:00 |
dessant
|
320667d339
|
do not set minimum size when the window is resized
|
2015-06-20 21:44:57 +03:00 |
dessant
|
70d8e27aa4
|
clean up window minimum size changes
|
2015-06-20 21:35:09 +03:00 |
Akshay Arora
|
59b768cf48
|
Merge pull request #3451 from aron-bordin/codeinput_wrong_bbcode
[CodeInput Bug] Wrong bbcode with some themes - special chars fixes #3434
|
2015-06-19 15:53:09 +05:30 |
Aron Bordin
|
1f2ebcf5c6
|
codeinput bbcode special chars fixes #3434
|
2015-06-19 01:30:56 -03:00 |
matham
|
b5cf337693
|
Merge pull request #3449 from arlowhite/label-text-sizing-example
Label example that demonstrates sizing to texture_size and wrapping with text_size.
|
2015-06-18 23:16:09 -04:00 |
Arlo White
|
5eb98da96d
|
Added label example that demonstrates sizing to texture_size and wrapping using text_size.
|
2015-06-18 19:59:46 -07:00 |
matham
|
bdf4a0bf42
|
Merge pull request #3448 from arlowhite/label-text-size-doc
Added "Sizing and text content" section to Label API documentation.
|
2015-06-18 22:22:16 -04:00 |
Arlo White
|
b1a56d5fe5
|
Corrected alignment section to note that halign does work if your text has newlines. Simplify the language, which was a bit too technical.
|
2015-06-18 19:07:14 -07:00 |
Arlo White
|
ee7dcab2b1
|
Added "Sizing and text content" section to Label API documentation, which describes how to use text_size and texture_size. Link to this section from Button API. Fix a few Label attr links in 2nd section.
|
2015-06-18 16:22:21 -07:00 |
akshayaurora
|
e64e902766
|
fix doc for window.minimum_width/height and update config
|
2015-06-19 02:24:19 +05:30 |
Kovak
|
dd94005400
|
Merge pull request #3423 from kivy/log_gl_error_redo
Log gl error redo
|
2015-06-18 14:48:58 -06:00 |
Akshay Arora
|
178f706f39
|
Merge pull request #3414 from mtskelton/master
Adds minimum window size support for SDL
|
2015-06-19 01:02:32 +05:30 |
Akshay Arora
|
232acd905f
|
Merge pull request #3437 from denys-duchier/plus-class-prefix-removal
in kv lang, the '+' prefix support for classes was removed in 16bd02c
|
2015-06-19 00:50:40 +05:30 |
matham
|
e2c76c024e
|
Merge pull request #3445 from kived/fix-markup-binding
fix markup binding error
|
2015-06-18 14:29:11 -04:00 |
Ryan Pessa
|
62932806ce
|
fix markup binding error
|
2015-06-18 13:14:27 -05:00 |
dessant
|
8a981d4309
|
Merge pull request #3440 from cbenhagen/patch-1
adjust videoplayer buttons to pixel density
|
2015-06-17 16:59:59 +03:00 |
Ben Hagen
|
4171ab0e65
|
adjust videoplayer buttons to pixel density
|
2015-06-17 14:57:17 +02:00 |
Matthew Einhorn
|
a7eaa86720
|
Document `right: root.right` issues.
|
2015-06-16 13:30:43 -04:00 |
Denys Duchier
|
dd2c9c70bb
|
in kv lang, the '+' prefix support for classes was removed in 16bd02c
this patch removes the last (non-working) accepting test for this case.
|
2015-06-15 21:50:20 +02:00 |
Zen-CODE
|
80463d1e08
|
doc: added naming convention details
|
2015-06-15 08:42:52 +02:00 |
Mark Skelton
|
eb8c587273
|
Added versionadded tag for minimum window size support in SDL
|
2015-06-13 00:00:39 +01:00 |
Kovak
|
2b642824c0
|
change HIDE_GL_LOG to DEBUG_GL, default to False
|
2015-06-12 13:24:17 -06:00 |
Kovak
|
fffd543ae6
|
default gl logging to on
|
2015-06-11 23:36:30 -06:00 |
Kovak
|
3a13326e0c
|
edit upload_uniforms error logs to include more information
|
2015-06-11 23:36:20 -06:00 |
Kovak
|
af3ed6e38b
|
introduce log_gl_error to several parts of code base
|
2015-06-11 23:21:40 -06:00 |
Kovak
|
e3147bf53a
|
revert merge conflict fix
|
2015-06-11 22:42:43 -06:00 |
Kovak
|
e8e74f0694
|
resolve merge conflict
|
2015-06-11 22:39:44 -06:00 |
Kovak
|
3f83e79387
|
add a config option for the new debug logger, make actual function a pxi
|
2015-06-11 22:37:00 -06:00 |
Mathieu Virbel
|
e982a8a5d9
|
Merge pull request #3393 from RA-dim/patch-1
Resolve missing keyboard event for key 'o' on RPI
|
2015-06-12 03:22:40 +02:00 |
Mathieu Virbel
|
a416b8eb2a
|
Merge pull request #3397 from lhelontra/egl_window
Added X11 window with EGL
|
2015-06-12 03:22:10 +02:00 |
Mathieu Virbel
|
a81c0482ff
|
Merge pull request #3409 from rekom/patch-1
bugfix ProgressBarContainer.kv
|
2015-06-12 03:18:33 +02:00 |
Mathieu Virbel
|
02438426f6
|
Merge pull request #3420 from kivy/log_gl_error
introduce a gl error logging function that supports a user defined note
|
2015-06-12 03:13:52 +02:00 |
Kovak
|
a4d7253d7a
|
remove glEnum ret declaration
|
2015-06-11 16:27:07 -06:00 |
Kovak
|
6719907eee
|
remove extra whitespace
|
2015-06-11 16:26:46 -06:00 |
Kovak
|
a1da3117c1
|
remove extra spaces added
|
2015-06-11 16:24:45 -06:00 |
Kovak
|
ca777412fc
|
introduce a gl error logging function that supports a user defined note to provide more context for the error
|
2015-06-11 16:22:32 -06:00 |
Ryan Pessa
|
7243612b7c
|
fix bad doc in core.text
Fixes #3419
|
2015-06-11 13:43:58 -05:00 |
Ryan Pessa
|
b2d86839f7
|
Merge pull request #3417 from kived/py3-probesysfs
fix probesysfs str error on py3
|
2015-06-11 10:39:21 -05:00 |
Ryan Pessa
|
4c8e234d4a
|
fix probesysfs str error on py3
|
2015-06-11 10:24:32 -05:00 |
Mark Skelton
|
ca4a18e0a2
|
Adds minimum window size support for SDL
|
2015-06-10 20:12:08 +01:00 |