Peter Badida

Results 48 comments of Peter Badida

What about `Config.set('kivy', 'pause_on_minimize', 1)`? Wouldn't it be better to reuse this functionality to pause the app instead of making back button behave as the second home button?

I meant something like this: if WindowBase.on_keyboard.exit_on_escape: if key == 27 or all([is_osx, key in [113, 119], modifier == 1024]): if not self.dispatch('on_request_close', source='keyboard'): if platform == 'android' and Config.getbool('kivy',...

It's not a bug, it's just Kivy being loaded a little bit more than desired, which I think we can't really do anything about it except attempt to hide it...

@abhigenie92 the link is dead @melassa, @chintal Notice in the console this (my max size): > [INFO ] [GL ] Texture max size ```python from kivy.base import runTouchApp from kivy.lang...

Finally! I was finally able to reproduce the same inserting of the emoji I did before with the same font you have. > Samsung's default keyboard, kivy-master, android 4.4.2 the...

I see emojis (the grinning one mainly) in browser as `Segoe UI Emoji` or `EmojiOne` font. I tried to use the font (it's in `C:/Windows/Fonts`, I'm not sure about license...

@Leva7 Ding ding, you found the problem! @tito http://www.filedropper.com/osetest I put some emoji from the file into a separate test `ttf` font. There are emojis for range `a-z`, which are...

@goffi-contrib I don't see it with master and PIL. Not the exact copied emoji, nor unicode string in the example above. Could you test with 1.9.2?

Same here with Python 3.5.2 and Win 8.1. I don't think using the old PIL (e.g. 1.1.7) instead of Pillow would help here. @goffi-contrib could you test on Windows?

Yeah, seems like it's Firefox only thing. Also I noticed multitouch is broken. The rest however seems to be quite smooth if you have just that tab/page opened. Also if...