| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-20 | config.def.h: default quit key is q | 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-07 | config.def.h: tiny bit of formatting | Ivan Kanakarakis | |
| 2012-02-07 | default terminal is xterm | 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 | |
| 2012-02-05 | focus the next or previous desktop that has windows open | Ivan Kanakarakis | |
| 2012-02-05 | if client doesn't support WM_DELETE_WINDOW atom then actually kill the client | Ivan Kanakarakis | |
| 2012-02-01 | bugfix: focus was lost on monocle layout when switching desktops | Ivan Kanakarakis | |
| 2012-02-01 | formatting and cleanup | Ivan Kanakarakis | |
| 2012-01-31 | if AppRule desktop is negative, spawn on current desktop | Ivan Kanakarakis | |
| 2012-01-28 | minor code formatting changes | Ivan Kanakarakis | |
| 2012-01-27 | fix ww, wh and layout calculations | Ivan Kanakarakis | |
| 2012-01-26 | update readme with bloat branch | Ivan Kanakarakis | |
| 2012-01-26 | update readme with warpcursor patch/branch | Ivan Kanakarakis | |
| 2012-01-26 | warp cursor to lower right corner when moving or resizing | Ivan Kanakarakis | |
| 2012-01-26 | typo damit | Ivan Kanakarakis | |
| 2012-01-26 | minor Makefile update | Ivan Kanakarakis | |
| 2012-01-26 | update readme - information about patches and other branches | Ivan Kanakarakis | |
| 2012-01-24 | rework focusing configured client - still some kind of race condition | Ivan Kanakarakis | |
| 2012-01-24 | shrink configure request | Ivan Kanakarakis | |
| 2012-01-24 | cleaner code and formatting, commenting fixes and a typo | Ivan Kanakarakis | |
