index
:
mcwm
debianization
fix/suspend_aint_signal
master
randr
topic/flexible_workspaces
topic/obey_move
topic/version
mcwm is a minimalist floating window manager for the X Window System
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mcwm.c
Age
Commit message (
Expand
)
Author
2010-07-01
When changing workspaces, remove fixed windows from the current and
MC
2010-07-01
Give some feedback about fixed windows by changing their focus colour.
MC
2010-07-01
Delete a window from the workspace list as well when it is destroyed.
MC
2010-06-30
Ahem. *Unsigned* 32 bit integer.
MC
2010-06-30
We say in getting and setting properties that the workspace number is
MC
2010-06-30
Move adding to workspace from setupwin() to setupscreen() and newwin()
MC
2010-06-30
Always change to first workspace when starting.
MC
2010-06-30
Special treatment for focus on fixed windows.
MC
2010-06-30
Unfocus before unmapping and only if we have a focus.
MC
2010-06-30
Forget old focus before mapping new windows on new workspace.
MC
2010-06-30
Added really simple handling of _NET_WM_DESKTOP so windows will belong
MC
2010-06-30
Don't check for sameness if focuswin is NULL already.
MC
2010-06-30
Added virtual workspaces.
MC
2010-06-30
We don't really need to remember coordinates and geometry for every
MC
2010-06-29
Added focus change from keyboard, Mod2-TAB. For now, it's a simple
MC
2010-06-24
Added debug printouts for incoming events.
MC
2010-06-24
Added real colour handling and -f and -u options for setting them.
MC
2010-06-23
We need both normal and ungrab enter notify events.
MC
2010-06-23
Ignore windows with override redirect set when initializing at start.
MC
2010-06-23
Move terminal variable into struct conf.
MC
2010-06-23
Handle a request to set border width, but only set it to BORDERWIDTH.
MC
2010-06-23
A MapRequest always place the window on top in the stacking order.
MC
2010-06-22
Added terminal option.
MC
2010-06-22
Fork twice(!) when starting new terminal. Also wait for the first
MC
2010-06-22
Include stdint explictly.
MC
2010-06-21
Add handling of Circulate Request of subwindows. Now xpdf search
MC
2010-06-21
Don't need to set focusin twice.
MC
2010-06-21
Quote ICCCM.
MC
2010-06-21
Removed the size hints in newwindow().
MC
2010-06-21
Removed comment about xterm. It seems it sends a Configure Request to
MC
2010-06-21
Care about at least some of the stuff in an CONFIGURE REQUEST event,
MC
2010-06-21
When we get a new window, check for size hints and compare them to the
MC
2010-06-20
Raise first when maximizing vertically.
MC
2010-06-20
Use pointer hints when moving or resizing with mouse instead of all
MC
2010-06-20
Oops. Wrong types.
MC
2010-06-20
- Read some ICCCM hints and use at least some of them.
MC
2010-06-19
Raise window when doing resize by keyboard.
MC
2010-06-19
Try subscribing to SUBSTRUCTURE REDIRECT events first and fallback to
MC
2010-06-18
Added global configuration struct and handle two options:
MC
2010-06-18
Version 20100618.
20100618
MC