summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2017-08-22Missing dot breaks semantic markup. from Klemens Nanni. Thanks.Matthieu Herrb
2017-08-20add pledge. ok tb@Matthieu Herrb
2017-08-20Close stdio before entering main loop. ok tb@Matthieu Herrb
2017-07-26Stop abusing cpp as generic macro processor in the build system.Matthieu Herrb
2017-07-26regenMatthieu Herrb
2017-07-26There is no xdm.service file in xenodm.Matthieu Herrb
2017-07-21Use the key names from keysymdef.h in the default key bindings list forOkan Demirmen
2017-07-15Update to xterm 330Matthieu Herrb
2017-07-14remove extra parenthesesOkan Demirmen
2017-07-14Pull over the remaining re-implemented window move/resize functions and createOkan Demirmen
2017-07-12rename one function, matching others, to help upcoming changeOkan Demirmen
2017-07-10Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo.Okan Demirmen
2017-07-06fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found withOkan Demirmen
2017-07-06from src, by espie@:Okan Demirmen
2017-06-18let X directories build even if you forget depend.Marc Espie
2017-05-09drop obsolete commentOkan Demirmen
2017-05-09Alter callbacks to take a struct instead of a growing number of arguments;Okan Demirmen
2017-05-05Ensure clients stay within the viewable bounds on placement, even with emptyOkan Demirmen
2017-05-01Clean up, unify and accurately calculate edge distance with client move/resizeOkan Demirmen
2017-04-26Switch bwidth type; unfortunately X11 is inconsistent.Okan Demirmen
2017-04-25The r1.36 menuq_add() conversion did this one wrong; fix by reverting to theOkan Demirmen
2017-04-25Remove 'noresult' (and simplify) as it does nothing and makes the logic aroundOkan Demirmen
2017-04-24search_match_path() isn't supposed to return anything.Okan Demirmen
2017-04-24Move queue init to caller so it's only called once in a few cases.Okan Demirmen
2017-04-24sortOkan Demirmen
2017-04-24Raise the previously focused window, instead of the previous window in theOkan Demirmen
2017-04-24For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand itOkan Demirmen
2017-04-15remove all compile time __DATE__ and __TIME__ variables from the sourceRobert Nagy
2017-03-07pass CC, CXX, CXXFLAGS to the xenocara build; ok matthieu@Christian Weisgerber
2017-03-04Don't mention the unsupported Kerberos credentials cache.Theo Buehler
2017-03-04Convert xenodm manual to mdoc(7).Anthony J. Bentley
2017-02-28Update to sessreg 1.1.1Matthieu Herrb
2017-02-28Replace the binaryEqual() function with std memcmp().Martin Natano
2017-02-28Remove some remaining XDMCP and remote X servers references.Matthieu Herrb
2017-02-26Switch to xenodm(1).Matthieu Herrb
2017-02-19regenMatthieu Herrb
2017-02-19Update to xconsole 1.0.7Matthieu Herrb
2017-02-19Update to xauth 1.0.10Matthieu Herrb
2017-02-10Fix group hidden state when a client wants to be on all desktops on start;Okan Demirmen
2017-02-06Call client_resize instead of client_move after client_placecalc since the sizeOkan Demirmen
2017-02-04Bring in some changes from xlock 5.50 to prevent clang from erroringJonathan Gray
2017-01-30Reset SIGCHLD signal handler to previous value in error path, too.Tobias Stoeckmann
2017-01-15Typo on binding name; from Redouan Ait Mallouk.Okan Demirmen
2017-01-05Ensure client stays inbound on key-based resize; based on logic existing inOkan Demirmen
2016-12-19When a window has a user or program specified position, ensure the edge of theOkan Demirmen
2016-12-06stray newlinesOkan Demirmen
2016-12-06Add search_print_text(), a default callback for mi->print in menu_filter(). W...Okan Demirmen
2016-12-06Consistent use of menuq_add for ssh menu.Okan Demirmen
2016-12-06Now that dim.{x,y} are available early, use them before requiring aOkan Demirmen
2016-12-06Set dim.{x,y} during client_init and update on resize, instead ofOkan Demirmen