Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | Unshade window when middle-clicked in taskbar | John Ankarström | |
2021-06-22 | Move cursor to window when middle-clicked in taskbar | John Ankarström | |
2021-06-19 | Move cursor to center of window on raise | John Ankarström | |
2021-06-19 | Do not raise window on next/prev | John Ankarström | |
Turns out that this was the default behavior and that my previous commit (trying to enable this behavior) was unnecessary. Anyway, I don't like it, so I'm disabling it now. | |||
2021-06-10 | Focus window when hovered in taskbar | John Ankarström | |
This may call FocusClient a thousand times per second, I don't know. But it works. | |||
2021-06-09 | Change desktop on ATOM_NET_ACTIVE_WINDOW message | John Ankarström | |
This fixes ROX Files when used in its "Unique Windows" mode. Otherwise, double-clicking on a folder wouldn't do anything if the folder was already open in a window on another desktop. This may cause unexpected desktop switching. I'm not sure how often programs issue activation messages. Perhaps it would be good if the current desktop number was displayed in the center of the screen, similar to the message when resizing/moving windows. | |||
2021-06-09 | Fix crash on next/prev if no window is active | John Ankarström | |
2021-06-07 | Fix formatting | John Ankarström | |
2021-06-07 | Add 'put#' action | John Ankarström | |
I wanted to call it layer#, but it (rather silently, apart from the crashing...) conflicted with something else. | |||
2021-06-06 | Raise window on next/prev | John Ankarström | |
2021-06-01 | Double-click to shade | Charlie Root | |
I more often want to temporarily get rid of windows than maximize them. | |||
2021-06-01 | Document 'sendto#' action | Charlie Root | |
2021-05-30 | Add 'sendto#' action | John Ankarstr\xf6m | |
2021-05-29 | jwm.1.in: Document new actions | John Ankarstr\xf6m | |
2021-05-29 | Update config.h.in | John Ankarstr\xf6m | |
If I am not mistaken, this seems to have been done automatically by autoreconf -i. | |||
2021-05-29 | Add 'raise' action | John Ankarstr\xf6m | |
2021-05-29 | FocusPreviousStackedCircular: Fix typo | John Ankarstr\xf6m | |
2021-05-29 | Implement 'prev' and 'prevstacked' actions | John Ankarstr\xf6m | |
2021-05-29 | README: Add information about fork | John Ankarstr\xf6m | |
2021-05-29 | Add .gitignore | John Ankarstr\xf6m | |
2021-05-29 | First commit | John Ankarstr\xf6m | |
This is the original state of the released tarball for JWM 1.8, which will serve as my starting point for further modifications. |