Commit Graph

1109 Commits

Author SHA1 Message Date
Ricardo Mendonça Ferreira 9e67bc6115
Allow Image update to set size
Previously, updating an Image element with a new size would change the element size, possibly disrupting the GUI layout. Sometimes using a specified / fixed image size is preferred. This patch allows an optional size argument to the Update method.
2018-11-02 16:53:52 -03:00
MikeTheWatchGuy 1c7a6d263d
Merge pull request #644 from MikeTheWatchGuy/Dev-latest
Moved
2018-11-02 13:34:33 -04:00
MikeTheWatchGuy 4e97764644 Moved 2018-11-02 13:34:02 -04:00
MikeTheWatchGuy fc2672d32c
Merge pull request #643 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-11-02 13:33:01 -04:00
MikeTheWatchGuy ab13bde082 New Demo Program 2018-11-02 13:32:36 -04:00
MikeTheWatchGuy cc5ca4d814 Release 3.14.0, 1.14.0 2018-11-02 12:29:20 -04:00
MikeTheWatchGuy 5d479766a6
Merge pull request #642 from MikeTheWatchGuy/Dev-latest
New default_date parameter for CalendarButton
2018-11-02 01:08:37 -04:00
MikeTheWatchGuy 090bc5d479 New default_date parameter for CalendarButton 2018-11-02 01:07:45 -04:00
MikeTheWatchGuy a3c9807eba
Merge pull request #641 from MikeTheWatchGuy/Dev-latest
SetFocus for Input and Multiline.  Fix for closing Debug Print window…
2018-11-02 00:31:54 -04:00
MikeTheWatchGuy 39a0b8e8a5 SetFocus for Input and Multiline. Fix for closing Debug Print window with X 2018-11-02 00:31:24 -04:00
MikeTheWatchGuy 754ebaa14b
Merge pull request #637 from MikeTheWatchGuy/Dev-latest
Fix crash if key is not a string
2018-11-01 16:25:41 -04:00
MikeTheWatchGuy bd32345218 Fix crash if key is not a string 2018-11-01 16:25:06 -04:00
MikeTheWatchGuy 4d4c76eb11
Merge pull request #636 from MikeTheWatchGuy/Dev-latest
Allow multiple write only elements
2018-11-01 15:17:24 -04:00
MikeTheWatchGuy b2b8f252ef Allow multiple write only elements 2018-11-01 15:16:49 -04:00
MikeTheWatchGuy 84a4b022c9
Merge pull request #635 from MikeTheWatchGuy/Dev-latest
NEW - write-only elements. WRITE_ONLY_KEY
2018-11-01 14:33:55 -04:00
MikeTheWatchGuy de50441235 NEW - write-only elements. WRITE_ONLY_KEY 2018-11-01 14:31:13 -04:00
MikeTheWatchGuy b06b175eeb
Merge pull request #634 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-11-01 02:41:56 -04:00
MikeTheWatchGuy 1881bd7126 Moved all demo programs into subfolder 2018-11-01 02:39:18 -04:00
MikeTheWatchGuy a294d0a347 Change submits for Radio buttons 2018-11-01 00:36:57 -04:00
MikeTheWatchGuy cedee3c3a7
Merge pull request #631 from MikeTheWatchGuy/Dev-latest
many new parms for Print function, fix for no_window option for PopupG…
2018-11-01 00:26:16 -04:00
MikeTheWatchGuy 7d43dae749 many new parms for Print funcion, fix for no_window option for PopupGetFile, initial_folder for Popup 2018-11-01 00:25:24 -04:00
MikeTheWatchGuy 2a63d2151a
Merge pull request #626 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-10-31 20:01:34 -04:00
MikeTheWatchGuy 11ec70ed77 font support for Multiline and Combobox Elements. Removing internal use of ReadNonBlocking call. 2018-10-31 17:59:39 -04:00
MikeTheWatchGuy ef324f63d6 Reformatted 2018-10-31 17:22:26 -04:00
MikeTheWatchGuy f1a063ad76 Added do_not_clear parameter 2018-10-31 12:19:13 -04:00
MikeTheWatchGuy e9f4308597
Merge pull request #620 from MikeTheWatchGuy/Dev-latest
Added do_not_clear to design patterns
2018-10-31 12:17:09 -04:00
MikeTheWatchGuy f5f8f0e807 Added do_not_clear to design patterns 2018-10-31 12:16:27 -04:00
MikeTheWatchGuy d0cb4717e6
Merge pull request #619 from MikeTheWatchGuy/Dev-latest
New Windowing code - risky change - Use a hidden "master root" window
2018-10-31 11:37:39 -04:00
MikeTheWatchGuy 021c2406ae New Windowing code - risky change - Use a hidden "master root" window 2018-10-31 11:37:08 -04:00
MikeTheWatchGuy 0970bb1051
Merge pull request #616 from MikeTheWatchGuy/Dev-latest
Removed old file
2018-10-31 00:34:50 -04:00
MikeTheWatchGuy e59c066407 Removed old file 2018-10-31 00:34:08 -04:00
MikeTheWatchGuy a6350cfaa2
Merge pull request #615 from MikeTheWatchGuy/Dev-latest
New Demo - Multithreaded logging
2018-10-30 23:45:38 -04:00
MikeTheWatchGuy e89e55f69a New Demo - Multithreaded logging 2018-10-30 23:45:12 -04:00
MikeTheWatchGuy 00661599a9
Merge pull request #613 from MikeTheWatchGuy/Dev-latest
NEW Popup.... PopupQuickMessage - no titlebar, timed, non blocking wi…
2018-10-30 20:19:50 -04:00
MikeTheWatchGuy 8eeec3e2e8 NEW Popup.... PopupQuickMessage - no titlebar, timed, non blocking with no buttons 2018-10-30 20:19:08 -04:00
MikeTheWatchGuy 53e5d71d5f
Merge pull request #612 from MikeTheWatchGuy/Dev-latest
Updated design patterns.... good stuff....
2018-10-30 19:40:50 -04:00
MikeTheWatchGuy ca35d2d386 Updated design patterns.... good stuff.... 2018-10-30 19:40:25 -04:00
MikeTheWatchGuy c545e56fc5
Merge pull request #608 from MikeTheWatchGuy/Dev-latest
Cleaned up
2018-10-30 13:19:13 -04:00
MikeTheWatchGuy 580b90fefa Cleaned up 2018-10-30 13:16:14 -04:00
MikeTheWatchGuy bcf09b7ad2
Merge pull request #607 from MikeTheWatchGuy/Dev-latest
New Demo - Design pattern showing window that stays open and updates …
2018-10-30 13:07:43 -04:00
MikeTheWatchGuy 35a0995fcc New Demo - Design pattern showing window that stays open and updates something 2018-10-30 13:07:12 -04:00
MikeTheWatchGuy 266d3c92b0
Merge pull request #606 from MikeTheWatchGuy/Dev-latest
Tree Update function - added ability to update individual node using key
2018-10-30 12:55:54 -04:00
MikeTheWatchGuy 90356b200a Tree Update function - added ability to update individual node using key 2018-10-30 12:55:16 -04:00
MikeTheWatchGuy 371162d314
Merge pull request #605 from MikeTheWatchGuy/Dev-latest
Added "Copy" feature.. copies description to clipboard
2018-10-30 12:21:08 -04:00
MikeTheWatchGuy 2bdfeb03cd Added "Copy" feature.. copies description to clipboard 2018-10-30 12:20:29 -04:00
MikeTheWatchGuy d7c05b6107
Merge pull request #604 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-10-30 12:10:52 -04:00
MikeTheWatchGuy e3d227e709 Added missing TKrootdestroyed flag to window destroyed callback 2018-10-30 12:10:28 -04:00
MikeTheWatchGuy f47e397086 Readem 3.13.0, 1.13.0 2018-10-29 22:39:33 -04:00
MikeTheWatchGuy 16df036d20 Relase 3.13.0 & 1.13.0 2018-10-29 22:39:03 -04:00
MikeTheWatchGuy ab42eee918
Merge pull request #601 from MikeTheWatchGuy/Dev-latest
Finally getting window destroyed callbacks!
2018-10-29 20:33:52 -04:00