FellippeHeitor
|
31fd9fc4fc
|
Adds ability to set a Mask() for labels, following PRINT USING rules.
Then the .Value property of labels is used to store the value to format.
|
2020-02-05 11:57:31 -03:00 |
|
FellippeHeitor
|
f66272289e
|
Fixes "Division by zero" error for empty ListBox and DropdownLists.
Closes #104
|
2019-12-30 11:01:55 -03:00 |
|
FellippeHeitor
|
d90af9e0ab
|
Replaces ADLER32 with CRC32 for the install/update process.
|
2019-11-24 15:40:08 -03:00 |
|
FellippeHeitor
|
22a4c05e1f
|
Properly loads forms with GIF images and AutoPlay = True.
Bump build number.
|
2019-11-24 12:44:14 -03:00 |
|
FellippeHeitor
|
b2f14c07ae
|
Declares __UI_RegisterResult for all new forms.
Prevents issues if the user wants to have OPTION _EXPLICIT in their code.
|
2019-11-14 02:57:05 -03:00 |
|
FellippeHeitor
|
92cebc6d9f
|
Minor changes to test the distribution in the dev channel.
|
2019-11-14 02:29:30 -03:00 |
|
FellippeHeitor
|
ea35c81fd6
|
Adds v1.1 binaries for distribution.
|
2019-11-14 02:17:03 -03:00 |
|
FellippeHeitor
|
1997c0f1da
|
Introduces the developer channel, for testing experimental features.
|
2019-11-14 02:06:15 -03:00 |
|
FellippeHeitor
|
51ef712753
|
Adds proper hotkey marker for "Check for updates &now" option.
|
2019-11-13 01:09:42 -02:00 |
|
FellippeHeitor
|
7e5a59ff27
|
Removes binaries until next stable release.
|
2019-11-13 01:07:38 -02:00 |
|
FellippeHeitor
|
c3be609b40
|
Adds "&Check for updates now" to Options menu.
|
2019-11-12 01:58:15 -02:00 |
|
FellippeHeitor
|
8d763d46d8
|
Updates v1.0 binaries.
|
2019-11-10 23:40:56 -02:00 |
|
FellippeHeitor
|
16f1e0f4c6
|
Updates InFormVersion.bas
__UI_VersionNumber now contains the current build number, while __UI_Version will contain a user-friendly version string.
|
2019-11-10 23:22:31 -02:00 |
|
FellippeHeitor
|
4a58fffe14
|
Updater system tweaked.
|
2019-11-10 23:13:36 -02:00 |
|
FellippeHeitor
|
aceae307c2
|
Add binaries for distribution of v1.0
|
2019-11-10 19:36:52 -02:00 |
|
FellippeHeitor
|
af99d10591
|
Version 1.0 - end of beta phase.
|
2019-11-10 19:08:01 -02:00 |
|
FellippeHeitor
|
9cf34c84e4
|
Trigger Updater compilation if not found at UiEditor start.
|
2019-11-10 18:12:38 -02:00 |
|
FellippeHeitor
|
0d7750e632
|
Moves drawing routines into main library. Begins changes 4 theming support.
|
2019-07-28 22:25:56 -03:00 |
|
FellippeHeitor
|
fe0e283811
|
Removes unused declared variables.
|
2019-06-20 02:05:26 -03:00 |
|
FellippeHeitor
|
8b0a7da87b
|
Autoname the new PictureBox control created after an image file is dropped.
|
2019-05-05 17:27:02 -03:00 |
|
FellippeHeitor
|
d038626684
|
Maybe InFormVersion.bas will be included somewhere where True isn't set...
|
2019-05-02 00:50:28 -03:00 |
|
FellippeHeitor
|
cf9029d077
|
Prevents calling PlayGif when no Gif was properly loaded.
|
2019-05-01 20:30:12 -03:00 |
|
FellippeHeitor
|
e0115a84d0
|
Accepts drag/drop from file system (Editor)
|
2019-05-01 20:29:49 -03:00 |
|
FellippeHeitor
|
b63b3ad2ab
|
Adds ability to drop an image file onto the preview to add a PictureBox.
|
2019-05-01 17:48:58 -03:00 |
|
FellippeHeitor
|
631e907a9e
|
Prevents saving .Value when control is NumericOnly texbox
|
2019-03-17 23:41:59 -03:00 |
|
FellippeHeitor
|
3c498156f9
|
Allows proper editing of NumericTextbox with boundaries. Fixes #94.
|
2019-03-17 23:08:43 -03:00 |
|
FellippeHeitor
|
929d5c359c
|
Fixes #93: Hides cursor when window is not in focus.
|
2019-03-17 19:24:36 -03:00 |
|
FellippeHeitor
|
40daacf007
|
Updates INI-Manager library.
|
2019-03-17 19:24:10 -03:00 |
|
FellippeHeitor
|
275d6c2988
|
Updates dates.
|
2019-03-17 19:23:53 -03:00 |
|
FellippeHeitor
|
5ae77875d0
|
Fixes _RGB32 using new syntax not yet available in stable QB64.
|
2019-02-19 00:05:15 -03:00 |
|
FellippeHeitor
|
d9c688ded7
|
Prevent controls from getting focus if inside a hidden container.
Closes #92.
|
2019-02-09 14:15:44 -02:00 |
|
FellippeHeitor
|
e178ed331a
|
Use font 8 to show info on hidden controls (design mode).
|
2019-02-09 12:39:08 -02:00 |
|
FellippeHeitor
|
e974ad139d
|
Adds .BypassSelectOnFocus property to TextBox controls (for SetFocus)
|
2019-02-09 12:16:01 -02:00 |
|
FellippeHeitor
|
faba308c3e
|
Hidden controls now have a ghost rectangle replace them in design mode.
|
2018-11-12 18:15:42 -02:00 |
|
FellippeHeitor
|
de25e4ca15
|
Removes binaries to begin Beta 9 development.
|
2018-11-12 12:22:35 -02:00 |
|
FellippeHeitor
|
f6e599c34f
|
Adds Beta 8 binaries for distribution.
|
2018-11-08 17:59:49 -02:00 |
|
FellippeHeitor
|
a3e8eb93e8
|
Prevents update errors when the process is interrupted.
|
2018-11-08 16:47:42 -02:00 |
|
FellippeHeitor
|
f948874064
|
Renames README for GIF extension.
|
2018-11-08 16:29:09 -02:00 |
|
FellippeHeitor
|
df1a24f673
|
Fixes menu items disappearing in DesignMode.
|
2018-11-08 15:33:32 -02:00 |
|
FellippeHeitor
|
d27b45f7f3
|
Adjusts wrong offset when clicking on list box items
|
2018-11-08 12:24:10 -02:00 |
|
FellippeHeitor
|
c15d79dcf9
|
Prevents incorrect resize of forms at load time.
|
2018-11-07 23:13:48 -02:00 |
|
FellippeHeitor
|
f592abcc16
|
Prevents asking the user to add the GIF extension when it's already there.
|
2018-11-07 23:01:11 -02:00 |
|
FellippeHeitor
|
80a50fb01a
|
Asks before including the GIF extension when adding an animated GIF.
|
2018-11-07 17:23:13 -02:00 |
|
FellippeHeitor
|
c796991f34
|
Closes a loaded GIF if "" is passed as filename.
|
2018-11-07 15:32:48 -03:00 |
|
FellippeHeitor
|
f9d830323e
|
Adds a toggle to include/remove the GIF extension. +
- Disables Open/Save buttons if no filename is typed/selected.
|
2018-11-07 15:01:59 -03:00 |
|
FellippeHeitor
|
b4cda884a4
|
Prevents TextBox controls taking too long to adjust cursor position.
|
2018-11-06 23:11:21 -03:00 |
|
FellippeHeitor
|
c933e5441f
|
Returns existing ID of menu panel if already active.
|
2018-11-05 22:52:16 -03:00 |
|
FellippeHeitor
|
869f5ab2ac
|
Properly sets ItemHeight for list items. Fixes #89
|
2018-11-05 22:46:27 -03:00 |
|
FellippeHeitor
|
7d06b54c91
|
Prevents autonaming a control when loading an image failes (UiEditor).
|
2018-11-05 14:23:47 -03:00 |
|
FellippeHeitor
|
797d2146fe
|
Improves upon scrollbar speed when holding the mouse button down.
|
2018-10-25 10:06:14 -03:00 |
|