Historique des commits

Auteur SHA1 Message Date
  Marko Pintera 9ac4938fd7 Fixed drop down scroll up and down button graphic il y a 12 ans
  Marko Pintera ab0ac7047c Context menu now receives proper mouse coordinates il y a 12 ans
  Marko Pintera 5c332ffb37 Fixed drop down box background frame graphic il y a 12 ans
  Marko Pintera 872cc892ed Added proper parameter forwarding via std::forward to cm_new and SceneObject::addComponent il y a 12 ans
  Marko Pintera 21ee092f7a Added move semantics to cm_new which is the right way to do it (otherwise references would get actually passed by value) il y a 12 ans
  Marko Pintera 08b94f84b0 addComponent accepts a variable number of parameters instead of needing to call initialize() after il y a 12 ans
  Marko Pintera 9038e5a869 Added drag areas to MenuBar il y a 12 ans
  Marko Pintera c64f7a2727 Added a base GUIButtonBase class for button, toggle and list box il y a 12 ans
  Marko Pintera 98c3aa7686 Moved drop box methods out from GUIManager into their individual classes il y a 12 ans
  Marko Pintera 28ccb937a8 Drop down box sub-menus now belong to the same widget il y a 12 ans
  Marko Pintera 469ea333ec Added support for selective input in GUIManager il y a 12 ans
  Marko Pintera 51e037acb2 Submenu drop down box buttons now have hover il y a 12 ans
  Marko Pintera 3e18542dcb MenuBar hooked up, for the most part il y a 12 ans
  Marko Pintera d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize il y a 12 ans
  Marko Pintera 3cc716a4af More work on getting MenuBar up and running il y a 12 ans
  Marko Pintera cef707a863 Removed GUIMenuBar from BansheeEngine (it was previously added to BansheeEditor) il y a 12 ans
  Marko Pintera 7e7d516e1e Moved MenuBar to BansheeEditor il y a 12 ans
  Marko Pintera 165460839a Fixing an alloc/dealloc issue that was happening when GUI layout update was called on a layout with 0 elements il y a 12 ans
  Marko Pintera 9d8c22a9cc Added a way to open menu bar menu in GUIManager il y a 12 ans
  Marko Pintera 2b6ff54e6d GUIMenu can now return data used for initializing a GUIDropDownBox il y a 12 ans
  Marko Pintera 47682e394e Work on GUIMenuBar il y a 12 ans
  Marko Pintera 8ac654905c Added better handling for different positioning types GUIDropDownBox needs il y a 12 ans
  Marko Pintera 55524cd621 Starting work on context menu and modifiying some wrong design choices with GUIMenu il y a 12 ans
  Marko Pintera b60d39677c Added GUIMenu base class il y a 12 ans
  Marko Pintera 977e1609d0 Hooked up DropDownBox scrolling up/down il y a 12 ans
  Marko Pintera e7bee38c97 GUIManager can now handle multiple drop down boxes il y a 12 ans
  Marko Pintera cf2ec84061 Made GUIDropDownBox more generic so it accepts different styles for listbox, context menu and menu bar il y a 12 ans
  Marko Pintera ab342190f5 Switching selection in drop down list actually works il y a 12 ans
  Marko Pintera 2d8119eafc Much more flexible way of dealing with drop down boxes il y a 12 ans
  Marko Pintera 74b41eb6d3 GUIWidget getSkin/setSkin now returns/accepts a reference instead of a pointer il y a 12 ans