Commit Graph

499 Commits

Author SHA1 Message Date
Joshua Fuhs e6ee31c281 Update change doc with session info 2012-12-05 06:21:37 -05:00
Joshua Fuhs 5989c43a53 Remove another completed todo 2012-12-04 20:34:13 -05:00
Joshua Fuhs 26c1f2bafc Remove a completed todo 2012-12-04 20:33:43 -05:00
Joshua Fuhs d7dd018704 Alternative fix for Bug #18650, case 1 2012-12-04 19:36:38 -05:00
Joshua Fuhs ecdfff073a Add a todo and superficial change 2012-12-04 07:22:59 -05:00
Joshua Fuhs b2272226e0 Pre-push merge 2012-12-03 22:43:16 -05:00
Joshua Fuhs ad94306aec Finally got a resolved candidate 2012-12-03 22:40:52 -05:00
Joshua Fuhs 7efc059c7c More prep for merge 2012-12-03 22:18:19 -05:00
Joshua Fuhs fe1f4793f4 Manual merge with latest from berlios 2012-12-03 21:52:43 -05:00
joten cdf4591a0f updated documentation 2012-12-01 20:44:19 +01:00
joten 98d06a02ce updated documentation for release 8.3.0 2012-12-01 20:16:58 +01:00
Joshua Fuhs e9e5a853cc Continue the manual merge. Bar.ahk is merged (pretty much unchanged) 2012-11-26 22:13:38 -05:00
Joshua Fuhs c30a4c3f30 Step 1 of a long manual merge 2012-11-26 18:52:18 -05:00
Joshua Fuhs aaa73c4729 Inidicate when initialization and cleanup are complete 2012-11-26 13:11:16 -05:00
Joshua Fuhs 4b5c74861a Get rid of unnecessary debug statement 2012-11-25 09:08:04 -05:00
Joshua Fuhs af151b93a9 Periodic state save and restore work 2012-11-25 08:56:35 -05:00
Joshua Fuhs be8533624e Commit simple script for measuring fastest user input capability 2012-11-23 10:37:44 -05:00
joten 747766274e changed documentation directory references 2012-10-20 20:45:44 +02:00
joten aa29e18fa1 renamed directory 'docs' -> 'doc' 2012-10-20 16:55:24 +02:00
joten ae8f325d9f updated the documentation 2012-10-20 16:53:46 +02:00
joten 53b4a83757 fixed bug #18650 'Unexpected monitor focus changes'
fixed bug in 'Manager_setWindowMonitor(d) ' and 'Manager_setViewMonitor(d) '
fixed bug in 'Debug_setLogLevel(d)', if 'Debug_logLevel=0'
2012-10-16 18:09:17 +02:00
joten de1b284f14 standardized the checking of the active window 2012-10-14 23:16:34 +02:00
joten 7ba6efb080 fixed bug, which prevented bug.n from Main_reload, if the number of monitors changed 2012-10-14 17:59:42 +02:00
joten 7882684e74 implemented feature 'view margins' (i. a. for showing a part of the desktop, e. g. a sidebar) 2012-10-07 20:42:12 +02:00
joten 8fc99c95cf implemented feature 'single window action' (i. e. close or maximize) configured by rule 2012-10-07 16:29:45 +02:00
joten 23b4ef559f changed 'Config_shellMsgDelay' related in 'Manager_onShellMessage' 2012-10-07 14:40:14 +02:00
joten 3480edd566 refurbished 'tiledWndIds' 2012-10-07 14:04:27 +02:00
joten 0300514cec fixed bug regarding 'View_splitArea' and gapWidth 2012-10-07 13:47:08 +02:00
joten 0280aabfc7 reorganized 'View_arrange_*'
refurbished 'View.ahk'
2012-10-06 13:16:18 +02:00
joten 0486f91823 refurbished 'View.ahk' some more (tile) 2012-10-05 17:52:49 +02:00
joten 7c23816f29 refurbished 'View.ahk' some more 2012-10-05 15:32:09 +02:00
joten bd4b01f301 re-organized 'View_arrange' (reverted the split of arranging and setting the layout symbol)
re-integrated the floating layout
2012-10-04 21:09:20 +02:00
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