| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-14 | only output desktop info when a window really unmaps | Ivan Kanakarakis | |
| 2012-06-09 | wrap mouse pointer only on resize | Ivan Kanakarakis | |
| 2012-04-30 | fix for clients explicitly stealing focus | Ivan Kanakarakis | |
| 2012-04-27 | add FLOAT layout | Ivan Kanakarakis | |
| 2012-04-27 | remove useless %s from usage | Ivan Kanakarakis | |
| 2012-04-26 | fix broken CLICK_TO_FOCUS setting | Ivan Kanakarakis | |
| 2012-04-24 | rework usage and argument parsiong | Ivan Kanakarakis | |
| 2012-04-20 | move and resize floating windows with the keyboard | Ivan Kanakarakis | |
| 2012-04-16 | void definitions with no arguments | Ivan Kanakarakis | |
| 2012-04-16 | fix prev_client prototype | Ivan Kanakarakis | |
| 2012-04-12 | minor formatting change for the tenary operator | Ivan Kanakarakis | |
| 2012-04-12 | fix grid layout crashing with no tiled clients | Ivan Kanakarakis | |
| 2012-04-08 | use err on spawn too | Ivan Kanakarakis | |
| 2012-04-08 | use err.h - new arg processing | Ivan Kanakarakis | |
| 2012-04-01 | focus new clients that spawn on different desktops | Ivan Kanakarakis | |
| 2012-03-26 | fix flickering when focusing a new window | Ivan Kanakarakis | |
| this also fixes the infinite switching between clients when FOLLOW_MOUSE was set. | |||
| 2012-03-23 | no need to match whole string - match a substring | Ivan Kanakarakis | |
| 2012-03-20 | remove NEXT PREV aliases | Ivan Kanakarakis | |
| 2012-03-16 | don't mark current client as urgent | Ivan Kanakarakis | |
| 2012-03-14 | set _NET_ACTIVE_WINDOW when requested | Ivan Kanakarakis | |
| tools like `xdotool` can be used to select/focus a window, using the _NET_ACTIVE_WINDOW property. however those tools don't know or don't care about the state of the window, ie the window is unmapped. we workaround this by checking if the client that requested that property is visible in the current desktop. If not we discard the client message. | |||
| 2012-03-14 | Replace XKeycodeToKeysym with XkbKeycodeToKeysym | Ivan Kanakarakis | |
| XKeycodeToKeysym is now deprecated, as per http://www.x.org/releases/X11R7.6/changelog.txt Dirk Wallenstein (5): man: Redirect users from XKeycodeToKeysym to XkbKeycodeToKeysym #25732 | |||
| 2012-03-13 | fix crashes when only one client on desktop | Ivan Kanakarakis | |
| 2012-03-11 | separate tile() from update_current() - semi-reverts 9f4ddba | Ivan Kanakarakis | |
| 2012-03-11 | fix no current client when removing prevfocus | Ivan Kanakarakis | |
| for example we open an application with a splash screen. the splash screen is the current window until the app is ready, opened, and mapped. once it's ready, the splash screen, which is now prevfocus is destroyed, and thus prevfocus is null. closing the app, called update_current(prevfocus) which resulted in no client being current and highlighted. also the check to remove _NET_ACTIVE_WINDOW is done with head. if there is no head, there is no client. | |||
| 2012-03-10 | only select a desktop if needed | Ivan Kanakarakis | |
| 2012-03-10 | fix misbehaving clients | Ivan Kanakarakis | |
| 2012-03-10 | on remove update current with prevfocus | Ivan Kanakarakis | |
| 2012-03-10 | rework update_current() | Ivan Kanakarakis | |
| 2012-03-10 | rework maprequest() | Ivan Kanakarakis | |
| 2012-03-09 | immediately update clients on mousemotion() | Ivan Kanakarakis | |
| 2012-03-09 | floating clients should get border | Ivan Kanakarakis | |
| 2012-03-09 | move sparce tile() calls inside update_current() | Ivan Kanakarakis | |
| 2012-03-06 | introduce prev_client() and use it | Ivan Kanakarakis | |
| 2012-03-06 | minor sparce changes | Ivan Kanakarakis | |
| 2012-03-04 | update_current: fix stacking order and focus of clients | Ivan Kanakarakis | |
| 2012-03-04 | stack: fix height of last client when floating clients are around | Ivan Kanakarakis | |
| 2012-03-04 | introduce ISFFT macro | Ivan Kanakarakis | |
| checks if given client is fullscreen (F) floating (F) or transient (T) -> FFT | |||
| 2012-03-04 | some cleanup and tidying or whatnot | Ivan Kanakarakis | |
| 2012-03-04 | tile and update after changing fullscreen state | Ivan Kanakarakis | |
| 2012-03-04 | rework configure request | Ivan Kanakarakis | |
| 2012-03-04 | rework stack layout | Ivan Kanakarakis | |
| 2012-03-01 | active window is always the current window | Ivan Kanakarakis | |
| 2012-03-01 | fix overlapping borders | Ivan Kanakarakis | |
| when a floating or transient client exists, then, selecting normal clients wouldn't raise them, so, its active border was hidden, most times. now every window is lowered, except the active one, so the its borders are always on top. this also fixes flickering of floating/transient clients that were ovelapping. however it introduces a weird behavior when the mode is monocle, as in that case when the floating client is selected, the background/fullscreen window is always the first opened window (or head). | |||
| 2012-03-01 | fix special casing of monocle layout | Ivan Kanakarakis | |
| 2012-02-24 | fix infinite raising floating clients one on top of the other | Ivan Kanakarakis | |
| 2012-02-23 | resizing a fullscreen windows should reset its state | Ivan Kanakarakis | |
| 2012-02-08 | transients and floating windows stay on top of others | Ivan Kanakarakis | |
| 2012-02-07 | keep transient windows on top unless floating | Ivan Kanakarakis | |
| 2012-02-06 | killclient(): fix searching for WM_DELETE_WINDOW atom in client | Ivan Kanakarakis | |
| 2012-02-05 | core is as minimal and practical as it can be | Ivan Kanakarakis | |
