Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-25 | Importing from X.Org 7.2RC2 | Matthieu Herrb | |
2013-01-13 | put back r1.68 which allows an empty group to be sticky; behavior | Okan Demirmen | |
change noticed by Thomas Pfaff and diagnosis why we need to group_setactive in this case by Alexander Polakov. replace XXX with a useful comment. | |||
2013-01-10 | set the initial group to '1', missed by recent off-by-one group | Okan Demirmen | |
numbering re-work; discovered the hard way by sthen@. ok sthen@ | |||
2013-01-08 | add per-group vert/horiz tiling support; introduces 2 new bind commands, | Okan Demirmen | |
'vtile' and 'htile'; from Alexander Polakov. | |||
2013-01-08 | teach screen_find_xinerama() about gap and adjust (simplify) callers; | Okan Demirmen | |
menu becomes gap-aware for free. | |||
2013-01-07 | fix menu/client placement in panning setups; XineramaQueryScreens gives | Okan Demirmen | |
us the width of the psuedo screen, but here we need the edge instead (xmax/ymax); just re-use w/h here for now. | |||
2013-01-07 | revert previous | Okan Demirmen | |
2013-01-07 | unbreak xinerama support from r1.41 for panning setups | Okan Demirmen | |
2013-01-06 | use cc->bwidth in client_vmax since we've yet to reset it (matches | Okan Demirmen | |
client_hmax); from Jan Stary | |||
2013-01-04 | Update to xterm 287. tested by mpi@ and krw@. | Matthieu Herrb | |
2013-01-04 | rename {h,v}max functions for consistency; from Jan Stary | Okan Demirmen | |
2013-01-04 | really these are just border colors, so adjust the define | Okan Demirmen | |
2013-01-04 | spacing | Okan Demirmen | |
2013-01-04 | get rid of struct color | Okan Demirmen | |
2013-01-02 | pass the screen workarea, as opposed to viewarea, allowing client | Okan Demirmen | |
snapping to honor gap. | |||
2013-01-02 | re-work client_snapcalc() so it takes client and edge dimensions with | Okan Demirmen | |
snapdist; allows for simplier snap calculations. required for an upcoming diff for honoring gap. | |||
2013-01-02 | merge in Xinerama screen query; no functional change. | Okan Demirmen | |
2013-01-02 | have screen_find_xinerama() return struct geom *reliably* instead of | Okan Demirmen | |
XineramaScreenInfo; simplifies goop around the callers. | |||
2013-01-02 | more variable consistency | Okan Demirmen | |
2013-01-02 | info->xine, for consistent variable names | Okan Demirmen | |
2013-01-01 | after we toggle a group hidden, it makes no sense to set it as active | Okan Demirmen | |
(in sticky or non-stick mode), regardless of existing clients assigned to that group; oga marked this bit XXX in -r1.34 for it didn't seem make sense then either. pulled from a diff from from Alexander Polakov. | |||
2013-01-01 | least intrusive way to plug a memleak when unbinding a duplicate key for | Okan Demirmen | |
kbfunc_cmdexec; from Tiago Cunha | |||
2013-01-01 | replace emptystring with strdup here as well so we know we are free'ing | Okan Demirmen | |
a malloc'd variable everytime; from Tiago Cunha | |||
2013-01-01 | make num of groups no longer off-by-one; from Alexander Polakov | Okan Demirmen | |
note that a re-exec of cwm will not rewrite the group number atom of *existing* clients, so they will remain off-by-one until each client has its atom updated, or of course a restart of X. | |||
2012-12-19 | gc unused cmd 'flags' variable | Okan Demirmen | |
2012-12-18 | expand CHILDMASK | Okan Demirmen | |
2012-12-18 | use MOUSEMASK since we already have it | Okan Demirmen | |
2012-12-18 | remove unused SEARCHMASK | Okan Demirmen | |
2012-12-18 | define LockMask|Mod2Mask; no functional change | Okan Demirmen | |
2012-12-18 | simplify config file setup; with Tiago Cunha | Okan Demirmen | |
2012-12-17 | put a default known_hosts into conf | Okan Demirmen | |
2012-12-17 | pull user home directory via getenv or getpwuid and stash it so we don't | Okan Demirmen | |
need to do this everytime; with Tiago Cunha | |||
2012-12-17 | cmap -> colormap in client_ctx | Okan Demirmen | |
2012-12-17 | stash the default screen visual and colormap in screen_ctx | Okan Demirmen | |
2012-12-17 | replace client highlight with a client flag | Okan Demirmen | |
2012-12-17 | make client_mtf static | Okan Demirmen | |
2012-12-17 | create and use menuq_clear() helper; from Tiago Cunha | Okan Demirmen | |
2012-12-17 | current_client() returns _curcc, so use it where appropriate | Okan Demirmen | |
2012-12-17 | screen font -> xftfont | Okan Demirmen | |
2012-12-17 | knf | Okan Demirmen | |
2012-12-17 | non-trivial menu drawing rewrite, moving to Xft and solving various | Okan Demirmen | |
font/color drawing issues; from Alexander Polakov | |||
2012-11-29 | zap extra lines | Okan Demirmen | |
2012-11-29 | specific last match for autogroup; few iterations with Kent Spillner. | Okan Demirmen | |
2012-11-29 | x_setupscreen -> screen_init; no functional change. | Okan Demirmen | |
2012-11-29 | remove dead extern | Okan Demirmen | |
2012-11-28 | add xasprintf() for upcoming changes. | Okan Demirmen | |
2012-11-28 | ever since the 9wm code bits were removed or replaced, this file has | Okan Demirmen | |
been a no-op, for each source file has a complete license marker (ISC). no objections from oga, who did the 9wm rewrite/remove work in 2008. | |||
2012-11-28 | replace hand rolled font_make() with XftFontOpenName() and merge into | Okan Demirmen | |
font_init(). | |||
2012-11-16 | add some checks | Okan Demirmen | |
2012-11-14 | variable name consistency; from Thomas Pfaff | Okan Demirmen | |