matthijs/projects/fpprac.git
14 years agoAdd a backbuffer for the created window.
Matthijs Kooijman [Mon, 24 Aug 2009 18:24:33 +0000 (20:24 +0200)]
Add a backbuffer for the created window.

This backbuffer is copied to the window on every expose event, but
nothing is draw on it yet.

14 years agoSave the opened window in the state.
Matthijs Kooijman [Mon, 24 Aug 2009 17:51:16 +0000 (19:51 +0200)]
Save the opened window in the state.

14 years agoGive the window a default width and height again.
Matthijs Kooijman [Mon, 24 Aug 2009 17:44:08 +0000 (19:44 +0200)]
Give the window a default width and height again.

14 years agoFix alignment.
Matthijs Kooijman [Mon, 24 Aug 2009 17:31:40 +0000 (19:31 +0200)]
Fix alignment.

14 years agoRemove testing exposeEvent callback.
Matthijs Kooijman [Mon, 24 Aug 2009 17:15:38 +0000 (19:15 +0200)]
Remove testing exposeEvent callback.

It only drew a fixed circle, not so interesting.

14 years agoMake runGUI create a window again.
Matthijs Kooijman [Sun, 23 Aug 2009 16:06:09 +0000 (18:06 +0200)]
Make runGUI create a window again.

Events are not yet handled, backbuffering for drawing operations isn't
supported yet either.

14 years agoMake runTina available again.
Matthijs Kooijman [Sun, 23 Aug 2009 14:40:01 +0000 (16:40 +0200)]
Make runTina available again.

Actual GUI creation and event handling is not working yet.

14 years agoMake FPPrac compile against Gtk2Hs instead of WxWidgets.
Matthijs Kooijman [Sun, 23 Aug 2009 14:20:24 +0000 (16:20 +0200)]
Make FPPrac compile against Gtk2Hs instead of WxWidgets.

Most of the code is still disabled this commit only makes the exported
types work properly.

14 years agoAdd FPPrac module from Teletop.
Matthijs Kooijman [Sun, 23 Aug 2009 13:24:56 +0000 (15:24 +0200)]
Add FPPrac module from Teletop.

14 years agoEmpty initial commit.
Matthijs Kooijman [Sun, 23 Aug 2009 13:24:22 +0000 (15:24 +0200)]
Empty initial commit.