| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 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 | warp cursor to lower right corner when moving or resizing | 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 | |
| 2012-01-23 | focus configured client | Ivan Kanakarakis | |
| 2012-01-23 | also preserve transient property when moving to another desktop | Ivan Kanakarakis | |
| 2012-01-23 | fill master area if head/master window is floating or transient | Ivan Kanakarakis | |
| 2012-01-23 | transient clients are also marked as floating | Ivan Kanakarakis | |
| 2012-01-23 | do not create gaps on grid layout when client is floating | Ivan Kanakarakis | |
| 2012-01-23 | keep client's properties when moving to another desktop | Ivan Kanakarakis | |
| 2012-01-23 | rename isfullscreen field to a bit sorter isfullscrn | Ivan Kanakarakis | |
| don't know why, just because it's shorter and matches the length of isfloating | |||
| 2012-01-23 | allow swapping to master for fullscreen clients | Ivan Kanakarakis | |
| 2012-01-22 | rename sendevent() to deletewindow() as it was the only message sent | Ivan Kanakarakis | |
| also it implemented a crappy check for the existance of the atom | |||
| 2012-01-22 | tile callbacks - each layout is handled in a separate function | Ivan Kanakarakis | |
| 2012-01-20 | only reset floating window when switching to same mode | Ivan Kanakarakis | |
| 2012-01-20 | the atoms need to be registered before changing desktop | Ivan Kanakarakis | |
