1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 03:49:56 +00:00
GUI engine and WYSIWYG interface designer for QB64
Find a file
FellippeHeitor b02bc14c2d InForm.ui: Move the $RESIZE metacommand into .frm files. Also:
- Communicate to the preview app that a context menu doesn't fit the current window.
- Receive from the preview app Align commands.
- Add option to Align centers, vertically and horizontally, to Design Mode.
- Bypass screen redraw if Window is minimized.
- Properly recalculate menu bar's height.
- Properly recalculate tooltip's height.
- Properly recalculate menu panel's height.
- Properly align text inside controls.
- Allow hotkeys to invoke contextual menu items in Design Mode.
- Fix centering of controls inside frames.
- Restore and keep aspect ratio of picture boxes when resizing by the corners.
- Bypass contained controls when selecting with drag-to-select.
- Auto-set Stretch property for new PictureBox controls.
2016-12-05 10:52:47 -02:00
InForm Overall: Replaces QB64's _PRINTSTRING with *uprint* aka falcon.h. Also: 2016-11-02 01:03:46 -02:00
falcon.h Overall: Replaces QB64's _PRINTSTRING with *uprint* aka falcon.h. Also: 2016-11-02 01:03:46 -02:00
InForm.ui InForm.ui: Move the $RESIZE metacommand into .frm files. Also: 2016-12-05 10:52:47 -02:00
UiEditor.bas UiEditor: Insert menu. 2016-11-27 18:26:12 -02:00
UiEditor.frm UiEditor: Insert menu. 2016-11-27 18:26:12 -02:00
UiEditorPreview.bas UiEditorPreview: Constanly inform the editor that a menu is active. Also: 2016-11-27 18:27:51 -02:00
UiEditorPreview.frm UiEditorPreview: Constanly inform the editor that a menu is active. Also: 2016-11-27 18:27:51 -02:00
xp.uitheme xp.uitheme: Show "Add new" for Menu "Bar" and "Item" controls (DesignMode). 2016-11-27 18:29:11 -02:00