2009-08-04 |
André Hentschel | comctl32: Stop flicker when drawing themed and draw... |
blob | commitdiff | raw |
2009-06-29 |
Nikolay Sivov | comctl32/progress: Implement PBM_GETBKCOLOR. |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Nikolay Sivov | comctl32/progress: Implement PBM_GETBARCOLOR, add some... |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Michael Stefaniuc | comctl32: Remove the superfluous casting of the LPVOID... |
blob | commitdiff | raw | diff to current |
2008-07-22 |
Mikołaj Zalewski | comctl32: Don't print ERRs for reflected messages. |
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-02 |
Andrew Talbot | comctl32: Constify some variables. |
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-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2006-01-11 |
Mike McCormack | comctl32: Invalidate the entire progress bar any time... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Michael Kaufmann | - Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS... |
blob | commitdiff | raw | diff to current |
2005-08-15 |
Frank Richter | Instead of adding the border via WM_NCPAINT and WM_NCCA... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Frank Richter | Add theming for the progress control. |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Frank Richter | Split up the drawing code into a set of smaller functio... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Dimitrie O. Paun | Minor cleanups. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-08-02 |
Thomas Weidenmueller | Added support for PBS_MARQUEE style. |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Robert Shearman | Spelling fixes. |
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 | Moved undocumented functions out of the exported commct... |
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-11 |
Huw Davies | Invalidate the window when the range is changed. |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Rolf Kalbermatter | Add config.h/port.h to allow compilation/linking in... |
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-10-23 |
Michael Stefaniuc | Add needed casts for a "no warnings" compile of comctl32. |
blob | commitdiff | raw | diff to current |
2002-10-16 |
Dimitrie O. Paun | Add comment on what is known about the current state... |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Dimitrie O. Paun | - Fix bug in mouse position reading. |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Alexandre Julliard | Reduce flicker on updates. |
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-06-14 |
Dmitry Timoshkov | Cosmetic fix. |
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 |
2002-02-05 |
Dmitry Timoshkov | Remove PROGRESS_Refresh, always do InvalidateRect(... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Dmitry Timoshkov | Moved style correcting code to the WM_CREATE handler... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | - add new SetRange functions (instead of duplicating... |
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-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
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-05-10 |
Gerard Patel | Protect against use of comctl32 private control memory... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alexandre Julliard | Removed superfluous GlobalFindAtom calls. |
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-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 | Fixed some bugs introduced by the automated renaming. |
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 |
1999-01-24 |
Eric Kohl | Added WM_[G/S]ETFONT handling. |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Eric Kohl | Added xxx_Unregister() functions to all common controls. |
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 |
|