1.4.1.2
- Kludgy bumped dep versions and resolver.
- LinuxUser404 bumped dep versions and added
cabal.project
& .travis.yml
.
- Set up travis builds with stack.
1.4.1.1
1.4.1
- Split
Wrapped
module to Window
and Misc
modules.
- Don't expose
ErrorCallback
, do expose the Error
type for custom error callbacks.
- Switch from ad-hoc parenting for shared contexts, to the "ancestor" pattern described in #24.
- Adjustments to debug logging format.
- Add smoketest for window close functions & sequential GPipe windows.
- Bump deps to
GPipe-2.2.1
1.4.0
- Rewrite for new window handling interface.
- Separate smoke tests to own package.
1.3.0
- Overhaul
Graphics.GPipe.Context.GLFW.Input
to expose most of the functionality in GLFW Input guide.
1.2.3
- SwiftsNamesake bumped version constraints.
- Add a smoke test and stubs for shared-context tests.
1.2.2
- grtlr added scroll callback registration.
- Add a readme to be a good citizen and update documentation.
1.2.1
- bch29 refactored and added new GLFW input callback registration functions as well as the
unsafe
module to access the GLFW window directly.
1.2
- bch29 exposed more of the underlying GLFW hints.