todd
b9247005f5
sync
2010-04-12 21:38:13 +00:00
matthieu
7e20a852a5
xcb related udates
2010-04-12 21:09:58 +00:00
oga
c4175c932e
grab events on the root window *before* we look for existing windows.
...
This closes a race we were hitting often where stuff started right
before cwm may not get noticed and not have borders.
ok okan@. Prompted by something todd noticed.
2010-04-12 16:17:46 +00:00
oga
d0eeea4b45
don't allocate an array of pointers to structs when you want an array of
...
structs. Fixes cases where you need a lot of relocs so you overflow the
array.
Commited upstream about ten minutes ago. ok matthieu@
2010-04-11 18:04:04 +00:00
okan
4944ac9995
clean up a few xu_* functions to just accept what they need (Window).
...
ok oga@
2010-04-11 16:51:26 +00:00
matthieu
0822178235
update
2010-04-10 21:34:58 +00:00
matthieu
b285da179b
sync
2010-04-10 21:26:27 +00:00
matthieu
479aed07ee
Unlink deprecated xtrap, xevie and lbxutil libs and protos from the X build.
...
ok oga@, deraadt@.
2010-04-10 21:26:00 +00:00
todd
e53e64c07a
sync
2010-04-10 07:43:17 +00:00
oga
691e04d2ba
Here's a really good idea: when preparing for a vt switch the intel
...
driver idles the ringbuffer, stops it, unbinds all memory, then hands
back off.
Now here's the clever bit: just before we call to idle the ringbuffer
(which sleeps waiting for an interrupt) let's TURN OFF THE FUCKING
INTERRUPT. That's a great idea, really, isn't it?
Move the interrupt disable to *after* stop_ring. Theo's T61 VT switches
again. everyone elses' intel stuff worked by magic (or shared
interrupts) before now.
Fixed after discussion with deraadt@, thanks to miod for suggestions.
2010-04-07 18:22:00 +00:00
matthieu
d0a977e001
ifdef out the new code that moves the cursor one pixel to the right
...
for each char during password input. Requested by deraadt@.
2010-04-06 22:09:09 +00:00
todd
c3492a7bac
sync
2010-04-05 20:22:45 +00:00
todd
c332bc114a
sync
2010-04-05 19:55:05 +00:00
matthieu
e68d21ba52
sync
2010-04-05 17:52:19 +00:00
matthieu
16e96e7cdd
sync
2010-04-05 07:31:32 +00:00
matthieu
02d4b8c9f6
sync
2010-04-04 23:08:42 +00:00
matthieu
a97ba266c6
sync
2010-04-04 19:46:54 +00:00
matthieu
55f6393e48
sync
2010-04-04 18:59:35 +00:00
matthieu
75e319a314
update
2010-04-04 07:23:41 +00:00
matthieu
8ad0f8f346
update
2010-04-03 17:22:01 +00:00
oga
c7b8df8024
update libdrm to 2.4.15.
...
This diff seems larger than it is since upstream reindented some
sources. This updates libdrm_intel to -current (which only affect the
GEM code) and libdrm to 2.4.15. bumping both minor versions.
Discussed with matthieu@
2010-03-31 06:31:45 +00:00
oga
33290fb670
#if 0 out the code that listens for /dev/apm events.
...
A cleaner fix will be forthcoming, but for now this allows the xserver
to work nicely with the recent kernel vt-switch-on-suspend changes.
ok miod@
2010-03-30 17:43:19 +00:00
matthieu
b2f88deaff
disconnect bitstream-vera fonts from the build.
...
They are superceeded by DejaVu. reminded by naddy@.
2010-03-28 14:13:21 +00:00
matthieu
ee60b68452
updates
2010-03-28 13:13:12 +00:00
matthieu
70557157a0
Update to xinput 1.5.1
2010-03-28 13:08:54 +00:00
matthieu
5971c89316
Update to xkbprint 1.0.2
2010-03-28 13:05:38 +00:00
matthieu
07555f2808
update to xkbevd 1.1.0.
2010-03-28 13:01:26 +00:00
matthieu
1c126dd9ec
Update to xvidtune 1.0.2
2010-03-28 12:53:20 +00:00
matthieu
8f50ee81a4
missed files in update to 1.0.2
2010-03-28 11:47:17 +00:00
matthieu
e7283f31d7
Update to xmessage 1.0.3.
2010-03-28 10:34:49 +00:00
matthieu
dca93d7b70
regen
2010-03-28 10:32:32 +00:00
matthieu
a79a905d7e
Install pkg-config file in $(libdir)/pkgconfig
2010-03-28 10:32:12 +00:00
matthieu
e72f92d0b5
update to util-macros 1.6.1.
...
Might help with doc formatting issues.
2010-03-28 10:27:24 +00:00
matthieu
c68089aef1
update to xlogo 1.0.2
2010-03-28 10:12:36 +00:00
matthieu
7993eacc9e
Update to xgc 1.0.2
2010-03-28 10:05:28 +00:00
matthieu
b21e16a379
Disable xprint support.
2010-03-28 09:42:43 +00:00
matthieu
1cb4ae42c1
Update to xeyes 1.1.0
2010-03-28 09:38:08 +00:00
matthieu
21c33a1b92
Update to xdm 1.1.9
2010-03-28 09:33:02 +00:00
matthieu
7391a84e9f
Update to xcalc 1.0.3
2010-03-28 08:02:57 +00:00
matthieu
3d711efd9f
Update to xbiff 1.0.2
2010-03-28 07:58:32 +00:00
matthieu
fe9b7cba4c
Update to viewres 1.0.2
2010-03-27 11:56:39 +00:00
matthieu
af939b2540
Update to listres 1.0.2
2010-03-27 11:52:42 +00:00
matthieu
111f9df051
updates
2010-03-25 22:05:52 +00:00
matthieu
bdb2807634
Update to xterm-255. Tested by stsp@, oga@.
2010-03-25 22:03:51 +00:00
matthieu
d346a77813
Update to pixman 0.16.6. Tested on a full ports build by naddy@.
2010-03-25 21:58:52 +00:00
matthieu
e248f65664
Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.
2010-03-25 21:45:57 +00:00
matthieu
54193b0f27
Missing resurected files in freetype 2.3.12
2010-03-25 20:53:34 +00:00
matthieu
1be5fe96c1
Update to freetpe 2.3.12. Tested against ports by naddy@.
2010-03-25 20:49:53 +00:00
matthieu
df0647377b
Update to freetpe 2.3.12. Tested against ports by naddy@.
2010-03-25 20:32:36 +00:00
matthieu
3b261f2541
add a -v flag to select verbose mode, to output raw coordinate read
...
from the device, for debugging.
2010-03-23 20:27:42 +00:00