Age | Commit message (Collapse) | Author |
|
No rendering context is available until setCurrent is called the
first time, opengl extensions can not be loaded before the rendering
context is created.
|
|
|
|
The idea is to build a separate opengl library which can be reused
by other erlang applications.
|
|
Reported by akorosmezey.
|
|
It was missing as Doug Edmunds pointed out.
|
|
Also changed the wx.hrl output order.
Tried to get it to work with both doxygen-1.4.6 and doxygen-1.6.3.
Minor problems still exists with doxygen-1.6.3.
|
|
|
|
Changed representation of wxTreeItem to be int.
This saves memory, where the driver don't need to keep a reference map
for every tree item.
And added getFirstChild and getNextChild to wxTreeCtrl.
|
|
|
|
|