Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-23 | Add xcb-util subdirs and zap one level of recursive make by lising | Matthieu Herrb | |
libxcb subdirs here directly. | |||
2009-05-23 | Replace autotools with a simpler BSD Makefile. | Matthieu Herrb | |
2009-05-23 | missing space | Matthieu Herrb | |
2009-05-23 | build system for xcb-util | Matthieu Herrb | |
2009-05-23 | import xcb-util 0.3.4 | Matthieu Herrb | |
2009-05-23 | Fix main libxcb. There are some builtin extensions that were left out. | Matthieu Herrb | |
2009-05-22 | use .PATH.in to specifically look for unprocessed pkg-config files. | Matthieu Herrb | |
2009-05-22 | add code to conditionnally install the xcbgen python module. | Matthieu Herrb | |
2009-05-22 | Add a Makefile that rebuilds sources from xml. | Matthieu Herrb | |
2009-05-22 | remove one more junk file | Matthieu Herrb | |
2009-05-22 | Add support for building xcb (disabled for now). | Matthieu Herrb | |
2009-05-22 | Add xcb directories. | Matthieu Herrb | |
2009-05-22 | Regen with OpenBSD's version of GNU autotools. | Matthieu Herrb | |
2009-05-22 | use the code in bsd.xorg.mk to install headers. | Matthieu Herrb | |
2009-05-22 | OpenBSD stuff for libpthread-stubs: | Matthieu Herrb | |
- add a Makefile wrapper - fix pthread_self() prototype. | |||
2009-05-22 | finish replacing PC= with PKGCONFIG= in all Makefiles. | Matthieu Herrb | |
2009-05-22 | remove crap that I forgot to clean before import. | Matthieu Herrb | |
2009-05-22 | Xenocara build infrastructure for libxcb. | Matthieu Herrb | |
This includes a set of pre-generated sources files in src/ so that python and xslt are not needed to build. | |||
2009-05-22 | Makefile for xcb-proto. | Matthieu Herrb | |
For now, It just installs the xml files and the pkg-config data. | |||
2009-05-22 | import libxcb 1.2 | Matthieu Herrb | |
2009-05-22 | import libpthread-stubs 0.1 | Matthieu Herrb | |
2009-05-22 | initial import of xcb-proto 1.4 | Matthieu Herrb | |
2009-05-22 | use implicit variable to generate pkgconfig file. | Matthieu Herrb | |
This makes it possible to locate the .in file using .PATH | |||
2009-05-22 | Add PYTHON_VERSION (to be used by xcb). | Matthieu Herrb | |
2009-05-22 | Add more substitutions to .pc generation. Also provide | Matthieu Herrb | |
EXTRA_PKGCONFIG_SUBST for individual addition in package Makefiles. | |||
2009-05-22 | Add dri2proto ChangeLog and dri2proto.txt which were accicentaly left out. | Matthieu Herrb | |
And install dri2proto.txt. | |||
2009-05-22 | Get rid of double-column rules in proto Makefiles. | Matthieu Herrb | |
2009-05-22 | Get rid of double-column rules in the rules used by proto. | Matthieu Herrb | |
This will make it easier to re-use them for other stuff. | |||
2009-05-22 | Use test -f rather than test -e to test for Makefile presence. | Matthieu Herrb | |
2009-05-20 | Sync with sparc wsmouse changes. | Miod Vallat | |
2009-05-19 | In movetogroup, check the window's current group and skip client_hide() | Stuart Henderson | |
if it's the same as the active group. Was in my original movetogroup diff, but it got simplified a little too far. ok oga@ | |||
2009-05-18 | updates | Matthieu Herrb | |
2009-05-18 | update to xf86-video-vmware 10.16.6 | Matthieu Herrb | |
2009-05-18 | update to xf86-input-vmmouse 12.6.4 | Matthieu Herrb | |
2009-05-18 | update to xinput 1.4.2 | Matthieu Herrb | |
2009-05-18 | nuke the leading underscore notation for local static functions - there | Okan Demirmen | |
are far better ways to know. "go for it" oga@ | |||
2009-05-18 | oops, we appear to have grown an extra prototype for group_only(), get | Owain Ainsworth | |
the secateurs out. | |||
2009-05-18 | Rip out the event layer and just use a static array of callbacks like | Owain Ainsworth | |
every other window manager since twm. The event layer is very nice, very shiny, very flexible, and very much underutilised. We don't need any of those shiny features so it's probably better to earn ourselves 1k smaller text size instead. ok todd@, okan@ | |||
2009-05-17 | redraw all borders at once on reload | Okan Demirmen | |
"sure" oga@ | |||
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | Okan Demirmen | |
using Xft(3), use it to select the font color as well instead of trying to build one; properly allocate and free colors at-will, e.g. we now have configurable colors. feedback and ok's todd@ and oga@ | |||
2009-05-17 | minor bit of knf, just to be consistent; oga@ doesn't mind that much | Okan Demirmen | |
2009-05-17 | unbreak | Okan Demirmen | |
2009-05-17 | sync | Todd T. Fries | |
2009-05-17 | Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@. | Matthieu Herrb | |
2009-05-17 | Import Mesa 7.10.3 | Matthieu Herrb | |
2009-05-17 | Update build infrastructure for Mesa 7.4. | Matthieu Herrb | |
2009-05-17 | add a "movetogroup" function, which hides the current window from | Stuart Henderson | |
display and moves it to another group. useful with the recently added "grouponly" function, giving the ability to use groups as simple virtual desktops (similar to e.g. xmonad, dwm and scrotwm). this doesn't have default keyboard bindings; cwmrc(5) now shows how you could use these functions (use M-1...9 for grouponly1...9 and MS-1...9 for movetogroup1...9 to emulate the default dwm bindings). ok oga@ | |||
2009-05-17 | redraw the border when unhiding a client window. fixes the situation where | Stuart Henderson | |
you change to a different group and the mouse isn't over a window; previously the border of the previously active window was highlighted but it didn't actually have focus. reads ok to oga@. | |||
2009-05-17 | updatex | Matthieu Herrb | |
2009-05-14 | add missing prototype. | Owain Ainsworth | |