v2.3.0
DerjenigeUberMensch
released this
30 Jun 16:38
·
257 commits
to Experimental
since this release
What's Changed
- bump 2.2.0, more clearer binary location (Makefile) by @DerjenigeUberMensch in #161
- Update README.md by @DerjenigeUberMensch in #162
- util.h added "byte" by @DerjenigeUberMensch in #163
- Fixed segfault when managing new bar windows. managereply() by @DerjenigeUberMensch in #165
- Improved SpawnWindow handling by @DerjenigeUberMensch in #166
- Updated XCB-TRL by @DerjenigeUberMensch in #167
- Updated keybinds.h by @DerjenigeUberMensch in #168
- added better compatability for managerequests()/managereply ()+ updated geticonprop() error messages by @DerjenigeUberMensch in #169
- grabbutons() now takes client as param instead of window by @DerjenigeUberMensch in #170
- Fixed focus skipping NEVERFOCUS() clients, for some operations. by @DerjenigeUberMensch in #171
- Fixed some applications causing input to be frozen when focused by @DerjenigeUberMensch in #172
- Removed unessasary operations when restacking() windows by @DerjenigeUberMensch in #174
- Added proper XServer change property handling, setclientwtype + setclientnetstate by @DerjenigeUberMensch in #175
- Fixed atoms being incorrectly assigned, when updating XServer Atoms by @DerjenigeUberMensch in #176
- Added better handling to windows that retain their size when managing. by @DerjenigeUberMensch in #177
- Reverted grabbutons() to handling input SYNC instead of ASYNC by @DerjenigeUberMensch in #178
- Fixed segfault on some applications due to desktop not being set up properly managereply() by @DerjenigeUberMensch in #179
- Added desktop switching by @DerjenigeUberMensch in #180
- Added ToggleDesktop() for switching desktops by @DerjenigeUberMensch in #181
- Added ToggleDesktop() keybinds 0-9 by @DerjenigeUberMensch in #182
- Fixed managereply() not making floating windows when should be float. Fixed resizing when changing desktops by @DerjenigeUberMensch in #183
- Fixed normal windows being floating when managing by @DerjenigeUberMensch in #185
- Fixed ISMAXHORZ(c) incorrectly calculating height instead of width + safer eventhandler by @DerjenigeUberMensch in #186
- Moved Client operations to external client.c client.h file(s) by @DerjenigeUberMensch in #187
- Moved Desktop operations to external desktop.c desktop.h file(s) by @DerjenigeUberMensch in #188
- Removed setfullscreen resizeclient feature by @DerjenigeUberMensch in #189
- Moved Monitor operations to external monitor.c monitor.h file(s) by @DerjenigeUberMensch in #190
- Abstracted recursive include guards out (caused warnings) by @DerjenigeUberMensch in #191
- Moved X11 helpers to x.c/x.h by @DerjenigeUberMensch in #192
- Removed unused data/cleanup by @DerjenigeUberMensch in #193
- Delete pannel.c by @DerjenigeUberMensch in #194
- Delete pannel.h by @DerjenigeUberMensch in #195
- Removed pannel references by @DerjenigeUberMensch in #197
- Fixed compilation issue due to lack of include file by @DerjenigeUberMensch in #198
- Fixed restoresession not properly restoring desktops by @DerjenigeUberMensch in #199
- Fixed clients disappering when restarting on different desktop by @DerjenigeUberMensch in #200
- Cleanuped startup + moved checksticky to x.c by @DerjenigeUberMensch in #201
Full Changelog: v2.2.0...v3.0.0