- 16 Sep, 2009 9 commits
-
-
Matthias Hopf authored
Apparently SavedCursor is sometime tried to be set while already being set.
-
Alan Coopersmith authored
Clears warnings about obsolete headers, but raises minimum required version of xf86driproto to 2.1.0 Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Reported-by: Marvin Schmidt Tested-by: Marvin Schmidt Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Rémi Cardona authored
49b93df8 made the hard dependency on a "fixed" font go away but only Xorg could use the built-ins fonts by default. With this commit, all DDXs get "built-ins" appended to their FontPath, not just Xorg. Tested with Xorg, Xvfb and Xnest. Signed-off-by:
Rémi Cardona <remi@gentoo.org> Signed-off-by:
Jon TURNEY <jon.turney@dronecode.org.uk> Tested-by:
Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alan Coopersmith authored
Have to set windowid to a valid value first, since that check appears earlier in the code than the masks/length check. Also have to have data[] set large enough so that reading mask data for 0xFFFF masks doesn't overflow past the end of the array into uninitialized data. Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alan Coopersmith authored
sizeof(in.valuators.mask) * 8 == 40, but the valuators arrays only holds 36 entries, so the test was smashing the stack when 36 < i < 40 (leading to core dumps on Solaris x86, since the return address was overwritten with an invalid pointer). Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alan Coopersmith authored
Caused Sun compilers to issue warning: "protocol-common.c", line 141: warning: syntax error: empty declaration Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Tiago Vignatti authored
No semantical changes. Signed-off-by:
Tiago Vignatti <tiago.vignatti@nokia.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 14 Sep, 2009 8 commits
-
-
Jeremy Huddleston authored
(cherry picked from commit 1fd7c1fd)
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Soeren Sandmann authored
These are 0, except when the drawable is a redirected window. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alan Coopersmith authored
AllowMouseOpenFail description changed to reflect actual behaviour and point to AllowEmptyInput for previously described behaviour. Update default DPMS mode timeouts to match new defaults set in April 2009 by commit d52fddef Update autoloaded module list to match ModuleDefaults in xf86Config.c Update module subdir list to match stdSubdirs in loadmod.c Add xorg.conf options that were added to the code: - XkbDir option added in February 2009 by commit 76f18b94 - DRI2 option added in April 2008 by 35982bc1 Remove xorg.conf options that were removed from the code: - XkbDisable option was removed in January 2009 by commit 40877c66 - PciProbe/Config options were removed in August 2008 by commit fdf7c747 - EstimateSizesAggressively was removed in August 2008 by commit cd1e8f26 - loadable font modules were removed in July 2008 by commit affec106 - ModInDev options were removed in December 2008 by commit 6de6ffff (Also strips some trailing whitespaces to make git happier.) Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Tested-by:
Byeong-ryeol Kim <brofkims@gmail.com>
-
Peter Hutterer authored
The event sequence for continuously pressed keys with the keyboard driver is PRESS - PRESS - PRESS - ... - RELEASE. The first press sets the repeatKey to the keycode and the matching timer. The second press (on the same keycode) can be silently dropped instead of overwriting the timer again. X.Org Bug 23889 <http://bugs.freedesktop.org/show_bug.cgi?id=23889> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Acked-by:
Daniel Stone <daniel@fooishbar.org>
-
Peter Hutterer authored
Move misplaced } to get the flow of if (!ShareVTs) { VT_ACTIVATE VT_WAITACTIVE } X.Org Bug 11477 <http://bugs.freedesktop.org/show_bug.cgi?id=11477> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Acked-by:
Daniel Stone <daniel@fooishbar.org>
-
- 13 Sep, 2009 20 commits
-
-
Peter Hutterer authored
silences compiler warning: events.c: In function 'FixUpEventFromWindow': events.c:2262: warning: 'child' may be used uninitialized in this function Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Kevin E Martin authored
Fixes build with newer dmx header files that have been split between dmx.h and dmxext.h. _DMX_SERVER_ is no longer needed with the split headers. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Kevin E Martin authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Tiago Vignatti authored
This fix scratchbox compilation. Signed-off-by:
Tiago Vignatti <tiago.vignatti@nokia.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
The EQ is in the DIX now. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Approach taken is inefficient, it converts the xkb symbol table to a core symbol table first and then extracts the keycode from there. Consider this a todo for a rainy afternoon when the beer fridge demands emptying. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Takes RMLVO now instead of the keysyms directly. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
kbd*Convert are nearly identical, it just asks for merging. Not today though. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 11 Sep, 2009 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com>
-
Tiago Vignatti authored
This reverts commit 1b30545c. Signed-off-by:
Tiago Vignatti <tiago.vignatti@nokia.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 10 Sep, 2009 1 commit
-
-
Tiago Vignatti authored
So far there are no apparently issues on not closing the fd. But let's do the right job here. Signed-off-by:
Tiago Vignatti <tiago.vignatti@nokia.com> Acked-by:
Dave Airlie <airlied@redhat.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-