msvcrt: Added _wtol_l implementation.
[wine] / dlls / winemac.drv /
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().
2013-02-06  Ken Thomaseswinemac: Implement Beep().
2013-02-05  Alexandre Julliardwinemac: Don't move off-screen windows to a random...
2013-02-05  Ken Thomaseswinemac: Ignore Cocoa's window frame adjustments for...
2013-02-05  Ken Thomaseswinemac: Implement ToUnicodeEx().
2013-02-05  Ken Thomaseswinemac: Generate KEY_PRESS/RELEASE events from Cocoa...
2013-02-05  Ken Thomaseswinemac: Rebuild key map when Mac keyboard layout changes.
2013-02-05  Ken Thomaseswinemac: Build a map from Mac virtual key codes to...
2013-02-05  Ken Thomaseswinemac: Implement support for minimizing windows.
2013-02-05  Ken Thomaseswinemac: Implement ScrollDC().
2013-01-28  Ken Thomaseswinemac: Implement an APP_DEACTIVATED event.
2013-01-28  Ken Thomaseswinemac: Implement a WINDOW_LOST_FOCUS event.
2013-01-28  Ken Thomaseswinemac: Implement a WINDOW_GOT_FOCUS event for when...
2013-01-28  Ken Thomaseswinemac: Maintain a list of which windows have been...
2013-01-28  Ken Thomaseswinemac: Take control over when a window can become...
2013-01-28  Ken Thomaseswinemac: Implement a MOUSE_BUTTON event for mouse clicks.
2013-01-28  Ken Thomaseswinemac: Add infrastructure to convert from Cocoa event...
2013-01-28  Ken Thomaseswinemac: Implement WINDOW_FRAME_CHANGED event to tell...
2013-01-21  Ken Thomaseswinemac: Implement a WINDOW_CLOSE_REQUESTED event to...
2013-01-21  Ken Thomaseswinemac: Implement MsgWaitForMultipleObjectsEx and...
2013-01-21  Ken Thomaseswinemac: Make each Mac driver window track the HWND...
2013-01-21  Ken Thomaseswinemac: Associate an event queue with each thread...
2013-01-21  Ken Thomaseswinemac: Add WineEventQueue class for conveying events...
2013-01-21  Ken Thomaseswinemac: Add a simple ERR() logging macro that can...
2013-01-15  Ken Thomaseswinemac: Implement layered windows: SetLayeredWindowAtt...
2013-01-15  Ken Thomaseswinemac: Implement SetWindowRgn.
2013-01-15  Ken Thomaseswinemac: Implement window surface rendering.
2013-01-11  Ken Thomaseswinemac: Implement the Mac "Window" menu.
2013-01-11  Ken Thomaseswinemac: Translate presence in Windows task bar to...
2013-01-11  Ken Thomaseswinemac: Implement support for owned windows.
2013-01-11  Ken Thomaseswinemac: Implement support for WS_EX_TOPMOST windows.
next