Commit History

Author SHA1 Message Date
  Marko Pintera d8914ff7fe Better way of dealing with GUI layout clipping 12 years ago
  Marko Pintera 36b22d834b Maybe a little better layout calculations 12 years ago
  Marko Pintera a839103701 Better GUILayoutOptions handling 12 years ago
  Marko Pintera ff723c2a08 GUILayout changes: 12 years ago
  Marko Pintera 33a24c8069 Fixed GUI shaders so elements render in proper order 12 years ago
  Marko Pintera 5ceaf3f0a2 Some fixes to GUILayout 12 years ago
  Marko Pintera 9f5f91587c Added the ability to or not to separate GUI elements by widget when rendering 12 years ago
  Marko Pintera b5fd01d86c Marking layout/area as dirty 12 years ago
  Marko Pintera 648f795e82 Added depth to GUIWidget and made GUIArea and GUIWidget depth UINT16, then combining them for final depth 12 years ago
  Marko Pintera 301aec0d46 Made more GUIElement methods internal 12 years ago
  Marko Pintera 9fe1924389 Getting rid of friend classes from GUIElement 12 years ago
  Marko Pintera edee70b158 Widget rendering now happens in GUIManager 12 years ago
  Marko Pintera 085ea5d441 Added GUISpace 12 years ago
  Marko Pintera a52471802f Added optimal size calculations for GUILabel 12 years ago
  Marko Pintera 8ca11e04ad Text rendering using TextUtility now works 12 years ago
  Marko Pintera 80136c13e9 Added TextUtility - a better way of generating renderable text 12 years ago
  Marko Pintera 0c7d968513 More work on layouts 12 years ago
  Marko Pintera 06f19ace97 Better way of updating GUI elements 12 years ago
  Marko Pintera bc285cfa86 Even more layout changes 12 years ago
  Marko Pintera 5b4a0a010e More work on GUI layout 12 years ago
  Marko Pintera 28f25fa239 Starting work on GUILayout 12 years ago
  Marko Pintera c6a04b525a Removing Input mouse/key callbacks 12 years ago
  Marko Pintera 637530c1f1 GUI manager mouse events implemented (not tested) 12 years ago
  Marko Pintera 0581e2fea5 Fixed DX9 and GL rendering which was broken due to new way forward renderer clears targets and renders objects 12 years ago
  Marko Pintera 1d4fc4cd6f GUIWidgets update only if they're actually dirty 12 years ago
  Marko Pintera cb02f49251 Handle bounds by inverse transforming input instead of transforming bounds themselves 12 years ago
  Marko Pintera 82a1cb6ee7 Order overlays based on depth 12 years ago
  Marko Pintera 8928baaf44 Better overlay rendering 12 years ago
  Marko Pintera 588d28952d More work on mouse events 12 years ago
  Marko Pintera 638d7bcd6c Removed Point class and replaced it with existing Int2 12 years ago