-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
175 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
adwm -- authors file. 2021-12-11 | ||
adwm -- authors file. 2022-01-28 | ||
|
||
Author: Brian Bidulock <[email protected]> | ||
Author: LittleSOiLent999 <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,87 @@ | ||
# created with git log --stat=76 -M -C -500|fmt -sct -w80 | ||
|
||
commit aacfee40b992ae836c12b0777c503fb528ce5ff6 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Jan 28 03:25:43 2022 -0700 | ||
|
||
update copyright dates | ||
|
||
LICENSE | 2 +- | ||
src/adwm.c | 4 ++-- | ||
2 files changed, 3 insertions(+), 3 deletions(-) | ||
|
||
commit b7f376e9d98b51a17cc1e5315c32ce4db03837e1 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Jan 28 03:12:41 2022 -0700 | ||
|
||
update release notes | ||
|
||
RELEASE.md | 18 +++++++++++------- | ||
1 file changed, 11 insertions(+), 7 deletions(-) | ||
|
||
commit c0f0ca5b2e131264c451a3ae6be3b2eb0c9d1463 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Jan 28 02:41:41 2022 -0700 | ||
|
||
reverse scroll wheel on root | ||
|
||
data/styles/Default/buttonrc | 4 ++-- | ||
doc/adwm-buttons.5.in | 26 ++++++++++++-------------- | ||
src/adwm.c | 4 ++-- | ||
src/buttons.c | 6 +++--- | ||
4 files changed, 19 insertions(+), 21 deletions(-) | ||
|
||
commit 24f065acda02abafb5c7767d8686b17c549fe73e | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Jan 28 01:35:28 2022 -0700 | ||
|
||
update build flags | ||
|
||
configure.sh | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
commit d5844d9c1d495d733b999797d259d727d3aa394f | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Jan 27 21:41:57 2022 -0700 | ||
|
||
updates to adwm keysrc file | ||
|
||
- fix key conflicts | ||
- add preferred application support | ||
- swap brightness/contrast controls | ||
- add microphone volume and muting controls | ||
|
||
data/keysrc | 58 ++++++++++++++++++++++++++++++++++----------------------- | ||
1 file changed, 35 insertions(+), 23 deletions(-) | ||
|
||
commit 563ab035c4b36651f3ea158643dcd435e7951866 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Jan 27 21:41:39 2022 -0700 | ||
|
||
use preferred applications | ||
|
||
data/styles/Default/keysrc | 36 ++++++++++++++++++------------------ | ||
1 file changed, 18 insertions(+), 18 deletions(-) | ||
|
||
commit 5ce84d017dc23537f3d481de20e30d99f5ef8d20 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Jan 27 19:41:40 2022 -0700 | ||
|
||
update build flags | ||
|
||
configure.sh | 9 +++------ | ||
1 file changed, 3 insertions(+), 6 deletions(-) | ||
|
||
commit 48f9f60c832926d152cba9797a1bbea859e858e0 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Sat Dec 11 23:51:23 2021 -0700 | ||
|
||
post-release update | ||
|
||
ChangeLog | 27 +++++++++++++++++---------- | ||
NEWS | 3 ++- | ||
2 files changed, 19 insertions(+), 11 deletions(-) | ||
|
||
commit a300930287689b3a269a5ec48e8c4e42e88b2d30 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Sat Dec 11 23:48:48 2021 -0700 | ||
|
@@ -5299,77 +5381,3 @@ Date: Fri Oct 6 04:19:36 2017 -0600 | |
|
||
src/layout.c | 87 +++++++++++++++++++++++++++++--------------------------- | ||
1 file changed, 45 insertions(+), 42 deletions(-) | ||
|
||
commit c08846d4b49c076883bc52e4d2562fa638b73705 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Oct 6 03:50:14 2017 -0600 | ||
|
||
do fancy moves | ||
|
||
src/layout.c | 104 +++++++++++++++++++++++++++++++++++++++++++------------ | ||
1 file changed, 81 insertions(+), 23 deletions(-) | ||
|
||
commit f44deaf924af8aeaff4a5f16dc71732aa030dcfe | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Oct 6 03:31:39 2017 -0600 | ||
|
||
rename cursors | ||
|
||
src/adwm.c | 44 +++++++++++++-------------- | ||
src/adwm.h | 24 +++++++-------- | ||
src/layout.c | 92 ++++++++++++++++++++++++++++---------------------------- | ||
3 files changed, 80 insertions(+), 80 deletions(-) | ||
|
||
commit 9fd023b4df6f89e022ae0975480fff68722f1d39 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Oct 6 03:24:23 2017 -0600 | ||
|
||
determine virtual grips for move | ||
|
||
src/layout.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- | ||
1 file changed, 98 insertions(+), 3 deletions(-) | ||
|
||
commit 894387e02a1b9b96a9165c95707cc00a42453874 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Oct 6 02:34:41 2017 -0600 | ||
|
||
prepare for mousemove_from | ||
|
||
src/layout.c | 169 ++++++++++++++++++++++++++++++------------------------- | ||
1 file changed, 91 insertions(+), 78 deletions(-) | ||
|
||
commit afcc41a00e2fc28bf1b798edb9df0f0810fff05e | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Oct 5 05:05:38 2017 -0600 | ||
|
||
now working on mouseresize snaps | ||
|
||
src/layout.c | 52 ++++++++++++++++++++++++++++------------------------ | ||
1 file changed, 28 insertions(+), 24 deletions(-) | ||
|
||
commit e3f3790dd3b8670fbc0e551733cc9964e27749ce | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Oct 5 02:02:24 2017 -0600 | ||
|
||
working up adwm manual page | ||
|
||
doc/adwm.1.in | 91 +++++++++++++++++++++++++++++++++++++++++++++++++------ | ||
1 file changed, 81 insertions(+), 10 deletions(-) | ||
|
||
commit e77b71532a0378770900a608ce26c56f888d1566 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Oct 5 02:01:57 2017 -0600 | ||
|
||
update TODO | ||
|
||
TODO | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
commit 71a37a50beb1b082191d5b97983100b1c7880df0 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Oct 5 01:59:55 2017 -0600 | ||
|
||
debug and fix snapping while moving | ||
|
||
src/layout.c | 130 ++++++++++++++++++++++++++++++++++++++++--------------- | ||
1 file changed, 96 insertions(+), 34 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,43 @@ | ||
adwm -- history of user-visible changes. 2021-12-11 | ||
adwm -- history of user-visible changes. 2022-01-28 | ||
|
||
Release adwm-0.7.16 released 2022-01-28 | ||
--------------------------------------- | ||
|
||
git tag -n100 -l 0.7.16 | ||
|
||
0.7.16 Maintenance Release 0.7.16 | ||
|
||
This is another release of the adwm window manager that provides a | ||
fully XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0 | ||
compliant tiling/floating window manager. It borrows concepts from | ||
dwm(1), velox(1), awesome(1), spectrwm(1) and wmii(1). | ||
|
||
This is a maintenance release that corrects and supplements some key | ||
bindings: removes a conflict, uses preferred applications (thanks to | ||
xdg-launch), provides controls for microphone volume and muting, and | ||
switches scroll-wheel bindings on the root window (this was really | ||
bothering me). Consistent build flags and support for GCC 11.1.0 is | ||
also provided. Session management has not progressed since the last | ||
release. There are no outstanding issues at the time of release, and | ||
the next release should include some outstanding development from the | ||
TODO list. | ||
|
||
Included in the release is an autoconf tarball for building the package | ||
from source. See the NEWS and TODO file in the release for more | ||
information. Please report problems to the issues list on GitHub. | ||
|
||
git shortlog -e -n -w80,6,8 0.7.15...0.7.16 | ||
|
||
Brian Bidulock <[email protected]> (8): | ||
post-release update | ||
update build flags | ||
use preferred applications | ||
updates to adwm keysrc file | ||
update build flags | ||
reverse scroll wheel on root | ||
update release notes | ||
update copyright dates | ||
|
||
|
||
Release adwm-0.7.15 released 2021-12-11 | ||
--------------------------------------- | ||
|
@@ -322,32 +361,3 @@ Brian Bidulock <[email protected]> (95): | |
Brian Bidulock <[email protected]> (1): | ||
Set theme jekyll-theme-minimal | ||
|
||
|
||
Release adwm-0.7.9 released 2019-10-03 | ||
-------------------------------------- | ||
|
||
git tag -n100 -l 0.7.9 | ||
|
||
0.7.9 Maintenance Release 0.7.9 | ||
|
||
This is another release of the adwm window manager that provdes a fully | ||
XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0 compliant | ||
tiling/floating window manager. It borrows concepts from dwm(1), | ||
velox(1), awesome(1), spectrwm(1) and wmii(1). | ||
|
||
This is a maintenance release that includes some build improvements and | ||
a fix for issue #7 by forcing a make dependency between adwm-adwm.la | ||
and adwm. There are no outstanding issues at the time of release, and | ||
the next release should include some outstanding development from the | ||
TODO list. | ||
|
||
Included in the release is an autoconf tarball for building the package | ||
from source. See the NEWS and TODO file in the release for more | ||
information. Please report problems to the issues list on GitHub. | ||
|
||
git shortlog -e -n -w80,6,8 0.7.8...0.7.9 | ||
|
||
Brian Bidulock <[email protected]> (2): | ||
fix issue #7 | ||
update release files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.