IABSD.fr/xenocara

Branch :


Log

Author Commit Date CI Message
48d39de3 2008-07-30 21:43:11 The amd driver has been renamed geode. ok deraadt@ oga@.
631e717d 2008-07-29 20:30:48 add a file missed by CVS
53ea3672 2008-07-29 20:25:40 add files missed by CVS
e36ab5c5 2008-07-29 20:18:47 add a file that cvs missed
327287a5 2008-07-29 20:08:48 also build the xf86-video-openchrome driver on amd64.
12f5a571 2008-07-29 20:07:54 update xf86-video-vmware to 10.16.4
9d8e609e 2008-07-29 20:06:12 update xf86-video-neomagic to 1.2.1
afea3497 2008-07-29 20:04:57 update xf86-video-nv to 2.1.10
8ae44073 2008-07-29 20:02:36 update xf86-video-mga to 1.4.9
d438d443 2008-07-24 21:30:17 sync
3896c42b 2008-07-24 08:10:53 updates
5d526ad5 2008-07-22 21:01:54 fix the froggy problem. Implement a handler for the MappingEvent, meaning that the keymap has changed. When this happens, ungrab all bindings, update the map, and regrab. Fixes the problem where some keybindings wouldn't work under non us or uk keymaps (especially the .fr map, it seems). Issue noticed by ajacoutot@, ratchov@, and a few people on misc. Based on an initial diff from ratchov@. ok okan.
cdb45f00 2008-07-22 20:51:54 We've been handling grabbing wrong all this time (noticed at c2k8). add conf_grab() and conf_ungrab, and use them in the keybinding manipulation functions to {,un}grab the binding for all screens we have defined. the lovely little ordering problem comes in here, since when we parse the config initially Screenq is empty, so regrab after we fill the queue, hopefully later reordering will remove this little need and there will be much rejoicing. ok okan.
c462c7e1 2008-07-22 20:42:24 split x_setup() into two. dpy_init() for setting up the display and checking the X config, and x_setup to set up the screens. There's an ordering problem that means that some of this init needs to come after the config is parsed, the rest should ideally happen before though. This is a rough split, it will be refined later. Again, needed for an upcoming change. ok okan.
893d8d3d 2008-07-22 20:26:12 Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes that are coming up depend on it. ok okan.
91dbf082 2008-07-22 19:54:57 Kill screen_init(). it's been stubbed out for a while now. I don't envision it coming back in it's current form. ok okan@.
ea5ee72e 2008-07-22 19:52:54 kill another leftover prototype. ok okan@
f4cf1775 2008-07-20 06:47:48 Formatting fix. From Tim van der Molden.
b4d2f0f9 2008-07-18 15:40:52 Put back the initialisation of gc in group_cycle. No cookie for okan. Reported by Dan Harnett, thanks!
8a571d62 2008-07-16 20:24:39 Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3 so that the pkgconfig files have the correct version. ok okan@
4c22c742 2008-07-16 12:43:05 add cwm to exec/restart menu ok matthieu@ oga@
f67c79eb 2008-07-16 02:10:09 sync
45606f7a 2008-07-15 22:12:09 move client_vertmaximize to a more sensible location, purely for readability. "don't mind at all" oga@
d995c0ea 2008-07-15 22:06:48 save an X call and use what we already have stored. ok oga@
37abf724 2008-07-15 13:52:02 don't compensate for bwidth twice. ok oga@
57c2dfd6 2008-07-12 15:50:48 build xf86-video-mach64 and xf86-video-r128 on the same platforms that build the ati driver. ok matthieu@.
419d6def 2008-07-12 15:49:40 regen
9a4cbe10 2008-07-12 15:46:47 Add a Makefile.bsd-wrapper
d0a64525 2008-07-12 15:43:10 Import xf86-video-mach64, version 6.8.0. In the correct directory. ok matthieu@.
ddbebe79 2008-07-12 15:40:46 regen
a0290f58 2008-07-12 15:37:58 Add a Makefile.bsd-wrapper
d5e8eba0 2008-07-12 15:35:29 Import xf86-video-r128, version 6.8.0. In the right place this time. ok matthieu.
a1f9babf 2008-07-12 15:20:00 Add back Changelog.
a153da3d 2008-07-12 15:18:32 Long awaited update of xf86-video-ati to 6.9.0. the rage128 and mach64 drivers were split out of this driver just after the 6.8.0 release, these drivers will be commited separately. MergedFb mode is gone, so please use xrandr if you used to use it. ok matthieu@.
a04c7e76 2008-07-12 13:03:55 add openchrome and mark via obsolete
1dd309dc 2008-07-12 13:02:55 use the openchrome driver for via chipsets.
c49b33a0 2008-07-12 13:01:20 Disconnect the old 'via' driver and connect the 'openchrome driver.
284d5c87 2008-07-12 12:59:51 regen
3ba3d6c1 2008-07-12 12:59:16 Unbreak man page build.
33561a4d 2008-07-12 12:54:02 Add a Makefile.bsd-wrapper.
5c2645de 2008-07-12 12:53:22 Let it compile. From bernd@
63215a61 2008-07-12 12:48:04 Import the openchrome video driver, version 0.2.902. Discussed with bernd@ and oga@. Tested by many in snaphots.
53b397c1 2008-07-11 22:43:44 Nm makes more sense than Xr, from Pierre Riteau - thanks!
36326e6e 2008-07-11 15:42:29 Change "a window" to "current window" in documentation. it's more correct. While i'm here: Capital letter and full stop in descriptions in cwmrc.5 "looks good - do it" okan@.
ee7ecdb4 2008-07-11 15:20:04 add Xr for cwm(1)
d9407b88 2008-07-11 15:18:29 no more hidden (and mysterious) config reloads and allow binding a key to a config reload; CMS-r by default. ok oga@
2e276584 2008-07-11 14:24:34 replace snprintf with strlcpy ok oga@
de181a1c 2008-07-11 14:23:30 we already have ymax, so use it instead of asking X for it again. ok oga@
cfb9c394 2008-07-11 14:21:28 spacing, declaration lineup to be consistent throughout cwm, readability, and a bit of knf. ok oga@
c727b6dd 2008-07-02 02:29:59 puffy 4.4
9280b8fb 2008-06-30 17:52:37 only cycle through visible *and* non-ignored windows. ok oga@
9addb0ec 2008-06-30 15:25:57 sync locale directories with latest libX11; ok matthieu@
5cf59f3e 2008-06-29 20:15:47 update
8afab561 2008-06-29 20:13:42 update to xf86-video-intel 2.3.2. Tested among others by okan@.
ff24dcbd 2008-06-25 22:44:42 Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, so it's hard to press by accident, but there if you need it. requested (in a way) and tested by johan and todd.
553a7ea5 2008-06-25 22:40:27 Support mod4 (windows key) in mouse bindings too.
ff29a8e7 2008-06-25 22:38:36 Support shift in mouse bindings. There's really no reason not to. tested by johan@ and todd@.
5c700f86 2008-06-25 22:37:29 Actually grab the correct mouse buttons for a window, instead of doing the old hardcoded ones (which now can be wrong). tested by todd@ and johan@.
7d5d3307 2008-06-25 01:09:09 Sort flags. From Pierre Riteau, thanks! ok okan@.
6963c8bb 2008-06-25 00:52:47 Stop keyboard move moving the window utterly off the screen. If that happens there's no way to get it back. Also, stop resize making a windows size negative or zero. X does not like that one bit. Diff from Martynas. Ok okan@.
7229d130 2008-06-23 03:46:56 sync
ca2b1fd0 2008-06-22 22:48:41 sync
075118ed 2008-06-22 17:47:04 freetype updated
6f11b80c 2008-06-22 17:37:35 Update to freetype 2.3.6. Contains security fixes for CVE-2008-1806, CVE-2008-1807 and CVE-2008-1808. Tested by many.
95603799 2008-06-21 21:37:01 sync
bb20080d 2008-06-21 17:49:12 Fix build on systems with getpwuid_r().
932e098f 2008-06-19 21:58:47 regen
13609875 2008-06-19 21:58:14 - Don't depend on installed lbxproxy. - Comment out the lbxproxy config in sample configuration file. problem noticed by naddy@
cb1f8b37 2008-06-19 02:21:30 Don't link "-lX11 -lXau -lXdmcp" twice. From Martin Toft, thanks!
16201ebb 2008-06-18 21:05:28 sync
df266ce8 2008-06-18 20:49:45 update to xf86-video-apm 1.2.0
2ece6ad4 2008-06-18 20:42:29 No need to map/unmap the window on hide/show since we already do the same to its parent. "makes sense" okan@.
2a567d88 2008-06-18 20:33:15 Tis file is no longer in xinit 1.1.0.
1420b924 2008-06-18 20:31:51 update to xinit 1.1.0.
08ba1c99 2008-06-18 20:19:53 Disconnect lbxproxy, xphelloworld, xplsprinters and xprehashprinterlist from the build. Those clients are not useful anymore now that the server side is not there anymore. ok krw@ mbalmer@ and others.
6bc6a1ee 2008-06-18 19:09:12 Revert previous "fix" it introduces new issues of its own. The problem that's causing us to lose windows is that rapid hiding and unhiding causes a backlog of X events, so we lose track of client state, and delete cc->pwin when we should not. A proper fix will arrive when it's been worked out.
53a4a3bc 2008-06-18 06:29:41 Call FatalError() instead of ErrorF() in case the amdmsr(4) is not available or an ioctl returns an error. This properly terminates and the X server and restores the text console instead of hanging in an undefined screen mode.
5cf4e1c7 2008-06-17 23:46:49 missed one mouse function noticed by oga
81e6cb3e 2008-06-17 23:40:33 Ignore caps lock and numlock for keyboard bindings. The way Xlib makes you do this is ugly. Also remove mod2 (numlock) and mod3 (odd) from the list of keybinding modifiers. They don't make much sense here. based on a heavily modified diff from Martynas. ok okan.
2e211b41 2008-06-17 21:53:45 CVE-2008-1379 - MIT-SHM arbitrary memory read. (This patch was missing form the bunch of security patches committed on june 11. noticed by brad@).
a107e63a 2008-06-17 21:34:31 Replace rsh with ssh in the extrace/merge example. Rsh is no more.
812ce180 2008-06-17 20:55:48 Just rework the mouse binding calculation on event to look like the kbfunc one. Makes the code a lot easier to read. Fixes a bug i introduced in the last commit here. ok okan.
34c24fdb 2008-06-17 20:21:17 The mousebinding code missing a break once it had found the correct binding, this expose another issue that's still being debugged. Issue pointed out by Dan Harnett, thanks! While i'm here KNF and rework the logic to not be ass-backwards. ok okan.
3d8c29aa 2008-06-16 19:09:48 Make this not crash when compiled with -g. Found by myself, analysis by kurt@, fix by me with input from otto. ``Just get some fix in...'' deraadt
7e03e797 2008-06-16 08:40:56 sync
0a77d3ef 2008-06-15 16:20:07 Add a man page for Xephyr, with information from the README file.
9fb72336 2008-06-15 04:56:00 Bump OpenBSD's libpciacces revision to be at least the version generated by the unpatched one. (libpciaccess is not currently linked to xenocara builds)
f4e34ed3 2008-06-15 04:50:02 update to libpciaccess 0.10.3.
4ef73665 2008-06-15 02:47:46 Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. makes the code a lot simpler. While here rearrange the font handling functions to be less shit. ok and help okan@.
adc1f135 2008-06-15 02:24:51 it's <machine/amdmsh.h> not <sys/amdmsr.h> now.
3b25fa94 2008-06-15 01:11:12 sync
97eda178 2008-06-15 00:17:32 Update to xserver 1.4.2. Tested by landry@, ckuethe@, jsing@ mbalmer@.
d2de707d 2008-06-14 23:06:17 sync
431c2ec9 2008-06-14 22:29:23 Add xf86-video-geode. ok matthieu
073095ec 2008-06-14 22:27:07 Add a Makefile wrapper for OpenBSD and regen the autoconf generated files.
e3717628 2008-06-14 22:26:13 Changes needed to run on OpenBSD using the new amdmsr(4) driver.
01d22674 2008-06-14 22:15:30 Import the xf86-video-geode driver for the AMD Geode LX graphics processor. with and ok matthieu
b3cbe6ba 2008-06-14 22:04:11 (mostly) proper xshape event support ok oga@
a880cefb 2008-06-14 21:59:09 unbreak
b48fb0f6 2008-06-14 21:51:00 slightly alter the semantics of config files: - if no config file, continue silently and apply defaults - if config file, parse and move on - if config file specified but not found, error out ok oga@