Implemented CPSignHash and CPVerifySignature.
[wine] / dlls / comctl32 / monthcal.c
2004-11-30  Dmitry Timoshkov- Pass infoPtr around in month calendar control.
2004-11-08  Dmitry TimoshkovDimensions of month calendar control should not depend...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-21  Uwe BonnesMonthcal_SetRange: Set proper value for min date.
2004-10-21  Dimitrie O. PaunAudit the month calendar.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-04-21  Krzysztof Foltman- next/prev month don't stick anymore
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-12  Huw DaviesFixed a possible memory corruption.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-05-18  Francois GougetSpelling typos.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Francois GougetUse PS_ALTERNATE rather than PS_DOT.
2000-10-15  Uwe BonnesLocalization and many changes to behaviour and outlook.
2000-09-22  Chris MorganChanged RedrawWindow()'s to InvalidateRect()'s. Redraw...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-07-08  Chris MorganFixed background redrawing when control is covered...
2000-05-30  Chris MorganRemoved all direct calls to MONTHCAL_Refresh() and...
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alex Priem- Implementation of WM_SETFORMAT
2000-01-12  Alexandre JulliardRemoved a dependency between oleaut32 and comctl32.
2000-01-04  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-11-21  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Alex PriemBugfixes & further updates for the month calendar commo...
1999-07-10  Alex PriemFirst try at the month calendar common control. Main...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-12  Eric KohlReplaced direct access to the WND structure by correspo...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1998-11-08  Eric KohlNew Files. Added 'date and time picker' and 'month...