Commit History

作者 SHA1 備註 提交日期
  cutealien c4bb9297c0 Fix IGUIElements not getting a tab order because of invisible or disabled parents. 2 年之前
  cutealien d0943cade7 Make some local variables in public headers const 2 年之前
  cutealien e75d2904b1 Replace public header guards to avoid using indentifiers reserved by c++ 3 年之前
  cutealien f73f9501f0 API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 3 年之前
  cutealien 877feb0207 Add getAlign functions to IGUIElement 3 年之前
  cutealien b5f139f8a7 Use _IRR_OVERRIDE_throughout. 5 年之前
  cutealien 7d92f4c514 Set old values as default values in IGUIElement::deserializeAttributes. 5 年之前
  cutealien 4edf23c775 Add serialization for ToolTip to IGUIElement. Thanks @chronologicaldot for fix. 6 年之前
  cutealien e6cf90d594 The new EGET_ELEMENT_REMOVED event got... removed. 7 年之前
  cutealien e2ca877234 Add gui event EGET_ELEMENT_REMOVED. Remove active focus now from elements which got removed from the gui graph. 7 年之前
  cutealien bff50c751d Spelling fixes. 8 年之前
  cutealien 0cbb9112a3 _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX removed. 9 年之前
  cutealien 5cbc0836d1 IGUIElement::getElementFromPoint now virtual. 10 年之前
  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 年之前
  cutealien f21b7b9cf8 Reverting last changes - there is more stuff broken with generating documentation, so I suspect the real troubles is the layout file. 10 年之前
  cutealien 8133fef8d2 Fixing doxygen layout for ISceneNode. Same should probably be done throughout. 10 年之前
  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 年之前
  hybrid 9f7227b7ad Some whitespace adjustment. 11 年之前
  cutealien 2659619e1a Add IGUIElement::isTrulyVisible which works like ISceneNode::isTrulyVisible. 11 年之前
  cutealien d39f77f0b3 Remove superfluous check in IGUIElement::recalculateAbsolutePosition (found by cppcheck utility). 12 年之前
  hybrid 0a2330890a Bump copyright to 2012 12 年之前
  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 年之前
  hybrid 5e4d495dcc Bump copyright dates to 2011. 14 年之前
  bitplane 34ccfb68d8 Renamed IGUIElement::bringToBack to sendToBack, like in Win32 SDK 14 年之前
  cutealien 3897efe381 - Add new skin-colors: EGDC_GRAY_WINDOW_SYMBOL, EGDC_EDITABLE, EGDC_GRAY_EDITABLE, EGDC_FOCUSED_EDITABLE 14 年之前
  cutealien 1641e03aac Add IGUIElement::bringToBack (patch written by DtD, although I'm to blame for the function-name) 14 年之前
  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 年之前
  cutealien 1b523f689b - Fix bug that menus on IGUIWindows with titlebar got drawn too high (id: 2714400) 15 年之前
  cutealien a08f3e25d2 - Fix problem that modal windows do not get activated on setFocus (noticed by Yoran). 15 年之前
  cutealien 3ca524aca4 Pass the rectangle in the IGUIElement constructor as const ref (thx at randomMesh) 15 年之前