Jarek Foksa

Results 20 issues of Jarek Foksa

Fixes https://github.com/indragiek/INAppStoreWindow/issues/155.

When [window isDocumentEdited] returns YES then the red traffic light button should contain a small circle inside it.

Could you please add `[self.group resetMouseCaptures];` at the end of `-windowDidChangeFocus:` method in `INWindowButton.m`? This would fix issues with custom traffic lights being stuck with rollover image, it happens e.g....

Path clipping is a tough mathematical problem that requires some non-trivial code. Instead of trying to do it yourself I would use JavaScript Clipper [1] library. Clipper doesn't have full...

geometry/text-editable.coffee is implementing on-canvas text editing by overlying SVG `` element with editable HTML `` element and applying similar styles on it. I have figured out an easier way to...

enhancement

Just wondering, what is Apple's stance on web projects recreating the look and feel of Cocoa widgets? I was thinking about starting a similar project using Custom Elements and Shadow...

Implement bright and dark themes based on [Elementary OS HIG](https://elementary.io/en/docs/human-interface-guidelines#human-interface-guidelines). Widgets should be styled so that macOS and Elementary themes could be switched without breaking the app layout. Additional mockups:...

enhancement
theme

Implement Flat theme inspired by http://designmodo.github.io/Flat-UI/ and http://element.eleme.io/ Follow https://www.viget.com/articles/color-contrast and https://www.nngroup.com/articles/low-contrast/.

enhancement
theme

Inspirations: - http://accessibility.athena-ict.com/aria/examples/tooltip.shtml - http://cx.codaxy.com/v/master/docs/widgets/tooltips - http://ytiurin.github.io/html5tooltipsjs/ Sample usage: ```html Open Click to open a new tab ```

enhancement

Should look like the "Block" picker on https://casesandberg.github.io/react-color/