Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / windows / winproc.c
2003-02-26  Eric PouechOnly print 4 hexdigits for tid.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Eric PouechAdded 16/32 DDE message conversion.
2002-05-07  Stefan LeichterAdded NULL pointer check in CallWindowProc16.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-02  Dmitry TimoshkovFix sign extension in message mapping routines.
2002-03-11  Mehmet YasarFixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FI...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Dave HawkesFixed winproc memory leak.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-12-26  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-14  Alexandre JulliardChanged 16->32 window procedure thunks to use winebuild...
2001-12-05  Alexandre JulliardRemoved calls to HEAP_GetSegptr.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-08-29  Alexandre JulliardMake window handles 32-bit before calling window procedure.
2001-08-18  Alexandre JulliardAdded proper support for 32-bit WM_NEXTMENU.
2001-08-13  Alexandre JulliardAdded mappings for a few messages.
2001-08-06  Alexandre JulliardFixed return value for WM_NOTIFY and WM_ACTIVATEAPP...
2001-06-20  Alexandre JulliardAvoid returning an unlocked window pointer from WINPOS_...
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-04-10  Alexandre JulliardAdded mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-13  Rein KlazesFix Unicode/Ansi message translation for some listbox...
2001-02-12  James AbbatielloFix a few compiler warnings.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-15  Alexandre JulliardRemoved unnecessary headers.
2001-01-07  Dmitry TimoshkovAdd missing mapping for LB_FINDSTRINGEXACT message...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved calls to WIDGETS_IsControl.
2000-12-05  Dmitry TimoshkovRemoved the code duplication.
2000-12-05  Rein KlazesDon't forget to map the message in WINPROC_MapMsg16To32W().
2000-12-03  Alexandre JulliardFixed WINPROC_GetPtr() to always pass the start of...
2000-12-02  Dmitry TimoshkovAdded several additional to/from unicode message mappings.
2000-12-02  Dimitrie O. PaunInclude config.h.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  Alexandre JulliardCheck for NULL handle before calling HeapValidate.
2000-11-30  Alexandre JulliardAlways initialize msg16 and wparam16 in WINPROC_MapMsg3...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-15  Dmitry TimoshkovAdded mapping to/from unicode for WM_CHAR, WM_DEADCHAR...
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-08-21  Gerard PatelHandle the LB_GETTEXT and CB_GETLBTEXT cases for 32W...
2000-07-16  Alexandre JulliardAdded assembly wrapper for calling window procedures.
2000-05-07  Alexandre JulliardDo not send WM_SIZING to 16-bit windows.
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-20  Andreas MohrSpelling fixes.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-23  Gerard PatelMap WM_MENUSELECT 32->16 bits for closing menu.
1999-12-12  Rein KlazesIn win32 a WM_MENUSELECT message should contain the...
1999-12-12  Juergen SchmiedMessage translation WM_CREATE fixed.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-02  Francois BoisvertSuspend all windows locks before the control is passed...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-12  Juergen SchmiedMessage translation for WM_WININICHANGE.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-22  Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-19  Ove KaavenInitialized return value of 16->32 conversion of WM_MDI...
1999-01-31  Juergen SchmiedEvery EM_GETLINE send between a 32W to a 32A window...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-24  Juergen SchmiedMore messages [LB_*,EM_*] translated 32A from/to 32W.
1998-11-15  Juergen SchmiedSmall fixes.
1998-11-08  Juergen SchmiedFixes: LB_/CB_/EM_ messages for getting/setting text...
1998-11-07  Rein KlazesAdded WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
1998-11-01  Alexandre JulliardFixed crashes with WM_GETDLGCODE translation.
1998-11-01  Ove KaavenFixed IsDialogMessage16.
1998-10-23  Juergen SchmiedMore message mapping 32A<-->32W for EM_, CB_, LB_ for...
next