tpajenka
|
ca51c23650
|
restructured GUI widgets' data representation from class type/instance-based
to function-based
advantage: single constructor for any widget type, no branching necessary
|
2014-05-03 15:21:58 +02:00 |
|
tpajenka
|
5be37f6453
|
moved user event handling into UI/Callbacks.hs
|
2014-05-01 20:31:15 +02:00 |
|
tpajenka
|
d5eb4f93a3
|
removed unnecessary language extension
|
2014-04-26 19:58:20 +02:00 |
|
tpajenka
|
2d80c92384
|
finished storing ui widgets into a HashMap and referencing them by UIId.
Additionally, widgets functions now use the Pioneers monad.
Branch is compiling again and works.
|
2014-04-26 19:16:53 +02:00 |
|
tpajenka
|
6879201c53
|
worked on storing widgets in HashMap and referencing via Id
incorporated Pioneers monad into ui operations
!!still WIP, does not compile (TODO: UIOperations, Callbacks, Main?,
Types?)!!
|
2014-04-24 23:42:05 +02:00 |
|
tpajenka
|
a9a97f7544
|
started referencing ui widgets by id via hashmap, WIP, does not compile
|
2014-04-23 13:08:18 +02:00 |
|