2014-07-16 |
Ken Thomases | winemac: Don't query the position of the one-past-the...
|
commit | commitdiff | tree |
2014-07-07 |
Ken Thomases | dbghelp: Ignore the __PAGEZERO segment.
|
commit | commitdiff | tree |
2014-07-07 |
Ken Thomases | dbghelp: If the caller didn't provide a module load...
|
commit | commitdiff | tree |
2014-05-15 |
Ken Thomases | winemac: Add the ability to disable high-resolution...
|
commit | commitdiff | tree |
2014-05-15 |
Ken Thomases | winemac: Fix a memory leak if posting WM_DROPFILES...
|
commit | commitdiff | tree |
2014-05-08 |
Ken Thomases | winemac: Don't bring owned windows to the front when...
|
commit | commitdiff | tree |
2014-05-06 |
Ken Thomases | winex11: Consolidate duplicate code from glxdrv_wglSetPixelF...
|
commit | commitdiff | tree |
2014-05-01 |
Ken Thomases | configure: Use the discovered LCMS2_LIBS when testing...
|
commit | commitdiff | tree |
2014-04-29 |
Ken Thomases | winemac: Disable moving or resizing windows when cursor...
|
commit | commitdiff | tree |
2014-04-24 |
Ken Thomases | winemac: Send WM_SIZING messages during resizing to...
|
commit | commitdiff | tree |
2014-04-24 |
Ken Thomases | winemac: For GetKeyNameText(), use the hard-coded table...
|
commit | commitdiff | tree |
2014-04-21 |
Ken Thomases | winex11: Remove dead store into win_gravity in get_window_at...
|
commit | commitdiff | tree |
2014-04-14 |
Ken Thomases | dinput: Add additional debug logging to Mac code.
|
commit | commitdiff | tree |
2014-04-14 |
Ken Thomases | dinput: Fix numerous leaks.
|
commit | commitdiff | tree |
2014-04-14 |
Ken Thomases | dinput: Check array indexes to avoid exceeding array...
|
commit | commitdiff | tree |
2014-04-14 |
Ken Thomases | dinput: Overhaul how the array of Mac device elements...
|
commit | commitdiff | tree |
2014-04-14 |
Ken Thomases | dinput: Use the proper mutable Core Foundation types...
|
commit | commitdiff | tree |
2014-04-14 |
Ken Thomases | dinput: Fix check of wrong result value due to copy...
|
commit | commitdiff | tree |
2014-04-14 |
Ken Thomases | dinput: Rename identifiers to get rid of Hungarian...
|
commit | commitdiff | tree |
2014-04-01 |
Ken Thomases | winex11: Remove set-but-never-read hwnd and fbconfig_id...
|
commit | commitdiff | tree |
2014-04-01 |
Ken Thomases | winex11: Maintain the swap interval when the drawable...
|
commit | commitdiff | tree |
2014-03-24 |
Ken Thomases | wined3d: Track if a context's private hdc has had its...
|
commit | commitdiff | tree |
2014-03-24 |
Ken Thomases | wined3d: Track if a context's hdc is private so we...
|
commit | commitdiff | tree |
2014-03-24 |
Ken Thomases | wined3d: When restoring pixel format in context_release...
|
commit | commitdiff | tree |
2014-03-24 |
Ken Thomases | wined3d: Don't call GetPixelFormat() to set a flag...
|
commit | commitdiff | tree |
2014-03-24 |
Ken Thomases | wined3d: Simplify the error path of context_update_window().
|
commit | commitdiff | tree |
2014-03-24 |
Ken Thomases | wined3d: Don't leak the HDC of an invalid context in...
|
commit | commitdiff | tree |
2014-03-24 |
Ken Thomases | winemac: Improve handling of swap interval with respect...
|
commit | commitdiff | tree |
2014-03-24 |
Ken Thomases | winemac: Don't recreate the GL view when the pixel...
|
commit | commitdiff | tree |
2014-03-21 |
Ken Thomases | winex11: Remove unused "parent" parameter from create_gl_dra...
|
commit | commitdiff | tree |
2014-03-21 |
Ken Thomases | winex11: Don't reset OpenGL swap interval of window...
|
commit | commitdiff | tree |
2014-03-21 |
Ken Thomases | winemac: Make the swap interval a property of the window...
|
commit | commitdiff | tree |
2014-03-21 |
Ken Thomases | winemac: Fix wglSwapBuffers() to operate on the HDC...
|
commit | commitdiff | tree |
2014-03-11 |
Ken Thomases | winemac: Make the window's contentView its firstResponder...
|
commit | commitdiff | tree |
2014-03-11 |
Ken Thomases | winex11: Don't leak client window and colormap when...
|
commit | commitdiff | tree |
2014-02-22 |
Ken Thomases | ddraw/tests: Test that DirectDraw doesn't modify the...
|
commit | commitdiff | tree |
2014-02-22 |
Ken Thomases | d3d8/tests: Test that Direct3D8 doesn't modify the...
|
commit | commitdiff | tree |
2014-02-22 |
Ken Thomases | d3d9/tests: Test that Direct3D9 doesn't modify the...
|
commit | commitdiff | tree |
2014-02-22 |
Ken Thomases | wined3d: Restore the pixel format of the window whose...
|
commit | commitdiff | tree |
2014-02-22 |
Ken Thomases | wined3d: Make context_update_window() just mark the...
|
commit | commitdiff | tree |
2014-02-22 |
Ken Thomases | wined3d: Use a separate flag to track if the GL context...
|
commit | commitdiff | tree |
2014-02-22 |
Ken Thomases | wined3d: Remove redundant call to context_set_pixel_format...
|
commit | commitdiff | tree |
2014-02-22 |
Ken Thomases | wined3d: Call context_enter() before context_update_window...
|
commit | commitdiff | tree |
2014-02-19 |
Ken Thomases | kernel32: Fix build on newer Mac OS X.
|
commit | commitdiff | tree |
2014-02-17 |
Ken Thomases | kernel32: Prefer the Mach host_statistics64(HOST_VM_INFO64...
|
commit | commitdiff | tree |
2014-02-17 |
Ken Thomases | kernel32: Use the Mach host_info(HOST_BASIC_INFO) API...
|
commit | commitdiff | tree |
2014-02-17 |
Ken Thomases | kernel32: Use sysctl(VM_SWAPUSAGE) to get swap sizes...
|
commit | commitdiff | tree |
2014-02-17 |
Ken Thomases | kernel32: Prefer HW_MEMSIZE sysctl variable over HW_PHYSMEM...
|
commit | commitdiff | tree |
2014-02-17 |
Ken Thomases | kernel32: Consolidate some duplicate variable declarations.
|
commit | commitdiff | tree |
2014-02-17 |
Ken Thomases | kernel32: Avoid truncating 64-bit ullTotalPhys value...
|
commit | commitdiff | tree |
2014-02-17 |
Ken Thomases | kernel32: Check that sysctl() call succeeded before...
|
commit | commitdiff | tree |
2014-02-13 |
Ken Thomases | d3d9/tests: Ignore broken CheckDeviceType() behavior...
|
commit | commitdiff | tree |
2014-02-13 |
Ken Thomases | d3d8/tests: Ignore broken CheckDeviceType() behavior...
|
commit | commitdiff | tree |
2014-02-06 |
Ken Thomases | wined3d: Don't clear the GL context if it's not the...
|
commit | commitdiff | tree |
2014-02-06 |
Ken Thomases | wined3d: Don't clear the GL context such that it can...
|
commit | commitdiff | tree |
2014-01-29 |
Ken Thomases | winemac: Ignore window dragging if window is disabled...
|
commit | commitdiff | tree |
2014-01-29 |
Ken Thomases | winemac: Reset cursor clipping and capture when window...
|
commit | commitdiff | tree |
2014-01-29 |
Ken Thomases | winemac: Ignore mouse capture during window drags for...
|
commit | commitdiff | tree |
2014-01-28 |
Ken Thomases | d3d9/tests: Improve testing of display formats and...
|
commit | commitdiff | tree |
2014-01-28 |
Ken Thomases | wined3d: Improve CheckDeviceType() support for windowed...
|
commit | commitdiff | tree |
2014-01-28 |
Ken Thomases | d3d9: Make CheckDeviceType() fail for display formats...
|
commit | commitdiff | tree |
2014-01-17 |
Ken Thomases | wineboot: Ignore 0 result from WM_QUERYENDSESSION if...
|
commit | commitdiff | tree |
2014-01-17 |
Ken Thomases | winemac: Ignore failure to send or 0 result from WM_QUERYEND...
|
commit | commitdiff | tree |
2014-01-16 |
Ken Thomases | winecoreaudio: Remove some no-longer-used code.
|
commit | commitdiff | tree |
2014-01-16 |
Ken Thomases | winemac: Eliminate unused "hdc" field of OpenGL context...
|
commit | commitdiff | tree |
2014-01-16 |
Ken Thomases | opengl32: Download OpenGL registry files even if server...
|
commit | commitdiff | tree |
2014-01-16 |
Ken Thomases | opengl32: Fix Perl compilation errors in make_opengl...
|
commit | commitdiff | tree |
2014-01-14 |
Ken Thomases | winemac: Make WineOpenGLContext hold a strong reference...
|
commit | commitdiff | tree |
2014-01-14 |
Ken Thomases | winemac: Don't remove an OpenGL context from its view...
|
commit | commitdiff | tree |
2014-01-14 |
Ken Thomases | winemac: Consolidate code paths for clearing the OpenGL...
|
commit | commitdiff | tree |
2014-01-14 |
Ken Thomases | winemac: When setting a view for an OpenGL context...
|
commit | commitdiff | tree |
2014-01-14 |
Ken Thomases | winemac: When clearing the OpenGL context, disassociate...
|
commit | commitdiff | tree |
2014-01-10 |
Ken Thomases | winemac: For ChangeDisplaySettingsEx(), if caller didn...
|
commit | commitdiff | tree |
2014-01-10 |
Ken Thomases | winemac: Simplify display mode code.
|
commit | commitdiff | tree |
2014-01-10 |
Ken Thomases | winemac: Clear the latentDisplayModes instance variable...
|
commit | commitdiff | tree |
2014-01-10 |
Ken Thomases | winemac: Restore display mode to original in more cases.
|
commit | commitdiff | tree |
2014-01-10 |
Ken Thomases | winemac: Don't assume the current display mode is the...
|
commit | commitdiff | tree |
2014-01-10 |
Ken Thomases | winemac: Don't record original display modes when not...
|
commit | commitdiff | tree |
2013-12-31 |
Ken Thomases | winemac: More thoroughly discard events which have...
|
commit | commitdiff | tree |
2013-12-31 |
Ken Thomases | winemac: For WINDOW_DID_UNMINIMIZE events, don't attempt...
|
commit | commitdiff | tree |
2013-12-31 |
Ken Thomases | winemac: Explicitly unhide the app early when showing...
|
commit | commitdiff | tree |
2013-12-31 |
Ken Thomases | winemac: Track whether our windows would be visible...
|
commit | commitdiff | tree |
2013-12-31 |
Ken Thomases | winemac: Defer adjusting window levels while the process...
|
commit | commitdiff | tree |
2013-12-30 |
Ken Thomases | winemac: Implement support for maximizing windows.
|
commit | commitdiff | tree |
2013-12-30 |
Ken Thomases | winemac: Allow programmatic changes of the window frame...
|
commit | commitdiff | tree |
2013-12-30 |
Ken Thomases | winemac: Prevent disabled windows from being moved.
|
commit | commitdiff | tree |
2013-12-30 |
Ken Thomases | winemac: Move some state-based feature adjustment into...
|
commit | commitdiff | tree |
2013-12-30 |
Ken Thomases | winemac: Extract some duplicated code to a new perform_windo...
|
commit | commitdiff | tree |
2013-12-30 |
Ken Thomases | winemac: Don't check the state of the SC_MINIMIZE item...
|
commit | commitdiff | tree |
2013-12-17 |
Ken Thomases | winemac: When ClipCursor() is called redundantly, don...
|
commit | commitdiff | tree |
2013-12-17 |
Ken Thomases | winemac: When dragging an undecorated window, keep...
|
commit | commitdiff | tree |
2013-12-17 |
Ken Thomases | user32: In WINPOS_SysCommandSizeMove(), fix constraining...
|
commit | commitdiff | tree |
2013-12-13 |
Ken Thomases | user32: Respect monitor work area when sizing or moving...
|
commit | commitdiff | tree |
2013-12-13 |
Ken Thomases | user32: Fix distance calculation for MONITOR_DEFAULTTONEAREST.
|
commit | commitdiff | tree |
2013-12-12 |
Ken Thomases | winemac: Send WM_{ENTER, EXIT}SIZEMOVE before/after...
|
commit | commitdiff | tree |
2013-12-12 |
Ken Thomases | winemac: While a window is being dragged, suppress...
|
commit | commitdiff | tree |
2013-12-12 |
Ken Thomases | winemac: Consolidate the logic for deciding if cursor...
|
commit | commitdiff | tree |
2013-12-12 |
Ken Thomases | winemac: Don't change window order for SetFocus().
|
commit | commitdiff | tree |
2013-12-05 |
Ken Thomases | dbghelp: For Mach-O, get the address of the process...
|
commit | commitdiff | tree |
2013-12-05 |
Ken Thomases | ntdll: On Mac, store the dyld image info address in...
|
commit | commitdiff | tree |