1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 03:49:56 +00:00
Commit graph

404 commits

Author SHA1 Message Date
FellippeHeitor
5536c0d36d Makes InFormUpdater multiplatform. 2018-05-27 01:32:27 -03:00
FellippeHeitor
2289deb14d Adds InFormUpdater. 2018-05-27 01:27:04 -03:00
FellippeHeitor
a0e284232a More detailed versioning info.
__UI_Version contains the descriptive string as usual.
__UI_VersionNumber, contains as expected.
__UI_VersionIsBeta is set to True until the official release.
2018-05-26 22:46:25 -03:00
FellippeHeitor
3713fbaf9a Adds .AutoScroll property for ListBox controls. 2018-05-26 16:54:21 -03:00
FellippeHeitor
89aeae8a1f Reorders initialization events for faster startup (UiEditor). 2018-05-26 14:41:51 -03:00
FellippeHeitor
a9f0e526a4 Uses the smaller 128x128 icon for the splash/loading screen. 2018-05-26 00:13:24 -03:00
FellippeHeitor
3f323dd9e2 Makes empty menu panels the proper size (Design Time). 2018-05-25 23:26:23 -03:00
FellippeHeitor
63ed2156b8 Makes "Add new" indicator the proper color (MenuBar) 2018-05-25 23:25:26 -03:00
FellippeHeitor
e868948fb7 Replaces 256x256 disk.png icon with 16x16 version for faster loading. 2018-05-25 22:33:17 -03:00
FellippeHeitor
7739a7de44 Adds progress indication to UiEditor's loading screen 2018-05-25 19:04:42 -03:00
FellippeHeitor
0b62d8391e Adds LiberationSans-Regular.ttf as an alternative for Debian distros. 2018-05-25 11:48:27 -03:00
FellippeHeitor
a587583ccf Adds splash screen while launching. 2018-05-25 11:46:19 -03:00
FellippeHeitor
e75d2fdc4f Remove _DELAY at __UI_Init for now. 2018-05-25 11:46:01 -03:00
FellippeHeitor
3a79da9bc8 Saves undo image when adding a MenuBar control. 2018-05-25 11:20:35 -03:00
FellippeHeitor
fa097f7040 Attemps to load Arial.ttf under certain Linux distributions. 2018-05-25 11:20:23 -03:00
FellippeHeitor
2781858d23 Adds 'docs/undo file format.txt' and updates 'docs/frmbin format.txt' 2018-05-25 10:48:08 -03:00
FellippeHeitor
3f2aa11afa Adds 'docs/frmbin format.txt'. 2018-05-25 10:30:37 -03:00
FellippeHeitor
c6e6c25aad Allows adding a new MenuBar control by right-clicking the preview. 2018-05-25 01:39:36 -03:00
FellippeHeitor
ad5f7e4654 Prevents sending property if controls aren't focused (UiEditor). 2018-05-25 01:08:39 -03:00
FellippeHeitor
b275c501bc Improves keyboard support for Open Form dialog. 2018-05-25 01:00:22 -03:00
FellippeHeitor
99a791dd02 Calls SetRadioButtonValue only for the proper MenuItem controls. 2018-05-24 23:31:42 -03:00
FellippeHeitor
b0e3e5bb5c Prevents SetRadioButtonValue method from altering other types of controls. 2018-05-24 11:22:21 -03:00
FellippeHeitor
309cffb044 Hides bullet options when not applicable. 2018-05-23 11:12:31 -03:00
FellippeHeitor
8e5a07a8a4 Improves on the behavior of menu items with .BulletStyle = __UI_Bullet:
The existing SetRadioButtonValue method now also takes a __UI_Type_MenuItem control and will change the values of other Bullet-style menu items in the same manu panel accordingly.
2018-05-23 10:55:24 -03:00
FellippeHeitor
3cc23a2965 Adds new .BulletStyle property to UiEditor. 2018-05-22 23:53:48 -03:00
FellippeHeitor
600026a3c2 New property for menu items: .BulletStyle.
Values: __UI_Bullet or __UI_CheckMark.
2018-05-22 23:22:37 -03:00
FellippeHeitor
c2de19c791 Properly set menu items values at first run. 2018-05-22 22:57:19 -03:00
FellippeHeitor
34dbdf81a0 Rewords Font dialog message. 2018-05-22 01:29:43 -03:00
FellippeHeitor
a23524ebe1 Tweaks to Align menu icons. Adds icons to Preview contextual menu too. 2018-05-22 01:24:52 -03:00
FellippeHeitor
7e71d62fb7 Fixes bug that would leave the first 100 controls in the array empty. 2018-05-22 00:11:18 -03:00
FellippeHeitor
ca862b7301 New icon for Align menu->Align Centers Horizontally. 2018-05-21 11:14:24 -03:00
FellippeHeitor
1c99c83fa9 Improves Shift+Click to select multiple controls in a range:
- Works inside frames now;
- Shift+multiple clicks to change final target several times.
2018-05-21 00:29:42 -03:00
FellippeHeitor
3a591f0011 Makes Shift+Click select from a control to another (emulating a drag). 2018-05-20 23:34:17 -03:00
FellippeHeitor
30f5148142 Reassigns the key to select multiple controls from Shift to Ctrl. Also:
Allows desselecting a control while Ctrl is held.
2018-05-20 23:21:31 -03:00
FellippeHeitor
491aaf2b8b Bypasses the "Exit to QB64?" question when saving .frm only. 2018-05-20 22:36:46 -03:00
FellippeHeitor
4511a86235 Prevents control properties from contaminating other while selecting. 2018-05-20 13:57:47 -03:00
FellippeHeitor
a492d6fd7d Fixes loading of labels with .VAlign = __UI_Top. 2018-05-20 13:07:24 -03:00
FellippeHeitor
08a85021bb Saves .Stretch property even if False. Also:
- Adjusts some StatusBar captions;
- Prevents the Open dialog from attempting to load a file without name ("").
2018-05-20 13:03:24 -03:00
FellippeHeitor
48b53b4f28 Adds status bar messages for menu item hovers. 2018-05-20 12:29:20 -03:00
FellippeHeitor
5c9ecff2b8 Preserves existing code when overwriting .bas files. Closes #14. 2018-05-20 10:55:08 -03:00
FellippeHeitor
8addacb12a Allows entering a "." or a "-" in a .NumericOnly textbox properly.
Fixes #47
2018-05-20 08:41:37 -03:00
FellippeHeitor
4f2825f735 Show control type in Property frame's caption. 2018-05-17 01:13:26 -03:00
FellippeHeitor
dd8a073253 Minor visual glitch fix (NumericTextBox) and rewording (z-ordering). 2018-05-16 21:47:25 -03:00
FellippeHeitor
cf5f252c4b Resizes the z-ordering dialog. 2018-05-16 21:32:42 -03:00
FellippeHeitor
4d80507f00 Replaces all instances of _PRINTSTRING with __UI_PrintString (at last). 2018-05-16 11:19:37 -03:00
FellippeHeitor
c6e37ddddf Bypasses SetFocus method if the passed control already has focus. 2018-05-16 10:21:11 -03:00
FellippeHeitor
80cc69d1f7 Resizes the Open dialog (UiEditor). 2018-05-15 11:31:39 -03:00
FellippeHeitor
3c51f7716f Variable section reorganized (UiEditor). 2018-05-15 10:56:40 -03:00
FellippeHeitor
ab80f49f25 Resets UiEditorPreview icon when a new form is created. Fixes #46. 2018-05-14 22:32:34 -03:00
FellippeHeitor
69e00e298d Uses the loaded font for initial messages, if any. 2018-05-14 11:34:44 -03:00