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

Автор SHA1 Сообщение Дата
  Ivan Safrin e35f53bb64 Merge pull request #303 from TheCosmotect/projbrowser-selection 12 лет назад
  Ivan Safrin 980ea35b76 Fixed crash resulting from closing the last editor in the IDE not setting current editor to NULL 12 лет назад
  Ivan Safrin 3fd75d0ac3 Merge pull request #283 from TheCosmotect/master 12 лет назад
  Ivan Safrin 911d0c9f94 Fixed SliderProp value overlapping with the slider 12 лет назад
  Ivan Safrin 337a5059f8 Added resizing support for IDE editor props. Added resize support for UIComboBox. Added resize support for UIHSlider, fixed resizing for UITextInput. Added padding to UITextInput's scissor box so descenders don't get cut off. Made textfields slightly darker. 12 лет назад
  Ivan Safrin f824d56748 Fixed NumberProps and StringProps not returning values correctly. Fixed sprites crashing when framewidth is larger than the sprite size. 12 лет назад
  Ivan Safrin ce8af9f6db Fixed 2d editor copying and pasting stuff when not in focus 12 лет назад
  Ivan Safrin d857b25e22 Hooked up IDE property controls to the Undo/Redo system and implemented Undo/Redo in the screen editor for most actions. ColorPicker and HSlide no longer send out change events on drag, only on release, multiple fixes in the IDE 12 лет назад
  Ethan M 3eb424e4da Arrow-key nav no longer opens files in PolycodeProjectBrowser as a side-effect -- use the enter key, right arrow key, or single-click mouse. 12 лет назад
  Ethan M caaa0c85ad Setup UITrees and UITreeContainers to differentiate between node selection by keyboard and by mouse. Removed ability to optionally select a node in UITreeContainer::scrollToNode() method. Removed ability to travel to first child node via right arrow key (use down). 12 лет назад
  Ivan Safrin ffd147a855 Particles now default to not ignoring parent matrix. Added setter and getter for ignoreParentMatrix option in particle systems. Added screen editor option to toggle ignoreParentMatrix option in particle systems. 12 лет назад
  Ivan Safrin 231c30ddaf Merge pull request #289 from TheCosmotect/close-project-2 12 лет назад
  Ivan Safrin a771e35b93 Merge pull request #292 from TheCosmotect/project-save 12 лет назад
  Ivan Safrin f6f1c788cc Fixed focus not setting properly in screen editor resulting in accidental deletion of entities. 12 лет назад
  Ivan Safrin fa4b1b3ec6 Fixed scaling undo bug introduced by last commit 12 лет назад
  Ivan Safrin 26587e13b8 Removed debug printf 12 лет назад
  Ivan Safrin 676ac68c8f Fixed crash when undoing command-copying entities in screen editor 12 лет назад
  Ivan Safrin d9adbe10f4 Merge branch 'master' of https://github.com/ivansafrin/Polycode 12 лет назад
  Ivan Safrin a1889cacd8 Fixed undo/redo for copy and paste in 2d editor 12 лет назад
  Ethan M 11aacf2635 Saving changes on project run no longer saves all open files (just those that belong to active project). Added PolycodeEditorManager::saveProject(). 12 лет назад
  Ivan Safrin 42d1d93320 Merge pull request #290 from TheCosmotect/example-browser-fix 12 лет назад
  Ivan Safrin fa4efee522 Player will now print out backtrace to stdout 12 лет назад
  Ethan M 6a02ca21b8 Fixed crash that would happen if you tried to open a folder node in ExampleBrowserWindow. 12 лет назад
  Ivan Safrin abc4a4dbab Basic undo/redo beginnings in screen editor (transforms and deletion only for now). Fixed multiline text input not scrolling properly after latest text input fixes. 12 лет назад
  Ethan M 573b9cea6f Rewrite of the IDE's project closing system, motivated by issue #277 12 лет назад
  Ivan Safrin 85a30b62c9 Merge pull request #287 from CIB/fix-text-input-rebase 12 лет назад
  cib 22dc4607a8 A few fixes to text input single line scrolling. 12 лет назад
  Ivan Safrin 5c02ed162b Merge pull request #286 from CIB/fix-text-input-rebase 12 лет назад
  Ivan Safrin 685d441ed4 Improved scaling behavior 12 лет назад
  cib 514cf477c3 Deleting in TextInput now makes sure there's at least one character visible on the left. 12 лет назад