Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-21 | Nuke a call to deprecated LookupClient, and hopefully prevent axquartz-composite | Ben Byer | 1 | -5/+1 | |
null-pointer dereference, too! (cherry picked from commit 3d28e9f953709914e18807bc74c241333671cb30) | |||||
2008-04-21 | Fix for pointer-offset issue when using a multi-display environment on X11.app. | Ben Byer | 1 | -1/+1 | |
(cherry picked from commit 9a7e14286ced55c5e2a4512e2629e03836443009) | |||||
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 ↵ | Jeremy Huddleston | 1 | -6/+6 | |
files | |||||
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 ↵ | Ben Byer | 1 | -1/+2 | |
no harm | |||||
2008-04-17 | darwinKeyboard: refactor slightly so that we're not cutting and pasting code ↵ | Ben Byer | 1 | -54/+12 | |
from dix, kthx | |||||
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 | |
so give it one | |||||
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 | |
(cherry picked from commit cdb4c291d8c10c3a9ea59d8e79275a30d2ea82b4) | |||||
2008-04-15 | XQuartz: Removed a call to RootlessReorderWindow from the Carbon thread | Jeremy Huddleston | 6 | -11/+5 | |
(cherry picked from commit cb27d5ca8230707b276763c0ec20e586203144c9) | |||||
2008-04-11 | Xquartz: Added applicationShouldHandleReopen:hasVisibleWindows to handle ↵ | Jeremy Huddleston | 1 | -9/+15 | |
dock icon clicking | |||||
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 ↵ | Jeremy Huddleston | 8 | -12/+29 | |
an X11 window in another space. (cherry picked from commit 2e78818232314908a73113b1d46c2420d9d4fcbf) | |||||
2008-04-07 | configure.ac: DragonFly BSD support | Hasso Tepper | 1 | -2/+4 | |
Add support for DragonFly BSD, which is just the same as FreeBSD for all of these cases. (cherry picked from commit 0f87b41a432a6472a15ec0c9dee997e3bddbd0f2) | |||||
2008-04-07 | Add some more support for DragonFly. From Joerg Sonnenberger | Jeremy C. Reed | 5 | -4/+6 | |
and pkgsrc. (cherry picked from commit 1d4bea6106d7a1c83e1dfe37fad8268589feaa0b) | |||||
2008-04-02 | XQuartz: Change reporting of space change to debug log rather than stderr | Jeremy Huddleston | 1 | -1/+1 | |
(cherry picked from commit ed15556a9fc4ebdb88f42961052fc8456082165f) | |||||
2008-04-02 | XQuartz: Fixed missing close-paren in preference pane text. | Jeremy Huddleston | 2 | -2/+2 | |
(cherry picked from commit ea37e151dc6032d2a1a33cef809f2a7d507aae35) | |||||
2008-04-01 | The AppKit thread should not be calling directly into the X server | Ben Byer | 5 | -16/+13 | |
functions to change state when the keyboard is reloaded; instead, pass it as an event. | |||||
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 | |
DarwinSendDDXEvent to make more clear what it actually does. | |||||
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 | |
XP_EVENT_SPACE_CHANGED defined | |||||
2008-03-31 | just a bit of juggling headers around -- we're preparing | Ben Byer | 7 | -9/+16 | |
to call our Xquartz-specific event handlers directly as mieqHandlers | |||||
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 | |
to miEQ, in preparation to remove the DDX-specific code entirely. | |||||
2008-03-31 | Add code to track 5 valuators for pointing device, in preparation | Ben Byer | 3 | -20/+80 | |
for supporting tablet input in Xquartz. | |||||
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 | |
InitValuatorDeviceClass. Add InitProximityClassDeviceStruct call to prepare for tablet support. | |||||
2008-03-31 | XQuartz: Fixed names of enums to be more consistent | Jeremy Huddleston | 8 | -82/+82 | |