Commit Graph

302 Commits

Author SHA1 Message Date
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
joten 058467de8a Revised "Manager_onShellMessage" 2015-02-16 19:34:53 +01:00
joten 189be901ea Revised the source code documentation ...
... of Manager_onShellMessage
2015-02-14 21:34:27 +01:00
joten b1b36b77e9 Unified the usage of `WinGet, ... ProcessName` ...
... and added window PID information.
2015-02-14 13:52:49 +01:00
joten 9f42612f84 Added a default rule for child windows. 2015-02-14 13:32:08 +01:00
joten dfac9a19aa Revised the usage of Manager_allWndIds 2015-02-13 21:59:31 +01:00
joten e2288561dc Fixed issue #24 by ignoring elevated windows 2015-02-12 20:35:41 +01:00
joten 9b247a40be Made the "remote control" support multiple lines. 2015-02-12 19:36:52 +01:00
joten 09cb11337e Revert "Revised the usage of Manager_allWndIds"
This reverts commit 1815c9b355.
2015-02-08 20:24:17 +01:00
joten 1815c9b355 Revised the usage of Manager_allWndIds
... especially regarding issue #9
2015-02-08 20:00:57 +01:00
joten c12a266044 Added some kind of remote control ...
... i. e. the possibility for sending commands to bug.n from another
AutoHotkey script, as suggested by franckspike with issue #20 (a pull
request).
2015-02-08 17:40:19 +01:00
joten 07a080c4ca Added a chrome browser rule
+ fixed a typo
2015-02-05 20:57:59 +01:00
joten 497318e24a Added a default rule ...
... for a Windows Explorer dialog type
2015-02-01 22:19:40 +01:00
joten 18b165edc8 Revised the default rule set 2015-02-01 21:13:48 +01:00
joten 107456f71a Optimized "Manager_applyRules" 2015-02-01 20:10:54 +01:00
joten d67c7482e9 Revised the rule layout 2015-02-01 20:02:08 +01:00
joten 8ca47284e1 Fixed bug in multi-monitor bug.n command GUI ...
... positioning
+ fixed minor redrawing problem of the bug.n bar
+ fixed bug in bug.n Bar_GuiClick and Bar_GUIContextMenu monitor
calculation
2015-02-01 14:39:46 +01:00
joten be8e4a68c3 Integrated bar into Shell_SecondaryTrayWnd 2015-01-31 01:45:36 +01:00
joten a8adf2e33f Revised color scheme and status bar
... extracting the volume from anyText.
2015-01-30 23:38:40 +01:00
joten ae54669dd8 Revised the bar color scheme 2015-01-30 20:13:10 +01:00
joten 1546091696 Adopted franckspike's more general Manager_loop 2015-01-28 23:45:58 +01:00
joten 2d18960bf6 Revised "View_setGapWidth"
... aka "View_setLayoutProperty('GapWidth', " to allow setting absolute
and relative values.
2015-01-28 22:20:15 +01:00
joten f7d712d61c Revised "Manager_setViewMonitor"
... to allow setting absolute and relative values.
2015-01-28 20:49:03 +01:00
joten 0d967e02fe Revised "Manager_setWindowMonitor"
... to allow setting absolute and relative values.
2015-01-28 20:26:43 +01:00
joten 7d7c20f716 Revised "Manager_activateMonitor"
... to allow setting absolute and relative values
2015-01-28 20:12:57 +01:00
joten 8455ec1b60 Revised "Monitor_toggleWindowTag" and ...
"View_activateWindow" in regards to absolute and relative value setting
2015-01-28 19:42:07 +01:00
joten b014a72284 Revised "Monitor_setWindowTag"
... to allow setting absolute and relative values.
2015-01-28 18:11:47 +01:00
joten 05d75e876c Revised Monitor_activateView
... to allow setting absolute and relative values.
2015-01-28 17:42:18 +01:00
joten 74dffa9792 Re-implemented "View_shuffleWindow"
... regarding the setting of absolute and relative values
2015-01-28 00:02:37 +01:00
joten f9cfc8e5f5 Implemented setting the log level ...
... to an absolute value
2015-01-27 22:33:13 +01:00
joten 9a539e10af Re-implemented "View_setLayout"
... allowing to set absolute and relative values
2015-01-27 22:13:03 +01:00
joten 2346f3734e Implemented setting mfact to an absolute value 2015-01-27 21:59:12 +01:00
joten f18dd93523 Added "GapWidth" to View_setLayoutProperty
+ minor correction
2015-01-27 21:30:10 +01:00
joten 6db371a134 Unified functions for setting layout properties
... to View_setLayoutProperty
2015-01-26 22:51:19 +01:00
joten 4ec9578507 Moved tiling-related functions to Tiler.ahk 2015-01-26 21:12:14 +01:00
joten 485c1c5115 Renamed and reordered functions 2015-01-25 22:26:17 +01:00
joten 03c3d59310 Fixed minor bug regarding the log file 2015-01-25 20:50:01 +01:00
joten f18269353b Moved and renamed the function Bar_getBatteryStatus
... to ResourceMonitor_getBatteryStatus
2015-01-25 20:44:07 +01:00
joten b5ee251adb Renamed Manager_resetWindowBorder and ...
... Manager_setWindowBorder to Manager_restoreWindowBorders and
Manager_setWindowBorders
2015-01-25 20:39:09 +01:00
joten d0ab84f1f3 Rename the function View_toggleFloating
... to View_toggleFloatingWindow and therewith revised functions
Manager_*Window
2015-01-25 20:28:40 +01:00
joten d26791d2cf Renamed window-related global variables 2015-01-25 19:38:10 +01:00
joten 71e4025a09 Renamed the previously moved functions
(window-related)
2015-01-25 19:16:30 +01:00
joten c7b6c0a388 Moved window-related functions to Window.ahk
... therewith revising Manager_findHung (bug in line 272: "If (A_Index =
ghostWnd)")
2015-01-25 18:07:51 +01:00
joten b8e3206b1a Initialized version 9.0.0 2015-01-25 14:04:17 +01:00
joten b2139b1605 Updated copyright notice 2015-01-25 13:07:37 +01:00
joten 92b6b84e03 Fixed bug from issue #16 (display scaling)
+ fixed bug regarding `Config_horizontalBarPos` (set to a positiv
number)
2014-12-13 16:12:38 +01:00
joten 76c4a21b30 Updated other points regarding Progman and WIN_8 2014-10-31 19:33:01 +01:00
joten 11aa4425e3 Added code related to issue #7
bug.n now acts on changed display resolution and added monitors
2014-10-31 17:01:30 +01:00
joten 35b28891f4 Extended the bug fix from r145:dc91cfafb64c ...
... to all methods of closing windows
2014-10-31 16:20:31 +01:00
joten bd00181033 Fixed bug regarding activating a monitor ...
... by clicking on the desktop
2014-10-31 16:10:33 +01:00
joten 92bc786122 Commented on Manager_aMonitor 2014-10-29 18:15:11 +01:00
joten eb8e4aab03 Added WindowProc for detecting display changes
Reference: https://github.com/fuhsjr00/bug.n/issues/7
2014-10-06 13:59:59 +02:00
joten 469e686ca3 Added registration of a secondary windows taskbar
+ Shell_SecondaryTrayWnd
+ TODO for additional TrayWnd
2014-10-06 13:33:29 +02:00
joten 73adf718a0 Added a Config_rule line to Manager_getWindowInfo
... making it easier to create a new rule for an open window.
2014-10-02 15:46:12 +02:00
joten 60afeff9a2 Added a TODO regarding an additional status field
Reference: https://github.com/fuhsjr00/bug.n/issues/11#issue-44583490
2014-10-02 10:14:57 +02:00
joten 804e28cb22 Added Config_readinVolume
... and associated code
2014-10-01 23:20:32 +02:00
joten 1b6133b3fd Added a TODO regarding chrome browser pop-ups
Reference:
https://github.com/fuhsjr00/bug.n/issues/1#issuecomment-54681990
2014-09-30 14:13:18 +02:00
joten 87a486b830 Added bar transparency
+ updated bug.n-dev.exe
2014-09-30 13:08:48 +02:00
Josh Fuhs c43f26f1f2 Fix for GH#1: Can not manage Google Chrome. This fix was suggested by @KyleSolo and confirmed by @darsain and myself. 2014-08-17 14:08:46 -04:00
joten c525f9504e Updated copyright notice 2014-08-14 12:06:08 +02:00
joten def6b0f1bf Implemented [ Feature Request #5735 ]
Increasing MFactor Resizing Over Time
2014-04-29 15:43:17 +02:00
joten 7117e82e07 Fixed bug regarding the special character '&'
The special character '&' would underline the next letter and not be
shown.
2014-03-25 20:47:07 +01:00
joten ac9faa3e4e bug fix: default rule for firefox did not work 2014-03-10 00:35:59 +01:00
joten d5b11fe44c fixed bug: lost windows on reload
windows got lost, when reloading and not Config_dynamicTiling, i. e.
manual tiling was enabled
2014-03-09 22:45:28 +01:00
joten c57a997cb8 removed redundant code 2014-03-09 19:16:35 +01:00
joten eda67b9ace fixed bug: open the doc dir if running script
the relative directory 'doc' does not exist in 'src', only in root;
before moving the documentation, ot was the other way around, and either
of them did not work.
2014-03-09 18:31:37 +01:00
joten da4e541b6d removed redundant files (old doc and hgignore) 2014-03-09 00:31:47 +01:00
joten 16b202084a added a comment to Manager_sync 2014-03-05 20:15:27 +01:00
joten c74b67e443 revised the network monitor in ResourceMonitor.ahk 2014-03-04 20:53:33 +01:00
joten e38e9dedbb updated doc 2014-03-04 11:53:40 +01:00
joten f2cb553b06 implemented feature 'manual tiling' 2014-03-03 11:56:37 +01:00
Joshua Fuhs e3f3ed1c36 Disable network interface lookup due to bug 019005. 2013-05-19 17:26:47 -04:00