Commit graph

50 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
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
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
9a539e10af Re-implemented "View_setLayout"
... allowing to set absolute and relative values
2015-01-27 22:13:03 +01:00
joten
485c1c5115 Renamed and reordered functions 2015-01-25 22:26:17 +01:00
joten
f18269353b Moved and renamed the function Bar_getBatteryStatus
... to ResourceMonitor_getBatteryStatus
2015-01-25 20:44:07 +01:00
joten
d26791d2cf Renamed window-related global variables 2015-01-25 19:38:10 +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
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
87a486b830 Added bar transparency
+ updated bug.n-dev.exe
2014-09-30 13:08:48 +02:00
joten
c525f9504e Updated copyright notice 2014-08-14 12:06:08 +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
c57a997cb8 removed redundant code 2014-03-09 19:16:35 +01:00
joten
dc84157087 fixed bug: Windows 8 does not have a "Start button" any more.
changed documentation: Config_*Color
2013-01-17 21:21:28 +01:00
joten
d719c1e1de fixed bug: AppBar registration and maximized windows 2012-12-15 20:56:18 +01:00
joten
ea41d7ae00 updated version number (my text editor might also have deleted unnecessary space) 2012-12-05 13:39:51 +01:00
joten
bb6f89a3d8 refurbished 'Bar.ahk' 2012-10-02 12:11:00 +02:00
joten
016f0463b4 fixed bug in the case of 'closing Bar_cmdGui and activating the next to last
window'
2012-10-01 22:31:00 +02:00
joten
39ccce432d fixed bug for the case 'vertical position of Bar_cmdGui and
Config_verticalBarPos=tray and task bar at top of monitor'
2012-10-01 21:48:24 +02:00
joten
65faa0b790 fixed bug for the case 'Main_reload() and Config_verticalBarPos=tray' 2012-10-01 21:20:45 +02:00
joten
e8c4795ea9 replaced the explicit listing in 'Bar_cmdGui' with an input field and a
listing configurable in config.ini
2012-10-01 20:06:48 +02:00
joten
97c3ccb389 reviewed changes by Josh
reverted to old version of 'Bar_updateView'
Calculating the percentage with help of the string length is inprecise due to
different the string length of window IDs (at least 5-7).
2012-09-30 22:36:42 +02:00
joten
8a3f890f3e moved the helper functions for the resource monitoring to the analogous library 2012-09-30 21:16:31 +02:00
joten
590017c0b0 re-written and moved Log.ahk to Debug.ahk (to be extended) 2012-09-28 17:46:17 +02:00
joten
67ab171e40 replaced 1 "Tab" with 2 "Space" (+ adjusting some glitches)
updated the copyright notice at the beginning of each script file
2012-09-27 22:32:27 +02:00
joten
0f6215b162 added feature: Associating names with views, which are shown in the status bar. 2012-09-06 22:53:15 +02:00
Joshua Fuhs
36432847bc Turn down the debug level on messages for which a bug has been fixed. 2012-07-13 11:23:19 -04:00
Joshua Fuhs
af3dbbadf8 I really should test before committing. The debug calls didn't work 2012-07-12 13:35:58 -04:00
Joshua Fuhs
f78c6e9f8e Add debug messages to track down a tricky bug. 2012-07-12 11:31:31 -04:00
Joshua Fuhs
643bf5b5ad Oops, committed without testing. Sure enough, there were bugs. 2012-06-30 13:37:37 -04:00
Joshua Fuhs
4ad41cb813 Update UI with new options. Left logging commented out because it might not be a feature that should be advertised. 2012-06-30 12:57:20 -04:00
Joshua Fuhs
a738956012 Added support for a two-dimensional master area 2012-06-25 00:25:18 -04:00
Joshua Fuhs
32e086c35a Allow for a wider layout description 2012-06-22 23:10:09 -04:00
Joshua Fuhs
60267c3338 Cleanup/optimization of view update code 2012-06-21 18:48:37 -04:00
joten
421b18f779 added one more status fields (included in the readinAny-field):
Config_readinNetworkLoad (and the according functions)
2012-06-11 01:21:47 +02:00
joten
582ea2b84e added a comment in Manager.ahk
added the cleanup-code for Bar_getDiskLoad in Main.ahk
added two more status fields (included in the readinAny-field) in Bar.ahk and
        Config.ahk:
        | functions          | configuration variables  |
        |--------------------|--------------------------|
        | Bar_getDiskLoad    | Config_readinDiskLoad    |
        | Bar_getMemoryUsage | Config_readinMemoryUsage |
2012-06-08 23:29:08 +02:00
joten
8a4bd53b4a replaced the function Bar_getInteger with NumGet
minor changes
2012-06-08 22:14:08 +02:00
joten
09676ce755 fixed bug: Set the background color of the status bar (title and clock) 2012-05-31 20:24:03 +02:00
joten
1dec51a91b removed the internal, manual revision number (subversion and last change date)
updated version number: 8.3.0
2012-05-31 17:44:05 +02:00
joten
8d8dfa6390 updated version number: 8.2.2.01
fixed bug: setting the active window of a view
2012-01-12 21:54:03 +01:00
joten
01e5239b25 updated version: 8.2.1.02
fix bug        #018431: Immediate run-time errors running bug.n built from source
workaround bug #018364: Evernote: new note
feature        #005446: Reload function
2011-12-05 22:20:38 +01:00
joten
9ff5ef80bf updated docs: generalized header and footer for html and txt
fixed   docs: links
fixed    bug: #18356 (Missing bar elements on Windows XP.)
updated     : version to 8.2.1
2011-09-14 20:30:17 +02:00
joten
c64ce96ec1 updated version (8.2.0.03)
release 8.2.0
2011-09-02 19:46:07 +02:00
joten
aeaa677f95 initial committal (8.2.0.03) 2011-07-27 19:43:34 +02:00