Release 1.5.29.
[wine] / dlls / winemac.drv /
2013-04-26  Ken Thomaseswinemac: For SetCursorPos(), reset positions of pending...
2013-04-26  Ken Thomaseswinemac: Work around mouse "pausing" after CGWarpMouseC...
2013-04-25  Ken Thomaseswinemac: Fix an off-by-one error in macdrv_wglChoosePix...
2013-04-25  Ken Thomaseswinemac: Improve logging from wglChoosePixelFormatARB...
2013-04-25  Ken Thomaseswinemac: If an app opens a window shortly after its...
2013-04-22  Ken Thomaseswinemac: Implement an IME that uses the OS X input...
2013-04-22  Ken Thomaseswinemac: Set up and drain autorelease pool in LogErrorv...
2013-04-19  Alexandre Julliarduser32: Move the common parts of ScrollDC into user32...
2013-04-18  Francois GougetAssorted spelling fixes.
2013-04-16  Ken Thomaseswinemac: Refactor WineApplication class to separate...
2013-04-11  Ken Thomaseswinemac: Don't order the window on-screen in -[WineWind...
2013-04-09  Ken Thomaseswinemac: Handle failure to get clipboard format name...
2013-04-05  Ken Thomaseswinemac: Scale large system tray icons down to fit...
2013-04-05  Ken Thomaseswinemac: Add debug tracing for queried icon size.
2013-04-05  Ken Thomaseswinemac: Clip surface drawn region to new visible rect...
2013-04-05  Ken Thomaseswinemac: Initialize window surface to Mac-standard...
2013-04-05  Ken Thomaseswinemac: Tell Cocoa to preserve our window content...
2013-04-04  Ken Thomaseswinemac: Handle a Cocoa quit request as a single-proces...
2013-04-04  Ken Thomaseswinemac: Add a delivery limit to events.
2013-04-04  Ken Thomaseswinemac: Make macdrv_event structs heap-allocated and...
2013-04-04  Ken Thomaseswinemac: Constify some macdrv_event pointer parameters.
2013-04-04  Ken Thomaseswinemac: Drain the autorelease pool within loop in...
2013-04-02  Ken Thomaseswinemac: During live resize, force occasional redisplay...
2013-03-29  C.W. Bettswinemac: Implement getting and setting screen saver...
2013-03-29  Ken Thomaseswinemac: Track drawn surface region to reduce black...
2013-03-29  Ken Thomaseswinemac: Draw surface region rects separately instead...
2013-03-29  Ken Thomaseswinemac: Invalidate window shadow on every draw for...
2013-03-29  Ken Thomaseswinemac: Add proper locking in macdrv_surface_set_region().
2013-03-28  Ken Thomaseswinemac: Don't override -[NSOpenGLContext clearDrawable...
2013-03-28  Ken Thomaseswinemac: Synthesize 8- and 16-bpp display modes if...
2013-03-27  Ken Thomaseswinemac: Set the ordering of color modes explicitly...
2013-03-27  Ken Thomaseswinemac: Use kCGLPFANoRecovery for accelerated pixel...
2013-03-26  Ken Thomaseswinemac: Keep stable surface for layered windows using...
2013-03-26  Ken Thomaseswinemac: Support CFSTR_SHELLURLW (UniformResourceLocato...
2013-03-26  Ken Thomaseswinemac: Specify import and export functions explicitly...
2013-03-26  Ken Thomaseswinemac: Implement GetDeviceGammaRamp() and SetDeviceGa...
2013-03-25  Ken Thomaseswinemac: Don't read an array at index -1 in debugstr_pf().
2013-03-25  Ken Thomaseswinemac: Allow Command-[Shift-]Tab to switch apps even...
2013-03-25  Ken Thomaseswinemac: Implement rudimentary support for system tray...
2013-03-25  Ken Thomaseswinemac: Set application Dock icon from first icon...
2013-03-25  Ken Thomaseswinemac: Move create_cgimage_from_icon_bitmaps() into...
2013-03-25  Ken Thomaseswinemac: Rename create_cgimage_from_icon() to create_cg...
2013-03-14  Ken Thomaseswinemac: Implement support for drag-and-drop.
2013-03-14  Ken Thomaseswinemac: Extract new function from macdrv_EnumClipboard...
2013-03-14  Ken Thomaseswinemac: Extract new function from macdrv_IsClipboardFo...
2013-03-14  Ken Thomaseswinemac: Extract new function from macdrv_GetClipboardD...
2013-03-14  Ken Thomaseswinemac: Enable pasteboard functions to operate on...
2013-03-14  Ken Thomaseswinemac: Allow for processing Cocoa events while waitin...
2013-03-14  Ken Thomaseswinemac: Add support for CF_HDROP clipboard format...
2013-03-14  Ken Thomaseswinemac: Synthesize additional bitmap pasteboard types...
2013-03-14  Ken Thomaseswinemac: Add support for CF_DIB and CF_BITMAP clipboard...
2013-03-14  Ken Thomaseswinemac: Add clipboard formats which can or must be...
2013-03-11  Ken Thomaseswinemac: Add support for delay-rendered (a.k.a. promise...
2013-03-11  Ken Thomaseswinemac: Add support for "query" events which wait...
2013-03-11  Ken Thomaseswinemac: Implement setting of clipboard data with suppo...
2013-03-11  Ken Thomaseswinemac: Implement GetClipboardData() with support...
2013-03-11  Ken Thomaseswinemac: Implement EnumClipboardFormats() with support...
2013-03-11  Ken Thomaseswinemac: Implement IsClipboardFormatAvailable() with...
2013-03-11  Ken Thomaseswinemac: Implement CountClipboardFormats() with support...
2013-03-11  Ken Thomaseswinemac: Override -[NSOpenGLContext clearDrawable]...
2013-03-11  Ken Thomaseswinemac: Don't defer attaching OpenGL context to view...
2013-03-08  Ken Thomaseswinemac: Improve handling of "invert" pixels in monochr...
2013-03-08  C.W. Bettswinemac: Fix compilation on Lion and later.
2013-03-06  Ken Thomaseswinemac: Implement WGL_EXT_swap_control.
2013-03-06  Ken Thomaseswinemac: Implement WGL_NV_render_texture_rectangle.
2013-03-06  Ken Thomaseswinemac: Implement WGL_ARB_render_texture.
2013-03-06  Ken Thomaseswinemac: Implement WGL_ARB_pbuffer.
2013-03-06  Ken Thomaseswinemac: Implement WGL_ARB_pixel_format and enable...
2013-03-06  Ken Thomaseswinemac: Implement WGL_ARB_make_current_read.
2013-03-06  Ken Thomaseswinemac: Implement OpenGL support.
2013-03-05  Ken Thomaseswinemac: Fail gracefully and early when run from a...
2013-02-25  Ken Thomaseswinemac: Implement ClipCursor().
2013-02-25  Ken Thomaseswinemac: Implement SetCursorPos().
2013-02-25  Ken Thomaseswinemac: Reset the cursor to the normal Mac arrow when...
2013-02-25  Ken Thomaseswinemac: Request mouse move events when our window...
2013-02-25  Ken Thomaseswinemac: Handle mouse moves in -[WineApplication sendEv...
2013-02-25  Ken Thomaseswinemac: Implement GetCursorPos().
2013-02-25  Ken Thomaseswinemac: Use system cursors when possible.
2013-02-25  Ken Thomaseswinemac: Implement SetCursor() and DestroyCursorIcon().
2013-02-19  Ken Thomaseswinemac: Don't bring a window onto the screen in SetFoc...
2013-02-19  Ken Thomaseswinemac: Call sync_window_position() before show_window...
2013-02-19  Ken Thomaseswinemac: Always use proper z-order when putting a windo...
2013-02-18  Ken Thomaseswinemac: Implement ChangeDisplaySettingsEx().
2013-02-18  Ken Thomaseswinemac: Implement EnumDisplaySettingsEx().
2013-02-18  Ken Thomaseswinemac: Implement DISPLAYS_CHANGED event for when...
2013-02-18  Ken Thomaseswinemac: Implement support for full-screen windows.
2013-02-18  Ken Thomaseswinemac: Track Cocoa windows in a z-ordered list.
2013-02-18  Ken Thomaseswinemac: Use only on-screen windows for Cocoa parent...
2013-02-18  Ken Thomaseswinemac: Don't set Cocoa window frame to be zero-sized.
2013-02-18  Ken Thomaseswinemac: Discard old frame changed events when setting...
2013-02-11  Ken Thomaseswinemac: Prevent Cocoa from consuming certain key-down...
2013-02-11  Ken Thomaseswinemac: Implement MOUSE_SCROLL events.
2013-02-07  Ken Thomaseswinemac: Process clicks in an inactive window in additi...
2013-02-07  Ken Thomaseswinemac: Implement MOUSE_MOVED(_ABSOLUTE) events.
2013-02-07  Ken Thomaseswinemac: Add WineApplication methods to convert from...
2013-02-07  Ken Thomaseswinemac: Implement SysCommand() to prevent Alt keypress...
2013-02-06  Ken Thomaseswinemac: Implement fake support for the active Windows...
2013-02-06  Ken Thomaseswinemac: Implement GetKeyNameText().
2013-02-06  Ken Thomaseswinemac: Implement VkKeyScanEx().
2013-02-06  Ken Thomaseswinemac: Implement MapVirtualKeyEx().
next