Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7b1af5e7 | 2011-04-17 17:21:58 | mach64: fix for the pixmap private API change in future X server versions. | ||
| 60ad3b38 | 2011-04-17 15:18:17 | Update to xextproto 7.2.0 | ||
| 38a45bf1 | 2011-04-17 15:16:24 | Update to libXfixes 5.0 | ||
| 682c873c | 2011-04-17 15:15:09 | Update to fixesproto 5.0 | ||
| 95e32425 | 2011-04-11 17:23:18 | add the -R option to usage() spotted by sobrado@ | ||
| 53483e36 | 2011-04-11 02:58:49 | * use VIDIOC_ENUM_FRAMEINTERVALS to get the supported frame intervals and display the frame rates if at least on -v is used. * set/get the video(4) device's frame rate using VIDIOC_{S,G}_PARM. * add new option -R which dsables frame rate adjustment. only really useful for video(4) devices, to see the difference between the frame rate the device generates and what it says it's configured for ... many devices don't generate the rate they are configured if they aren't getting enough light ... * poll(2) input with INFTIM instead of 0 timeout, and handle the poll(2) call being interrupted by the frame timer. * only use usleep(3) to wait for frames if the input is a file, and in that case, sleep for a full frame interval or until interrupted by the frame timer. * update the manual to describe the new -R option, that -r now sets video(4) frame rate, and that at least one -v will display supported properties of the hardware. | ||
| 11613654 | 2011-04-10 18:15:28 | Fix build, thanks and ok jasper@ | ||
| a067e4f1 | 2011-04-10 17:49:13 | Add support for zaurus ok matthieu@ | ||
| ac434459 | 2011-04-10 17:46:36 | Add support for lkeys ok matthieu@ | ||
| 55a8444b | 2011-04-10 17:12:43 | sync | ||
| c00273f5 | 2011-04-10 17:10:21 | Sync with xkeyboard-config 2.2.1 ok ok shadchin@ matthieu@ | ||
| 8abf6371 | 2011-04-10 17:08:49 | Update xkeyboard-config to 2.2.1 * New structure of descriptions, massive changes in user-visible strings. Special release for GNOME 3. ok shadchin@ matthieu@ | ||
| 9cb423af | 2011-04-10 12:04:29 | Add support wscons (upstream + implementation) ok matthieu@ | ||
| 47b70ac3 | 2011-04-09 14:54:04 | update | ||
| eb14eec6 | 2011-04-09 08:38:27 | Import xf86-input-synaptics 1.4.0 ok matthieu@ | ||
| eccbc424 | 2011-04-08 20:03:47 | Whitespace stuff; new sentence, new line; fix some xrefs; use Aq more. From mbalmer@NetBSD. | ||
| dd17de94 | 2011-04-07 20:05:53 | Set FontDir and FontEncDir in OpenBSD.cf for ports, to override the new auto-detection code in util-cf-macros. | ||
| 471d1557 | 2011-04-07 19:42:25 | Regen autotools files after update. Fixes breakage noticed by naddy@ and espie@ on ports that still use imake. | ||
| 94e8a384 | 2011-04-05 18:59:49 | Update to xrdb 1.0.9. Includes a fix for CVE-2011-0465, to which OpenBSD is not vulnerable, since dhclient will reject any hostname option containing invalid characters like $ or ` | ||
| 05ad2a9b | 2011-04-02 17:17:48 | Update xorg-cf-files to 1.0.4. Lightly tested by ajacoutot@ and krw@. | ||
| 4a238ea6 | 2011-04-02 16:08:38 | Update to xserver 1.9.5. Tested by jasper@, ajacoutot@ and krw@ | ||
| eb61d3c9 | 2011-04-01 21:28:00 | Xi: add XI_Focus{In,Out} to swapped events. | ||
| e03328b4 | 2011-04-01 21:27:04 | Use the array size for checking the validity of request numbers instead of hard-coded constants. Suggested by Julien Cristau. | ||
| 90f7a984 | 2011-04-01 21:24:37 | Xext: fix test on extension number for the swapped case. | ||
| f2c1aca9 | 2011-04-01 21:22:48 | Simpler fix for 64 bits architectures, suggested by Peter Hutterer: Just use Data() to send the xXIEventMask structure on the wire. | ||
| a282fbce | 2011-03-28 21:10:15 | WriteReplyToClient() swaps rep contents if client and server endianess differ. Cache rep.length so that it can be used after returning from WriteReplyToClient(). Fixes xinput --list when client and server have different endianess. gtk3-demo now fails a bit further in this case. | ||
| 1064b1a6 | 2011-03-27 20:17:17 | Ugly fix for libXi on sparc64. May change if upstreams fix it differently. Still broken on cross-endian remote connections though. | ||
| 6e1b78e4 | 2011-03-27 19:51:09 | Give XI2 requests a chance if server and client endianess differ. There are more bugs in this code though. | ||
| 98c5b36d | 2011-03-23 07:27:32 | revert the XSync timing change for client move only; first noticed by brynet. sure oga@ | ||
| 4c04a273 | 2011-03-22 13:50:40 | warp the pointer back, iff we don't move the mouse, once we are done with the menu; idea and initial from Sviatoslav Chagaev. discussion with and ok oga@ | ||
| 9a52c582 | 2011-03-22 11:09:52 | we should re-focus the client and ungrab the ptr even if we don't have a mouse based match (i.e. in the kbd no match case). update the comment as well. ok oga@ | ||
| 482c4ce4 | 2011-03-22 11:05:13 | fix nousance of always highlighting the first entry even when there is no match (seen in the ctrl-a case) ok oga@ | ||
| d0a487aa | 2011-03-22 11:03:05 | move the default case to the end. ok oga@ | ||
| a9420f91 | 2011-03-22 10:59:08 | reduce the number of times we sync during a window resize. ok oga@ | ||
| 1494c3e4 | 2011-03-22 10:57:31 | introduce nitems macro, with the appropriate ifndef. ok oga@ | ||
| 2de4639d | 2011-03-22 10:56:08 | if virt/horz un-maximizing, restore only the un-maximized axis coordinates; allows moving a client and not restoring the maximized axis coordinates. picked from a larger martynas diff from ages ago. ok oga@ | ||
| f1097799 | 2011-03-22 10:54:42 | (0,0) is also inside in the screen; from Sviatoslav Chagaev. ok oga@ | ||
| 51c21fc3 | 2011-03-22 10:52:37 | while this piece deals with client argv's in a seemingly inefficient way (noticed by Tim Peniket), since we don't ever do anything with cliarg, remove the hunk and cliarg completely. ok oga@ | ||
| a2810e74 | 2011-03-22 10:49:46 | remove XXX and move a configure event out of the event handler functions. reminded by a similiar diff from Thomas Pfaff. ok oga@ | ||
| 3b73daa6 | 2011-03-22 10:47:59 | move the single keycode function directly into the menu code. ok oga@ | ||
| b8615b4d | 2011-03-20 17:33:33 | update | ||
| b0b3b0df | 2011-03-20 17:31:52 | Update to xineramaproto 1.2.1. No functional change. | ||
| 74b87b4b | 2011-03-20 17:29:44 | Update to xf86vidmodeproto 2.3.1. No functional changes. | ||
| 125db05e | 2011-03-20 17:27:07 | Update to xf86-driproto 2.1.1. No functional change. | ||
| d423e09b | 2011-03-20 17:19:52 | update to dmxproto 2.3.1. | ||
| e152f4eb | 2011-03-20 17:09:44 | Update to util-macros 1.13.0. | ||
| 4d8053ee | 2011-03-19 15:40:02 | Add support for ecdsa SSH keys. From dave at davec dot name. Thanks. | ||
| 05629265 | 2011-03-18 20:08:58 | lexicographically sort keys. ok jakemsr@, jmc@ | ||
| a17d3bcc | 2011-03-18 20:08:27 | Force alignment with sizeof(Atom) for XIButtonClassInfo. From upstream; ok matthieu@ | ||
| 34bb2b0d | 2011-03-13 15:03:00 | Update to xkbcomp 1.2.1 | ||
| bfae2061 | 2011-03-12 10:16:01 | Update xkeyboard-config to 2.1 ok matthieu@ | ||
| b05803ac | 2011-03-09 19:53:24 | Remove extra test. | ||
| 7ae39052 | 2011-03-08 20:48:59 | xcb is no longer optional. | ||
| 2cc47a12 | 2011-03-08 07:59:23 | add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@ | ||
| 498fbf23 | 2011-03-07 22:17:31 | Descend into data/ not data/xkbdata explicitely here. Change suggested by shadchin@, needed for upcoming patches. | ||
| 4c12de7e | 2011-03-07 20:44:41 | update | ||
| b9f6c3a0 | 2011-03-07 20:41:27 | Update to xterm version 269. Tested and ok ajacoutot@, jasper@, krw@, shadchin@ | ||
| 0c02cbb2 | 2011-02-28 19:17:12 | Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg properly restore the video mode upon exit on macppc. ok matthieu@, deraadt@ | ||
| c5cdf7be | 2011-02-22 00:24:35 | run makewhatis -v (needs -current !) okay miod@ | ||
| e2f9a8fd | 2011-02-21 19:28:39 | Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg properly restore the video mode upon exit on macppc and sparc64. Already merged upstream. ok matthieu@, no objection miod@ | ||
| d5f91100 | 2011-02-21 18:13:18 | Better instructions for accelerated PCI configuration, including a working configuration template people can use, should they need to provide the refresh frequencies their monitor support in order to get high resolution truecolor modes. ok matthieu@ | ||
| 6f937530 | 2011-02-21 13:09:28 | sync | ||
| e169dc84 | 2011-02-20 13:42:17 | Revert stuff that should not have been committed in version 1.33. Noticed by krw@ | ||
| f98a26f8 | 2011-02-19 19:51:53 | Disable Xorg on alpha. Xrender is broken since 2 releases and I still don't know how to fix it. ok miod@, todd@ | ||
| 42bf2beb | 2011-02-17 20:49:51 | Some updates for 4.9 release. - we're now at X.Org 7.6 - many applicatons now support anti-aliased, client-side fonts ok miod@, todd@ | ||
| eab1b94e | 2011-02-13 20:09:57 | if we are saving the pointer location for a specific client, make sure that if it is not already inbounds, put it in the default location, which happens to be inbounds. behavior noticed by Thomas Pfaff while maximizing and un-maximizing a window, leaving the pointer behind and causing client_cycle() to be a bit lost. ok oga@ | ||
| c222c6a5 | 2011-02-13 17:25:20 | we lose track of highstack somewhere, so recompute it before we need it. fixes a crash reported by christian neukirchen. ok okan | ||
| 190e6041 | 2011-02-11 22:26:24 | puffy 4.9 | ||
| 28f0d85b | 2011-02-11 21:10:30 | update | ||
| be5ccdb8 | 2011-02-11 21:01:55 | Avoid dereferencing a NULL pointer during VT switches when composite is active. Fix confirmed to fix observed crash by dcoppa@ canacar@. ok marco@. | ||
| eccb1b24 | 2011-02-08 20:50:35 | Fix a crash in zaphod mode if one screen is not present. tested by jasper@, shadchin@. ok shadchin@. | ||
| fe4a3944 | 2011-02-07 21:58:15 | As noticed by david@, empty files were installed instead of formatted GL manuals because Imake still tried to use nroff(1), tbl(1), and eqn(1) which do not exist in base any longer. Thus, let the Xenocara build use mandoc(1) instead, which has native tbl(7) support, and passes eqn source code through unchanged for now, which is more useful than what groff did. However, as suggested by espie@, use the groff port when building Ports. That always works because all ports using imake still have USE_GROFF=Yes. thanks for useful hints to todd@ matthieu@ espie@ naddy@ tested by todd@ in Xenocara builds on i386, amd64, and macppc ok matthieu@ and naddy@, and miod@ also agrees with the general direction | ||
| da0820c3 | 2011-02-02 20:47:08 | Merge another EXA fix from X.Org 1.9.4RC1: EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803). | ||
| fba58a8a | 2011-01-31 21:10:06 | Apply fix from upstream: commit e06fa804009798ea95efa8babaabb0228dfdfe65 EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703). Fixes http://bugs.freedesktop.org/show_bug.cgi?id=24703 Reported by Barry Grumbine on ports@ ok matthieu@ | ||
| 69bbddfa | 2011-01-28 19:44:23 | update | ||
| 480ad88c | 2011-01-28 19:43:39 | Update to xbiff 1.0.3. No functional change. | ||
| 38704173 | 2011-01-28 19:37:55 | restart recvmsg() if returning with errno==EINTR. Fixes a crash on server reset on some machines. Code inspired by ssh, with feedback from guenther@ and millert@ ok guenther@ miod@ | ||
| 805ddd83 | 2011-01-28 19:34:22 | Effectively close the AGP device fd in xf86GARTCloseScreen() if it's different from the consoleFd. Fixes crashes at server reset. "looks good" miod@, oga@. Tested by shadchin@. | ||
| e591a407 | 2011-01-25 20:14:45 | update | ||
| a7d7eb20 | 2011-01-24 17:29:21 | sync | ||
| 4366798a | 2011-01-22 14:33:53 | Update to x11perf 1.5.3 | ||
| def18748 | 2011-01-22 14:30:50 | Update to xfwp 1.0.2 | ||
| 191e43de | 2011-01-22 14:24:55 | Update to twm 1.0.6. No functional change. | ||
| cf9b06cf | 2011-01-22 08:32:55 | Bug-fix upgrade to pixman 0.20.2. No API/ABI change. tested by shadchin@, ajacoutot@, krw@, ok miod@ | ||
| 47b6998e | 2011-01-20 21:43:47 | Enable weak symbols under OpenBSD on non-ELF platforms, too. ok matthieu@ todd@ | ||
| f1ea238a | 2011-01-18 19:28:33 | Picture -> FvwmPicture, to avoid collisions with xrandr includes. As noticed by Tristan Le Guern. okay matthieu@ | ||
| 8ec04c27 | 2011-01-16 16:55:23 | fix index of glgetstring, okay matthieu@ | ||
| 3e225c34 | 2011-01-16 08:50:41 | Fix compiling layout fr. ok matthieu@ | ||
| bb913a2c | 2011-01-14 22:10:23 | sync | ||
| 70f96c48 | 2011-01-12 21:57:29 | update | ||
| 3ff4e178 | 2011-01-12 21:49:21 | Indicate that devices need access to legacy VGA resources. Makes sure xserver disables DRI if the VGA arbiter is in use. ok matthieu@ | ||
| fbb1cc1d | 2011-01-11 20:56:40 | Update to xkbcomp 1.2.0. ok matthieu@ | ||
| 8a4ef33a | 2011-01-11 20:52:08 | Update to xkbevd 1.1.2. No functional change. ok matthieu@ | ||
| a31c2ef1 | 2011-01-11 20:49:34 | Update to xkbprint 1.0.3. No functional change. ok matthieu@ | ||
| e7214d93 | 2011-01-11 19:42:14 | update | ||
| 0481662f | 2011-01-11 19:27:23 | update | ||
| 31dc726d | 2011-01-10 20:45:49 | Call xf86Reconfigure() after readjusting the physical dimensions of the screen based on EDID information. Fixes issues with the mouse getting stuck on dual card setups. Still trying to push this one upstream. ok matthieu@ | ||
| c6b0c442 | 2011-01-10 14:42:48 | Update makefile-wrapper for xkeyboard-config 2.0 ok matthieu | ||
| 34ca4392 | 2011-01-10 14:25:56 | Update xkeyboard-config to 2.0 ok matthieu | ||
| 546e991d | 2011-01-09 17:14:32 | Fix double free in the case of windows with a _NET_WM_NAME property, reported by frantisek holop, patch by Tim van der Molen. Thanks to both. |