Results 52 comments of Kotcrab
trafficstars

Great response from @metaphore. FreeType dependency can't be added to VisUI because we need to support GWT. VisEditor was deprecated, I'm not accepting any PRs for it. That's why it's...

Looks like this is an issue with kerning. X offset of highlight is calculated only on the highlighted text itself while cursor is using glyph positions calculated on the entire...

You can try using any monospaced font. They don't use kerning and it should work better in general for code-type stuff. Or you can drop the rule for `|`, highlighting...

I'm assuming you mean having image next to the text in the tab selector. It's currently not possible to do, that widget is hard coded to use text button.

@mbrlabs eventually yes, if you need it asap you can copy `util/async` package and `AsyncTaskProgressDialog` class. I'll take a look at it tomorrow if I find some time.

@mbrlabs I've moved it, you can try it in latest snapshot.

This bit comes from libGDX and I haven't really used non continuous rendering. You should probably also report it in libgdx repo. That said I think cursor blinking is essential...

libgdx is using `Timer.schedule` in `TextField` for repeating keys, in `TooltipManager` (which was added after VisUI tooltips so it's different implementation) and in `DragScrollListener`. I would say it's pretty safe...

Alright, if you think this is not required right now we can wait for next libGDX release.

Unfortunately the current workflow with Inkscape makes it hard to produce more versions of skins because it lacks option to batch export files in multiple sizes. VisUI skins currently consists...