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

614 commits

Author SHA1 Message Date
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
FellippeHeitor
542e4db396 Prevents showing empty frame (GIF extension) 2018-10-19 12:16:50 -03:00
FellippeHeitor
6d65d13e98 Plays autoplaying gifs at load. 2018-10-19 11:52:10 -03:00
FellippeHeitor
db39b44e76 Fixes GIF extension playing too fast. 2018-10-19 11:45:48 -03:00
FellippeHeitor
28dc279c17 Automates adding Gif extension via the Editor; Closes #88 2018-10-19 03:03:15 -03:00
FellippeHeitor
f35fabcdfe Updates GIF extension:
- Better looking GIF overlay;
- New TotalFrames(ID) function to return the number of frames of animation;
- Improved sample.
2018-10-15 00:45:59 -02:00
FellippeHeitor
6481afe133 Properly saves/loads controls with Key Combos assigned. 2018-10-14 22:09:56 -02:00
FellippeHeitor
634c132512 Adapts KeyCombo routine to interact with certain types of controls. 2018-10-14 21:13:28 -02:00
FellippeHeitor
0b6f6d76de Makes it possible to assign a key combo via UiEditor and +
+ also saves the new KeyCombo property to .frm files.
+ several internal improvements to handling of KeyCombos.
+ improvements to menu system in DesignMode.
2018-10-12 02:19:01 -03:00