2002-04-02 |
Dmitry Timoshkov | Fix sign extension in message mapping routines. |
blob | commitdiff | raw |
2002-03-11 |
Mehmet Yasar | Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FI... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-28 |
Dave Hawkes | Fixed winproc memory leak. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Alexandre Julliard | Changed 16->32 window procedure thunks to use winebuild... |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Alexandre Julliard | Removed calls to HEAP_GetSegptr. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Guy L. Albertelli | Enhance SPY_GetMsgName to translate common control... |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Alexandre Julliard | Make window handles 32-bit before calling window procedure. |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Alexandre Julliard | Added proper support for 32-bit WM_NEXTMENU. |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Alexandre Julliard | Added mappings for a few messages. |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Alexandre Julliard | Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP... |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Alexandre Julliard | Avoid returning an unlocked window pointer from WINPOS_... |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Alexandre Julliard | Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages. |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Alexandre Julliard | Added TASK_GetPtr/TASK_GetCurrent functions to get... |
blob | commitdiff | raw | diff to current |
2001-03-13 |
Rein Klazes | Fix Unicode/Ansi message translation for some listbox... |
blob | commitdiff | raw | diff to current |
2001-02-12 |
James Abbatiello | Fix a few compiler warnings. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Andreas Mohr | Some more cleanups. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Removed unnecessary headers. |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Dmitry Timoshkov | Add missing mapping for LB_FINDSTRINGEXACT message... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Alexandre Julliard | Removed calls to WIDGETS_IsControl. |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Dmitry Timoshkov | Removed the code duplication. |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Rein Klazes | Don't forget to map the message in WINPROC_MapMsg16To32W(). |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Alexandre Julliard | Fixed WINPROC_GetPtr() to always pass the start of... |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Dmitry Timoshkov | Added several additional to/from unicode message mappings. |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Dimitrie O. Paun | Include config.h. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Alexandre Julliard | Check for NULL handle before calling HeapValidate. |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Alexandre Julliard | Always initialize msg16 and wparam16 in WINPROC_MapMsg3... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Alexandre Julliard | Renamed CallTo16* functions to wine_call_to_16* and... |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Dmitry Timoshkov | Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR... |
blob | commitdiff | raw | diff to current |
2000-11-13 |
Alexandre Julliard | Export the CallFrom16xxx functions from kernel32. Renam... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Ulrich Weigand | Modified CallTo16Register routines to update register... |
blob | commitdiff | raw | diff to current |
2000-08-21 |
Gerard Patel | Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Alexandre Julliard | Added assembly wrapper for calling window procedures. |
blob | commitdiff | raw | diff to current |
2000-05-07 |
Alexandre Julliard | Do not send WM_SIZING to 16-bit windows. |
blob | commitdiff | raw | diff to current |
2000-04-30 |
Dimitrie O. Paun | Removed HEAP_xalloc. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Andreas Mohr | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Gerard Patel | Map WM_MENUSELECT 32->16 bits for closing menu. |
blob | commitdiff | raw | diff to current |
1999-12-12 |
Rein Klazes | In win32 a WM_MENUSELECT message should contain the... |
blob | commitdiff | raw | diff to current |
1999-12-12 |
Juergen Schmied | Message translation WM_CREATE fixed. |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Ulrich Weigand | Adapted to new-style Wine thunks. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
blob | commitdiff | raw | diff to current |
1999-05-29 |
Alexandre Julliard | Got rid of THREAD_InitDone. |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-02 |
Francois Boisvert | Suspend all windows locks before the control is passed... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Juergen Schmied | Message translation for WM_WININICHANGE. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Marcus Meissner | Fixed a lot of warnings using WINE_UNUSED, casts, comme... |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Alexandre Julliard | Process and thread id now use the server-side id instea... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Marcus Meissner | Some more recursive include fixes/optimizations. |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Ove Kaaven | Initialized return value of 16->32 conversion of WM_MDI... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Juergen Schmied | Every EM_GETLINE send between a 32W to a 32A window... |
blob | commitdiff | raw | diff to current |
1999-01-28 |
Marcus Meissner | Fixed a lot of warnings for possible problems. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1998-12-24 |
Juergen Schmied | More messages [LB_*,EM_*] translated 32A from/to 32W. |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Juergen Schmied | Small fixes. |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Juergen Schmied | Fixes: LB_/CB_/EM_ messages for getting/setting text... |
blob | commitdiff | raw | diff to current |
1998-11-07 |
Rein Klazes | Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Alexandre Julliard | Fixed crashes with WM_GETDLGCODE translation. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Ove Kaaven | Fixed IsDialogMessage16. |
blob | commitdiff | raw | diff to current |
1998-10-23 |
Juergen Schmied | More message mapping 32A<-->32W for EM_, CB_, LB_ for... |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
blob | commitdiff | raw | diff to current |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
blob | commitdiff | raw | diff to current |
1997-11-01 |
Alexandre Julliard | Release 971101 wine-971101 |
blob | commitdiff | raw | diff to current |
1997-09-28 |
Alexandre Julliard | Release 970928 wine-970928 |
blob | commitdiff | raw | diff to current |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-07-20 |
Alexandre Julliard | Release 970720 wine-970720 |
blob | commitdiff | raw | diff to current |
1997-05-09 |
Alexandre Julliard | Release 970509 wine-970509 |
blob | commitdiff | raw | diff to current |
next |