Skip to content

Releases: prabirshrestha/dwm-win32

v0.0.11

16 Feb 01:16
Compare
Choose a tag to compare

Changelog:

  • 73a2c75 Converted the code to work with wide-characters, fixing a bug of incorrectly displaying non-english languages in title bar
  • a8001c2 ignore the lock screen since it shows up as a window after locking
  • 6908e3e fix code spacing

v0.0.10

20 Dec 08:03
Compare
Choose a tag to compare

Changelog:

  • c1d86a5 use localtime_s instead of localtime
  • 6ec74a6 listen for WM_DISPLAYCHANGE and update geom and redraw bar
  • 0725e4f add more default ignores (such as startmenu/cortana/progman)
  • f6cf560 ignore Windows Shell Experience Host
  • 98855dc ignore Microsoft Text Input Application
  • 53ded94 ignore file explorer border
  • 842e35c ignore more taskbar apps border (volume control/network connections/date and time
  • f799822 fix memory CreateFont memory leak
  • 1b4ab4a treat vimrun.exe as floating window

v0.0.9

09 Dec 06:31
Compare
Choose a tag to compare

Changelog:

  • 2da92d2 - ignore MSCTFIME UI
  • 82b912d - use ALT as mod key
  • ca9e5ee - fix togglebar shortcut key
  • 1ddf4ad - fix Makefile: config.h depends on config.def.h
  • d270a3a - fix first key modifier
  • 6fc67a7 - use windows terminal as default termcmd
  • 2059ac6 - add bstack (bottom stack) layout
  • 858139c - add grid layout
  • 2622159 - add gaplessgrid layout
  • cc28e62 - add fibonacci layout

v0.0.8

09 Dec 01:00
Compare
Choose a tag to compare

Changelog:

  • caff310 - ignore border to new windows terminal - CASCADIA_HOSTING_WINDOW_CLASS
  • 18efd85 - rename showclienclassname to showclientinfo and include title
  • 57a0b8b - do not manage start menu windows

v0.0.7

08 Dec 23:32
Compare
Choose a tag to compare

Changelog:

  • 7123f47 - handle 0 hwnd in ismanagable()
  • c2c65cd - remove unused istoolwindowof
  • b43bc83 - KillTimer for barhwnd
  • b46d73f - update nexttiled and removed IsIconic and IswindowVisible check
  • 1b5ea53 - use MM/DD/YYYY for date

v0.0.6

01 Dec 21:11
Compare
Choose a tag to compare

Changelog:

  • e95d897 - Ignore Progman
  • 04a9c34 - ignore MultitaskingViewFrame i.e. Alt+Tab window
  • 06bc7a8 - correctly tile WinStore apps
  • 0b5528a - do not tile Snip & Sketch

v0.0.5

01 Dec 20:12
Compare
Choose a tag to compare

Changelog

  • add Chrome to ignoreborder rule
  • close OpenProcess handle

v0.0.2

25 Feb 06:06
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

DWM for windows 64 bit with dark bar and clock.

0.0.1-dcb0b22 win 64bit

25 Feb 05:37
Compare
Choose a tag to compare
Pre-release

DWM for windows 64 bit with dark bar.

v0.0.4

29 Nov 08:40
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • use Fira Code as default font if it exists
  • do not manage invisible win10 background apps
  • use alt as mod key to align with default dwm in linux
  • ignore snipping tool
  • use clang to compile instead of mingw
  • align to the default dwm 6 background color
  • increase text margin to 15