Age | Commit message (Expand) | Author |
2016-12-19 | When a window has a user or program specified position, ensure the edge of the | Okan Demirmen |
2016-12-06 | stray newlines | Okan Demirmen |
2016-12-06 | Add search_print_text(), a default callback for mi->print in menu_filter(). W... | Okan Demirmen |
2016-12-06 | Consistent use of menuq_add for ssh menu. | Okan Demirmen |
2016-12-06 | Now that dim.{x,y} are available early, use them before requiring a | Okan Demirmen |
2016-12-06 | Set dim.{x,y} during client_init and update on resize, instead of | Okan Demirmen |
2016-12-06 | 'window-search' is spelled 'menu-window'; the former snuck in during the | Okan Demirmen |
2016-12-02 | Fold unbinding functions into one for each, key and mouse; plugs a leak when | Okan Demirmen |
2016-12-02 | use the correct type | Okan Demirmen |
2016-12-01 | Tame the number of 'exec' and 'path' search_match wrappers. No functional | Okan Demirmen |
2016-12-01 | Switch ssh menu to search_match_text; like group/window/cmd menus, use only a | Okan Demirmen |
2016-12-01 | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | Okan Demirmen |
2016-12-01 | Normalize bind function names, based on a few categories: window, group, menu | Okan Demirmen |
2016-11-26 | Preserve aspect ratio of camera image in Xv output. | Dmitrij Czarkoff |
2016-11-15 | Use an additional check with lstat(2) when d_type is unknown. | Okan Demirmen |
2016-11-15 | revert previous; upcoming changes will hopefully deal with these more | Okan Demirmen |
2016-11-15 | Add a wrapper based upon xevent handlers around client move/resize for key and | Okan Demirmen |
2016-11-14 | Define callbacks, then default bindings. | Okan Demirmen |
2016-11-14 | Reorganize for upcoming changes. | Okan Demirmen |
2016-11-14 | Remove the (8) default bindings for pointer move since they conflict with | Okan Demirmen |
2016-11-11 | regen | Matthieu Herrb |
2016-11-11 | SU is not needed without xdmcp support | Matthieu Herrb |
2016-11-11 | regen | Matthieu Herrb |
2016-11-11 | Xsession cleanup: | Matthieu Herrb |
2016-11-11 | regen | Matthieu Herrb |
2016-11-11 | Keep only on Xservers file. | Matthieu Herrb |
2016-11-08 | Fix X11 property retrieval code | Dmitrij Czarkoff |
2016-11-06 | More unused code, when xdm-authorization is not used. | Matthieu Herrb |
2016-11-06 | Remove a number of unused prototypes | Matthieu Herrb |
2016-11-06 | The SIGFUNC type definition is unused now | Matthieu Herrb |
2016-11-06 | Good bye <setjmp.h> and associated definitions. | Matthieu Herrb |
2016-11-06 | Use explicit_bzero(). With BSD auth these data have already been | Matthieu Herrb |
2016-11-06 | Rework the Xservers parsing code to correctly reject | Matthieu Herrb |
2016-11-06 | GreetUser() doen't need to return the X display pointer. | Matthieu Herrb |
2016-11-06 | Check strdup return value | Matthieu Herrb |
2016-11-06 | Remove useless endpwent() calls | Matthieu Herrb |
2016-11-06 | Remove a server reset that was there for compatilibity with "old" servers | Matthieu Herrb |
2016-11-06 | Remove display class from Xserver examples. | Matthieu Herrb |
2016-11-06 | Remove special handling of Kerberos auth that will never happen. | Matthieu Herrb |
2016-11-06 | Add an autologin mode to xenodm. | Matthieu Herrb |
2016-11-06 | Remove more mentions of remote and foreign X servers | Matthieu Herrb |
2016-11-06 | Remove the displayType member of struct display. | Matthieu Herrb |
2016-11-03 | Update to xterm 327 | Matthieu Herrb |
2016-10-26 | Add a "flock" promise. If there are no local cache files for the user, | Theo Buehler |
2016-10-26 | With the disabling of Tektronics emulation, the pledge(2) promises could | Matthieu Herrb |
2016-10-24 | Make it clear these are flags. | Okan Demirmen |
2016-10-24 | Stop providing the uxterm and koi8rxterm shell scripts. | Matthieu Herrb |
2016-10-24 | Disable Tektronics 4014 emulation. ok natano@, naddy@, schwarze@ | Matthieu Herrb |
2016-10-24 | Remove duplicate check that strsubmatch() already does; while here, fix a | Okan Demirmen |
2016-10-24 | Sprinkle __func__ in appropriate error messages. | Okan Demirmen |