Commit History

Author SHA1 Message Date
  Marko Pintera 64b31cf1e5 Added DropDownWindow (WIP) 10 years ago
  Marko Pintera f6c1d83ca6 C# context menu for GUI 10 years ago
  Marko Pintera acef2fb9f3 Properly ignore GUI elements that were destroyed during input events 10 years ago
  Marko Pintera 42f50ced62 Added C# Renderable and Mesh interfaces 10 years ago
  Marko Pintera baf74e865e Fixing various GUI issues to get it back to working state after the recent refactors 10 years ago
  Marko Pintera 005da72c82 Better way of calculating GUI clip rectangle 10 years ago
  Marko Pintera 22cf8a4b76 More optimized GUI element bound calculations (WIP) 10 years ago
  Marko Pintera 34ba85fa44 Refactored GUI layout updates so they are faster and don't require an update to the entire GUI widget 10 years ago
  Marko Pintera b74cf06aa0 C# versions of Shader and Material resources 10 years ago
  Marko Pintera 524466d73d C# DropTarget (untested) 10 years ago
  Marko Pintera 3c85332fe8 When word wrapping text with word break, use only word break if word wrap is not possible 10 years ago
  Marko Pintera 3b445b8888 Updated GUI panel depth so it's signed and accepts both minimum and maximum ranges 10 years ago
  Marko Pintera 97a70b6f03 Proper screen <-> window coordinate transformations for modal windows 10 years ago
  Marko Pintera 2c07fe3dd4 Getting UI working back to normal after GUIArea refactor 10 years ago
  Marko Pintera 65cdd2a30a Removed all uses of GUIArea (WIP) 10 years ago
  Marko Pintera 36dd4706af WIP changing all uses of GUIArea to GUIPanel 10 years ago
  Marko Pintera 42786f0f7f Added depth range to GUIPanel 10 years ago
  Marko Pintera d4d09c85d9 Removed GUIPanelContainers and using the new built-in GUIPanel instead 10 years ago
  Marko Pintera 2952bf6d1a Fixing an issue with layouts and spaces not getting removed from parent when destroyed 10 years ago
  Marko Pintera d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 years ago
  Marko Pintera 33ab6e3f79 Refactored GUILayoutOptions: 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 929611c919 WIP work on ProjectWindow 10 years ago
  Marko Pintera 2e15f65ce9 Fixing an issue where core window operations could start before the sim thread had properly finalized window creation 10 years ago
  Marko Pintera fbbe8659aa Refactored how builtin resources are processed and loaded 10 years ago
  Marko Pintera 55d20b27b9 Added RTTI for GUISkin and GUIElementStyle 10 years ago
  Marko Pintera ecfe9ff397 Project library dependant resource import (untested) 10 years ago
  Marko Pintera d0793ab046 Shader default values (untested) 10 years ago
  Marko Pintera 5e9208b280 Fixing shader includes 10 years ago
  Marko Pintera 43c78bc4d0 WIP shader includes 10 years ago