summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson1-18/+28
2008-09-21XQuartz: 64bit crash fix ... don't pass pointers through xe.Jeremy Huddleston2-3/+2
2008-09-21XQuartz: pbproxy: Add an X error handler that returns 0.George Peter Staplin4-102/+106
2008-09-21XQuartz: pbproxy: Fix a bug that occured when a PICT format was available.George Peter Staplin1-33/+56
2008-09-21XQuartz: pbproxy: Make the proxy handle copy request races, and PRIMARYGeorge Peter Staplin2-71/+119
2008-09-21XQuartz: "Disable" the text when syncing is disabled.Jeremy Huddleston1-6/+6
2008-09-21XQuartz: Added a preferences UI for pbproxy options.Jeremy Huddleston8-230/+695
2008-09-21XQuartz: pbproxy: Add a missing include of Xutil.h. Another headerGeorge Peter Staplin1-0/+1
2008-09-21XQuartz: pbproxy: Add COMPOUND_TEXT handling. Do misc. cleanups with testingGeorge Peter Staplin3-80/+124
2008-09-21XQuartz: pbproxy: pbproxy now responds to selection request events.George Peter Staplin2-95/+188
2008-09-21XQuartz: pbproxy: Use an NSBitmapImageRep to convert an "image/png" selectionGeorge Peter Staplin1-25/+37
2008-09-21XQuartz: Don't enable 8bit visuals in the TrueColor server, since it's not wo...Jeremy Huddleston1-3/+4
2008-09-21XQuartz: pbproxy: The greedy CLIPBOARD handling now works for text.George Peter Staplin2-27/+57
2008-09-21XQuartz: pbproxy: return the TARGETS list as a 32-bit list to fix a bug that ...George Peter Staplin2-66/+240
2008-09-21Rename reclaim_clipboard to claim_clipboard.George Peter Staplin1-28/+77
2008-09-21Add an image_jpeg Atom.George Peter Staplin1-1/+1
2008-09-21Rename reclaim_clipboard to claim_clipboard.George Peter Staplin1-1/+1
2008-09-21Add image/jpeg type, and rename reclaim_clipboard to claim_clipboard.George Peter Staplin1-6/+7
2008-09-21XQuartz: pbproxy: Added global variables to customize how pbproxy behavesJeremy Huddleston1-0/+7
2008-09-21XQuartz: pbproxy: First round of updates to pbproxy from George.Jeremy Huddleston5-189/+518
2008-09-19Revert accidental edid changes from previous commit.Adam Jackson1-86/+0
2008-09-19Update to SGI FreeB 2.0.Adam Jackson30-927/+898
2008-09-12XQuartz: Dead code removalJeremy Huddleston7-534/+5
2008-09-12XQuartz: 256 color supportJeremy Huddleston4-10/+8
2008-09-12XQuartz: Dead code removalJeremy Huddleston1-9/+1
2008-09-12XQuartz: Changed around fd handoff model to be more robustJeremy Huddleston3-116/+138
2008-09-12XQuartz: Don't warp the pointer on server start for XQuartzJeremy Huddleston1-10/+0
2008-09-12XQuartz: Dead code removalJeremy Huddleston1-23/+0
2008-09-12XQuartz: Fixed proximity logic errors for tablets.Jeremy Huddleston1-16/+14
2008-09-11Fix distcheck.Eric Anholt1-2/+0
2008-09-08Bump ABI major versions for the TryClientExceptions change from commit 883811c.Aaron Plattner1-3/+3
2008-09-04fbdevhw: Remove pixclock check.John Tapsell1-1/+0
2008-09-03XQuartz: Added pasteboard proxy code stripped out of quartz-wm.Jeremy Huddleston8-1/+901
2008-09-03XQuartz: Updated Tablet code to include ranges for valuators and added cursor...Jeremy Huddleston4-16/+83
2008-09-03XQuartz: Removed "Done" button from Applications Customization. Now properly...Jeremy Huddleston3-56/+11
2008-09-03XQuartz: Updated man pageJeremy Huddleston1-69/+48
2008-09-03XQuartz: Removed dead code (unused option definitions)Jeremy Huddleston1-2/+0
2008-09-03XQuartz: Cleaned up our sleeping before adding the launchd socket.Jeremy Huddleston2-25/+2
2008-09-02Fix strict-aliasing silliness in XAA.Adam Jackson1-4/+4
2008-08-31xf86Crtc: Set mode to NULL, so nothing bad happens if crtc == NULL.Maarten Maathuis1-1/+1
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis1-1/+1
2008-08-30XQuartz: Fixed editing of Applications menuJeremy Huddleston4-34/+184
2008-08-30XQuartz: Fixed missing symbol in quartzKeyboard debuggingJeremy Huddleston1-1/+2
2008-08-30Xorg.man: typo (the the).Thomas Bodzar1-1/+1
2008-08-29XQuartz: Placate automake which doesn't like escaped newlines even in comment...Jeremy Huddleston1-0/+3
2008-08-29XQuartz: Added debugging output to the crash log to help track down two crash...Jeremy Huddleston2-4/+17
2008-08-29XQuartz: xp_is_symbolic_hotkey_event catches the input menu, but not our main...Jeremy Huddleston1-3/+5
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis1-1/+1
2008-08-29DRI2: Drop sarea use, implement server side swap buffers.Kristian Høgsberg3-374/+232
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky36-72/+134