Custom Query (152 matches)
Results (28 - 30 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1248 | invalid | Fails to install because of missing dependencies | duncan | guest |
| description |
The Gtk2HS depends on alex and happy but they are not specified as requirements in the cabal file. From a fresh installation you get: cabal install gtk2hs-buildtools Resolving dependencies... Configuring gtk2hs-buildtools-0.12.1... cabal: The program alex is required but it could not be found. cabal: Error: some packages failed to install: gtk2hs-buildtools-0.12.1 failed during the configure step. The exception was: ExitFailure? 1 |
|||
| #802 | fixed | Fix drawWindowGetPointer | axel | A.Simon@… |
| description |
The function drawWindowGetPointer should never return Nothing, but maybe another flag that says if the window over which the mouse cursor resides is "known to Gtk". I interpreted that as the mouse cursor being over the Gtk application window and thus, returned Nothing in case it was outside. However, even if the mouse cursor is over the application window, this function returns NULL in some cases (i.e. "not known to Gtk"). |
|||
| #2 | invalid | GDK_TYPE_PIXBUF missing from the list of TMtypes | axel | vincenz |
| description |
For IconView? and co there is a need for a TreeClassModel?, for instance ListStore? and TreeStore?. When creating one of these it is important to choose what the columntypes are these are the TM*. However there seems to be a missing one: GDK_TYPE_PIXBUF. This is crucial as iconViewSetPixbufColumn depends on the column being of that type. And obviously then there will be a need for a new type GVpixbuf in addition TMpixbuf |
|||