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 години