Commit Graph

1377 Commits

Author SHA1 Message Date
MikeTheWatchGuy 7407413177 readme.md updated from https://stackedit.io/ 2019-01-13 10:24:45 -05:00
MikeTheWatchGuy 0c108df99c readme.md updated from https://stackedit.io/ 2019-01-13 10:23:08 -05:00
MikeTheWatchGuy 879b3244b1 readme.md updated from https://stackedit.io/ 2019-01-13 10:21:29 -05:00
MikeTheWatchGuy f49bf1b570 Rolled back the black changes (yikes) 2019-01-12 14:17:42 -05:00
MikeTheWatchGuy b6f72336d9 Remainder of Window methods (Hide, Minimize, Move, etc). COMPLETE REFORMAT USING BLACK 2019-01-12 14:01:07 -05:00
MikeTheWatchGuy edd958e687 Combox and Radio Button Elements! 2019-01-12 12:01:47 -05:00
MikeTheWatchGuy eb703256e5 Changed to use base64 icon 2019-01-11 17:46:32 -05:00
MikeTheWatchGuy 9ca72f32ed Tree Element - no longer puts an entry for the Root node (mimics tkinter) 2019-01-11 10:39:46 -05:00
MikeTheWatchGuy 29eb1fe47b Demo traversing a folder tree with icons 2019-01-11 10:10:39 -05:00
MikeTheWatchGuy 3c3523c656 remove print 2019-01-11 09:57:22 -05:00
MikeTheWatchGuy cb33cd7701 Base64 logo, Event when tab changes, icon for Trees can be base64 2019-01-11 09:56:37 -05:00
MikeTheWatchGuy a0082c2fff docs/tutorial.md updated from https://stackedit.io/ 2019-01-11 08:59:26 -05:00
MikeTheWatchGuy e456713a6d row_height parameter for Tree Elements 2019-01-10 21:45:32 -05:00
MikeTheWatchGuy 493c4a2e6d Support for icons in Tree Elements! Cool! 2019-01-10 19:37:10 -05:00
MikeTheWatchGuy 19dee5c8eb Release 0.6.1 2019-01-09 15:57:12 -05:00
MikeTheWatchGuy 3a0998a934 Release 0.6.0 2019-01-09 10:58:21 -05:00
MikeTheWatchGuy 43f8ded4e3 PopupGetFile, PopupGetFolder no_window option. Compacting layout code with function 2019-01-09 10:12:20 -05:00
MikeTheWatchGuy 3e74eedea6 One line progress meteres, Column element, Checkbox events, start of spin, Output works, background image 2019-01-08 19:49:43 -05:00
MikeTheWatchGuy e820b2b991 Fixed problem with Titlebar being missing, Partial checkbox solution. 2019-01-06 17:34:27 -05:00
MikeTheWatchGuy cd28deb620 Release 0.5.0 2019-01-06 16:29:23 -05:00
MikeTheWatchGuy f051077520 Borderless window, Title for grabanywhere windows, Mouse events 2019-01-06 16:01:00 -05:00
MikeTheWatchGuy 7b5d0f5dfd Multiline input, multiline output Elements, Input, Input.Get, Input.SetFocus, Output not fully working, Debug Window! Keyboard Events, Return Key handler, No Border, Stay on Top 2019-01-06 13:26:51 -05:00
MikeTheWatchGuy 59c83c3aee Input and Text enable_events, Text justification & relief, Input justifaction, password char, Default value, tooltips 2019-01-05 18:19:14 -05:00
MikeTheWatchGuy 41a637de15 Windows - Alpha channel, StayOnStop, Current Location, Get Screen size 2019-01-05 15:06:36 -05:00
MikeTheWatchGuy 33bf6d0060 Window Alpha Channel! 2019-01-05 11:47:07 -05:00
MikeTheWatchGuy 34f689b5af Visible / Invisible fields - input & button. Input - Get, SetFocus 2019-01-05 11:26:09 -05:00
MikeTheWatchGuy 0ec5aced50 Fix for scale not returning float values 2019-01-05 09:51:25 -05:00
MikeTheWatchGuy fe1c16ff9a FileBrowse, FilesBrowse, FolderBrowse buttons work! Colors, font for Input Text 2019-01-04 20:27:35 -05:00
MikeTheWatchGuy c6967ef8ed Implemented checkbox.Get() method, Correctly named output.Update method. Was not spelled correctly 2019-01-04 17:00:22 -05:00
MikeTheWatchGuy b7dfccecd0 Commented out line of code because of Linux compatibility 2019-01-03 19:57:10 -05:00
MikeTheWatchGuy 9c548021d5 Output Element - Visible, Invisible supported 2019-01-03 16:10:37 -05:00
MikeTheWatchGuy 59f866e858 Added ability to change button image size in Button.Update when filename is specified 2019-01-03 12:54:33 -05:00
MikeTheWatchGuy b16473759a Instructions for creating a Mac App using PyInstaller 2019-01-03 11:41:17 -05:00
MikeTheWatchGuy c1ffd5c5ec Enable setting text and background colors for rows 2019-01-03 11:38:33 -05:00
MikeTheWatchGuy 6a6fcd6054 Row colors for Table Element 2019-01-03 11:18:38 -05:00
MikeTheWatchGuy c6f4c8160e
Merge pull request #1022 from deajan/icon-fix
Allow proper propagation of user defined icon in subwindows
2019-01-03 08:38:38 -05:00
MikeTheWatchGuy de26da647b
Merge pull request #1023 from deajan/findElement-allow-none
Allow to silently skip no found elements
2019-01-03 08:37:57 -05:00
MikeTheWatchGuy 8dfaa61d36 Added a few type hints 2019-01-03 08:27:17 -05:00
Orsiris de Jong 5cd4965d2a
Allow to silently skip no found elements 2019-01-03 09:26:12 +01:00
Orsiris de Jong ce669b1ba0
Allow proper propagation of user defined icon in subwindows 2019-01-03 09:22:28 +01:00
MikeTheWatchGuy 5af78df079 System Tray - Ability to change icon, tooltip 2019-01-02 11:14:29 -05:00
MikeTheWatchGuy b4c2ab7a5e Default icon encoded as GIF 2019-01-02 09:21:04 -05:00
MikeTheWatchGuy 791b908e17 New way to configure comboboxes (not working) 2019-01-01 14:49:14 -05:00
MikeTheWatchGuy e38bd93059 Release 0.4.0 2018-12-30 13:46:50 -05:00
MikeTheWatchGuy cfeb572c9d Column element - allow width or heigt to be None so only 1 is set 2018-12-30 12:48:32 -05:00
MikeTheWatchGuy 27dc30977a Table horizontal scrollbars - control using vertical_scroll_only (defaults to no horizontal scrollbar) 2018-12-30 12:37:25 -05:00
MikeTheWatchGuy 6013da9390 Window - set location, manually set size 2018-12-30 10:31:41 -05:00
MikeTheWatchGuy 3a819477d7 Windows - No titlebar and grab anywhere are done! Created a single App so event loops are for a single app. Text colors, Autoclose windows 2018-12-30 10:09:54 -05:00
MikeTheWatchGuy 1bd1e9a742 Columns - continued code on specifying size 2018-12-29 20:00:49 -05:00
MikeTheWatchGuy b5a8b11487 New Column capability - specify size 2018-12-29 19:54:46 -05:00