Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-24 | XQuartz: Added a "Check for X11 Updates..." menu item. | Jeremy Huddleston | 5 | -0/+37 | |
(cherry picked from commit 305144bfa4b59791123c44e869fab93a084792d6) | |||||
2009-07-20 | XQuartz: Initial support for automatic updates through Sparkle | Jeremy Huddleston | 7 | -3/+66 | |
(cherry picked from commit c45f1be36426bceeef9af67c26351114f14f5277) | |||||
2009-07-16 | XQuartz: Localization updates | Jeremy Huddleston | 51 | -2649/+1969 | |
2009-07-16 | XQuartz: Cleanup getGlCapabilities to avoid hardcoding the number of displays | Jeremy Huddleston | 1 | -39/+18 | |
2009-07-16 | XQuartz: Allow more than 3 OSX displays | Jeremy Huddleston | 1 | -1/+1 | |
2009-07-15 | XQuartz: Cleanup keymap locking, fix a possible synchro bug | Jeremy Huddleston | 1 | -16/+13 | |
2009-07-03 | 1.4.2-apple45 | Jeremy Huddleston | 1 | -1/+1 | |
2009-07-03 | XQuartz Bundle version 2.3.4 | Jeremy Huddleston | 1 | -2/+2 | |
2009-07-03 | XQuartz: ProcAppleWMAttachTransient to play nice with the new Dock in SL | Jeremy Huddleston | 4 | -3/+70 | |
(cherry picked from commit ddc0242d8f291d0f961ba9aa8c883e39861ce2ad) | |||||
2009-07-01 | 1.4.2-apple44 | Jeremy Huddleston | 1 | -1/+1 | |
2009-06-27 | XQuartz: Don't leave zombied processes at startup | Jeremy Huddleston | 1 | -2/+38 | |
(cherry picked from commit 40c1406830588fa85d880e9f4e9ca570db1db306) | |||||
2009-06-27 | XQuartz: 64bit fix for screen origin in AppleWM | Jeremy Huddleston | 1 | -1/+1 | |
(cherry picked from commit 60a757d2802a5c34acd91ca9a052937b5a169ede) | |||||
2009-06-27 | XQuartz: More localization updates | Jeremy Huddleston | 8 | -226/+218 | |
2009-06-19 | XQuartz: More localization updates | Jeremy Huddleston | 23 | -2456/+1709 | |
2009-06-02 | XQuartz: Default to forcing the dialog box before quitting. | Jeremy Huddleston | 1 | -1/+1 | |
This will show the quit dialog for users of other WMs. | |||||
2009-05-29 | fb: Use the correct planemask in fbFillRegionTiled. | Jeremy Huddleston | 1 | -5/+7 | |
2009-05-28 | XQuartz: English localization update for HIG compliance | Jeremy Huddleston | 2 | -6/+6 | |
2009-05-28 | 1.4.2-apple43 | Jeremy Huddleston | 1 | -1/+1 | |
2009-05-27 | XQuartz: More localization updates | Jeremy Huddleston | 39 | -2555/+1719 | |
2009-05-05 | XQuartz: pbproxy standalone: added missing variable declarations. | Jeremy Huddleston | 1 | -0/+3 | |
2009-04-22 | XQuartz: Localization update | Jeremy Huddleston | 69 | -0/+69746 | |
2009-04-11 | XQuartz: Make sure the bgMouseLocationUpdated state is consistent | Jeremy Huddleston | 1 | -18/+23 | |
2009-04-11 | 1.4.2-apple42 | Jeremy Huddleston | 1 | -1/+1 | |
2009-04-11 | XQuartz: Use correct values for ProximityIn and ProximityOut | Jeremy Huddleston | 1 | -3/+1 | |
This was the other underlying cause of teh 100% CPU tablet issue. | |||||
2009-04-11 | XQuartz: Solve the tablet 100% CPU bug | Jeremy Huddleston | 1 | -3/+3 | |
This happened because we put a byte in the fd to wake up dispatch, but we never actually enqueued anything in mieq because the num_events was 0. | |||||
2009-04-11 | XQuartz: Re-enable background window checking | Jeremy Huddleston | 1 | -8/+2 | |
since that code was not the culprit for the wacom tablet, background 100% CPU bug | |||||
2009-04-11 | XQuartz: Only set MotionNotify on activation if it is updated. | Jeremy Huddleston | 1 | -1/+5 | |
2009-04-11 | XQuartz: Make sure the Fn doesn't trigger unneccessary calls to ↵ | Jeremy Huddleston | 3 | -28/+41 | |
DarwinUpdateModKeys() | |||||
2009-04-11 | XQuartz: Re-enable Fn as an option for 3button mouse simulation. | Jeremy Huddleston | 1 | -2/+5 | |
Patch from Martin Otte <otte@duke.edu> | |||||
2009-04-09 | XQuartz: xprSetWindowLevel updated to store the level requested by the WM | Jeremy Huddleston | 1 | -1/+15 | |
2009-04-09 | 1.4.2-apple41 | Jeremy Huddleston | 1 | -1/+1 | |
2009-04-09 | XQuartz: Update window levels when changing rootless state | Jeremy Huddleston | 3 | -12/+24 | |
2009-04-09 | XQuartz: Fix window levels for rooted mode to allow showing the menu bar. | Jeremy Huddleston | 1 | -3/+5 | |
2009-04-09 | XQuartz: Properly set the window level for the root window | Jeremy Huddleston | 4 | -20/+21 | |
2009-04-09 | XQuartz: Properly set the menu bar and hotkey state when changing rootless mode. | Jeremy Huddleston | 1 | -4/+11 | |
Currently no code path exhibits the broken behavior since we only toggle into rootless if we don't have the root. | |||||
2009-04-09 | XQuartz: In rooted mode, make sure we start in the hidden state. | Jeremy Huddleston | 1 | -0/+3 | |
2009-04-06 | XQuartz: Send MotionNotify before button presses when X11 is in the background | Jeremy Huddleston | 1 | -19/+30 | |
2009-04-06 | XQuartz: Revert most of the previous override redirect patch | Jeremy Huddleston | 1 | -10/+0 | |
The changes actually caused all windows to move to the current space. Instead, we're going with a fix entirely within Xplugin that depends on quartz-wm being the window-manager for now. | |||||
2009-04-05 | 1.4.2-apple40 | Jeremy Huddleston | 1 | -1/+1 | |
2009-04-05 | XQuartz: Use updated Xplugin API to send overide-redirect windows to the ↵ | Jeremy Huddleston | 1 | -15/+26 | |
current space when they're ordered in This fixes the annoying "using a menu moves me to another space" bug | |||||
2009-04-05 | XQuartz: Send a MotionNotify event for the mouse cursor when activating X11.app | Jeremy Huddleston | 1 | -21/+30 | |
Otherwise if X11.app was activated with a mouse click, the location of the even is the last location of the cursor before X11 was deactivated | |||||
2009-04-01 | 1.4.2-apple39 | Jeremy Huddleston | 1 | -1/+1 | |
2009-04-01 | XQuartz: Still send mouse events while X11 is in the background if we have ↵ | Jeremy Huddleston | 1 | -1/+1 | |
test extensions enabled | |||||
2009-04-01 | XQuartz: Return BadRequest when SendPSN isn't implemented rather than success | Jeremy Huddleston | 1 | -5/+6 | |
2009-04-01 | XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent) | Jeremy Huddleston | 1 | -1/+4 | |
2009-03-31 | XQuartz: Don't report mouse events while X11 is not the foreground application | Jeremy Huddleston | 1 | -7/+4 | |
2009-03-30 | 1.4.2-apple38 | Jeremy Huddleston | 1 | -1/+1 | |
2009-03-30 | XQuartz: Fix mouse tracking for quake, et. al. in wine | Jeremy Huddleston | 1 | -9/+17 | |
Patch courtesy of Codeweavers Fix mouse movement tracking. For a non-window-related mouse-move event, calculate the new position by adding the event's delta-x and delta-y values to the previous mouse position. Do not rely on the current mouse position because it may have been changed by a XWarpPointer call. | |||||
2009-03-30 | XQuartz: SnowLeopard: Help system book name changed in 10.6 | Jeremy Huddleston | 1 | -8/+9 | |
(cherry picked from commit b57cb05c69acbedb00a97234099ea104309aa2cb) | |||||
2009-03-15 | 1.4.2-apple37 | Jeremy Huddleston | 1 | -1/+1 | |