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