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

Автор SHA1 Сообщение Дата
  Christopher Reed e0f8151ce6 fix habit 12 лет назад
  Christopher Reed ca1e9c9c84 Added 'safe' return values to unimplemented SDLCore->openFolderPicker and SDLCore->openFilePicker. 12 лет назад
  Christopher Reed f95a911afc Fix for #301; copied file chooser behavior in ExportProjectWindow from NewProjectWindow. 12 лет назад
  Isak Andersson c2723688af Buttons in settings window now listen to events and do their respective action, cannot test browse though because of issue #301 12 лет назад
  Isak Andersson 4d77c658f5 Add the final buttons: cancel and ok to the settings window 12 лет назад
  Isak Andersson 322b627fcd Add use external text editor checkbox and input field and a browse button to settings window 12 лет назад
  Isak Andersson ef3bd8d29d You can now close the settings window with the x button 12 лет назад
  Isak Andersson 2f35da6e95 Add a settings window that shows up and has a label for Misc settings 12 лет назад
  Isak Andersson 9efc2a6e12 Add a settings menu entry to the edit menu 12 лет назад
  Christopher Reed fd2b37f9d1 Minor fix to PolycodePlayer. 12 лет назад
  Ivan Safrin 23d3773a3e Fixed UITextInput hanging in some cases 12 лет назад
  Ivan Safrin 3156a86afe Polycode will now ask you if you want to save unsaved files on quitting. Mac only for now 12 лет назад
  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 лет назад
  Christopher Reed 214c7c8cd9 Unified script loading in PolycodePlayer. 12 лет назад
  Christopher Reed 2bd36cf090 Fixed memory leak in PolycodePlayer. 12 лет назад
  Christopher Reed 3d3bfc11f9 Fixed entry point being packed twice. 12 лет назад
  Christopher Reed af63638d85 Removed out attribute in favor of source attribute; this insures the path attribute in runinfo.polyrun will always reflect packed path. 12 лет назад
  Christopher Reed b5e0f519a0 Added optional out attribute to packedItems node in polybuild to specify packed path. 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 лет назад