Commit graph

59 commits

Author SHA1 Message Date
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
8455ec1b60 Revised "Monitor_toggleWindowTag" and ...
"View_activateWindow" in regards to absolute and relative value setting
2015-01-28 19:42:07 +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
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
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
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
76c4a21b30 Updated other points regarding Progman and WIN_8 2014-10-31 19:33:01 +01:00
joten
c525f9504e Updated copyright notice 2014-08-14 12:06:08 +02:00
joten
def6b0f1bf Implemented [ Feature Request #5735 ]
Increasing MFactor Resizing Over Time
2014-04-29 15:43:17 +02:00
joten
f2cb553b06 implemented feature 'manual tiling' 2014-03-03 11:56:37 +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
de1b284f14 standardized the checking of the active window 2012-10-14 23:16:34 +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
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
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
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
29e31ee74d Remove unnecessary log messages 2012-07-01 12:27:47 -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
fcc058b397 BID 2012-06-29 22:20:15 -04:00
Joshua Fuhs
937fed87b9 Cycle through windows correctly when there are hung windows 2012-06-27 22:35:52 -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
986669f69a [Bug] Flipping along master axis didn't preserve sizes 2012-06-25 12:08:16 -04:00
Joshua Fuhs
a738956012 Added support for a two-dimensional master area 2012-06-25 00:25:18 -04:00
Joshua Fuhs
e4f2915c49 Break down rendering of the layouts into distinct drawing components. 2012-06-24 16:19:53 -04:00
Joshua Fuhs
0b8a381846 Cleanup and continue to enforce the separation of layout vs. content 2012-06-23 22:38:26 -04:00
Joshua Fuhs
1284147a23 More separation of concerns. Improved the window pickup and redraw performance significantly. 2012-06-23 22:06:31 -04:00
Joshua Fuhs
bce40f67e8 Separation of responsibilities. Enforce the 'window manipulation doesn't affect layout definition' mantra 2012-06-23 21:20:12 -04:00
Joshua Fuhs
e60d23e6be Added a debug log message 2012-06-23 17:52:09 -04:00
Joshua Fuhs
e28b5862a7 Debug logging changes. Allow for multiple logging levels 2012-06-23 16:58:29 -04:00
Joshua Fuhs
de84ea6ac7 Fixed up layout symbol construction. Added some debug logging to catch a problem. 2012-06-23 14:16:17 -04:00
Joshua Fuhs
0aa4b31bae Simplify some math. 2012-06-23 00:36:00 -04:00
Joshua Fuhs
a935d8d7cc Make gap width behavior match tile layout. 2012-06-22 23:47:59 -04:00