Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-22 | use the drm headers from libdrm not the kernel | Jonathan Gray | |
2015-08-22 | regen | Jonathan Gray | |
2015-08-22 | Merge libdrm 2.4.64. This changes the build to using the upstream | Jonathan Gray | |
auto* build system and installing/using a libdrm specific set of drm headers. Thanks to Emil Velikov for removing the GNU makeisms upstream. | |||
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2015-08-21 | Fix whitespace. | Okan Demirmen | |
2015-08-21 | Add Xkb modifier to ignore mask; from Alexander Polakov. | Okan Demirmen | |
2015-08-21 | Fix whitespace. | Okan Demirmen | |
2015-08-21 | Add client freeze extension to _NET_WM_STATE Atom, allowing flag to | Okan Demirmen | |
persist. As usual with new Atoms, requires X restart. | |||
2015-08-21 | _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not | Okan Demirmen | |
position and size; based on discussion with a few. | |||
2015-08-21 | Instead of special casing the 'term' and 'lock' commands, go back to | Okan Demirmen | |
keeping them hidden; showing them has apparently caused confusion/angst. | |||
2015-08-21 | Leave command list order from .cwmrc alone; remove sort. | Okan Demirmen | |
2015-08-21 | Bring group and client cycle closer together. | Okan Demirmen | |
2015-08-20 | Alter big move and resize bindings to match what's in cwm(1); | Okan Demirmen | |
functionally the same, but re-binding should be based on default bindings. Matches other similiar bindings. Discovered by a portable user. | |||
2015-08-20 | sync | Theo de Raadt | |
2015-08-20 | update | Jonathan Gray | |
2015-08-20 | update to libepoxy 1.3.1 | Jonathan Gray | |
ok aja@ | |||
2015-08-20 | Merge libepoxy 1.3.1 | Jonathan Gray | |
2015-08-20 | Import libepoxy 1.3.1 | Jonathan Gray | |
2015-08-19 | Start at libOSMesa.so.8.0 to avoid having a smaller revision than | Matthieu Herrb | |
the one build from the autotools build system. | |||
2015-08-19 | Enable the build of libOSMesa. Ports will need it soon. | Matthieu Herrb | |
tested by juanfra@ ok jsg@ | |||
2015-04-15 | Import libepoxy 1.2 | Jonathan Gray | |
2015-08-10 | update | Matthieu Herrb | |
2015-08-04 | sync | Theo de Raadt | |
2015-07-30 | sync | Jonathan Gray | |
ok deraadt@ | |||
2015-07-29 | sync | Theo de Raadt | |
2015-07-29 | Build r300g and r600g on macppc and sparc64. | Martin Pieuchot | |
ok jsg@ | |||
2015-07-29 | Make the Gallium r300 works on big-endian architectures. | Martin Pieuchot | |
Diff provided by Michel Daenzer [0] as a possible solution for a regression introduced in Mesa 9 [1]. This diff allows macppc users to use OpenGL accelerated appplications (i.e. GNOME3). As disucssed during c2k15 we won't try to keep this patch during the next Mesa update. [0] https://bugs.freedesktop.org/show_bug.cgi?id=71789 [1] http://lists.freedesktop.org/archives/mesa-dev/2013-December/050218.html Tested by myself and ajacoutot@, regression test and ok jsg@ | |||
2015-07-19 | Complain if 'make build' is run with DESTDIR set. | Matthieu Herrb | |
2015-07-19 | Don't redefine build: locally | Matthieu Herrb | |
2015-07-19 | Don't redefine build: locally | Matthieu Herrb | |
2015-07-19 | Clean up and fix make depend. | Matthieu Herrb | |
2015-07-16 | sync | Jonathan Gray | |
2015-07-15 | update | Jonathan Gray | |
2015-07-15 | update to libdrm 2.4.62 | Jonathan Gray | |
2015-07-12 | introduce 'groupsearch' for group menu search; matches on either group | Okan Demirmen | |
number/shortcut and/or name. | |||
2015-07-12 | simplify menu print text | Okan Demirmen | |
2015-07-07 | Only include <sys/memrange.h> on i386/amd64 as it really isi | Mark Kettenis | |
architecture-specific. This prevents us from trying to establish write-combining mappings on other architectures, which in turn makes non-kms pci video drivers work again on those platforms. ok mlarkin@ | |||
2015-07-06 | Fix typo/pasto in previous commit; request write combining mapping when it | Mark Kettenis | |
is actually requested and not for every writable mapping. | |||
2015-07-03 | revert previous; seems search_match_text() needs mi->text pre-populated. | Okan Demirmen | |
(only used in one place, application menu searching); re-visit later. broken application menu searching reported by Peter Kane. | |||
2015-07-01 | silence checkflist command, like base | Theo de Raadt | |
2015-07-01 | style | Okan Demirmen | |
2015-07-01 | only special case label matches (and still list); get rid of the rest - ↵ | Okan Demirmen | |
matchname is complete enough | |||
2015-06-30 | no longer need to pass down format strings after introducing search_print_cmd | Okan Demirmen | |
2015-06-30 | Introduce a callback for cmd menu printing, special-casing 'lock' and | Okan Demirmen | |
'term'. | |||
2015-06-30 | keep cmdq sorted | Okan Demirmen | |
2015-06-30 | style and spacing nits | Okan Demirmen | |
2015-06-30 | Re-implement XClientMessage handling so that we can feed screen_find and | Okan Demirmen | |
client_find valid resources as needed, relieving the need for screen_find to ungracefully handle invalid root windows. Removes a long standing XXX. Should theoretically allow XClientMessage handling on more than one X screen. Alter callers of screen_find to handle failures. | |||
2015-06-30 | sync | Matthieu Herrb | |
2015-06-30 | sync | Theo de Raadt | |
2006-11-27 | Bring over distrib from XF4 | Matthieu Herrb | |