Commit History

Author SHA1 Message Date
  Marko Pintera b63db1970e Game objects now use a shared_ptr instead of a raw pointer 12 years ago
  Marko Pintera 3ce6e0bc8f Each game object now has an unique instance id 12 years ago
  Marko Pintera 15ad1a70cf Updated tree view auto expand functionality 12 years ago
  Marko Pintera 646beef809 Auto-expand elements we're dragging over 12 years ago
  Marko Pintera 051bbe0c52 Navigating tree view with the arrow keys 12 years ago
  Marko Pintera ea13813c80 MouseOut event now properly gets sent before MouseOver 12 years ago
  Marko Pintera 9dcdb62b63 Scroll bars now drag and highlight properly 12 years ago
  Marko Pintera d816266400 Fixed tree view bounds so they are properly clipped 12 years ago
  Marko Pintera 7d238b1ebb Various ScrollArea fixes so that contents aren't just clipped 12 years ago
  Marko Pintera 278c8d4803 TreeView reparenting 12 years ago
  Marko Pintera d6a17b1d86 Tree view drag and drop with highlights 12 years ago
  Marko Pintera 68aa0ab4f7 Multi-select for TreeView working 12 years ago
  Marko Pintera 68498c5ea3 TreeView multi-select (untested) 12 years ago
  Marko Pintera c853b80d25 Fixed a bug in RectI clipping code 12 years ago
  Marko Pintera 41ca843e12 Fixed important issue with GUIManager element grouping 12 years ago
  Marko Pintera 8e34ff6c59 Removed selective input 12 years ago
  Marko Pintera d7fcf5dc94 Properly send FocusLost event to windows (and in turn, to GUIElements) 12 years ago
  Marko Pintera 46094b3bfa Fixed some issues with RTTI plain value setter/getters (any_cast wasn't able to cast to base types, so I had to encapsulate things a bit further) 12 years ago
  Marko Pintera 88c83017de Started work on undo/redo system 12 years ago
  Marko Pintera 7b9d01ccaf Refactored how GUI elements gain and lose focus 12 years ago
  Marko Pintera 571341f9e5 Started work on rename functionality of TreeView 12 years ago
  Marko Pintera 53af23ab1d Modified how I measure optimal text size - Optimal height now uses line height instead of height of actually visible characters 12 years ago
  Marko Pintera 43332cf0e4 Added selection to TreeView 12 years ago
  Marko Pintera 8992a08462 Fixed a serious issue with MeshHeap where queries would trigger more and more callbacks every frame 12 years ago
  Marko Pintera fd98fc59cd GUI spaces are no longer permanently registered as being dirty 12 years ago
  Marko Pintera b5d74cbb33 TreeView expand now works 12 years ago
  Marko Pintera 10103490e2 TreeView now properly displays elements as sorted 12 years ago
  Marko Pintera 60305ce936 Tree view now renders properly 12 years ago
  Marko Pintera 05736aad70 Started work on TreeView 12 years ago
  Marko Pintera c6395d1656 Separated editor and engine GUI styles 12 years ago