Age | Commit message (Expand) | Author |
2014-02-08 | Replace a few hand rolled loops with like tailq loops. | Okan Demirmen |
2014-02-07 | all mapped clients now should have a group, so simplify some cases | Okan Demirmen |
2014-02-07 | If _NET_WM_DESKTOP is set to -1 during client creation, place the client into | Okan Demirmen |
2014-02-06 | Some clients set the urgency flag even if they are the active client; | Okan Demirmen |
2014-02-03 | Introduce a region queue and replace screen's XineramaScreenInfo; we | Okan Demirmen |
2014-02-03 | make this XQueryTree like the other | Okan Demirmen |
2014-02-03 | Move redundant bits from screen_init (while dealing with existing | Okan Demirmen |
2014-02-02 | Move redundant window attr fetch from maprequest directly into | Okan Demirmen |
2014-02-02 | No need to store screen colormap and visual; rather just use the X | Okan Demirmen |
2014-02-02 | Unlike free(3), XFree(3) can't be passed a NULL pointer. | Okan Demirmen |
2014-02-02 | The menu already limits entries with MENU_MAXENTRY, so don't bother | Okan Demirmen |
2014-02-01 | Take menu's bwidth into account for position/size; reported by Thomas Adam. | Okan Demirmen |
2014-02-01 | Let the config parser continue parsing even after encountering an error; | Okan Demirmen |
2014-01-30 | re-add lost free from previous | Okan Demirmen |
2014-01-30 | Switch ignoreq to winname struct since it's basically the same thing; | Okan Demirmen |
2014-01-30 | use the same autogroupwin variable as everywhere else | Okan Demirmen |
2014-01-30 | Move cwm_status around to avoid header fu, and remove extraneous signal | Okan Demirmen |
2014-01-30 | Remove duplicate mouse functions and instead use the kbfunc ones. No | Okan Demirmen |
2014-01-29 | Minimize trivial differences between a few kb and mb functions. | Okan Demirmen |
2014-01-29 | keybinding -> key binding | Okan Demirmen |
2014-01-29 | Merge keybinding and mousebinding queues into using the same merged | Okan Demirmen |
2014-01-29 | Much like we do for keyboard and mouse bindings, remove duplicates for | Okan Demirmen |
2014-01-29 | Check command name/path for truncation and provide user feedback during | Okan Demirmen |
2014-01-28 | Check ignore windowname for truncation and provide user feedback during | Okan Demirmen |
2014-01-28 | The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1) | Okan Demirmen |
2014-01-28 | Move conf_init/clear into main - no behaviour change; from Tiago Cunha. | Okan Demirmen |
2014-01-27 | move some init up and shed some blank lines | Okan Demirmen |
2014-01-27 | simplify parse_config using assignment; inspired by a very old diff from | Okan Demirmen |
2014-01-24 | more range checking | Okan Demirmen |
2014-01-24 | correct arguments and drop the cast. | Okan Demirmen |
2014-01-23 | no need to quote within warning | Okan Demirmen |
2014-01-23 | If no title is supplied, term uses only the basename for its title. | Okan Demirmen |
2014-01-22 | zap whitespace | Okan Demirmen |
2014-01-22 | cwm_argv doesn't need to be global any longer | Okan Demirmen |
2014-01-22 | start properly releasing X resources during teardown | Okan Demirmen |
2014-01-22 | Somewhat streamline event loop/restart/quit handling; most notable | Okan Demirmen |
2014-01-21 | Sprinkle a few more const; from Tiago Cunha. | Okan Demirmen |
2014-01-20 | Save the ptr position before lowering via kbd, so as to be able to cycle | Okan Demirmen |
2014-01-20 | merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefunc | Okan Demirmen |
2014-01-20 | Use argument to pass down flags for mousefunc cyclegroup; removes | Okan Demirmen |
2014-01-20 | constify and rename some confusing variables around cmdq. | Okan Demirmen |
2014-01-20 | - remove redundant range check for buttons in conf_bind_mouse. | Okan Demirmen |
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | Okan Demirmen |
2014-01-18 | OpenBSD needs the same treatment as FreeBSD to avoid xterm -hold | Matthieu Herrb |
2014-01-05 | Missing files for xauth 1.0.8 | Matthieu Herrb |
2014-01-04 | Update to xauth 1.0.8 | Matthieu Herrb |
2014-01-03 | use consistent types | Okan Demirmen |
2014-01-03 | state is long | Okan Demirmen |
2014-01-02 | calculate proper menu width/height on the first Expose event; 'jump' (while u... | Okan Demirmen |
2014-01-02 | Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, though | Okan Demirmen |