cegui
cegui copied to clipboard
Crazy Eddie's GUI library is a versatile, fast, adjustable, multi-platform, C++ library for creating graphical user interfaces for games and rendering applications
A DLL is built but a library is not created. May be an issue with import/export definitions. Release build is OK.
Cursor input event Drag events ?Key events? E.g. now users have to pass InputAggregator to the event handler to check if modifier keys are pressed when start dragging.
Atom is a reference to a string that is stored in memory only once, so all different atoms are guaranteed to be different strings, and vice versa. So atom comparison...
createTextureTarget creates default sized texture 128x128 although we know desired size and may request it directly without subsequent resizing. Also need to ensure that it all happens when d_pixelSize is...
**[Original report](https://bitbucket.org/cegui/cegui/issue/438) by Anonymous.** ---------------------------------------- **Automatic migration. Original reporter: "ianstangoe"** Discovered a bug when using "AutoRenderingSurface" "True" on a top-level window using OpenGL QuadBuffer. Basically the right eye image frequently...
**[Original report](https://bitbucket.org/cegui/cegui/issue/955) by Anonymous.** ---------------------------------------- **Automatic migration. Original reporter: "mattekenpis"** Add the possibility to play an xml animation "backward", using the same xml definition that the one used for the...
Effects defined in a FalagardWindowMapping are applied on the window creation. At that point no GUI context is set and therefore no RenderingWindow can be created. Effect name is not...
**[Original report](https://bitbucket.org/cegui/cegui/issue/1058) by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- More info: http://cegui.org.uk/forum/viewtopic.php?f=10&t=6933&p=33008#p33002 **Reproducibility:** have not tried
**[Original report](https://bitbucket.org/cegui/cegui/issue/1074) by Vadim A. Misbakh-Soloviov (Bitbucket: [mva](https://bitbucket.org/mva), GitHub: [mva](https://github.com/mva)).** ---------------------------------------- Hi there! CEGUI depends on tolua++, while last one has been firstly abandoned by the developers (and has no...
**[Original report](https://bitbucket.org/cegui/cegui/issue/1163) by Dennis Veatch (Bitbucket: [dveatch](https://bitbucket.org/dveatch), GitHub: [dveatch](https://github.com/dveatch)).** ---------------------------------------- # OS Lunar-Linux 64bit # ## Had no problems compiling cegui with the prior version of ogre. This version caused...