Commit Graph

  • 2c01cb6f8b added the library 'ResourceMonitor.ahk' joten 2012-09-30 19:52:06 +0200
  • ea332e413a moved the resource monitoring from 'Config_readinAny' to a library joten 2012-09-30 19:50:12 +0200
  • 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) joten 2012-09-29 22:07:18 +0200
  • b68451e9d3 refurbished 'Main.ahk' joten 2012-09-29 20:30:48 +0200
  • 590017c0b0 re-written and moved Log.ahk to Debug.ahk (to be extended) joten 2012-09-28 17:46:17 +0200
  • aa7ddae698 introduced 'Main_dataDir' as the target for config.ini and log.txt joten 2012-09-28 16:15:20 +0200
  • 99b74ad39c moved the images from the sub- to the main root-directory joten 2012-09-28 15:54:06 +0200
  • aaa9538f43 removed List.ahk from "#Include" fixed a bug, which might have occured with the new version of AutoHotkey_L joten 2012-09-28 15:29:42 +0200
  • 6c6c00533d removed List.ahk, related files and references (3 in total) joten 2012-09-28 14:23:34 +0200
  • 67ab171e40 replaced 1 "Tab" with 2 "Space" (+ adjusting some glitches) updated the copyright notice at the beginning of each script file joten 2012-09-27 22:32:27 +0200
  • 0f6215b162 added feature: Associating names with views, which are shown in the status bar. joten 2012-09-06 22:53:15 +0200
  • 404c91f6ba Fix a bug that I introduced where rotating the stack axis can swap the X and Y master dimensions. Joshua Fuhs 2012-07-20 23:02:09 -0400
  • 36432847bc Turn down the debug level on messages for which a bug has been fixed. Joshua Fuhs 2012-07-13 11:23:19 -0400
  • 714a0b24c7 Fixed bug that didn't set a window's monitor correctly. Joshua Fuhs 2012-07-13 10:01:37 -0400
  • af3dbbadf8 I really should test before committing. The debug calls didn't work Joshua Fuhs 2012-07-12 13:35:58 -0400
  • f78c6e9f8e Add debug messages to track down a tricky bug. Joshua Fuhs 2012-07-12 11:31:31 -0400
  • 9449b1a93f Can declare a hotkey in Config.ini that exits the app Joshua Fuhs 2012-07-03 20:50:23 -0400
  • 1cab61ba16 Can declare a hotkey in Config.ini that exits the app Joshua Fuhs 2012-07-03 20:23:35 -0400
  • 29e31ee74d Remove unnecessary log messages Joshua Fuhs 2012-07-01 12:27:47 -0400
  • 761b7bbe2d Merge with head of official depot. Joshua Fuhs 2012-07-01 00:48:57 -0400
  • e0c16bbe88 Remove new changelog because there's already a place to log changes Joshua Fuhs 2012-06-30 23:55:12 -0400
  • e93f12c91e Updated documentation with respect to new multi-dimensional master area. Joshua Fuhs 2012-06-30 15:39:32 -0400
  • 8d5d92952d Change _layoutMPri/_layoutMSec to _layoutMX/_layoutMY and update logic accordingly per perliminary review. Joshua Fuhs 2012-06-30 14:27:56 -0400
  • fbaab8e3aa Elaborated on the help messages a bit. Joshua Fuhs 2012-06-30 13:38:00 -0400
  • 643bf5b5ad Oops, committed without testing. Sure enough, there were bugs. Joshua Fuhs 2012-06-30 13:37:37 -0400
  • 4ad41cb813 Update UI with new options. Left logging commented out because it might not be a feature that should be advertised. Joshua Fuhs 2012-06-30 12:57:20 -0400
  • 809d91868a Use user data directory for logs. Joshua Fuhs 2012-06-30 12:37:13 -0400
  • a6928208f6 Prepare for submission to project repository. Joshua Fuhs 2012-06-30 12:24:48 -0400
  • 85e6635d31 Noted that bug 018641 is fixed. Joshua Fuhs 2012-06-30 12:23:19 -0400
  • fcc058b397 BID Joshua Fuhs 2012-06-29 22:20:15 -0400
  • 0f5f77b7cb Allow the window to recover to test recovery Joshua Fuhs 2012-06-29 22:00:02 -0400
  • 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 Joshua Fuhs 2012-06-27 23:34:19 -0400
  • 937fed87b9 Cycle through windows correctly when there are hung windows Joshua Fuhs 2012-06-27 22:35:52 -0400
  • 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. Joshua Fuhs 2012-06-27 22:00:32 -0400
  • c76742b25d Separate quit keys so they're less likely to be hit Joshua Fuhs 2012-06-27 21:53:02 -0400
  • 96b3f6af07 Hanging application for testing purposes. Joshua Fuhs 2012-06-27 21:51:20 -0400
  • 3815956c09 Create a changelog so that I can keep things straight. Joshua Fuhs 2012-06-27 21:44:45 -0400
  • 315b1bfae4 Lots of logging changes Joshua Fuhs 2012-06-26 12:52:44 -0400
  • 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. Joshua Fuhs 2012-06-25 19:13:52 -0400
  • 986669f69a [Bug] Flipping along master axis didn't preserve sizes Joshua Fuhs 2012-06-25 12:08:16 -0400
  • a738956012 Added support for a two-dimensional master area Joshua Fuhs 2012-06-25 00:25:18 -0400
  • ef47899c5d Initialize monitors a little more intelligently by associating currently opened windows with the monitor on which they appear. Joshua Fuhs 2012-06-24 18:04:41 -0400
  • 725b809787 Dump the list to an array Joshua Fuhs 2012-06-24 17:56:16 -0400
  • ea230027a0 Bumped debug level for shell messages down one Joshua Fuhs 2012-06-24 16:30:29 -0400
  • e4f2915c49 Break down rendering of the layouts into distinct drawing components. Joshua Fuhs 2012-06-24 16:19:53 -0400
  • ac727ad742 List implementation to pull the list manipulation logic out of the codebase Joshua Fuhs 2012-06-24 13:27:21 -0400
  • fb71e0d7dc Improved logging functionality. Different logs may not be specified and the log may be truncated upon initialization. Joshua Fuhs 2012-06-24 13:26:45 -0400
  • 9c4e5dd34e Further separation of concerns. Manager_manage now accepts a 'suggested' monitor and window. This won't override configuration settings. Joshua Fuhs 2012-06-24 13:19:15 -0400
  • 0b8a381846 Cleanup and continue to enforce the separation of layout vs. content Joshua Fuhs 2012-06-23 22:38:26 -0400
  • 1284147a23 More separation of concerns. Improved the window pickup and redraw performance significantly. Joshua Fuhs 2012-06-23 22:06:31 -0400
  • bce40f67e8 Separation of responsibilities. Enforce the 'window manipulation doesn't affect layout definition' mantra Joshua Fuhs 2012-06-23 21:20:12 -0400
  • 4bf1aef3e6 Speed up view drawing by turning down the window delay time Joshua Fuhs 2012-06-23 17:53:25 -0400
  • e60d23e6be Added a debug log message Joshua Fuhs 2012-06-23 17:52:09 -0400
  • e28b5862a7 Debug logging changes. Allow for multiple logging levels Joshua Fuhs 2012-06-23 16:58:29 -0400
  • de84ea6ac7 Fixed up layout symbol construction. Added some debug logging to catch a problem. Joshua Fuhs 2012-06-23 14:16:17 -0400
  • 5631981e2e More log cleanup. Made switch to enable debug logging. Joshua Fuhs 2012-06-23 14:08:58 -0400
  • 15b8fc2c84 Create debug log Joshua Fuhs 2012-06-23 14:04:57 -0400
  • 10ab86187d Must hide before show because WinShow does not bring the new window to the top. This results in some odd looking view switches. Joshua Fuhs 2012-06-23 00:43:26 -0400
  • 0aa4b31bae Simplify some math. Joshua Fuhs 2012-06-23 00:36:00 -0400
  • a935d8d7cc Make gap width behavior match tile layout. Joshua Fuhs 2012-06-22 23:47:59 -0400
  • 37b4ea2419 Correct the sign on monocle layout with gap width. Joshua Fuhs 2012-06-22 23:45:09 -0400
  • 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. Joshua Fuhs 2012-06-22 23:35:32 -0400
  • 043d14a569 Restoring the original flow of Monitor_activateView until I understand better how to optimize. Joshua Fuhs 2012-06-22 23:27:54 -0400
  • 4e7da85ffc Cleanup and make consistent the redrawing of views and layout symbols Joshua Fuhs 2012-06-22 23:11:52 -0400
  • 32e086c35a Allow for a wider layout description Joshua Fuhs 2012-06-22 23:10:09 -0400
  • 750a281eac Dump info to the log. Joshua Fuhs 2012-06-22 19:56:46 -0400
  • 8c2272bc80 Added logging of windows from a view Joshua Fuhs 2012-06-22 19:56:13 -0400
  • 61641abdca Added bare logging Joshua Fuhs 2012-06-22 19:55:33 -0400
  • 0666a89c50 Revert previous changeset since it did too much Joshua Fuhs 2012-06-22 19:54:44 -0400
  • b263ba0daf Added bare logging capability Joshua Fuhs 2012-06-22 19:45:39 -0400
  • e06afcd299 Hotkey correction Joshua Fuhs 2012-06-22 18:09:54 -0400
  • 917cf2769d Hotkey consistency Joshua Fuhs 2012-06-22 18:00:55 -0400
  • 8e5e42a653 Update the layout of the current view if it is re-activated. Joshua Fuhs 2012-06-21 18:54:00 -0400
  • 5276471f49 Spelling corrections and layout consistency Joshua Fuhs 2012-06-21 18:53:03 -0400
  • 60267c3338 Cleanup/optimization of view update code Joshua Fuhs 2012-06-21 18:48:37 -0400
  • a82d486a35 Added some basic logging Joshua Fuhs 2012-06-17 10:35:57 -0400
  • 65090c573c Making some shortcuts more reasonable Joshua Fuhs 2012-06-17 10:35:44 -0400
  • bebe6826e5 Remove a derived file Joshua Fuhs 2012-06-17 10:35:05 -0400
  • 65e20770f9 changed hotkeys for View_setGapWidth (compatibility to US-keyboard) joten 2012-06-17 16:32:48 +0200
  • b728cd0255 re-created the executable from the current source joten 2012-06-11 01:26:00 +0200
  • 421b18f779 added one more status fields (included in the readinAny-field): Config_readinNetworkLoad (and the according functions) joten 2012-06-11 01:21:47 +0200
  • 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 | joten 2012-06-08 23:29:08 +0200
  • 8a4bd53b4a replaced the function Bar_getInteger with NumGet minor changes joten 2012-06-08 22:14:08 +0200
  • 95b66c4255 added feature: set the position for a new window on the view especially in tiled layout (not only "first in the master area, but also last in the master, first or last in the stack area): Config_newWndPostition joten 2012-06-08 12:00:02 +0200
  • ad0c3bcaa2 added feature: re-use WIN+L as a hotkey in bug.n by using the function Manager_lockWorkStation() joten 2012-06-06 21:14:40 +0200
  • 5cb9422b7e added a pre-compiled executable matching the current development state joten 2012-06-02 19:36:25 +0200
  • c6ad84087f added gaps for the "tile" layout (Config_layoutGapWidth and View_setGapWidth(d)) joten 2012-06-01 14:22:45 +0200
  • 09676ce755 fixed bug: Set the background color of the status bar (title and clock) joten 2012-05-31 20:24:03 +0200
  • 1dec51a91b removed the internal, manual revision number (subversion and last change date) updated version number: 8.3.0 joten 2012-05-31 17:44:05 +0200
  • 8d8dfa6390 updated version number: 8.2.2.01 fixed bug: setting the active window of a view joten 2012-01-12 21:54:03 +0100
  • d7700a8100 updated documentation (added features from earlier commitments) updated list of changes for release 8.2.1 joten 2012-01-08 19:12:49 +0100
  • 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 joten 2011-12-05 22:20:38 +0100
  • 0a193919bb updated Manager_getWindow* functions to allow copying of the text to the clipboard joten 2011-09-21 13:33:06 +0200
  • 923a5ba471 fixed bug: Save another AutoHotkeyGUI as the active window of a view. joten 2011-09-18 17:01:44 +0200
  • 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 joten 2011-09-14 20:30:17 +0200
  • 963951ff6a updated documentation (formatting errors) joten 2011-09-03 00:16:14 +0200
  • afe4ee6fb4 update ignored Session.ini and Config.ini joten 2011-09-02 19:48:38 +0200
  • c64ce96ec1 updated version (8.2.0.03) release 8.2.0 joten 2011-09-02 19:46:07 +0200
  • aeaa677f95 initial committal (8.2.0.03) joten 2011-07-27 19:43:34 +0200