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

Автор SHA1 Сообщение Дата
  Ivan Safrin 97373207cb Fixed delete key in UITextInput 12 лет назад
  Ivan Safrin 8e8b88df50 Merge pull request #361 from MattTuttle/deleteKey 12 лет назад
  Ivan Safrin f5bd2323ff Merge pull request #358 from mcclure/texturecrash 12 лет назад
  Ivan Safrin f09dee97ab Made sure cursor gets set to arrow when modal dialogs are shown in the IDE and on entering top background 12 лет назад
  Ivan Safrin ff3db48c98 Merge branch 'master' of https://github.com/ivansafrin/Polycode 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 лет назад
  Christopher Reed 0d36ca7cd4 Fix potential memory leak. 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 лет назад
  Christopher Reed d3b06c68eb Fix to make cursor changing a bit more responsive. 12 лет назад
  Christopher Reed f62d9e0c22 Put cursor code in anon namespace. 12 лет назад
  Christopher Reed 9712d50e37 Implemented PolySDLCore setCursor. 12 лет назад
  Christopher Reed 336ce497de Add guard for X11 related initializations. 12 лет назад
  Ivan Safrin 75dc35dfa8 UITextInput now only re-renders labels for affected lines, not entire view buffer 12 лет назад
  Christopher Reed 8b39189581 Use 'class_notes' tag to indicate non-gc'd classes in generated Lua documentation. 12 лет назад
  Christopher Reed b854d19bd2 Implement 'class_notes' tag for generated Lua documentation. 12 лет назад
  Ivan Safrin b0414acadf Fixed single line text fields, fixed selection with keys, fixed pasting multiple lines into single line text inputs 12 лет назад
  Christopher Reed 8f100fd043 Fix bug - potentially invalid pointer. 12 лет назад
  Ivan Safrin be424958ef Fixed UITextInput Undo/Redo and select all functionality 12 лет назад
  Devin Stone 98d5e0b71a see previous commit 12 лет назад
  Devin Stone 753dc34942 Timing on Windows now uses QueryPerformanceCounter() instead of GetTickCount() 12 лет назад
  Devin Stone c1f2e71e20 fixing timing bug 12 лет назад
  Ivan Safrin 14890293f8 UITextInput speedups, bugfixes 12 лет назад
  Christopher Reed 1522aa95f0 Change copyDiskItem to use 'cp -RT' instead of removing destItem prior to copy. 12 лет назад
  Christopher Reed e5d25ff53a Linux - remove destination file or directory before copying to it. 12 лет назад
  Ivan Safrin 48b6f85600 Fixed error in previous commit 12 лет назад
  Ivan Safrin 2d769810e5 Added word wrap support to UITextInput. UITextInput now scrolls with mouse selection. Fixed find functionality in the IDE text editor. UITextInput selection now updates on resize. Fixed various minor bugs in UITextInput. 12 лет назад
  Matt Tuttle e8ffd3e5ed Delete key removes following character in PolyUITextInput 12 лет назад
  mcc 9f06700ad9 Currently if you pass MaterialManager::createTextureFromFile an incorrect file path it returns the default texture, and if you pass it an empty string it special-case returns NULL. Other Polycode classes do not anticipate this inconsistency and can crash when this occurs. 12 лет назад