提交歷史

作者 SHA1 備註 提交日期
  Isak Andersson d02c9cdd98 settings are now written to file 12 年之前
  Isak Andersson 74de0dc5ab Hide settings window when ok button is pressed 12 年之前
  Isak Andersson 9c065c74af IDEApp now listens for OK_EVENTs from settingsWindow and handles the event 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 年之前
  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 年之前
  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 年之前