kivy/doc/sources
Mathieu Virbel a2647ada85 finish implementation of DPI.
The current implement live in NumericProperty. We still have a hack cause of Text core provider: we was always multiply the font_size by 1.333 for simulating DPI on standard screen (72->96).
But now, we should'nt do that. If we remove the multiplication, all the px font_size will be reduced.
In order to not break all the apps, we are doing the * 1.333 only for font_size != px, in Label and TextInput.
You can configure the DPI with --dpi=222 or KIVY_DPI=222.
2012-09-07 02:52:00 +02:00
..
.static activate gettingstarted in documentation + fix navigation from the menu. 2012-08-16 18:23:52 +02:00
.templates doc: add the page TOP before the global TOC, and reorder this one with jquery to prevent inclusion of title twice. 2012-03-29 03:31:03 +02:00
gettingstarted Doc: getting started fix links in the packaging section. 2012-08-17 05:49:14 +05:30
guide finish implementation of DPI. 2012-09-07 02:52:00 +02:00
images spinner: introduce new Spinner widget: A view that displays one child at a time and lets the user pick among them. Made only for text. 2012-07-31 16:02:51 +02:00
installation - instruct user to install nose from pip, not nosetest, fixes #655 2012-08-30 22:11:24 -04:00
sphinxext - updated references of ' ::' to '::' where appropriate 2012-07-25 14:18:54 -05:00
tutorials more corrections to docs 2012-08-09 13:50:05 +02:00
conf.py include getting started only for html output (avoid it for pdf.) 2012-08-17 12:53:39 +02:00
contact.rst iLanguage & editing changes for gettingstarted/ doc files. 2012-07-08 11:36:49 +02:00
contents.rst.inc include getting started only for html output (avoid it for pdf.) 2012-08-17 12:53:39 +02:00
contribute-unittest.rst iLanguage & editing changes for gettingstarted/ doc files. 2012-07-08 11:36:49 +02:00
contribute.rst some more doc fixes 2012-08-09 01:10:17 +02:00
faq.rst DOC: mention issues with adreno 200/205 based devices on Android 2.3.x 2012-08-31 17:08:16 +05:30
guide-index.rst merge doc/guide/contribution.rst with doc/contribute.rst 2012-07-22 01:16:30 +02:00
index.rst doc fixes to remove the hidden toctree 2012-08-16 16:54:52 +02:00
kivy-logo.png Update documentation to fit the website theme 2011-01-31 03:06:59 +01:00
kivystyle.sty textinput: fix invalid selection done when releasing shift key 2012-01-31 17:43:08 +01:00
logo.png doc: update logo 2012-01-25 13:29:57 +01:00
philosophy.rst iLanguage & editing changes for gettingstarted/ doc files. 2012-07-08 11:36:49 +02:00
tutorials-index.rst add pong tutorial 2012-01-10 21:53:01 -06:00