twui icon indicating copy to clipboard operation
twui copied to clipboard

A UI framework for Mac based on Core Animation

Results 21 twui issues
Sort by recently updated
recently updated
newest added

Hi, These changes adds a subclass to TUIImage that is backed by an NSImage instance (not CGImageRef). The benefits are: - Supports PDF-based images. - Brings in NSImage's support for...

Otherwise we get strange artifacts when re-drawing TUILabels on Retina displays.

Suppresses warnings from mis-matched string formatters.

The imageName method in TUIImage could not accept the image name without ext. The NSImage or UIImage could auto complete the image name with png and @2x according to the...

When using a touch/trackpad the scroll indicators are not visible while dragging. The only way to make them appear is to flick the scrollview. They become visible as soon as...

I'm trying to track down a crash that occurs when a window is closed (and released) that contains a TwUI view hierarchy. From what I can tell, while a `NSWindow`...

In the past I could draw a text inside a table view cell with a different color, depending on the cell state (selected or not) by using a text renderer...

I believe that you would do a great favor to potential users of your framework if you wrote a short _getting started_ guide. Currently one has to dig into the...

Looks like a lot of new commits entered... time to spin a 0.3.0 release?