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

Автор SHA1 Сообщение Дата
  Isak Andersson 77c820e3b8 remove immature test log and add FIXME comment for catching fileDialog event 12 лет назад
  Isak Andersson c4af6fe136 fix crashing when pressing browse in settings window for external editor and windows users can now select .exe files 12 лет назад
  Ethan M 4effa2eb55 Increased width of file selector by 50 to accommodate path display somewhat. 12 лет назад
  Ethan M db8dedc027 UITextInput now refrains from printing characters when most modifier keys are being held down. 12 лет назад
  Ethan M 513d2de1f1 Merge branch 'master' of https://github.com/ivansafrin/Polycode into file-selector-2 12 лет назад
  Ethan M c8a2a2a53c Added a close file button next to the file selector combobox. 12 лет назад
  Ethan M 2226a275ee Initial commit for switching between open editors via the keyboard. Moved file selector update code out of event handler and into updateFileSelector(). Added ability to toggle between project path and file name display in file selector. 12 лет назад
  Ethan M f4f3ab3d41 Rewrote and refactored file/project saving and closing in PolycodeIDEApp. Rewrote removeEditor() due to undesirable behavior regarding modal dialogs. 12 лет назад
  Ethan M 6078bdda1e Added showNext/PreviousEditor() in PolycodeFrame. 12 лет назад
  Isak Andersson 9a469f08ba use tabs, not spaces 12 лет назад
  Isak Andersson 3b876bcbd0 IDE now opens external text editor if one is specified and enabled instead of internal text editor 12 лет назад
  Ivan Safrin 00ca758c8c Added joystick support in Linux SDL core, added joystick event functions to polycode player 12 лет назад
  Ivan Safrin a943d7372f Added joystick helper methods to CoreInput (getJoystickButtonState and getJoystickAxisValue) 12 лет назад
  Isak Andersson b2bdba6433 work around config file loading too late for settings ui getting correct default values and refactor some to clean up 12 лет назад
  Isak Andersson ce16652d89 Settings are now loaded from config file 12 лет назад
  Isak Andersson 1a83a4b8ca formatting in ideapp 12 лет назад
  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 лет назад
  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 лет назад