summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-11swap x/y calculations in kbd move/resize to match those in the respective mou...Okan Demirmen
2013-05-11new -> initOkan Demirmen
2013-05-11replace conf_{gap,color,font} with conf_screen since really we areOkan Demirmen
2013-05-10more type fixes for mask/buttonOkan Demirmen
2013-05-10spacingOkan Demirmen
2013-05-10int type fixesOkan Demirmen
2013-05-10fix KeySym typeOkan Demirmen
2013-05-07border width/color makes sense for some, so put it backOkan Demirmen
2013-05-06negative values for borderwith, moveamount, snapdist and gap areOkan Demirmen
2013-05-06remove group in client_delete directly.Okan Demirmen
2013-05-06border width/color makes no sense on menuwinOkan Demirmen
2013-05-03Update to xf86-input-mouse 1.9.0.Alexandr Shadchin
2013-05-03Update to xf86-input-keyboard 1.7.0.Alexandr Shadchin
2013-05-03Start dbus-launch in a consistent way int xinitrc and Xsession and fixAntoine Jacoutot
2013-05-02- no need to position and size the menu window before an Expose eventOkan Demirmen
2013-05-02zap leftover debug printfOkan Demirmen
2013-05-02get rid of cc->name in the resize box and make dimensions more readable.Okan Demirmen
2013-05-02only redraw the name/size box when the client resizes, not every timeOkan Demirmen
2013-05-02no need for font_{ascent,descent,height} wrappers; limit font_width toOkan Demirmen
2013-05-02Remove white space only diff with upstreamsMatthieu Herrb
2013-04-30group conf_* init functionsOkan Demirmen
2013-04-30missing protoOkan Demirmen
2013-04-30type fixOkan Demirmen
2013-04-30syncTodd T. Fries
2013-04-29use an int in screen_init and avoid needing to cast for screen number (which).Okan Demirmen
2013-04-28upateMatthieu Herrb
2013-04-28Update to libX11 1.6RC. No bump needed.Matthieu Herrb
2013-04-28Update to xproto 7.0.24Matthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2013-04-27updateMatthieu Herrb
2013-04-25Generate a correct libfontconfig.la on static only architectures.Matthieu Herrb
2013-04-25gcc 2.95 doesn't support flexible array members.Matthieu Herrb
2013-04-22syncTodd T. Fries
2013-04-17mechanical xu_{get,set}state -> xu_{get,set}_wm_state changeOkan Demirmen
2013-04-17slightly rework WM_STATE set/get to make it less ambigious; will be more clearOkan Demirmen
2013-04-17zap extra spaceOkan Demirmen
2013-04-17add conf_ignore and move group_make_autogroup to conf_autogroup to match.Okan Demirmen
2013-04-14Use MAKE_FLAGS to propagate XENOCARA_BUILD_GALLIUM to install step.Matthieu Herrb
2013-04-14Allow flags to be passed to make using ${MAKE_FLAGS}Matthieu Herrb
2013-04-14only a window is required to set WM_STATE. also un-confuse xu_ptr_getposOkan Demirmen
2013-04-14Add a new option to the xenocara infrastructure be able to automaticallyMartin Pieuchot
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
2013-04-12we handle WM_STATE here, so remove misleading comment.Okan Demirmen
2013-04-12we already set window state in client_hide or client_unhide right before, soOkan Demirmen
2013-04-12makes no sense to set an error handler which uses X_Dpy before XOpenDisplay.Okan Demirmen
2013-04-12push Screenq into screen_initOkan Demirmen
2013-04-10_NET_WM_NAME is UTF8_STRING typeOkan Demirmen
2013-04-08plug memleak; always need to menuq_clear even when a selection is made.Okan Demirmen
2013-04-08reverse logic to make it like the othersOkan Demirmen
2013-04-08consistencyOkan Demirmen