summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-25kdrive: plug two memory leaks when freeing the KdKeyboard/Pointer.Peter Hutterer2-0/+10
2009-09-25dix: plug memory leak in DeviceEnterLeaveEvents.Peter Hutterer1-1/+3
2009-09-25Xi: fix length calculation for ValuatorState in QueryDeviceState reply.Peter Hutterer1-1/+1
2009-09-24configure: fix up tslib check once again.Peter Hutterer1-1/+5
2009-09-24dix: report XI1 axis values correctly if first_valuator != 0Thomas Jaeger1-6/+6
2009-09-23XQuartz: GLX capabilities: Allow 16bit accumulation buffersJeremy Huddleston1-6/+8
2009-09-23render: Don't add b8g8r8x8 format for depth 24.Michel Dänzer1-4/+1
2009-09-23EXA: Fix some issues pointed out by clang.Michel Dänzer3-10/+8
2009-09-22dix: move bounds check before accessSimon Thum1-2/+3
2009-09-22Bump to 1.7.99.1Peter Hutterer1-1/+1
2009-09-22dmx: only free the default pixmaps that we actually allocated.Kevin E Martin1-2/+5
2009-09-22dmx: disable Get/SetWindowPixmap, we don't support composite/redirected windowsKevin E Martin1-0/+4
2009-09-22Fix sporadic segfault on resume due to accidentally freeing cursor.Keith Packard1-1/+1
2009-09-22Revert fe31f9c + 977953b to fix issue for good.Matthias Hopf1-8/+2
2009-09-22input: don't use typecasts to access members of InternalEvent.Peter Hutterer8-25/+25