2007-10-16 |
Lei Zhang | comctl32: Monthcal should send notifications when today... |
blob | commitdiff | raw |
2007-10-16 |
Lei Zhang | comctl32: Correct monthcal WM_LBUTTONDOWN return values. |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Lei Zhang | comctl32: Select today's date when the today link is... |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Dmitry Timoshkov | wine: Switch to using 'long' for INT_PTR type for 64... |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Lei Zhang | comctl32: Fix first day of the week in monthcal. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Andrew Talbot | comctl32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Farshad Agah | comctl32: monthcal: Correct the return value in MCM_SET... |
blob | commitdiff | raw | diff to current |
2007-03-09 |
Farshad Agah | comctl32: monthcal: Reject out of range dates in MCM_SE... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Felix Nawothnig | comctl32: Remove redundant NULL checks before Free... |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Vijay Kiran Kamuju | comctl32: MonthCalendar - Fix highlighting of current... |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Alexandre Julliard | comctl32: Properly handle negative coordinates for... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Michael Ploujnikov | comctl32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Vitaliy Margolen | comctl32: Remove/swap limits if min > max in MCM_SETRANGE. |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Vitaliy Margolen | comctl32: Don't change month range in MCM_SETRANGE... |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Vitaliy Margolen | comctl32: Fix invalid date/time check in MCM_SETRANGE... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Frank Richter | Add theming for the monthcal control. |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Mike McCormack | Warning fixes for -Wmissing-declarations and -Wwrite... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Duane Clark | Misc rectangle fixes. |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Duane Clark | Monday is day number '1'. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Dimitrie O. Paun | MonthCal unicodification. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Ulrich Czekalla | Clear systemtime struct so we don't return garbage... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Robert Shearman | Use the DrawFocusRect function to draw the focus rect... |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Dmitry Timoshkov | - Pass infoPtr around in month calendar control. |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Dmitry Timoshkov | Dimensions of month calendar control should not depend... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Uwe Bonnes | Monthcal_SetRange: Set proper value for min date. |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Dimitrie O. Paun | Audit the month calendar. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Krzysztof Foltman | - next/prev month don't stick anymore |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Dimitrie O. Paun | Make the controls send notifications to the parent... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Dimitrie O. Paun | Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Huw Davies | Fixed a possible memory corruption. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings... |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Guy L. Albertelli | Don't issue error message if message number in applicat... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Francois Gouget | Spelling typos. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Dmitry Timoshkov | Remove redundant includes. |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Francois Gouget | Use PS_ALTERNATE rather than PS_DOT. |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Uwe Bonnes | Localization and many changes to behaviour and outlook. |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Chris Morgan | Changed RedrawWindow()'s to InvalidateRect()'s. Redraw... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed all non-standard common control headers from... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Chris Morgan | Fixed background redrawing when control is covered... |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Chris Morgan | Removed all direct calls to MONTHCAL_Refresh() and... |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Gerard Patel | Protect against use of comctl32 private control memory... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Niels Kristian Bec... | Removed superfluous #include statements for header... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alexandre Julliard | Removed superfluous GlobalFindAtom calls. |
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-02-03 |
Alex Priem | - Implementation of WM_SETFORMAT |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Alexandre Julliard | Removed a dependency between oleaut32 and comctl32. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Various ANSI C compability fixes. |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Fixed/added missing/wrong function prototypes and made... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Alex Priem | Bugfixes & further updates for the month calendar commo... |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Alex Priem | First try at the month calendar common control. Main... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Changed xxx(VOID) to xxx(void). |
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-03-16 |
Marcus Meissner | Removed no longer necessary win.h include, added now... |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Eric Kohl | Replaced direct access to the WND structure by correspo... |
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-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Eric Kohl | New Files. Added 'date and time picker' and 'month... |
blob | commitdiff | raw | diff to current |
|