Age | Commit message (Expand) | Author | Files | Lines |
2008-04-21 | Nuke a call to deprecated LookupClient, and hopefully prevent axquartz-composite | Ben Byer | 1 | -5/+1 |
2008-04-21 | Fix for pointer-offset issue when using a multi-display environment on X11.app. | Ben Byer | 1 | -1/+1 |
2008-04-20 | all of this debug-dust sprinkled throughout, and it still doesn't work :( | Ben Byer | 10 | -12/+42 |
2008-04-20 | Don't paint the background in Rootless mode | Ben Byer | 1 | -1/+1 |
2008-04-20 | converted fbGetDrawable into a function, for extra debugging bliss | Ben Byer | 2 | -0/+48 |
2008-04-18 | add CompWindowUpdateAutomatic call | Ben Byer | 1 | -2/+11 |
2008-04-18 | properly initialise the optional member | Ben Byer | 2 | -0/+2 |
2008-04-18 | re-enable COMPOSITE by default | Ben Byer | 1 | -1/+1 |
2008-04-18 | patches to add Actualized flag, from daniels | Ben Byer | 14 | -2/+111 |
2008-04-17 | XQuartz: Use strerror(errno)... cause I like text more than grepping header f... | Jeremy Huddleston | 1 | -6/+6 |
2008-04-17 | merged darwinKeyboard.[ch] into quartzKeyboard | Ben Byer | 7 | -1052/+964 |
2008-04-17 | oops, missed a spot | Ben Byer | 1 | -1/+1 |
2008-04-17 | formatting cleanup | Ben Byer | 1 | -69/+66 |
2008-04-17 | delete debugging spew | Ben Byer | 1 | -8/+0 |
2008-04-17 | add support for horizontal scrolling (buttons 6 and 7) | Ben Byer | 4 | -35/+34 |
2008-04-17 | enable keyboard map debugging -- it's going to x11-debug.txt, anyway ... so n... | Ben Byer | 1 | -1/+2 |
2008-04-17 | darwinKeyboard: refactor slightly so that we're not cutting and pasting code ... | Ben Byer | 1 | -54/+12 |
2008-04-17 | hack to Xquartz to prevent xmodmap from wiping out our valid modmap, per daniels | Ben Byer | 1 | -0/+1 |
2008-04-17 | kludge: miEqEnqueue wants a device, even if we're passing custom messages, | Ben Byer | 1 | -1/+1 |
2008-04-16 | XQuartz: Don't use composite. | Jeremy Huddleston | 2 | -2/+9 |
2008-04-16 | Xquartz: Don't need to link against rlAccel since we don't use it | Jeremy Huddleston | 1 | -1/+0 |
2008-04-16 | XQuartz: Don't enable rootless accelerated functionality... crashy... | Jeremy Huddleston | 4 | -11/+8 |
2008-04-15 | XQuartz: Removed a call to RootlessReorderWindow from the Carbon thread | Jeremy Huddleston | 6 | -11/+5 |
2008-04-11 | Xquartz: Added applicationShouldHandleReopen:hasVisibleWindows to handle dock... | Jeremy Huddleston | 1 | -9/+15 |
2008-04-08 | Merge branch 'server-1.4-branch' into xorg-server-1.4-apple | Jeremy Huddleston | 6 | -6/+10 |
2008-04-08 | add missing dix-config include | Ben Byer | 1 | -0/+4 |
2008-04-08 | add correct default ACLOCAL and PKGCONFIG_PATH settings to autogen.sh | Ben Byer | 1 | -0/+3 |
2008-04-08 | XQuartz: Fix issue where clicking on an X11 window might send that event to a... | Jeremy Huddleston | 8 | -12/+29 |
2008-04-07 | configure.ac: DragonFly BSD support | Hasso Tepper | 1 | -2/+4 |
2008-04-07 | Add some more support for DragonFly. From Joerg Sonnenberger | Jeremy C. Reed | 5 | -4/+6 |
2008-04-02 | XQuartz: Change reporting of space change to debug log rather than stderr | Jeremy Huddleston | 1 | -1/+1 |
2008-04-02 | XQuartz: Fixed missing close-paren in preference pane text. | Jeremy Huddleston | 2 | -2/+2 |
2008-04-01 | The AppKit thread should not be calling directly into the X server | Ben Byer | 5 | -16/+13 |
2008-03-31 | formatting cleanup for X11Application.m (no code changes) | Ben Byer | 1 | -260/+241 |
2008-03-31 | moved and renamed QuartzMessageServerThread to | Ben Byer | 7 | -58/+60 |
2008-03-31 | shovelling code around ... | Ben Byer | 5 | -123/+130 |
2008-03-31 | fix compilation on systems that don't have | Ben Byer | 1 | -2/+6 |
2008-03-31 | just a bit of juggling headers around -- we're preparing | Ben Byer | 7 | -9/+16 |
2008-03-31 | nuke DarwinEventQueue | Ben Byer | 2 | -34/+1 |
2008-03-31 | continue with gutting darwinEvents.c | Ben Byer | 1 | -96/+28 |
2008-03-31 | turns out we weren't actually using these files. oops | Ben Byer | 3 | -698/+0 |
2008-03-31 | remove vestigal DarwinEQPointerPost etc | Ben Byer | 3 | -21/+4 |
2008-03-31 | gut darwinEQEnqueue, and make it just call mieqEnqueue (for the moment) | Ben Byer | 1 | -33/+7 |
2008-03-31 | add prototype for DarwinEventHandler | Ben Byer | 2 | -2/+2 |
2008-03-31 | add logging of current thread ID to DEBUG_LOG macro | Ben Byer | 1 | -1/+1 |
2008-03-31 | Begin to move all of our Xquartz DDX-specific event handlers | Ben Byer | 1 | -0/+24 |
2008-03-31 | Add code to track 5 valuators for pointing device, in preparation | Ben Byer | 3 | -20/+80 |
2008-03-31 | add debug statements so we can see if/when our Xinput stubs are getting called. | Ben Byer | 1 | -3/+13 |
2008-03-31 | Remove calls to InitValuatorAxisStruct -- these are now handled in dix by | Ben Byer | 1 | -18/+2 |
2008-03-31 | XQuartz: Fixed names of enums to be more consistent | Jeremy Huddleston | 8 | -82/+82 |