maltaisn

Results 19 issues of maltaisn

When an error highlights a part of the code, the error only goes away when the highlighted code is completely erased. For example, say that after doing some refactoring, there...

The `Label` class has a `setFontScale(scaleX, scaleY)` method which allows to set the scale of the bitmap font used for layout calculations and drawing. This is very useful when using...

enhancement
scene2d

The Karnaugh table concept can be extended with 5 and 6 variables, becoming some sort of Karnaugh cube. A cube isn't very practical for visualization though, so instead each layer...

enhancement

I'm interested in adding support for the new AVR chips, 0/1/2-series tinyAVR and megaAVR, that have been released in the past few years. While overall the cores look a lot...

The `avr_exint` module keeps registering a cycle timer for the next cycle to make the low level triggered pin interrupt work correctly. Is there any reason why this is done...

Thank you for the great software! Here's a French translation.

> Great app, dev > > Simple... minimal... and ticks almost all boxes. > > Just one thing, can you add in-note search ? > > Attaching screenshot for better...

enhancement

Add a new feature to drag notes around to sort them manually. This custom order would be lost when sort settings are changed, presumably.

enhancement

For showing notes on the launcher.

enhancement

DefineFont glyph shapes aren't decoded automatically. Instead, `Shape.shapeFromData(ShapeData)` must be used on the only ShapeData record in the glyph shape to get the glyph path. However this method throws a...