Make testProg produce readable (non-overlapping) output.
[matthijs/projects/fpprac.git] / FPPrac.hs
2009-08-24 Matthijs KooijmanMake testProg produce readable (non-overlapping) output. master
2009-08-24 Matthijs KooijmanMake key events work.
2009-08-24 Matthijs KooijmanAdd comment.
2009-08-24 Matthijs KooijmanResize the backbuffer when the window is resized.
2009-08-24 Matthijs KooijmanAdd some comments and type signatures.
2009-08-24 Matthijs KooijmanRemove the state argument from gfxHandler'.
2009-08-24 Matthijs KooijmanImplement the GfxText request.
2009-08-24 Matthijs KooijmanMake the GfxClear handler work.
2009-08-24 Matthijs KooijmanAdd a backbuffer for the created window.
2009-08-24 Matthijs KooijmanSave the opened window in the state.
2009-08-24 Matthijs KooijmanGive the window a default width and height again.
2009-08-24 Matthijs KooijmanFix alignment.
2009-08-24 Matthijs KooijmanRemove testing exposeEvent callback.
2009-08-23 Matthijs KooijmanMake runGUI create a window again.
2009-08-23 Matthijs KooijmanMake runTina available again.
2009-08-23 Matthijs KooijmanMake FPPrac compile against Gtk2Hs instead of WxWidgets.
2009-08-23 Matthijs KooijmanAdd FPPrac module from Teletop.