Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-20 | Purely mechanical; unify 'num', 'no' and 'shortcut'. | Okan Demirmen | |
2014-08-20 | Split off group window restacking. | Okan Demirmen | |
2014-08-20 | whitespace | Okan Demirmen | |
2014-08-20 | fix a misleading comment and function name | Okan Demirmen | |
2014-08-19 | Remove unnecessary memset since reload was replaced with restart; | Okan Demirmen | |
from Kent Spillner. | |||
2014-08-19 | Pull highstack from group_ctx (and useless calculations of); in the one | Okan Demirmen | |
place that we use highstack, replace that usage with a local variable (for now until stacking is done properly). | |||
2014-08-18 | Get rid of nhidden in group_ctx; it actually never reported correctly | Okan Demirmen | |
since nhidden wasn't incremented nor decremeted in all the right places, thus confusing matters. We don't need to carry a count around, so just use a local variable in the one place we need one to supply XRestackWindows(). | |||
2014-08-14 | update | Jonathan Gray | |
2014-08-14 | update to libdrm 2.4.56 | Jonathan Gray | |
2014-08-13 | Install resource files in /usr/X11R6/share/X11/app-defaults | Matthieu Herrb | |
/etc/X11/app-defaults stays 1st in the libXt search path so, people and ports can put customized versions there if needed. If you didn't customize the versions in /etc/X11/app-defaults, they should be removed to avoid future issues when one file changes. discussed at g2k14 and ok ajacoutot@ | |||
2014-08-11 | update | Matthieu Herrb | |
2014-08-06 | calloc the pci_sys struct before probing for PCI. | Jonathan Gray | |
As the functions check if the member pointers are NULL but not the pointer to the struct itself. Reworked version of a diff from ratchov@ who created it to prevent a xserver crash on zaurus where there is no PCI. 'looks ok' matthieu@, ok deraadt@ | |||
2014-07-31 | Complete man page substitutions for xterm(1) and resize(1) | Matthieu Herrb | |
problem noticed by and tweaks by naddy@. ok deraadt@ | |||
2014-07-30 | Various updates for 5.6: | Matthieu Herrb | |
- remove the discussion about aperture driver on i386/amd64; it is handled by the installer - change references to rc.conf to rc.conf.local(8) | |||
2014-07-30 | update | Matthieu Herrb | |
2014-07-30 | tantrum sync | Miod Vallat | |
2014-07-30 | puffy 5.6 | Todd T. Fries | |
2014-07-30 | switch to tradcpp | Jonathan Gray | |
fixes whitespace issues with auxcpp reported by Allan Streib | |||
2014-07-23 | remove blank lines too | Todd T. Fries | |
2014-07-23 | unfsck | Miod Vallat | |
2014-07-23 | sync | Todd T. Fries | |
2014-07-20 | update | Matthieu Herrb | |
2014-07-20 | Update to pixman 0.32.6 | Matthieu Herrb | |
2014-07-19 | Mesa git no longer includes Intel AUB definitions, | Jonathan Gray | |
instead it uses the libdrm definitions. Install the AUB header so this will work. | |||
2014-07-17 | use CPPFLAGS instead of CFLAGS for additional defines/includes | Jonathan Gray | |
2014-07-16 | /usr/share is needed, spotted by nigel@ | Antoine Jacoutot | |
2014-07-16 | Unbreak release after recent sysmerge sum file changes. | Antoine Jacoutot | |
quikly discussed with deraadt@ todd@ matthieu@ other fallout can be worked in tree | |||
2014-07-14 | No need to make openchrome dependant on libdrm | Matthieu Herrb | |
2014-07-14 | regen | Matthieu Herrb | |
2014-07-14 | This openchrome driver, built without dri support doesn't need libdrm | Matthieu Herrb | |
2014-07-14 | Move the logic that says that the openchrome driver requires librm | Matthieu Herrb | |
to the drivers Makefile, and don't build it if the user choose not to build libdrm. | |||
2014-07-14 | Update to xf86-video-neomagic 1.2.8. | Matthieu Herrb | |
2014-07-14 | Add -lgbm to Libs as a temporary workaround, since EGL has unknown | Landry Breuil | |
symbols from libgbm, and that breaks www/webkit (and probably all the 23 ports linking against EGL, which now probably need WANTLIB fixes..) with/ok matthieu@ | |||
2014-07-14 | Remove lines about locally maintained application. | Matthieu Herrb | |
2014-07-14 | update | Matthieu Herrb | |
2014-07-14 | Update to xterm-309. Version 308 tested by several people including | Matthieu Herrb | |
naddy@ who found a small regression, fixed in 309. | |||
2011-10-23 | Import Mesa 7.10.3 | Matthieu Herrb | |
2014-07-13 | Kill duplicate line | Matthieu Herrb | |
2014-07-13 | regen | Matthieu Herrb | |
2014-07-13 | Supress a bunch of gcc warnings | Matthieu Herrb | |
2014-07-13 | Sync configure.ac and src/Makefile.am with recent X.Org templates | Matthieu Herrb | |
2014-07-13 | regen | Matthieu Herrb | |
2014-07-13 | Kill a bunch of gcc warnings. | Matthieu Herrb | |
2014-07-13 | Update configure.ac and src/Makefile.am to recent X.Org templates | Matthieu Herrb | |
2014-07-13 | Suppress a bunch of compiler warnings for using constant strings | Matthieu Herrb | |
2014-07-13 | regen | Matthieu Herrb | |
2014-07-13 | Add $(CWARNFLAGS) to AM_CFLAGS | Matthieu Herrb | |
2014-07-13 | Sync with recent X.Org template | Matthieu Herrb | |
2014-07-13 | Remove unused variables | Matthieu Herrb | |
2014-07-13 | Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks, | Matthieu Herrb | |