Commit Graph

273 Commits

Author SHA1 Message Date
joten 52126dd8cc initial src commit of v10 2016-02-12 19:02:35 +01:00
joten ae99b639b8 Implemented a window resizing correction
... regarding Windows 10 window shadows
2016-01-19 19:50:43 +01:00
joten 4cde06aae5 Revised Bar_toggleCommandGui() ...
... fixing positioning issues with more than one monitor possibly fixing
issue #41
2016-01-04 20:58:51 +01:00
joten 80b6b8163c Revised Manager_resetMonitorConfiguration() ...
... possibly fixing issue #66
+ replaced Monitor_moveWindow with its one-line-content
+ fixed some naming issues of variables
2016-01-04 20:55:18 +01:00
joten d0eea76509 Combined two earlier commits
+ cf55b0b47e
+ 7e190a0076
2015-12-23 19:09:52 +01:00
joten cf55b0b47e Added a function for restoring a window...
... especially maximized windows (see issue #45)
2015-12-19 21:56:16 +01:00
joten 22a1f93172 Fixed bug discovered with issue #46 2015-12-15 20:45:20 +01:00
joten 7e190a0076 Added a function for forcing a window to be managed. 2015-12-14 22:13:09 +01:00
joten 02708be4f1 Added unit-scaling to read in network load values 2015-11-27 20:51:19 +01:00
joten ed5165d825 Added adjustments regarding the previous pull request 2015-11-25 20:57:46 +01:00
oda 5a9af3927f Add configuration variables for custom time format 2015-11-17 17:06:32 +09:00
joten fc0ec399e4 Revision 2 of the cheat sheet 2015-07-15 22:46:00 +02:00
joten 685a523c0b Reset the text in Default_hotkeys
This is a test showing if the file can be used as source for a cheat
sheet.
2015-07-09 21:59:52 +02:00
joten 502a4e5232 Possibly fixed bug from issue #43 2015-03-25 21:13:45 +01:00
joten 27be735c60 Possibly fixed bug from issue #41 2015-03-21 12:22:14 +01:00
joten 72b95b55bd Added debugging information regarding issue #42 2015-03-21 11:53:40 +01:00
joten 8a728fc785 Fixed bug from issue #40 2015-03-21 11:34:15 +01:00
joten 377c524c62 Revised the formatting of hotkeys 2015-03-15 16:32:09 +01:00
joten 402ba02876 Adopted fix from franckspike for bug from issue #35
When inverting axis, #left-right must move the vertical separator
correctly
2015-03-10 22:10:07 +01:00
joten ff3e5ead39 Added the possibility to minimize windows
... excluding them from tiling
+ fixed bug in doc
2015-03-07 22:49:17 +01:00
joten 27ee9d24bd Revised README
+ fixed bug in doc
+ included A_OSVersion = "WIN_8.1"
2015-03-07 18:57:07 +01:00
joten 7d74dd4fe5 Removed `Main_reload()`
... redundant with `Config_autoSaveSession`
2015-03-07 14:10:00 +01:00
joten a927db0491 Fixed bug allowing windows to be minimized to tray
+ updated .exe
2015-03-07 12:19:55 +01:00
joten 79635f8ced Revised "active window" tracking 2015-03-07 12:14:37 +01:00
joten ec10980bbc Revised getting and setting the active window 2015-03-06 21:28:09 +01:00
joten 93311c865e Minimally revised i. a. "Manager_onShellMessage" 2015-03-05 21:06:18 +01:00
joten 770349754d Standardized the switching of "DetectHiddenWindows" 2015-03-01 21:28:41 +01:00
joten 365c6b060f Re-fixed bug in "Window_isElevated" 2015-03-01 21:12:33 +01:00
joten 867d0c31f8 Re-fixed bug in "Monitor_activateView" 2015-03-01 21:09:54 +01:00
joten c004d98d25 Re-fixed bug from issue #23 2015-03-01 21:08:22 +01:00
joten f094fb25d2 Moved window filtering from code to configuration
(additional rules)
2015-02-28 22:56:18 +01:00
joten 4c0c612a95 Revised "Manager_onShellMessage"-documentation 2015-02-28 21:06:24 +01:00
joten 8469899efe Revert "Revised the source code documentation ..."
This reverts commit 189be901ea.
2015-02-27 22:38:49 +01:00
joten 286fc287ce Revert "Revised "Manager_onShellMessage""
This reverts commit 058467de8a.
2015-02-27 21:59:54 +01:00
joten 8562e2f9df Revert "Revised "active window" tracking"
This reverts commit ae88c5f1ff.
2015-02-27 21:59:34 +01:00
joten d33d345154 Revert "Possibly fixed bug from issue #23"
This reverts commit 9bc942afa9.
2015-02-27 21:58:59 +01:00
joten 86168e558d Revert "Fixed visual bug in "Monitor_activateView""
This reverts commit ddf544192f.
2015-02-27 21:58:26 +01:00
joten 788dca4ae4 Revert "Fixed bug in "active window" tracking"
This reverts commit b79369c125.
2015-02-27 21:57:44 +01:00
joten 70f9c9c4a6 Revert "Moved the exclusion of elevated windows to a rule"
This reverts commit 4fd0b98c9b.
2015-02-27 21:57:32 +01:00
joten da67ca14e8 Revert "Added some debugging"
This reverts commit 2fcad88aa9.
2015-02-27 21:57:25 +01:00
joten 7ef630cdd7 Revert "Implemented a workaround for the bu from issue #27"
This reverts commit 433634c12f.
2015-02-27 21:57:17 +01:00
joten 4f7120be7b Revert "Possibly fixed the bug from issue #27"
This reverts commit 67ab683436.
2015-02-27 21:57:10 +01:00
joten 67ab683436 Possibly fixed the bug from issue #27
+ Reverted commit 433634c12f
+ Added a rule for "Window_isNotVisible"
2015-02-21 16:43:20 +01:00
joten 433634c12f Implemented a workaround for the bu from issue #27 2015-02-19 19:57:59 +01:00
joten 2fcad88aa9 Added some debugging
+ standardized the switching of "DetectHiddenWindows"
2015-02-19 08:14:01 +01:00
joten 4fd0b98c9b Moved the exclusion of elevated windows to a rule
+ revised the default rule set.
2015-02-18 19:48:11 +01:00
joten b79369c125 Fixed bug in "active window" tracking
+ fixed conflicting bug in in "Manager_closeWindow"
+ fixed visual bug in "Window_isElevated"
2015-02-16 22:38:42 +01:00
joten ddf544192f Fixed visual bug in "Monitor_activateView" 2015-02-16 22:13:41 +01:00
joten 9bc942afa9 Possibly fixed bug from issue #23 2015-02-16 21:30:10 +01:00
joten ae88c5f1ff Revised "active window" tracking 2015-02-16 21:06:22 +01:00