Commit History

Upphovsman SHA1 Meddelande Datum
  cutealien c4bb9297c0 Fix IGUIElements not getting a tab order because of invisible or disabled parents. 2 år sedan
  cutealien d0943cade7 Make some local variables in public headers const 2 år sedan
  cutealien e75d2904b1 Replace public header guards to avoid using indentifiers reserved by c++ 3 år sedan
  cutealien f73f9501f0 API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 3 år sedan
  cutealien 877feb0207 Add getAlign functions to IGUIElement 3 år sedan
  cutealien b5f139f8a7 Use _IRR_OVERRIDE_throughout. 5 år sedan
  cutealien 7d92f4c514 Set old values as default values in IGUIElement::deserializeAttributes. 5 år sedan
  cutealien 4edf23c775 Add serialization for ToolTip to IGUIElement. Thanks @chronologicaldot for fix. 6 år sedan
  cutealien e6cf90d594 The new EGET_ELEMENT_REMOVED event got... removed. 6 år sedan
  cutealien e2ca877234 Add gui event EGET_ELEMENT_REMOVED. Remove active focus now from elements which got removed from the gui graph. 6 år sedan
  cutealien bff50c751d Spelling fixes. 8 år sedan
  cutealien 0cbb9112a3 _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX removed. 9 år sedan
  cutealien 5cbc0836d1 IGUIElement::getElementFromPoint now virtual. 10 år sedan
  cutealien 7336c44751 Focus behavior of IGUIEnvironment now controllable (right-click focus, mouse-over focus). Disabled elements no longer get the focus unless users enforce it. 10 år sedan
  cutealien f21b7b9cf8 Reverting last changes - there is more stuff broken with generating documentation, so I suspect the real troubles is the layout file. 10 år sedan
  cutealien 8133fef8d2 Fixing doxygen layout for ISceneNode. Same should probably be done throughout. 10 år sedan
  cutealien ee19b6b5e8 Bugfix: IGUIElement::addChild now prevents setting an element as it's own child (fixes for example a crash in the GUI-editor). 10 år sedan
  hybrid 9f7227b7ad Some whitespace adjustment. 11 år sedan
  cutealien 2659619e1a Add IGUIElement::isTrulyVisible which works like ISceneNode::isTrulyVisible. 11 år sedan
  cutealien d39f77f0b3 Remove superfluous check in IGUIElement::recalculateAbsolutePosition (found by cppcheck utility). 11 år sedan
  hybrid 0a2330890a Bump copyright to 2012 12 år sedan
  cutealien 7ee90ea3d6 Added setName and getName to IGUIElement, the same way as it's in ISceneNode. Note: I don't yet add a function like ISceneManager::getSceneNodeFromName to IGUIEnvironment as well. The reason is that current implementations of related functions ISceneManager::getSceneNodeFromId and IGUIElement::getElementFromId are done very different and I first have to figure out if there's any way to reconcile those sanely. 12 år sedan
  hybrid 5e4d495dcc Bump copyright dates to 2011. 13 år sedan
  bitplane 34ccfb68d8 Renamed IGUIElement::bringToBack to sendToBack, like in Win32 SDK 13 år sedan
  cutealien 3897efe381 - Add new skin-colors: EGDC_GRAY_WINDOW_SYMBOL, EGDC_EDITABLE, EGDC_GRAY_EDITABLE, EGDC_FOCUSED_EDITABLE 14 år sedan
  cutealien 1641e03aac Add IGUIElement::bringToBack (patch written by DtD, although I'm to blame for the function-name) 14 år sedan
  hybrid 9e9e55a903 Merged revisions 3218-3270 from branch 1.7. Many bugfixes, mainly in GUI and device, a few mesh loader fixes. Octree culling bug fix. 14 år sedan
  cutealien 1b523f689b - Fix bug that menus on IGUIWindows with titlebar got drawn too high (id: 2714400) 14 år sedan
  cutealien a08f3e25d2 - Fix problem that modal windows do not get activated on setFocus (noticed by Yoran). 14 år sedan
  cutealien 3ca524aca4 Pass the rectangle in the IGUIElement constructor as const ref (thx at randomMesh) 15 år sedan