Commit History

Author SHA1 Message Date
  Marko Pintera 8bc3903ee2 Viewport properly resized with its render target 12 years ago
  Marko Pintera 5625ed794f Added a better way of handling custom non-square bounds 12 years ago
  Marko Pintera c4a59e1523 Window frame focus 12 years ago
  Marko Pintera 2e3ec543cc Added drag event 12 years ago
  Marko Pintera 5d477cd8a7 Added support for non-antialiased font rendering 12 years ago
  Marko Pintera cc40ddef9b Various improvements to the TitleBar and couple of GUI bug fixes 12 years ago
  Marko Pintera 3b65191d6a Check in before attempting first release build 12 years ago
  Marko Pintera b08adffb6c Work on tabbed title bar 12 years ago
  Marko Pintera 3115bd079d Removed some unused code 12 years ago
  Marko Pintera 9938d21273 Disabled linear filtering 12 years ago
  Marko Pintera 26f9639c60 Added a GUITexture class with support for tileable textures 12 years ago
  Marko Pintera d66d2016cd Added a std::queue with custom allocator 12 years ago
  Marko Pintera df225bbba5 Ported remaining new/delete calls to the new system 12 years ago
  Marko Pintera 1eafbaa11b More new alloc system porting 12 years ago
  Marko Pintera 8f95f0a87d More allocation porting 12 years ago
  Marko Pintera a8994b5d6a Slight modification to the new allocators 12 years ago
  Marko Pintera c5f46545e8 A bunch more code ported to new alloc system 12 years ago
  Marko Pintera 07ca908526 Ported byte allocations to an easier to use system 12 years ago
  Marko Pintera 1bd1a032b7 Preparing for some major allocation changes 12 years ago
  Marko Pintera 67ef1d1fbc Replaced all std containers with my custom wrappers 12 years ago
  Marko Pintera f215bc5700 Added custom allocator for most STL containers 12 years ago
  Marko Pintera 63de13b0ab Moved some of TextUtility allocations into vectors instead of doing each manually, hoping to reduce total alloc count 12 years ago
  Marko Pintera e8a735a10d Check in mem block pool before I delete it 12 years ago
  Marko Pintera 9c598ab4ef Added a stack allocator 12 years ago
  Marko Pintera 8737226e5f Added a dummy texture and a dummy mesh 12 years ago
  Marko Pintera 84b6518356 Added vert/horz text to GUIButton 12 years ago
  Marko Pintera c234e065e9 GUI elements can now provide depth per render element, instead of all sharing one depth 12 years ago
  Marko Pintera d432179ec1 Added margins to GUIElementStyle 12 years ago
  Marko Pintera 90e8454843 Gotten rid of default LayoutOptions and using GUIElementStyle instead 12 years ago
  Marko Pintera 599863fc64 Added GUI button and set up a working over/out event 12 years ago