summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-22use the drm headers from libdrm not the kernelJonathan Gray
2015-08-22regenJonathan Gray
2015-08-22Merge libdrm 2.4.64. This changes the build to using the upstreamJonathan 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-21Import libdrm 2.4.64Jonathan Gray
2015-08-21Fix whitespace.Okan Demirmen
2015-08-21Add Xkb modifier to ignore mask; from Alexander Polakov.Okan Demirmen
2015-08-21Fix whitespace.Okan Demirmen
2015-08-21Add client freeze extension to _NET_WM_STATE Atom, allowing flag toOkan 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, notOkan Demirmen
position and size; based on discussion with a few.
2015-08-21Instead of special casing the 'term' and 'lock' commands, go back toOkan Demirmen
keeping them hidden; showing them has apparently caused confusion/angst.
2015-08-21Leave command list order from .cwmrc alone; remove sort.Okan Demirmen
2015-08-21Bring group and client cycle closer together.Okan Demirmen
2015-08-20Alter 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-20syncTheo de Raadt
2015-08-20updateJonathan Gray
2015-08-20update to libepoxy 1.3.1Jonathan Gray
ok aja@
2015-08-20Merge libepoxy 1.3.1Jonathan Gray
2015-08-20Import libepoxy 1.3.1Jonathan Gray
2015-08-19Start at libOSMesa.so.8.0 to avoid having a smaller revision thanMatthieu Herrb
the one build from the autotools build system.
2015-08-19Enable the build of libOSMesa. Ports will need it soon.Matthieu Herrb
tested by juanfra@ ok jsg@
2015-04-15Import libepoxy 1.2Jonathan Gray
2015-08-10updateMatthieu Herrb
2015-08-04syncTheo de Raadt
2015-07-30syncJonathan Gray
ok deraadt@
2015-07-29syncTheo de Raadt
2015-07-29Build r300g and r600g on macppc and sparc64.Martin Pieuchot
ok jsg@
2015-07-29Make 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-19Complain if 'make build' is run with DESTDIR set.Matthieu Herrb
2015-07-19Don't redefine build: locallyMatthieu Herrb
2015-07-19Don't redefine build: locallyMatthieu Herrb
2015-07-19Clean up and fix make depend.Matthieu Herrb
2015-07-16syncJonathan Gray
2015-07-15updateJonathan Gray
2015-07-15update to libdrm 2.4.62Jonathan Gray
2015-07-12introduce 'groupsearch' for group menu search; matches on either groupOkan Demirmen
number/shortcut and/or name.
2015-07-12simplify menu print textOkan Demirmen
2015-07-07Only include <sys/memrange.h> on i386/amd64 as it really isiMark 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-06Fix typo/pasto in previous commit; request write combining mapping when itMark Kettenis
is actually requested and not for every writable mapping.
2015-07-03revert 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-01silence checkflist command, like baseTheo de Raadt
2015-07-01styleOkan Demirmen
2015-07-01only special case label matches (and still list); get rid of the rest - ↵Okan Demirmen
matchname is complete enough
2015-06-30no longer need to pass down format strings after introducing search_print_cmdOkan Demirmen
2015-06-30Introduce a callback for cmd menu printing, special-casing 'lock' andOkan Demirmen
'term'.
2015-06-30keep cmdq sortedOkan Demirmen
2015-06-30style and spacing nitsOkan Demirmen
2015-06-30Re-implement XClientMessage handling so that we can feed screen_find andOkan 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-30syncMatthieu Herrb
2015-06-30syncTheo de Raadt
2006-11-27Bring over distrib from XF4Matthieu Herrb