FellippeHeitor
|
822cc12523
|
Restricts resizing ToggleSwitch controls.
|
2020-02-23 21:20:14 -03:00 |
|
FellippeHeitor
|
a324f1321d
|
Prevents changing height of ProgressBar with multiline captions.
Closes #110
|
2020-02-23 20:18:45 -03:00 |
|
FellippeHeitor
|
eb106a33f5
|
Simplifies the selection of the built-in VGA font.
|
2020-02-23 19:40:03 -03:00 |
|
FellippeHeitor
|
2a0d81eb37
|
Fixes alignment of single-line progress bar captions.
|
2020-02-17 09:42:56 -03:00 |
|
FellippeHeitor
|
49cf357144
|
Allows multiline captions in ProgressBar controls (\n)
|
2020-02-17 00:08:26 -03:00 |
|
FellippeHeitor
|
6a02f7fc49
|
Fixes #103 by setting the lower boundary to all internal arrays.
|
2020-02-16 23:26:19 -03:00 |
|
FellippeHeitor
|
d61eae4835
|
Forces font list to show when non-system font is set.
|
2020-02-16 23:07:33 -03:00 |
|
FellippeHeitor
|
ae63d07dc9
|
Fixes font list stuck in textbox mode for built-in fonts. Closes #105.
|
2020-02-16 19:13:05 -03:00 |
|
FellippeHeitor
|
666449f390
|
Few more fixes related to recent ListBox changes. Also:
- TrackBar gets updated more often based on property changes.
|
2020-02-16 17:34:22 -03:00 |
|
FellippeHeitor
|
50963d542a
|
Allows setting list contents by setting Text() directly. Closes #108
Also:
- Uses CHR$(10) as item separator for lists.
- Makes ToggleSwitch controls fixed-size.
|
2020-02-16 16:42:25 -03:00 |
|
FellippeHeitor
|
e926e788b0
|
Saves and loads control bindings to/from .frm files.
|
2020-02-16 14:39:59 -03:00 |
|
FellippeHeitor
|
bd01e48060
|
Closes Bind dialog if control selection changes.
|
2020-02-10 00:40:49 -03:00 |
|
FellippeHeitor
|
745e2709b7
|
Gets Editor and Preview working with Binding data.
|
2020-02-10 00:11:47 -03:00 |
|
FellippeHeitor
|
b01432708c
|
Removes binaries until next release.
|
2020-02-09 10:15:12 -03:00 |
|
FellippeHeitor
|
ef49a27598
|
Begins implementation of control bindings in UiEditor.bas
|
2020-02-09 01:44:22 -03:00 |
|
FellippeHeitor
|
262099e3fd
|
Triggers a redraw for both source and target controls when binding.
|
2020-02-08 23:02:17 -03:00 |
|
FellippeHeitor
|
b817a23fad
|
Improves on __UI_Bind behavior.
|
2020-02-08 17:24:37 -03:00 |
|
FellippeHeitor
|
052cd29756
|
Adds SUB __UI_Bind(id AS LONG, targetID AS LONG). Implements #102
|
2020-02-06 10:41:42 -03:00 |
|
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 |
|