CEGUI Logo

CEGUI - Change Log

CEGUI - SVN (state branch and revision)
=======================================
- 0000228: [Core library (CEGUIBase)] Add ItemListbox::ensureItemIsVisible member function (CrazyEddie) - resolved.
- 0000239: [Scripting Modules] Add ability to specify a lua function to be passed as an error handler (CrazyEddie) - resolved.
- 0000233: [Renderer modules] [PATCH] DirectFB renderer module + supporting sample base app (CrazyEddie) - resolved.
- 0000230: [Renderer modules] Endian issue when using Freeimage based codec on the Apple Mac (CrazyEddie) - resolved.
- 0000250: [Core library (CEGUIBase)] It is possible to cause creation of Window objects during CEGUI::System destruction. (CrazyEddie) - resolved.
- 0000249: [Core library (CEGUIBase)] WindowFactory object ownership and cleanup issues (CrazyEddie) - resolved.
- 0000245: [Core library (CEGUIBase)] Script module bindings are destroyed before objects that may fire subscribed scripted event handlers (CrazyEddie) - resolved.
- 0000248: [Core library (CEGUIBase)] uint32_t type is not known in VStudio2008 environment (CrazyEddie) - resolved.
- 0000244: [Core library (CEGUIBase)] With RiseOnClick set to false, events are not handled correctly (CrazyEddie) - resolved.
- 0000238: [Core library (CEGUIBase)] mouse wheel scroll on Slider reversed (CrazyEddie) - resolved.
- 0000247: [Documentation] The Falagard docs are out of date with regards to PropertyDim (CrazyEddie) - resolved.
- 0000229: [Core library (CEGUIBase)] Endianness issue with colour property value interpretation on PPC Mac (CrazyEddie) - resolved.
- 0000237: [Core library (CEGUIBase)] Window::getChild should not be recursive (CrazyEddie) - resolved.
- 0000225: [Scripting Modules] Lua event handlers subscribed from within lua always return as having handled event (CrazyEddie) - resolved.
- 0000226: [Core library (CEGUIBase)] Injected input still sent to invisible root window (CrazyEddie) - resolved.
- 0000224: [Core library (CEGUIBase)] Enhance logging to include addresses for created objects. (CrazyEddie) - resolved.
- 0000232: [Core library (CEGUIBase)] Tab Controller: Not checking nil values (CrazyEddie) - resolved.
- 0000235: [Core library (CEGUIBase)] cegui-0.6.1 not compatible with xerces-c-3 (CrazyEddie) - resolved.
- 0000215: [Core library (CEGUIBase)] getChild / isChild inconsistency (CrazyEddie) - resolved.
- 0000213: [Core library (CEGUIBase)] getWindowContainingMouse might return old value (CrazyEddie) - resolved.
- 0000222: [Samples Framework / Sample Applications] Small changes regarding samples (CrazyEddie) - resolved.
- 0000221: [Core library (CEGUIBase)] Vector out of bounds in Window::update (CrazyEddie) - resolved.
- 0000220: [Core library (CEGUIBase)] setSelected for ComboBox (CrazyEddie) - resolved.
- 0000218: [Core library (CEGUIBase)] Use of Property based interface for Tree specific settings causes program crash. (CrazyEddie) - resolved.
- 0000197: [Other] The 0.5.0 -> 0.6.0 update breaks the ABI without changing soname (CrazyEddie) - resolved.
- 0000203: [Core library (CEGUIBase)] Make construction, assignment, and copying of core singleton objects impossible (CrazyEddie) - resolved.
- 0000204: [Core library (CEGUIBase)] Change default state so that tool-tip text is inherited. (CrazyEddie) - resolved.
- 0000212: [Samples Framework / Sample Applications] Install Fails on Linux DragDropDemo (CrazyEddie) - resolved.
- 0000208: [Core library (CEGUIBase)] Timeout values for mouse click/double-click/treble-click are missing a way of easily specifying infinity. (CrazyEddie) - resolved.
 - 0000209: [Core library (CEGUIBase)] Change the default single-click timeout to 0 (infinity/no-timeout) (CrazyEddie) - resolved.
