joten
177019b927
refurbished 'View.ahk', removed some unnecessary functions (one-liners)
2012-10-04 20:05:17 +02:00
joten
2021de2e7b
refurbished 'View.ahk' (partly)
2012-10-03 23:18:17 +02:00
joten
8467e925bc
refurbished 'Manager.ahk' some more
2012-10-03 22:21:57 +02:00
joten
3f93d70444
removed 'Log.ahk' (finally)
2012-10-03 21:39:33 +02:00
joten
19a6904a44
extended the default rule set
2012-10-03 21:27:09 +02:00
joten
6d65d97a1a
refurbished 'Manager.ahk'
2012-10-03 21:05:09 +02:00
joten
ed31dec9bf
moved the string identifying a hung (ghost) window to the config
...
The german window title is different from the english one.
2012-10-03 20:21:02 +02:00
joten
cd4d2a1b85
fixed bug in 'Debug.ahk' (+ minor changes)
2012-10-03 20:08:13 +02:00
joten
81556d4224
moved Manager_log*-functions to 'Debug.ahk'
2012-10-03 19:27:58 +02:00
joten
a1ace64721
refurbished 'Monitor.ahk'
2012-10-02 21:07:09 +02:00
joten
eb27dc22dd
reviewed the changes from Josh
...
- reverted 'Monitor_moveWindow' partly to the previous version for floating windows
- reverted the behaviour of 'Config_syncMonitorViews'
(possibility to sync less than all monitors)
2012-10-02 20:50:48 +02: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
2c01cb6f8b
added the library 'ResourceMonitor.ahk'
2012-09-30 19:52:06 +02:00
joten
ea332e413a
moved the resource monitoring from 'Config_readinAny' to a library
2012-09-30 19:50:12 +02:00
joten
a276043d59
refurbished 'Config.ahk'
...
removed the describing comments for configuration variables and hotkeys (duplicate regarding the documentation)
removed the rules for Gimp (not necessary for the latest version, 2.8)
2012-09-29 22:07:18 +02:00
joten
b68451e9d3
refurbished 'Main.ahk'
2012-09-29 20:30:48 +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
aa7ddae698
introduced 'Main_dataDir' as the target for config.ini and log.txt
2012-09-28 16:15:20 +02:00
joten
99b74ad39c
moved the images from the sub- to the main root-directory
2012-09-28 15:54:06 +02:00
joten
aaa9538f43
removed List.ahk from "#Include"
...
fixed a bug, which might have occured with the new version of AutoHotkey_L
2012-09-28 15:29:42 +02:00
joten
6c6c00533d
removed List.ahk, related files and references (3 in total)
2012-09-28 14:23:34 +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
404c91f6ba
Fix a bug that I introduced where rotating the stack axis can swap the X and Y master dimensions.
2012-07-20 23:02:09 -04: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
714a0b24c7
Fixed bug that didn't set a window's monitor correctly.
2012-07-13 10:01:37 -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
9449b1a93f
Can declare a hotkey in Config.ini that exits the app
2012-07-03 20:50:23 -04:00
Joshua Fuhs
1cab61ba16
Can declare a hotkey in Config.ini that exits the app
2012-07-03 20:23:35 -04:00
Joshua Fuhs
29e31ee74d
Remove unnecessary log messages
2012-07-01 12:27:47 -04:00
Joshua Fuhs
761b7bbe2d
Merge with head of official depot.
2012-07-01 00:48:57 -04:00
Joshua Fuhs
e0c16bbe88
Remove new changelog because there's already a place to log changes
2012-06-30 23:55:12 -04:00
Joshua Fuhs
e93f12c91e
Updated documentation with respect to new multi-dimensional master area.
2012-06-30 15:39:32 -04:00
Joshua Fuhs
8d5d92952d
Change _layoutMPri/_layoutMSec to _layoutMX/_layoutMY and update logic accordingly per perliminary review.
2012-06-30 14:27:56 -04:00
Joshua Fuhs
fbaab8e3aa
Elaborated on the help messages a bit.
2012-06-30 13:38:00 -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
809d91868a
Use user data directory for logs.
2012-06-30 12:37:13 -04:00
Joshua Fuhs
a6928208f6
Prepare for submission to project repository.
2012-06-30 12:24:48 -04:00
Joshua Fuhs
85e6635d31
Noted that bug 018641 is fixed.
2012-06-30 12:23:19 -04:00
Joshua Fuhs
fcc058b397
BID
2012-06-29 22:20:15 -04:00
Joshua Fuhs
0f5f77b7cb
Allow the window to recover to test recovery
2012-06-29 22:00:02 -04:00
Joshua Fuhs
fbbecc71e8
Fix a bug where some guarded windows commands couldn't get to windows because they were hidden from the SendMessage command. Add more window logging
2012-06-27 23:34:19 -04:00