Commit History

Author SHA1 Message Date
  Marko Pintera 9f802264bf Clicking on a parent of a GUI menu item now properly closes the sub menu if its currently open 10 years ago
  Marko Pintera 53dc112890 Fixed an issue where GUI widget depth wasn't being used 10 years ago
  Marko Pintera adee486455 More work on the Project Window 10 years ago
  Marko Pintera 64b31cf1e5 Added DropDownWindow (WIP) 10 years ago
  Marko Pintera 22cf8a4b76 More optimized GUI element bound calculations (WIP) 10 years ago
  Marko Pintera 2c07fe3dd4 Getting UI working back to normal after GUIArea refactor 10 years ago
  Marko Pintera 36dd4706af WIP changing all uses of GUIArea to GUIPanel 10 years ago
  Marko Pintera 12c4c6b013 Refactored GUILayout and GUI space creation so layouts can be reparented and their creation is more alike other GUI elements 10 years ago
  Marko Pintera 55d20b27b9 Added RTTI for GUISkin and GUIElementStyle 10 years ago
  Marko Pintera eedeb41ab4 WIP - Way of adding menu items from C#, ShortcutManager and extended GUIMenu so it displays shortcut keys 10 years ago
  Marko Pintera 8782c6cc48 Slight fixes to EditorWidget and C# GUIArea depth 11 years ago
  Marko Pintera 9982b0ebd7 Added render window functionality for minimize/maximize/restore 11 years ago
  Marko Pintera 88ee5b68fd First part of render target refactor in order to get only core versions used on core thread 11 years ago
  Marko Pintera 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 years ago
  Marko Pintera 7094b00be0 A way to calculate optimal and actual GUI element bounds immediately (without waiting for layout update) 11 years ago
  Marko Pintera 17afc600a7 Massive Cm->Bs file rename 11 years ago
  Marko Pintera 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 years ago
  Marko Pintera 8bfe4ef813 Ported to VS2013 and removed boost completely 11 years ago
  Marko Pintera 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine 11 years ago
  Marko Pintera ce9be1bb29 GUI refactor - Editor compiles 11 years ago
  Marko Pintera d601e2c843 GUI elements refactor (removing GUIWidget from constructor) stage 1 11 years ago
  Marko Pintera d55f242a1c Using std::function and std::bind instead of boost 11 years ago
  Marko Pintera 42b20759ef Refactored Module startUp (does not compile because of a weird linker error ATM) 11 years ago
  Marko Pintera b81f40a8ec Moved BansheeEditor into a separate .dll to solve an issue with static members (primarily singletons) not being shared across .dlls if they're instantiated in an .exe 11 years ago