ntdll: Set initial module refcount to 1 to avoid unloading during imports fixup.
[wine] / dlls / user /
2006-07-31  Vitaliy Margolenuser: Set buffer to '\0' in GetKeyNameTextA too.
2006-07-28  Alexandre Julliarduser: Abort WaitForUserIdle if the target process died.
2006-07-27  Andrew Talbotuser/tests: Write-strings warnings fix.
2006-07-26  Vitaliy Margolenx11drv: Number of fixes for ChangeDisplaySettingsEx...
2006-07-26  Alexandre Julliardserver: Rename the wait_input_idle request to better...
2006-07-24  Dmitry Timoshkovuser: Add more TrackMouseEvent tests, particularly...
2006-07-24  Dmitry Timoshkovuser: Various TrackMouseEvent fixes.
2006-07-24  Dmitry Timoshkovuser: Add a trace to EndDeferWindowPos.
2006-07-24  Dmitry Timoshkovuser: Use (win) debug channel by default, add a TRACE...
2006-07-21  Dmitry Timoshkovuser: Add a TrackMouseEvent test, make it pass under...
2006-07-12  Ge van Geldorpuser32: Implement Get/SetClassLongPtrA/W.
2006-07-12  Andrew Ziemuser: Implement Ascii version of SPI_GETDESKWALLPAPER.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Dmitry Timoshkovuser: Improve SetActiveWindow test, add SetForegroundWi...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-05  Andrew Talbotuser/tests: Write-strings warnings fix.
2006-06-29  Dmitry Timoshkovinclude: Move appropriate parts of winpos.h to winuser...
2006-06-26  Mikołaj Zalewskiuser: user32_Pl.rc: Fix the capitalization of OK.
2006-06-15  Vitaly Lipatovuser32: Fix character conversion in combo box.
2006-06-13  Alexandre Julliarduser32: Don't use sizeof in traces to avoid printf...
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-06-12  Dmitry Timoshkovuser32: Remove redundant SetLastError call from MENU_Se...
2006-06-12  Mike McCormackuser32: Win64 lparam and wparam are longs.
2006-06-12  Mike McCormackuser32: Fix a pointer size warning in Win64.
2006-06-09  Dmitry Timoshkovuser: Neither WS_CAPTION nor WS_EX_APPWINDOW has anythi...
2006-06-08  Michael Kaufmannuser/tests: Update LoadImage test.
2006-06-05  Ulrich Czekallax11drv: Improve handling of the case where the clipboar...
2006-06-05  Juan Languser: Use SetPropW rather than SetPropA for internal...
2006-06-02  qingdoa daoouser32: Fix selection handling for listboxes with LBS_E...
2006-06-02  Juris Smotrovsuser32: Send WM_SIZE when window changes state between...
2006-06-02  Michael Kaufmannuser32: Popup menu position fixes.
2006-06-02  Dmitry Timoshkovuser32: Replace PeekMessage loops in the PeekMessage...
2006-05-30  Mike McCormackuser32: Stub implementations for Win64's Get/Set LongPt...
2006-05-28  Alexandre Julliarduser: Fixed WM_ACTIVATEAPP mapping with null task handle.
2006-05-26  Alexandre Julliarduser: Only include winproc.h where necessary.
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for the remaining messages.
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for the listbox and...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for the edit control...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for button and scrollba...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_GETTEXT, WM_SETT...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for the WM_DDE* messages.
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_MDIACTIVATE...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_COPYDATA, WM_GET...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_GETMINMAXINFO...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_COMPARE/DELETE...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_CREATE, WM_NCCRE...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for the remaining messages.
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for the WM_DDE* messages.
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_MDIACTIVATE...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_COPYDATA, WM_GET...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_GETMINMAXINFO...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_COMPARE/DELETE...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_CREATE, WM_NCCRE...
2006-05-24  Dmitry Timoshkovuser: Add a test to check the queue status if there...
2006-05-23  Alexandre Julliarduser: Reuse the fast A->W function to implement the...
2006-05-23  Alexandre Julliarduser: Reuse the fast W->A function to implement the...
2006-05-23  Alexandre Julliarduser: Use winproc callbacks for the remaining 16-bit...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Dmitry Timoshkovuser/tests: Don't generate a mouse click message in...
2006-05-23  Dmitry Timoshkovuser/tests: Add lparam to all HCBT_MINMAX hook messages.
2006-05-22  Alexandre Julliarduser: Added A<->W mapping for WM_GETDLGCODE.
2006-05-20  Alexandre Julliarduser: Get rid of the WINPROC_Map/UnmapMsg32ATo32W funct...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for the remaining messages.
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_GETTEXTLENGTH...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_CHAR and related...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for EM_GETLINE.
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for LB_GETTEXT and CB_GET...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_SETTEXT and relate...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_GETTEXT and WM_ASK...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_MDICREATE.
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_CREATE and WM_NCCR...
2006-05-20  Alexandre Julliarduser: Get rid of the MSGPARAMS16 structure.
2006-05-20  Alexandre Julliarduser: Make a lot of winproc functions static.
2006-05-20  Alexandre Julliarduser: Call the A version of message functions from...
2006-05-20  Alexandre Julliarduser: Use winproc callbacks instead of message map...
2006-05-20  Alexandre Julliarduser: Use winproc callbacks instead of message map...
2006-05-20  Alexandre Julliarduser: Use a winproc callback instead of a message map...
2006-05-20  Alexandre Julliarduser: Store the destination thread id in the send_messa...
2006-05-18  Alexandre Julliarduser: Convert the 16-bit winproc functions to use a...
2006-05-18  Alexandre Julliarduser: Convert the other winproc 32-bit functions to...
2006-05-18  Alexandre Julliarduser: Make WINPROC_CallProc32WTo32A take a callback...
2006-05-18  Alexandre Julliarduser: Fixed a broken trace in the dialog test.
2006-05-18  Alexandre Julliarduser: Added helper functions for A<->W conversion of...
2006-05-18  Alexandre Julliarduser: Simplify 16-bit mappings of the WM_GETDLGCODE...
2006-05-18  Alexandre Julliarduser: Unify the mapping of listbox and combobox messages.
2006-05-18  Alexandre Julliarduser: Get rid of the WINPROC_MapMsg32WTo32A function.
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_IME_CHAR.
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_CHAR and related...
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for EM_GETLINE.
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for LB_GETTEXT and CB_GET...
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for LB_ADDSTRING and...
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_MDICREATE.
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_SETTEXT and relate...
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_GETTEXT and WM_ASK...
2006-05-18  Alexandre Julliarduser: Added helper functions for buffer management...
next