Commit Graph

8 Commits

Author SHA1 Message Date
vurtun
fc85f33e93 Fixed Readme example 2016-02-16 18:48:40 +01:00
vurtun
730fd24746 Fixed popup drawing inside groups
Previously the popup buffer state was stored inside the group
panel layout instead of the window layout. This caused
overdraw for popups and the underlying window. To fix that now
all popups are stored inside the root window panel layout
and everything is drawn correctly.
2016-02-12 19:09:36 +01:00
vurtun
fdbcc52629 Merged examples and demos into one (first step)
While dividing previously spared me from a lot of work and problems
it is probably best to have everything working for every or as many
platforms as possible. Some platforms fail to provide good ways
to support everything (e.g.:X11 does not have pixmap clipping with
different width/height or alpha-blending) but all OpenGL demos
outside allegro (needs some additional work) should be able to run.
2016-02-11 23:29:02 +01:00
vurtun
9757f59c66 Finally fixed the oldest bug in this library
For now month I failed to find out why text calculation was
bugged for zahnrads own vertex buffer font. I finally found
the problem and fixed it.
2016-01-26 14:56:28 +01:00
vurtun
40c74cab1f updated contributing 2016-01-21 18:52:03 +01:00
vurtun
a8ea26e9f4 updated contributing.md 2016-01-15 13:17:37 +01:00
vurtun
686da73ce8 added some features 2016-01-13 14:32:53 +01:00
vurtun
dd5929f3c3 added contributing.md 2016-01-13 00:34:05 +01:00