joten
0780f25c18
fixed bugs related to issue #14
2016-04-08 21:11:19 +02:00
joten
7b92900432
reversed "v10" commit
2016-03-09 19:34:57 +01:00
joten
52126dd8cc
initial src commit of v10
2016-02-12 19:02:35 +01:00
joten
80b6b8163c
Revised Manager_resetMonitorConfiguration() ...
...
... possibly fixing issue #66
+ replaced Monitor_moveWindow with its one-line-content
+ fixed some naming issues of variables
2016-01-04 20:55:18 +01:00
joten
685a523c0b
Reset the text in Default_hotkeys
...
This is a test showing if the file can be used as source for a cheat
sheet.
2015-07-09 21:59:52 +02:00
joten
502a4e5232
Possibly fixed bug from issue #43
2015-03-25 21:13:45 +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
770349754d
Standardized the switching of "DetectHiddenWindows"
2015-03-01 21:28:41 +01:00
joten
867d0c31f8
Re-fixed bug in "Monitor_activateView"
2015-03-01 21:09:54 +01:00
joten
8562e2f9df
Revert "Revised "active window" tracking"
...
This reverts commit ae88c5f1ff
.
2015-02-27 21:59:34 +01:00
joten
86168e558d
Revert "Fixed visual bug in "Monitor_activateView""
...
This reverts commit ddf544192f
.
2015-02-27 21:58:26 +01:00
joten
ddf544192f
Fixed visual bug in "Monitor_activateView"
2015-02-16 22:13:41 +01:00
joten
ae88c5f1ff
Revised "active window" tracking
2015-02-16 21:06:22 +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
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
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
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
469e686ca3
Added registration of a secondary windows taskbar
...
+ Shell_SecondaryTrayWnd
+ TODO for additional TrayWnd
2014-10-06 13:33:29 +02:00
joten
c525f9504e
Updated copyright notice
2014-08-14 12:06:08 +02:00
joten
f2cb553b06
implemented feature 'manual tiling'
2014-03-03 11:56:37 +01:00
joten
77bc2168e1
added #+y::Monitor_toggleNotifyIconOverflowWindow()
2013-03-25 22:30:12 +01:00
Joshua Fuhs
321112bcff
Merge all changes from the depot
2012-12-05 19:03:27 -05:00
Joshua Fuhs
8c1c33bc1e
Make auto-save session configurable
2012-12-05 18:55:38 -05:00
joten
ea41d7ae00
updated version number (my text editor might also have deleted unnecessary space)
2012-12-05 13:39:51 +01:00
Joshua Fuhs
fe1f4793f4
Manual merge with latest from berlios
2012-12-03 21:52:43 -05: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
af151b93a9
Periodic state save and restore work
2012-11-25 08:56:35 -05: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
034c9c007e
BID 018641: Prevent a hang of bug.n due to a hang of an underlying window. The layout gets messed up because of the ghost windows, and cycling through the windows doesn't yet work right.
2012-06-27 22:00:32 -04:00
Joshua Fuhs
315b1bfae4
Lots of logging changes
2012-06-26 12:52:44 -04:00
Joshua Fuhs
b36b640aad
- Keep a reference to each window's expected monitor. Using the screen position can cause windows to switch sides under the right circumstances.
...
- Some comments to help keep the onShellMessage function straight.
- Repositioned SetWinDelay calls to get better effect for everything.
- Fixed a bug where a windows activation of a window on another monitor would cause weird behavior.
2012-06-25 19:13:52 -04:00
Joshua Fuhs
4bf1aef3e6
Speed up view drawing by turning down the window delay time
2012-06-23 17:53:25 -04:00
Joshua Fuhs
10ab86187d
Must hide before show because WinShow does not bring the new window to the top. This results in some odd looking view switches.
2012-06-23 00:43:26 -04:00
Joshua Fuhs
37b4ea2419
Correct the sign on monocle layout with gap width.
2012-06-22 23:45:09 -04:00
Joshua Fuhs
cb1566d440
These changes prevent the user from viewing the resizing of windows from other screens. It may make the interface appear a bit more sluggish, though, since all of the rearranging must happen in the background.
2012-06-22 23:35:32 -04:00
Joshua Fuhs
043d14a569
Restoring the original flow of Monitor_activateView until I understand better how to optimize.
2012-06-22 23:27:54 -04:00
Joshua Fuhs
0666a89c50
Revert previous changeset since it did too much
2012-06-22 19:54:44 -04:00
Joshua Fuhs
b263ba0daf
Added bare logging capability
2012-06-22 19:45:39 -04:00
Joshua Fuhs
8e5e42a653
Update the layout of the current view if it is re-activated.
2012-06-21 18:54:00 -04: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
923a5ba471
fixed bug: Save another AutoHotkeyGUI as the active window of a view.
2011-09-18 17:01:44 +02:00