Commit Graph

119 Commits

Author SHA1 Message Date
joten 6db371a134 Unified functions for setting layout properties
... to View_setLayoutProperty
2015-01-26 22:51:19 +01:00
joten 485c1c5115 Renamed and reordered functions 2015-01-25 22:26:17 +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 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 60afeff9a2 Added a TODO regarding an additional status field
Reference: https://github.com/fuhsjr00/bug.n/issues/11#issue-44583490
2014-10-02 10:14:57 +02:00
joten 804e28cb22 Added Config_readinVolume
... and associated code
2014-10-01 23:20:32 +02:00
joten 1b6133b3fd Added a TODO regarding chrome browser pop-ups
Reference:
https://github.com/fuhsjr00/bug.n/issues/1#issuecomment-54681990
2014-09-30 14:13:18 +02:00
joten 87a486b830 Added bar transparency
+ updated bug.n-dev.exe
2014-09-30 13:08:48 +02: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 ac9faa3e4e bug fix: default rule for firefox did not work 2014-03-10 00:35:59 +01:00
joten c57a997cb8 removed redundant code 2014-03-09 19:16:35 +01:00
joten eda67b9ace fixed bug: open the doc dir if running script
the relative directory 'doc' does not exist in 'src', only in root;
before moving the documentation, ot was the other way around, and either
of them did not work.
2014-03-09 18:31:37 +01: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 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 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 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
joten 747766274e changed documentation directory references 2012-10-20 20:45:44 +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 19a6904a44 extended the default rule set 2012-10-03 21:27: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 81556d4224 moved Manager_log*-functions to 'Debug.ahk' 2012-10-03 19:27:58 +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 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 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 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 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 761b7bbe2d Merge with head of official depot. 2012-07-01 00:48:57 -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 a6928208f6 Prepare for submission to project repository. 2012-06-30 12:24:48 -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
Joshua Fuhs c76742b25d Separate quit keys so they're less likely to be hit 2012-06-27 21:53:02 -04:00
Joshua Fuhs 315b1bfae4 Lots of logging changes 2012-06-26 12:52:44 -04:00
Joshua Fuhs a738956012 Added support for a two-dimensional master area 2012-06-25 00:25:18 -04:00
Joshua Fuhs e28b5862a7 Debug logging changes. Allow for multiple logging levels 2012-06-23 16:58:29 -04:00
Joshua Fuhs 5631981e2e More log cleanup. Made switch to enable debug logging. 2012-06-23 14:08:58 -04:00
Joshua Fuhs 750a281eac Dump info to the log. 2012-06-22 19:56:46 -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 e06afcd299 Hotkey correction 2012-06-22 18:09:54 -04:00
Joshua Fuhs 917cf2769d Hotkey consistency 2012-06-22 18:00:55 -04:00
Joshua Fuhs 5276471f49 Spelling corrections and layout consistency 2012-06-21 18:53:03 -04:00
Joshua Fuhs 65090c573c Making some shortcuts more reasonable 2012-06-17 10:35:44 -04:00
joten 65e20770f9 changed hotkeys for View_setGapWidth (compatibility to US-keyboard) 2012-06-17 16:32:48 +02:00
joten 421b18f779 added one more status fields (included in the readinAny-field):
Config_readinNetworkLoad (and the according functions)
2012-06-11 01:21:47 +02:00
joten 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 |
2012-06-08 23:29:08 +02:00
joten 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
2012-06-08 12:00:02 +02:00
joten c6ad84087f added gaps for the "tile" layout (Config_layoutGapWidth and View_setGapWidth(d)) 2012-06-01 14:22:45 +02: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 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
2011-09-14 20:30:17 +02:00
joten c64ce96ec1 updated version (8.2.0.03)
release 8.2.0
2011-09-02 19:46:07 +02:00
joten aeaa677f95 initial committal (8.2.0.03) 2011-07-27 19:43:34 +02:00