gi-gtk-declarative
gi-gtk-declarative copied to clipboard
Declarative GTK+ programming in Haskell
This includes https://github.com/owickstrom/gi-gtk-declarative/pull/107 and does the following: - compilation with ghc 9.2.* now succeeds https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.2#undecidableinstances-no-longer-implies-flexiblecontexts-in-instance-declarations - nixpkgs is updated to a recent version - docs build is updated to use...
Added 'FlexibleContexts' in Conversions.hs to support GHC 9.2.2. It doesn't seem to have issues running on Linux, example programs also work well. I changed hie.yaml to use cabal instead of...
In the code below, after clicking the close button of the window, the window will not close, staying open while the program is still running. Only after pressing enter on...
From this code bit https://github.com/owickstrom/gi-gtk-declarative/blob/b876aab4ee8b1e1e799c5346cade687429cd5ee3/gi-gtk-declarative/src/GI/Gtk/Declarative/CustomWidget.hs#L80 CustomKeep case is never mapped to Keep in Patch, therefore it induces lots of unnecessary UI updates. I noticed this from my work. Is there...
I wanted to try out gi-gtk-declarative so I created an empty stack project and added gi-gtk-declarative and gi-gtk-declarative-app-simple as dependencies (using the latest lts resolver 17.10) but unfortunately it fails...
First of all, thanks for this library! It gives me good opportunity and motivation to look into GUI applications. # What I want I want to use [gridAttachNextTo](https://hackage.haskell.org/package/gi-gtk-3.0.37/docs/GI-Gtk-Objects-Grid.html#v:gridAttachNextTo) instead of...
https://github.com/haskell-gi/haskell-gi/commit/15d6b30ce4409229f34f53a93e29705f52322394 mentions breaking changes, but it seems gi-gtk-declarative isn't affected
Bumps [pygments](https://github.com/pygments/pygments) from 2.5.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
There are many great examples, but all of them use `App.Simple`. I would like to use some other architecture for my application. A simple example of opening a window with...