Commit graph

274 commits

Author SHA1 Message Date
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
dacbaf634d Updated bugn.exe regarding the latest commits 2015-02-05 21:07:04 +01:00
joten
07a080c4ca Added a chrome browser rule
+ fixed a typo
2015-02-05 20:57:59 +01:00
joten
90fa564d92 Updated bugn.exe for latest commits 2015-02-01 22:29:13 +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
64bccf01e5 Updated bugn.exe regarding today's commits 2015-01-28 22:21:24 +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
361701256b Updated bugn.exe regarding today's commits 2015-01-28 00:04:11 +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
3f8701f26f Updated bugn.exe regarding today's commits 2015-01-26 22:53:02 +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
d343f2dfca Updated bugn.exe regarding today's commits 2015-01-25 22:28:49 +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
b51fc07f56 Updated the requirements in doc 2015-01-24 12:35:00 +01:00
joten
ec7f62de04 Updated links to executable 2015-01-17 12:29:08 +01:00
joten
0573394dbd Compiled exe with current AutoHotkey version 2015-01-17 12:24:37 +01:00
joten
a5d7172176 Moved CREDITS file to doc 2015-01-17 00:21:43 +01:00
joten
cdc0cf0847 Fixed links in doc\Home.md 2015-01-16 23:38:08 +01:00
joten
8483d4b805 Updated links to downloadable packages 2015-01-16 23:32:56 +01:00
joten
8905cfdf1f Linked the CREDITS file 2015-01-16 23:09:11 +01:00
joten
8f582aa394 Removed stable.zip
... which can be found in release 8.3.1, as future stable.zips can be
downloaded from the releases section
2015-01-16 23:04:30 +01:00
joten
2f9e147164 Compacted listings 2015-01-16 22:58:54 +01:00