summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-01xace: Relax permissions on XkbGetState from Read to Getattr.xaceEamon Walsh1-1/+1
2009-10-01xace: Fake return values on denials in input polling requests.Eamon Walsh5-24/+55
2009-10-01xfree86: fix xorg.conf manpage formatting errorJulien Cristau1-1/+1
2009-10-01xkb: check permissions on XKM_OUTPUT_DIRNirbheek Chauhan1-3/+2
2009-10-01render: Fix crash in RenderAddGlyphs (#23645)Peter Hutterer1-1/+5
2009-10-01render: set the glyph picture to NULL by default.Peter Hutterer1-26/+31
2009-10-01exa: avoid infinite loops if UTS sw fallbacks.Michel Dänzer1-5/+5
2009-10-01Re-fix DGA removal.Keith Packard4-18/+38
2009-09-30XQuartz: Set the proper bitmap for key repeats...Jeremy Huddleston1-7/+41
2009-09-30xkb: Use XkbPerKeyBitArraySize instead of hardcoded value of 32Jeremy Huddleston1-2/+2
2009-09-30dix: Fix potential memory corruption in doListFontsWithInfo.Kim Woelders1-1/+1
2009-09-30dix/glx/composite: consolidate visual resize in one place.Dave Airlie4-110/+76
2009-09-29GLX: Enable GLX 1.4 on DRI2Ian Romanick6-7/+38
2009-09-29XQuartz: Cleaned up keymap setting for easier maintenanceJeremy Huddleston1-61/+52
2009-09-29XQuartz: Remove the redundant xquartz_resetenv_displayJeremy Huddleston2-8/+1
2009-09-29XQuartz: Query the BundleIdentifier from the bundle in X11.bin rather than us...Jeremy Huddleston1-32/+45
2009-09-29Fix ShmPutImage non-ZPixmap case.Michel Dänzer1-9/+34
2009-09-29ephyr: if -parent is given, check for a trailing -screen. (#24144)Peter Hutterer2-1/+20
2009-09-27Add (ok, fix) support for DTrace under OS XBen Byer5-8/+12
2009-09-27Rootless: Correct border rendering on parent-relative windowsJeremy Huddleston3-0/+48
2009-09-27XQuartz: Fix QuartzSetCursor to match the expected prototype.Jeremy Huddleston1-2/+2
2009-09-27XQuartz: Fix a bunch of compilation warnings about styleJeremy Huddleston15-49/+53
2009-09-27XQuartz: Nuke TSMJeremy Huddleston1-16/+0
2009-09-27XQuartz: Fix inverse map from mode_switch to altJeremy Huddleston1-0/+4
2009-09-27XQuartz: Force a keymap resync on the first keypress to workaround XKB muckin...Jeremy Huddleston1-0/+11
2009-09-27XQuartz: Transition from xEvent based mieq to InternalEventJeremy Huddleston17-440/+170
2009-09-28Put tests for zero-sized strings in quotes (#24060)Peter Hutterer2-2/+2
2009-09-28xfree86: use the DDC size if either width or height of DisplaySize is bogus.Peter Hutterer1-1/+1
2009-09-28render: Plug a memory leak in AddGlyph. (#23286)Peter Hutterer1-21/+21
2009-09-28configure: make XNEST default to auto.Tilman Sauerbeck1-1/+1
2009-09-28xfree86: Hurd fixSamuel Thibault1-1/+1
2009-09-27Xi: Make CopyKeyClass X_HIDDEN to avoid ugly ifdef-fuJeremy Huddleston2-3/+1
2009-09-26XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersi...Jeremy Huddleston1-14/+0
2009-09-26XQuartz: Add pressure/tilt property labelsJeremy Huddleston1-0/+3
2009-09-26XQuartz: Fix a brain-o array indexing problemJeremy Huddleston1-3/+3
2009-09-26XQuartz: Nuke duplicate locks that make painful headachesJeremy Huddleston1-2/+0
2009-09-26Xi: CopyKeyClass is not static for XQuartzJeremy Huddleston1-1/+4
2009-09-26XQuartz: Use internal xshm header for new xextprotoJeremy Huddleston1-2/+1
2009-09-27EXA: Fix mixed pixmaps crash with missing / failing UploadToScreen hook.Michel Dänzer1-12/+14
2009-09-26dmx: undefine MITSHM, move undefs to miinitext.c.Kevin E Martin2-13/+12
2009-09-26dmx: reshuffle linker order to avoid errors when MITSHM is undefined.Kevin E Martin2-5/+2
2009-09-26dmx: core events are always in screen coordinates when passed to GPE.Peter Hutterer1-4/+4
2009-09-26configure: Unify all library defines that require a specific version.Peter Hutterer1-9/+17
2009-09-26Xi: update axisVals with the right subpixel data.Peter Hutterer1-1/+1
2009-09-26EXA: Only calculate cache position once for each glyph.Michel Dänzer1-19/+23
2009-09-26EXA: Accumulate arbitrary number of glyphs without flushing.Michel Dänzer1-25/+22
2009-09-26EXA: Try to minimize UploadToScreen calls for mixed pixmaps.Michel Dänzer4-3/+35
2009-09-26EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.Michel Dänzer6-216/+232
2009-09-24Fix build of unit tests when dtrace probes are enabledAlan Coopersmith4-2/+12
2009-09-25Require libXext >= 1.0.99.4Peter Hutterer1-9/+11