Ivan Safrin e35f53bb64 Merge pull request #303 from TheCosmotect/projbrowser-selection il y a 12 ans
..
PolyUIBox.h 40ee2aafec Revisiting UI Module and IDE il y a 14 ans
PolyUIButton.h fcaa4baef6 IDE now displays saved/unsaved status of files, will prompt to save all on run, UIButton will now dispatch click event on Enter press, IDE text editor sets saved/unsaved flag il y a 13 ans
PolyUICheckBox.h 059ea5cac4 Vertical and Horizontal UI sizers, UITree resizes better, made all UI elements sublass UIElement, IDE tree/editor resizing with new UI sizers il y a 13 ans
PolyUIColorBox.h 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 il y a 12 ans
PolyUIComboBox.h 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. il y a 12 ans
PolyUIElement.h 17c51168dd Started work on fix for #238 il y a 12 ans
PolyUIEvent.h 8214319cdc Added YES and NO events to UIEvent, added Yes/No/Cancel popup to IDE, IDE will now ask if you want to save file before closing if there are unsaved changes il y a 12 ans
PolyUIFileDialog.h b203a668cd Added UIMenuBar, fixed UI destructor crashes, fixed Linux disk operations, added openURL on Linux, Linux IDE now uses a custom menu bar, more IDE fixes il y a 13 ans
PolyUIHScrollBar.h 46304672fb UITextInput now scrolls with arrow keys and page up/page down il y a 13 ans
PolyUIHSizer.h ce9250d76b Made IDE console toggleble. IDE console will show automatically when running project. Replaced console Clear button with an image button. Added console hide button to console. Added getMainWidth and getMainHeight to UI sizers. il y a 12 ans
PolyUIHSlider.h 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. il y a 12 ans
PolyUIImageButton.h 059ea5cac4 Vertical and Horizontal UI sizers, UITree resizes better, made all UI elements sublass UIElement, IDE tree/editor resizing with new UI sizers il y a 13 ans
PolyUIMenu.h b402246a60 Merge pull request #247 from CIB/documentation il y a 12 ans
PolyUIMenuBar.h 09520ea3ab MenuBar and IDE shortcuts in Linux il y a 13 ans
PolyUIScrollContainer.h f76540fd9a Merged in TheCosmotect's arrow navigation pull request il y a 12 ans
PolyUITextInput.h 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 il y a 12 ans
PolyUITree.h 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). il y a 12 ans
PolyUITreeContainer.h 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). il y a 12 ans
PolyUITreeEvent.h afc74abac5 Prevent event code collisions when using Polycode stock classes by adding a class-unique EVENTBASE_ constant to each class's event types. (The EVENTBASE_s are documented in PolyEvent.h.) Make a small change to create_lua_library to support the EVENTBASE_ idiom. il y a 13 ans
PolyUIVScrollBar.h a3010450ec Fixed scrollbar click to advance il y a 13 ans
PolyUIVSizer.h ce9250d76b Made IDE console toggleble. IDE console will show automatically when running project. Replaced console Clear button with an image button. Added console hide button to console. Added getMainWidth and getMainHeight to UI sizers. il y a 12 ans
PolyUIWindow.h d7eb82f4ad Added virtual to UIWindow destructor il y a 13 ans
PolycodeUI.h b203a668cd Added UIMenuBar, fixed UI destructor crashes, fixed Linux disk operations, added openURL on Linux, Linux IDE now uses a custom menu bar, more IDE fixes il y a 13 ans