2018-08-23 |
Ken Thomases | winemac: Use fallback implementation for screen dimensions... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-07-17 |
Ken Thomases | dbghelp: Fix loading of Mach-O load commands for 64... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-07-16 |
Ken Thomases | winemac: Disable macOS's App Nap energy-saving feature... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-07-16 |
Ken Thomases | winemac: Interpret Windows bitmap data, especially... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-07-16 |
Ken Thomases | winemac: Don't change the window's color space. Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-07-13 |
Ken Thomases | winemac: Implement WineMetalView class. Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-07-13 |
Ken Thomases | winemac: Extract a new class, WineBaseView, to be the... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-05-21 |
Ken Thomases | winemac: Fix z-ordering between two child (owned) windows... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-05-14 |
Ken Thomases | winemac: Transform the process to a GUI app on an attempt... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2018-03-26 |
Ken Thomases | winemac: Reenable window autodisplay when the frame... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-12-08 |
Ken Thomases | winemac: Stop the display link after 2 seconds of idleness... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-12-08 |
Ken Thomases | winemac: Leave a window in auto-display mode when it... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-12-08 |
Ken Thomases | winemac: Check the display link running state as well... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-11-27 |
Ken Thomases | winemac: Fix test for simple non-restrictive window... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-07-31 |
Ken Thomases | winemac: Scale cursors for Retina mode, now that user32... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-06-21 |
Ken Thomases | winemac: Break out of the window-dragging message loop... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-06-02 |
Ken Thomases | server: On macOS, don't use clock_gettime() even if... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-06-02 |
Ken Thomases | ntdll: On macOS, don't use clock_gettime() even if... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-05-22 |
Ken Thomases | winemac: Fall back to the null driver for common device... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-05-16 |
Ken Thomases | winemac: Ignore spurious or redundant notifications... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-05-16 |
Ken Thomases | winemac: Move the logic for posting a KEYBOARD_CHANGED... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-05-08 |
Ken Thomases | winemac: Track whether a view has ever had an OpenGL... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-05-08 |
Ken Thomases | winemac: Move CVDisplayLink operations out of @synchronized... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-27 |
Ken Thomases | secur32: Implement schan_imp_get_key_signature_algorithm... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-25 |
Ken Thomases | gdiplus: Avoid infinite recursion in flatten_bezier(). Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Opt out of macOS 10.12's automatic window... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Don't let child (owned) windows be Cocoa primary... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Use the -close method rather than -orderOut... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Defer ordering a window out if it's in the... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Better handle z-ordering windows that are... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: When realizing latent child windows, maintain... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Move a window to the front when its Mac title... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Add a category on NSEvent to simplify checking... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Move the window to the front of the z-order... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-24 |
Ken Thomases | winemac: Sync the frame of the Cocoa view for a window... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-21 |
Ken Thomases | winemac: Invalidate cached hasGLDescendant value uncondition... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-20 |
Ken Thomases | secur32: Add support for the cipher suites using pre... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-20 |
Ken Thomases | secur32: Return CALG_ECDH_EPHEM as the key exchange... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-04-04 |
Ken Thomases | winemac: Send Help key presses directly to the window... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-03-13 |
Ken Thomases | wineps.drv: Set the AP_D_InputSlot CUPS option if no... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-03-10 |
Ken Thomases | winemac: Discard key repeat events after a modifier... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-02-08 |
Ken Thomases | winemac: Pass correct buffer length to RegQueryValueExW(). Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-02-03 |
Ken Thomases | winemac: Reattach OpenGL contexts to a view after it... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-02-03 |
Ken Thomases | winemac: Ignore clipboard updates provoked by our own... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-02-01 |
Ken Thomases | winemac: Don't set a view's frame if the backend's... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-02-01 |
Ken Thomases | winemac: Don't attempt to set surface for child windows... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-02-01 |
Ken Thomases | winemac: Make some operations on Cocoa views asynchronous. Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-01-13 |
Ken Thomases | winemac: Ignore an additional expected error in the... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-01-13 |
Ken Thomases | winemac: Export HTML Format clipboard data to the public... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-01-13 |
Ken Thomases | winemac: Add basic support for importing the public... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-01-11 |
Ken Thomases | winemac: Periodically check for pasteboard changes... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-01-11 |
Ken Thomases | winemac: Don't update the clipboard if the Mac pasteboard... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2017-01-11 |
Ken Thomases | winemac: Change some clipboard functions to void return. Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-12-12 |
Ken Thomases | winemac: Update the clipboard when the process activates. Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-12-02 |
Ken Thomases | winemac: Keep floating windows in a higher window level... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-12-02 |
Ken Thomases | winemac: Set the parent of Cocoa views for child windows... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-11-29 |
Ken Thomases | gdi32: Get the font URL directly from the descriptor... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-26 |
Ken Thomases | winemac: Use min() rather than MIN(), which is not... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Detect loss of ownership of the Mac pasteboard... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Implement the UpdateClipboard entry point... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Run a single clipboard manager thread per... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Change macdrv_copy_pasteboard_formats() to... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Reimplement query_pasteboard_data() using... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Simplify format_for_type() and callers since... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Remove no-longer-called clipboard entry points. Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Use GetDIBits to retrieve the bitmap header... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Clamp the number of colors to <= 256 in bitmap_info... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Don't export/import CF_TEXT or CF_OEMTEXT... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Don't export/import CF_BITMAP or CF_DIBV5... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Remove support for converting among standard... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Remove support for owner-displayed clipboard... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Convert old-Mac-style line breaks (CR) to... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-24 |
Ken Thomases | winemac: Allocate clipboard data as GMEM_FIXED. Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-21 |
Ken Thomases | kernel32/tests: Test that ConnectNamedPipe() works... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-21 |
Ken Thomases | server: Make disconnecting a named pipe immediately... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-10-11 |
Ken Thomases | winemac: Post WINDOW_FRAME_CHANGED with the non-fullscreen... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-09-02 |
Ken Thomases | winemac: Set windows to transparent until they have... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-09-02 |
Ken Thomases | winemac: Trace when a window's per-pixel-alpha setting... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-07-29 |
Ken Thomases | ntdll: For Mac 64-bit, poke NtCurrentTeb()->ThreadLocalStora... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-07-28 |
Ken Thomases | kernel32: For Mac 64-bit, re-enable the inlining of... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-07-28 |
Ken Thomases | ntdll: For Mac 64-bit, poke the TEB address to %gs... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-07-22 |
Ken Thomases | winemac: Call -removeFromSuperview on a view before... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-07-21 |
Ken Thomases | winemac: Only call -[NSApplication unhide:] if the... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-07-15 |
Ken Thomases | kernel32: Overhaul the handling of argv in set_process_name(). Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-07-06 |
Ken Thomases | winspool.drv: Include <cups/ppd.h> to fix building... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-06-24 |
Ken Thomases | winemac: Don't define kVK_RightCommand when building... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-06-16 |
Ken Thomases | kernel32: Overhaul the locale determination on the... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-06-03 |
Ken Thomases | winemac: Remove an unnecessary call to -[NSView removeFromSu... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-06-03 |
Ken Thomases | winemac: Fix the logic for checking if a view is already... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-06-03 |
Ken Thomases | winemac: Use a more idiomatic pattern for an autorelease... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-19 |
Ken Thomases | winemac: Adjust sizes of all descendant views when... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-17 |
Ken Thomases | winex11: Fix logic of whether to use XUnmapWindow(... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-14 |
Ken Thomases | winemac: When a child window's client area is equal... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-14 |
Ken Thomases | winemac: Mirror the hierarchy of Win32 child windows... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-14 |
Ken Thomases | winemac: Extract some logic into a new function, sync_window... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-14 |
Ken Thomases | winemac: Make show_window() and hide_window() tolerate... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-14 |
Ken Thomases | winemac: Change macdrv_create_view() to not add the... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-14 |
Ken Thomases | winemac: Create views hidden initially and add macdrv_set_vi... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-14 |
Ken Thomases | winemac: Change macdrv_set_view_window_and_frame()... Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |
2016-05-14 |
Ken Thomases | winemac: Add function macdrv_set_view_superview(). Signed-off-by: Ken Thomases <ken@codeweavers.com>
|
commit | commitdiff | tree |