| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-16 | exit with specified value | Ivan Kanakarakis | |
| 2012-12-16 | specify default desktop | Ivan Kanakarakis | |
| 2012-12-16 | toggle to previously focused desktop | Ivan Kanakarakis | |
| 2012-12-16 | make panel toggleable with a shortcut | Ivan Kanakarakis | |
| 2012-12-16 | woops, typo :D - thanks @ngzhian | Ivan Kanakarakis | |
| 2012-11-14 | fix for FOLLOW_MOUSE on monocle layout - fixes #16 | Ivan Kanakarakis | |
| 2012-10-05 | minor rework on configurerequest function | Ivan Kanakarakis | |
| 2012-10-05 | bugfix: fix focusin function not giving focus to the correct window | Ivan Kanakarakis | |
| thanks to @djura-san for the report ref: https://bbs.archlinux.org/viewtopic.php?pid=1165368#p1165368 | |||
| 2012-10-05 | rework unmapnotify - all unmapped windows lose their client | Ivan Kanakarakis | |
| 2012-10-05 | when unmapping do not destroy client | Ivan Kanakarakis | |
| 2012-09-20 | no need for static var initialization | Ivan Kanakarakis | |
| 2012-09-20 | squash Desktop/Client declarations | Ivan Kanakarakis | |
| 2012-09-20 | introduce FOCUS_BUTTON - make CLICK_TO_FOCUS button configurable | Ivan Kanakarakis | |
| 2012-09-20 | Revert "add support for WM_STATE atom and WithdrawnState for windows" | Ivan Kanakarakis | |
| This reverts commit 5b32f2d7ff63b26287c29a80c1d7cf9a3bcd1ab5. This patch was a total failure. WM_STATE and WithdrawnState were introduced to handle withdrawn windows. After some thought, it seems this is not really needed. | |||
| 2012-09-20 | add support for WM_STATE atom and WithdrawnState for windows | Ivan Kanakarakis | |
| 2012-09-20 | fix typo | Ivan Kanakarakis | |
| 2012-09-20 | add vim modeline | Ivan Kanakarakis | |
| 2012-09-20 | fix for misbehaving apps - tile on configure request | Ivan Kanakarakis | |
| 2012-08-23 | do not fail on BadAccess because of an already grabbed button | Ivan Kanakarakis | |
| 2012-08-10 | be able to resize floating windows when they have no border - fixes #13 | Ivan Kanakarakis | |
| 2012-08-07 | remove extra empty line - ignore | Ivan Kanakarakis | |
| 2012-08-06 | do not tile on configure request | Ivan Kanakarakis | |
| 2012-08-06 | on FLOAT mode do not mark tiled clients as floating | Ivan Kanakarakis | |
| this results in instant tiling of non-floating clients when switching mode away from FLOAT. this seems to be more expected. reference: https://bbs.archlinux.org/viewtopic.php?pid=1142030#p1142030 | |||
| 2012-07-23 | fix clang warnings | Ivan Kanakarakis | |
| 2012-07-23 | rework client_to_desktop function - use a temp client, first unlink, then link | Ivan Kanakarakis | |
| 2012-07-23 | fix memory leak on killclient function | Ivan Kanakarakis | |
| 2012-07-22 | rework mousemotion function - return if pointer is not above the current window | Ivan Kanakarakis | |
| 2012-07-22 | rework maprequest function - check for rule desktop bounds | Ivan Kanakarakis | |
| 2012-07-22 | update comments for focus function | Ivan Kanakarakis | |
| 2012-07-20 | rework maprequest function - group var init - minor changes | Ivan Kanakarakis | |
| 2012-07-20 | rework focusin function - use one if statement - minor change | Ivan Kanakarakis | |
| 2012-07-20 | rework buttonpress fuction - allow commands even if no window is there | Ivan Kanakarakis | |
| 2012-07-20 | tile functions know all about the rectangle in which they tile the clients | Ivan Kanakarakis | |
| 2012-07-20 | split structs and function prototypes to those used by config and those used ↵ | Ivan Kanakarakis | |
| internally | |||
| 2012-07-20 | rework focus function and overall focus behavior | Ivan Kanakarakis | |
| all prev and curr references are handled by focus() function except when removeclient() function removes the prev client. | |||
| 2012-07-20 | lone floating clients should get borders | Ivan Kanakarakis | |
| 2012-07-20 | update comments | Ivan Kanakarakis | |
| 2012-07-20 | fix for desktops not marked as having an urgent hint | Ivan Kanakarakis | |
| the client needs to be compared to the current client of the current desktop, otherwise if the client was the current client on another desktop, it would not be marked with an urgent hint. | |||
| 2012-07-20 | fix calls to desktopinfo | Ivan Kanakarakis | |
| 2012-07-20 | rework main function - version formatting | Ivan Kanakarakis | |
| 2012-07-20 | remove xerrorlib function pointer | Ivan Kanakarakis | |
| 2012-07-20 | rework xerror xerrorstart and sigchld functions | Ivan Kanakarakis | |
| correct definitions update comments use the 'unused' attribute to mark arguments and supress warnings about unused variables. | |||
| 2012-07-20 | rework deletewindow function - init of XEvent var | Ivan Kanakarakis | |
| 2012-07-20 | rework killclient function - do not remove the client when deleting a window | Ivan Kanakarakis | |
| 2012-07-20 | rework client_to_desktop function - check bounds | Ivan Kanakarakis | |
| 2012-07-20 | rework change_desktop function - check bounds | Ivan Kanakarakis | |
| 2012-07-20 | rework setfullscreen function - accept desktop arg | Ivan Kanakarakis | |
| no need to use XWindowChanges and XConfigureWindow all we want is to change the border width, which can be achieved with XSetWindowBorderWidth. we need to know how many clients are on the given desktop, because if there's only one, then there shouldn't be a BORDER_WIDTH border. | |||
| 2012-07-20 | rework stack function - reorder if/else/return statements | Ivan Kanakarakis | |
| 2012-07-20 | rework mousemotion function - do not unset fullscreen state | Ivan Kanakarakis | |
| either way, this can only be done by the client. if the wm wishes the client to toggle fullscreen state the wm should send an appropriate XEvent, and not just change the property for the client. | |||
| 2012-07-20 | rework configurerequest function - no need to know the client of the window | Ivan Kanakarakis | |
