bug.n/doc/CREDITS.md

46 lines
2.6 KiB
Markdown
Raw Normal View History

### Credits
bug.n and its documentation is written by Joshua Fuhs and joten, but some
source was copied from the AutoHotkey forum
(http://www.autohotkey.com/board/). These are explicitly marked in the source
code at the end of the appropriate section. Additionally the following listing
summarizes these sources (of ideas or code):
#### Patch ideas
* pitkali (pitkali.info/bugn):
+ Sync window arrays on fussy events and unknown window ids
+ Dialog detection upon manage
+ Regular expression support in rules
+ Window information handling patches
- memory leaks
- flickering windows
* [morinted](https://github.com/morinted): [Read in sound volume](https://github.com/fuhsjr00/bug.n/issues/11)
#### Ideas or concepts
* suckless.org: [dwm](http://dwm.suckless.org)
* jgpaiva: [GridMove](http://jgpaiva.donationcoders.com/gridmove.html)
* Lexikos: [WindowPad - multi-monitor window-moving tool](http://www.autohotkey.com/forum/topic21703.html)
#### Code snippets
* flashkid: [Send SetWorkArea to second Monitor](http://www.autohotkey.com/board/topic/42564-send-setworkarea-to-second-monitor/)
* [franckspike](https://github.com/franckspike):
+ [More general loop function](https://github.com/franckspike/bug.n/commit/e4e615512b363e8c342bf02cf9067cfeb4cc5d57#diff-e42236c27dedd9350fa8c9b9654fd485)
+ [Remote control](https://github.com/franckspike/bug.n/commit/2beacc71aef4d4c46021f97b52ab857efabc871c)
+ [Resize the master area correctly, if the first layout axis is inverted.](https://github.com/franckspike/bug.n/commit/8e6f809d33326408fc1c7e249f5b278708b91565)
2015-01-16 21:56:02 +00:00
* fures: System + Network monitor - with net history graph (AutoHotkey forum)
* Kenta Oda: [Add configuration variables for custom time format](https://github.com/fuhsjr00/bug.n/pull/63)
* maestrith: Script Writer (github.com/maestrith/Script_Writer)
* PhiLho: [AC/Battery status](http://www.autohotkey.com/forum/topic7633.html)
* Pillus: [System monitor (HDD/Wired/Wireless) using keyboard LEDs](http://www.autohotkey.com/board/topic/65308-system-monitor-hddwiredwireless-using-keyboard-leds/)
* Sean:
+ [CPU LoadTimes](http://www.autohotkey.com/forum/topic18913.html)
+ [Network Download/Upload Meter](http://www.autohotkey.com/community/viewtopic.php?t=18033)
* SKAN:
+ [Crazy Scripting : Quick Launcher for Portable Apps](http://www.autohotkey.com/forum/topic22398.html)
+ [HDD Activity Monitoring LED](http://www.autohotkey.com/community/viewtopic.php?p=113890&sid=64d9824fdf252697ff4d5026faba91f8#p113890)
2015-01-16 21:56:02 +00:00
+ How to Hook on to Shell to receive its messages? (AutoHotkey forum)
2015-03-15 15:32:09 +00:00
* Unambiguous: Re-use <kbd>Win</kbd><kbd>L</kbd> as a hotkey in bug.n (AutoHotkey forum)