- c162263 First step in using faster approach for A<->W message mapping. by Dmitry Timoshkov · 21 years ago
- 417bcb3 Fixed 16-bit MDI support (based on a patch by Dmitry Timoshkov). by Alexandre Julliard · 21 years ago
- df5800f Properly translate the message result for WM_GETTEXT-style messages. by Alexandre Julliard · 21 years ago
- c91d9f0 In Windows, the leading byte for multibyte characters are set to upper by Yoshiro Takeno · 21 years ago
- dc70553 Merge the MDI and common window creation code. Change the way MDI by Dmitry Timoshkov · 21 years ago
- 47f62a4 Set %fs and %gs in the register context to their current value when by Alexandre Julliard · 21 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 3a5b7cf Extended WOWCallback16Ex to support register functions too. This by Alexandre Julliard · 22 years ago
- 19b6a49 Allocate DebugInfo field for all critical sections (based on a patch by Alexandre Julliard · 22 years ago
- d9e7980 Protect CallWindowProcA/W from NULL pointers. by Dmitry Timoshkov · 22 years ago
- 07f1198 Store window procedures in a static array instead of creating a heap. by Alexandre Julliard · 22 years ago
- b367a6e We can't use RtlCreateUnicodeStringFromAsciiz for WM_SETTEXT as the by Huw Davies · 22 years ago
- 17c63bb Added A<->W mappings for WM_IME_CHAR. by Alexandre Julliard · 22 years ago
- 12b7c26 Only print 4 hexdigits for tid. by Eric Pouech · 22 years ago
- 60009b9 Removed calls to HEAP_strdupAtoW. by Matthew Davison · 22 years ago
- 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
- aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
- a8a422f Fixed more -DSTRICT issues. by Alexandre Julliard · 22 years ago
- 7ef66af Moved some more 16-bit functions to user16.c. A few fixes for -DSTRICT. by Alexandre Julliard · 22 years ago
- 48f860c Moved a few remaining 16-bit window functions to wnd16.c and moved it by Alexandre Julliard · 22 years ago
- 61d9256 Silence some warnings due to casts between pointer and integers of by Michael Stefaniuc · 22 years ago
- 011605e Use the WOWHandle functions to convert between task handle and thread by Alexandre Julliard · 22 years ago
- 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
- b5bb32c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- bba4bb1 Remove references to PCVOID and LPUINT. by Francois Gouget · 23 years ago
- 2247af3 - Rename WIN_Handle16 to HWDN_16 and make it a macro. by Michael Stefaniuc · 23 years ago
- 7df2d9f Misc spelling fixes. by Andreas Mohr · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 9259cfa Added 16/32 DDE message conversion. Finished the 16 bit implementation of DDEML. by Eric Pouech · 23 years ago
- ab5bba6 Added NULL pointer check in CallWindowProc16. by Stefan Leichter · 23 years ago
- 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
- 047ab40 Fix sign extension in message mapping routines. by Dmitry Timoshkov · 23 years ago
- ffd4d33 Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT by Mehmet Yasar · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 6050214 Fixed winproc memory leak. by Dave Hawkes · 23 years ago
- 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
- 42f5eea Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
- 70b7619 Changed 16->32 window procedure thunks to use winebuild-generated by Alexandre Julliard · 23 years ago
- afd75a1 Removed calls to HEAP_GetSegptr. by Alexandre Julliard · 23 years ago
- e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
- d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
- db9b549 Enhance SPY_GetMsgName to translate common control messages. by Guy L. Albertelli · 24 years ago
- 6bf2abf Make window handles 32-bit before calling window procedure. by Alexandre Julliard · 24 years ago
- b3ec030 Added proper support for 32-bit WM_NEXTMENU. by Alexandre Julliard · 24 years ago
- 20bc491 Added mappings for a few messages. by Alexandre Julliard · 24 years ago
- 4de0df7 Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP mappings. by Alexandre Julliard · 24 years ago
- ee8ab7a Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint. by Alexandre Julliard · 24 years ago
- e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
- c9e1139 Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages. by Alexandre Julliard · 24 years ago
- 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
- fafc6fb Fix Unicode/Ansi message translation for some listbox/combobox by Rein Klazes · 24 years ago
- 45edb2f Fix a few compiler warnings. by James Abbatiello · 24 years ago
- c9cf70d Some more cleanups. by Andreas Mohr · 24 years ago
- d8e9a09 Removed unnecessary headers. by Alexandre Julliard · 24 years ago
- 7ba757d Add missing mapping for LB_FINDSTRINGEXACT message (thanks to Gerard by Dmitry Timoshkov · 24 years ago
- 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
- b83a16c Removed calls to WIDGETS_IsControl. by Alexandre Julliard · 24 years ago
- 411e455 Removed the code duplication. by Dmitry Timoshkov · 24 years ago
- 0b0ccb8 Don't forget to map the message in WINPROC_MapMsg16To32W(). by Rein Klazes · 24 years ago
- 9e1fda1 Fixed WINPROC_GetPtr() to always pass the start of the block to HeapValidate(). by Alexandre Julliard · 24 years ago
- 1e15223 Added several additional to/from unicode message mappings. by Dmitry Timoshkov · 24 years ago
- 26503fc Include config.h. by Dimitrie O. Paun · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- 4e2f4a9 Check for NULL handle before calling HeapValidate. by Alexandre Julliard · 24 years ago
- 4cecd4a Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16. by Alexandre Julliard · 24 years ago
- e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
- 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 3606dc5 Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR, by Dmitry Timoshkov · 24 years ago
- 745ec84 Export the CallFrom16xxx functions from kernel32. Renamed them by Alexandre Julliard · 24 years ago
- d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
- a761e3d Modified CallTo16Register routines to update register context after by Ulrich Weigand · 25 years ago
- eaa28e5 Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping. by Gerard Patel · 25 years ago
- d51ee84 Added assembly wrapper for calling window procedures. by Alexandre Julliard · 25 years ago
- 2de84c9 Do not send WM_SIZING to 16-bit windows. by Alexandre Julliard · 25 years ago
- 4d48dd3 Removed HEAP_xalloc. by Dimitrie O. Paun · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
- 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
- f4185f6 Spelling fixes. by Andreas Mohr · 25 years ago
- 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 7e70e56 Map WM_MENUSELECT 32->16 bits for closing menu. by Gerard Patel · 25 years ago
- 80c924f In win32 a WM_MENUSELECT message should contain the position when the by Rein Klazes · 25 years ago
- b9290d8 Message translation WM_CREATE fixed. by Juergen Schmied · 25 years ago
- c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
- 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- d96bc15 Suspend all windows locks before the control is passed to the by Francois Boisvert · 26 years ago
- 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
- d3258fc Message translation for WM_WININICHANGE. by Juergen Schmied · 26 years ago
- de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
- 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago