summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
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
2016-12-06'window-search' is spelled 'menu-window'; the former snuck in during theOkan Demirmen
2016-12-02Fold unbinding functions into one for each, key and mouse; plugs a leak whenOkan Demirmen
2016-12-02use the correct typeOkan Demirmen
2016-12-01Tame the number of 'exec' and 'path' search_match wrappers. No functionalOkan Demirmen
2016-12-01Switch ssh menu to search_match_text; like group/window/cmd menus, use only aOkan Demirmen
2016-12-01Change 'menu-window' to display all windows; then add 'menu-window-hidden' forOkan Demirmen
2016-12-01Normalize bind function names, based on a few categories: window, group, menuOkan Demirmen
2016-11-26Preserve aspect ratio of camera image in Xv output.Dmitrij Czarkoff
2016-11-15Use an additional check with lstat(2) when d_type is unknown.Okan Demirmen
2016-11-15revert previous; upcoming changes will hopefully deal with these moreOkan Demirmen
2016-11-15Add a wrapper based upon xevent handlers around client move/resize for key andOkan Demirmen
2016-11-14Define callbacks, then default bindings.Okan Demirmen
2016-11-14Reorganize for upcoming changes.Okan Demirmen
2016-11-14Remove the (8) default bindings for pointer move since they conflict withOkan Demirmen
2016-11-11regenMatthieu Herrb
2016-11-11SU is not needed without xdmcp supportMatthieu Herrb
2016-11-11regenMatthieu Herrb
2016-11-11Xsession cleanup:Matthieu Herrb
2016-11-11regenMatthieu Herrb
2016-11-11Keep only on Xservers file.Matthieu Herrb
2016-11-08Fix X11 property retrieval codeDmitrij Czarkoff
2016-11-06More unused code, when xdm-authorization is not used.Matthieu Herrb
2016-11-06Remove a number of unused prototypesMatthieu Herrb
2016-11-06The SIGFUNC type definition is unused nowMatthieu Herrb
2016-11-06Good bye <setjmp.h> and associated definitions.Matthieu Herrb
2016-11-06Use explicit_bzero(). With BSD auth these data have already beenMatthieu Herrb
2016-11-06Rework the Xservers parsing code to correctly rejectMatthieu Herrb
2016-11-06GreetUser() doen't need to return the X display pointer.Matthieu Herrb
2016-11-06Check strdup return valueMatthieu Herrb
2016-11-06Remove useless endpwent() callsMatthieu Herrb
2016-11-06Remove a server reset that was there for compatilibity with "old" serversMatthieu Herrb
2016-11-06Remove display class from Xserver examples.Matthieu Herrb
2016-11-06Remove special handling of Kerberos auth that will never happen.Matthieu Herrb
2016-11-06Add an autologin mode to xenodm.Matthieu Herrb
2016-11-06Remove more mentions of remote and foreign X serversMatthieu Herrb
2016-11-06Remove the displayType member of struct display.Matthieu Herrb
2016-11-03Update to xterm 327Matthieu Herrb
2016-10-26Add a "flock" promise. If there are no local cache files for the user,Theo Buehler
2016-10-26With the disabling of Tektronics emulation, the pledge(2) promises couldMatthieu Herrb
2016-10-24Make it clear these are flags.Okan Demirmen
2016-10-24Stop providing the uxterm and koi8rxterm shell scripts.Matthieu Herrb
2016-10-24Disable Tektronics 4014 emulation. ok natano@, naddy@, schwarze@Matthieu Herrb
2016-10-24Remove duplicate check that strsubmatch() already does; while here, fix aOkan Demirmen
2016-10-24Sprinkle __func__ in appropriate error messages.Okan Demirmen