Cronologia Commit

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