- 0000202: [Core library (CEGUIBase)] Injection of current mouse position still causes events to fire and other side effects (CrazyEddie) - resolved.
- 0000195: [Core library (CEGUIBase)] Add member Window::appendText (CrazyEddie) - resolved.
- 0000206: [Core library (CEGUIBase)] ItemListbox::removeItem() does not check selected state and can leave dangling pointer (CrazyEddie) - resolved.
- 0000205: [Documentation] Small doc error (CrazyEddie) - resolved.
- 0000207: [Renderer modules] Exception message in DirectX9Renderer::postD3DReset is incorrect. (CrazyEddie) - resolved.
- 0000123: [Core library (CEGUIBase)] Spinner setCurrentValue with float (CrazyEddie) - resolved.
- 0000186: [Core library (CEGUIBase)] CEGUI::System::setDefaultXMLParserName was modified and is not fit for purpose. (CrazyEddie) - resolved.
- 0000201: [Renderer modules] OpenGL renderer not setting the active texture unit. (CrazyEddie) - resolved.
- 0000192: [Core library (CEGUIBase)] TabControl: bug in removeTab (CrazyEddie) - resolved.
- 0000198: [Other] RFE: allow using system versions of TinyXML and tolua++ (CrazyEddie) - resolved.
- 0000194: [Core library (CEGUIBase)] Mouse Args Missing Delta (CrazyEddie) - resolved.
- 0000193: [Core library (CEGUIBase)] FrameWindow resize bug (CrazyEddie) - resolved.
- 0000184: [Samples Framework / Sample Applications] Sample applications do not build under Msys/MinGW (CrazyEddie) - resolved.
- 0000178: [Core library (CEGUIBase)] Can't get correct string when dynamic module load failed. (CrazyEddie) - resolved.
- 0000183: [Core library (CEGUIBase)] Build on Windows (MinGW/Msys) not linking with needed libraries. (CrazyEddie) - resolved.
- 0000175: [Core library (CEGUIBase)] Freetype font creation bug (CrazyEddie) - resolved.
- 0000172: [Core library (CEGUIBase)] Crash on Window::isTopOfZOrder (CrazyEddie) - resolved.
- 0000167: [Core library (CEGUIBase)] Marco "PixelAligned" is wrong for negative (CrazyEddie) - resolved.
- 0000162: [Core library (CEGUIBase)] Re-apply sorting in lists (CrazyEddie) - resolved.
- 0000164: [Core library (CEGUIBase)] SelectedItem set to NULL when closing a dropdown list (CrazyEddie) - resolved.
- 0000145: [Core library (CEGUIBase)] Slider thumb missing inside a tabbed window (CrazyEddie) - resolved.
- 0000165: [Core library (CEGUIBase)] Rev 1511: Rolling up a frame window does not always clip content. (CrazyEddie) - resolved.
- 0000136: [Core library (CEGUIBase)] mouse click injection no always handling... (CrazyEddie) - resolved.
- 0000155: [Core library (CEGUIBase)] MultiLineEditBox always claims to have handled onCharacter, even when it hasn't (CrazyEddie) - resolved.
- 0000154: [Core library (CEGUIBase)] PushButton doesn't work when under a widget with mousePassThrough enabled (CrazyEddie) - resolved.
- 0000153: [Core library (CEGUIBase)] incorrect generation of click events (CrazyEddie) - resolved.
- 0000152: [Core library (CEGUIBase)] CEGUI::String::assign() wrong behaviour (CrazyEddie) - resolved.
- 0000171: [Core library (CEGUIBase)] [Bug] MultiColumnList property ColumnHeader::set (CrazyEddie) - resolved.
- 0000143: [Core library (CEGUIBase)] configure script does not detect pthread / dlopen correctly (CrazyEddie) - resolved.
- 0000138: [Other] ./configure does not detect lua 5.0 on Ubuntu Linux (CrazyEddie) - resolved.
- 0000161: [Core library (CEGUIBase)] Apply patch which allows for both lua 5.0 and 5.1 (CrazyEddie) - resolved.
- 0000163: [Datafiles] xerces 2.8 fails to compile, parse TaharezLook.looknfeel (CrazyEddie) - resolved.
- 0000139: [Renderer modules] Memory Leak: CMemoryReadFile.cpp line 105 (kokoro-sama) - resolved.
- 0000133: [Core library (CEGUIBase)] When TinyXML throws, memory is not cleaned up (kokoro-sama) - resolved.

SourceForge.net Logo


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker