Commit History

Author SHA1 Message Date
  Marko Pintera 085a98cd70 Fixed an issue localized strings and an exception that would happen when language was changed and update method was called on a deallocated object 12 years ago
  Marko Pintera 23d99435eb Integrated HString and ensured it works 12 years ago
  Marko Pintera a0058c8116 Complete overhaul of GUI mouse input. Changed input to work using OS provided data for mouse buttons since I was having trouble with context switching in OIS 12 years ago
  Marko Pintera 08b94f84b0 addComponent accepts a variable number of parameters instead of needing to call initialize() after 12 years ago
  Marko Pintera 51e037acb2 Submenu drop down box buttons now have hover 12 years ago
  Marko Pintera cf2ec84061 Made GUIDropDownBox more generic so it accepts different styles for listbox, context menu and menu bar 12 years ago
  Marko Pintera 74b41eb6d3 GUIWidget getSkin/setSkin now returns/accepts a reference instead of a pointer 12 years ago
  Marko Pintera 35072da756 Added GUIContent so I can more easily specific contents for various GUIElements that might need text/image/tooltip/etc 12 years ago
  Marko Pintera 0d54df82fe A lot more work on drop down 12 years ago
  Marko Pintera 34ec6795ae Basic DropDown functionality 12 years ago
  Marko Pintera 09f3759d15 Fixed an issue with drag and drop and SetCapture 12 years ago
  Marko Pintera 42ba0b9198 Scene view now uses a separate render target instead of GUIViewport 12 years ago
  Marko Pintera 7e61e8215e GUIViewport works 12 years ago
  Marko Pintera cb10df23fe Getting render target bindings to work so it shows up in GUI 12 years ago