projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Release 1.5.29.
[wine]
/
dlls
/
winemac.drv
/
macdrv_cocoa.h
2013-04-25
Ken Thomases
winemac: If an app opens a window shortly after its...
blob
|
commitdiff
|
raw
2013-04-22
Ken Thomases
winemac: Implement an IME that uses the OS X input...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Ken Thomases
winemac: Initialize window surface to Mac-standard...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-04
Ken Thomases
winemac: Handle a Cocoa quit request as a single-proces...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-04
Ken Thomases
winemac: Add a delivery limit to events.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-04
Ken Thomases
winemac: Make macdrv_event structs heap-allocated and...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-04
Ken Thomases
winemac: Constify some macdrv_event pointer parameters.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-29
Ken Thomases
winemac: Track drawn surface region to reduce black...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-25
Ken Thomases
winemac: Implement rudimentary support for system tray...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-25
Ken Thomases
winemac: Set application Dock icon from first icon...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-14
Ken Thomases
winemac: Implement support for drag-and-drop.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-14
Ken Thomases
winemac: Enable pasteboard functions to operate on...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-11
Ken Thomases
winemac: Add support for delay-rendered (a.k.a. promise...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-11
Ken Thomases
winemac: Add support for "query" events which wait...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-11
Ken Thomases
winemac: Implement setting of clipboard data with suppo...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-11
Ken Thomases
winemac: Implement GetClipboardData() with support...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-11
Ken Thomases
winemac: Implement CountClipboardFormats() with support...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-06
Ken Thomases
winemac: Implement OpenGL support.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
Ken Thomases
winemac: Implement ClipCursor().
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
Ken Thomases
winemac: Implement SetCursorPos().
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
Ken Thomases
winemac: Implement GetCursorPos().
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
Ken Thomases
winemac: Implement SetCursor() and DestroyCursorIcon().
blob
|
commitdiff
|
raw
|
diff to current
2013-02-18
Ken Thomases
winemac: Implement ChangeDisplaySettingsEx().
blob
|
commitdiff
|
raw
|
diff to current
2013-02-18
Ken Thomases
winemac: Implement DISPLAYS_CHANGED event for when...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-11
Ken Thomases
winemac: Implement MOUSE_SCROLL events.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-07
Ken Thomases
winemac: Implement MOUSE_MOVED(_ABSOLUTE) events.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Ken Thomases
winemac: Implement Beep().
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Ken Thomases
winemac: Generate KEY_PRESS/RELEASE events from Cocoa...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Ken Thomases
winemac: Rebuild key map when Mac keyboard layout changes.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Ken Thomases
winemac: Build a map from Mac virtual key codes to...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Ken Thomases
winemac: Implement support for minimizing windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-28
Ken Thomases
winemac: Implement an APP_DEACTIVATED event.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-28
Ken Thomases
winemac: Implement a WINDOW_LOST_FOCUS event.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-28
Ken Thomases
winemac: Implement a WINDOW_GOT_FOCUS event for when...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-28
Ken Thomases
winemac: Take control over when a window can become...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-28
Ken Thomases
winemac: Implement a MOUSE_BUTTON event for mouse clicks.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-28
Ken Thomases
winemac: Add infrastructure to convert from Cocoa event...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-28
Ken Thomases
winemac: Implement WINDOW_FRAME_CHANGED event to tell...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-21
Ken Thomases
winemac: Implement a WINDOW_CLOSE_REQUESTED event to...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-21
Ken Thomases
winemac: Make each Mac driver window track the HWND...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-21
Ken Thomases
winemac: Associate an event queue with each thread...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-21
Ken Thomases
winemac: Add WineEventQueue class for conveying events...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-21
Ken Thomases
winemac: Add a simple ERR() logging macro that can...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-15
Ken Thomases
winemac: Implement layered windows: SetLayeredWindowAtt...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-15
Ken Thomases
winemac: Implement SetWindowRgn.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-15
Ken Thomases
winemac: Implement window surface rendering.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-11
Ken Thomases
winemac: Translate presence in Windows task bar to...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-11
Ken Thomases
winemac: Implement support for owned windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-11
Ken Thomases
winemac: Implement support for WS_EX_TOPMOST windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-11
Ken Thomases
winemac: Implement support for no-activate windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-11
Ken Thomases
winemac: Implement support for WS_DISABLED windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Ken Thomases
winemac: Implement basic window functionality.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Ken Thomases
winemac: Convert main thread to Cocoa main loop on...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Ken Thomases
winemac.drv: Implement EnumDisplayMonitors.
blob
|
commitdiff
|
raw
|
diff to current