Maximilian Stark

Results 12 issues of Maximilian Stark

It's currently not possible to compile vertex/fragment shaders for GL ES 3.0. Without any -p switch the version is GL ES 1.00, I'm currently using `-p 120` in order to...

#### Issue details Tooltips broken on Android. They do not show but cause an exception instead. Also referenced in #4921 #### Reproduction steps/code Run the UITest on android (i used...

android
scene2d
help wanted
good first issue

The Proguard docs define the syntax for a method definition like this: ``` [startline:endline:]originalreturntype [originalclassname.]originalmethodname(originalargumenttype,...)[:originalstartline[:originalendline]] -> obfuscatedmethodname ``` The current regex for methods looks like this: ``` {4}(?:[0-9]+:[0-9]+:)?(" + TYPE...

bug
mapping

Since the latest update 0.32.1, clips dont play in real time, but the video speeds up and is done within a fraction fo the clip section, while audio stays real...

bug
unconfirmed

When removing an element from its parent, the child's data model gets cleared and all the views deleted. But the text of the element, which was set to the output...

data binding

Fixes #365 by storing the initial and subsequently successfully parsed data-text expressions in the data-text attribute. When deleting the view, it restores the content of the element text to the...

enhancement
data binding

While DataModelConstructor::BindCustomDataVariable is useful, i would need to do it for every occurrence of a variable with that custom type definition across all my data models. This new method registers...

enhancement
data binding

I've just run into an interesting situation that was quite unexpected. Consider the following layout ```html {{ it.text }} ``` I'm using `attr-value` + `event-change` instead of `data-value` to be...

data binding

I have a max-height constrained container inside a tabset panel and scroll progress is always reset to 0 after one context update. I tested this even with a completely unstyled...

bug
layout

RCSS does not seem to support transitions for properties that are changed in the inline style. So for instance a progress bar that gets continuously updated in its width via...

enhancement