summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-21Nuke a call to deprecated LookupClient, and hopefully prevent axquartz-compositeBen Byer1-5/+1
2008-04-21Fix for pointer-offset issue when using a multi-display environment on X11.app.Ben Byer1-1/+1
2008-04-20all of this debug-dust sprinkled throughout, and it still doesn't work :(Ben Byer10-12/+42
2008-04-20Don't paint the background in Rootless modeBen Byer1-1/+1
2008-04-20converted fbGetDrawable into a function, for extra debugging blissBen Byer2-0/+48
2008-04-18add CompWindowUpdateAutomatic callBen Byer1-2/+11
2008-04-18properly initialise the optional memberBen Byer2-0/+2
2008-04-18re-enable COMPOSITE by defaultBen Byer1-1/+1
2008-04-18patches to add Actualized flag, from danielsBen Byer14-2/+111
2008-04-17XQuartz: Use strerror(errno)... cause I like text more than grepping header f...Jeremy Huddleston1-6/+6
2008-04-17merged darwinKeyboard.[ch] into quartzKeyboardBen Byer7-1052/+964
2008-04-17oops, missed a spotBen Byer1-1/+1
2008-04-17formatting cleanupBen Byer1-69/+66
2008-04-17delete debugging spewBen Byer1-8/+0
2008-04-17add support for horizontal scrolling (buttons 6 and 7)Ben Byer4-35/+34
2008-04-17enable keyboard map debugging -- it's going to x11-debug.txt, anyway ... so n...Ben Byer1-1/+2
2008-04-17darwinKeyboard: refactor slightly so that we're not cutting and pasting code ...Ben Byer1-54/+12
2008-04-17hack to Xquartz to prevent xmodmap from wiping out our valid modmap, per danielsBen Byer1-0/+1
2008-04-17kludge: miEqEnqueue wants a device, even if we're passing custom messages,Ben Byer1-1/+1
2008-04-16XQuartz: Don't use composite.Jeremy Huddleston2-2/+9
2008-04-16Xquartz: Don't need to link against rlAccel since we don't use itJeremy Huddleston1-1/+0
2008-04-16XQuartz: Don't enable rootless accelerated functionality... crashy...Jeremy Huddleston4-11/+8
2008-04-15XQuartz: Removed a call to RootlessReorderWindow from the Carbon threadJeremy Huddleston6-11/+5
2008-04-11Xquartz: Added applicationShouldHandleReopen:hasVisibleWindows to handle dock...Jeremy Huddleston1-9/+15
2008-04-08Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston6-6/+10
2008-04-08add missing dix-config includeBen Byer1-0/+4
2008-04-08add correct default ACLOCAL and PKGCONFIG_PATH settings to autogen.shBen Byer1-0/+3
2008-04-08XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston8-12/+29
2008-04-07configure.ac: DragonFly BSD supportHasso Tepper1-2/+4
2008-04-07Add some more support for DragonFly. From Joerg SonnenbergerJeremy C. Reed5-4/+6
2008-04-02XQuartz: Change reporting of space change to debug log rather than stderrJeremy Huddleston1-1/+1
2008-04-02XQuartz: Fixed missing close-paren in preference pane text.Jeremy Huddleston2-2/+2
2008-04-01The AppKit thread should not be calling directly into the X serverBen Byer5-16/+13
2008-03-31formatting cleanup for X11Application.m (no code changes)Ben Byer1-260/+241
2008-03-31moved and renamed QuartzMessageServerThread toBen Byer7-58/+60
2008-03-31shovelling code around ...Ben Byer5-123/+130
2008-03-31fix compilation on systems that don't haveBen Byer1-2/+6
2008-03-31just a bit of juggling headers around -- we're preparingBen Byer7-9/+16
2008-03-31nuke DarwinEventQueueBen Byer2-34/+1
2008-03-31continue with gutting darwinEvents.cBen Byer1-96/+28
2008-03-31turns out we weren't actually using these files. oopsBen Byer3-698/+0
2008-03-31remove vestigal DarwinEQPointerPost etcBen Byer3-21/+4
2008-03-31gut darwinEQEnqueue, and make it just call mieqEnqueue (for the moment)Ben Byer1-33/+7
2008-03-31add prototype for DarwinEventHandlerBen Byer2-2/+2
2008-03-31add logging of current thread ID to DEBUG_LOG macroBen Byer1-1/+1
2008-03-31Begin to move all of our Xquartz DDX-specific event handlersBen Byer1-0/+24
2008-03-31Add code to track 5 valuators for pointing device, in preparationBen Byer3-20/+80
2008-03-31add debug statements so we can see if/when our Xinput stubs are getting called.Ben Byer1-3/+13
2008-03-31Remove calls to InitValuatorAxisStruct -- these are now handled in dix byBen Byer1-18/+2
2008-03-31XQuartz: Fixed names of enums to be more consistentJeremy Huddleston8-82/+82