История коммитов

Автор SHA1 Сообщение Дата
  Ivan Safrin b7d3d5b096 Added SceneLight property sheet to editor, made Project/Unproject take a viewport parameter in Renderer, UI tweaks 12 лет назад
  Ivan Safrin c5634e5735 Added a static default blending mode to Entity, added BLEND_MODE_NONE blending mode option, made UI components render properly with default blending mode set to BLEND_MODE_NONE 12 лет назад
  Ivan Safrin 0b76b19e29 Recreated all IDE assets and both default UI themes as vector assets, exported high resolution retina assets, IDE will now choose a retina UI theme and retina assets if running on a retina display. Tons of UI tweaks across the board 12 лет назад
  Ivan Safrin c51a325316 Added Xcode 5 compatibility, retina display support in OS X, tweaked some UI positioning 12 лет назад
  Ivan Safrin 81e87a9001 Removed direct transform vector access in entities due to speed and memory considerations 12 лет назад
  Ivan Safrin 0822881875 Fixed mousewheel events 12 лет назад
  Ivan Safrin 124e0641ba Optimized UI rendering 12 лет назад
  Ivan Safrin 4bf7ff7347 Mouse emulation with touch, point size and smoothness settings in SceneMeshes, fix for Tweens not updating correctly, memory leak fixes, misc tweaks 12 лет назад
  Ivan Safrin 35ddb611e7 Fixed almost all UI and IDE issues 12 лет назад
  Ivan Safrin 7284783d0d More cleanup, got focus working 12 лет назад
  Ivan Safrin 499ac73584 More UI and IDE fixes 12 лет назад
  Ivan Safrin e45e14f3a2 Fixed more input event and UI stuff 12 лет назад
  Ivan Safrin 03b6f5b4ac Added 2D Scene implementation, fixed UI module to work with the new system, made clipping planes be defined by camera 12 лет назад
  Ivan Safrin 893a282ef1 First step towards merging Scenes and Screens 12 лет назад
  Ivan Safrin 7861bf3266 Fixed crash in text input resizing 12 лет назад
  Ivan Safrin 0e154ba75a Added function list dropdown to IDE text editor 12 лет назад
  Ivan Safrin cb41aa7e19 UITextInput will now keep current line offset after word wrap on resize 12 лет назад
  Ivan Safrin d238b1acac UITextInput will only scroll to reveal current line (when typing or in undo/redo operations) only if it's off screen 12 лет назад
  Ivan Safrin 009e198e25 Added support for context menus in UITextInput, added context menu for text inputs in the IDE 12 лет назад
  Ivan Safrin 6a4f0a1e17 Improved scrolling in large text files 12 лет назад
  Ivan Safrin fcdad51bf1 Calculate word wrap only if width changed on resize 12 лет назад
  Ivan Safrin 3cf838458d Added Home and End key support to UITextInput 12 лет назад
  Ivan Safrin ecd40648f2 Tweaked default shaders, re-enabled UITextInput calculating word wrap on setText, added debug printout to polyimport 12 лет назад
  Ivan Safrin 97373207cb Fixed delete key in UITextInput 12 лет назад
  Ivan Safrin 8e8b88df50 Merge pull request #361 from MattTuttle/deleteKey 12 лет назад
  Ivan Safrin 8b7f8e37cd Fixed doubleclick to select word in UITextInput 12 лет назад
  Ivan Safrin b7dc5f4275 Decoupled block highlighting from regular syntax highlighting to speed up block comments in large chunks of text. 12 лет назад
  Ivan Safrin 1d14f987c6 Focus now gets reset when a modal window is shown in the IDE 12 лет назад
  Ivan Safrin 201594023a Implemented UITextInput::setTextDiff, Undo/Redo now use setTextDiff, greatly speeding up undo/redo operations on large files 12 лет назад
  Ivan Safrin 75dc35dfa8 UITextInput now only re-renders labels for affected lines, not entire view buffer 12 лет назад