Added LGPL standard comment, and copyright notices where necessary.
[wine] / dlls / comctl32 / trackbar.c
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-08-23  Aric StewartWine was not drawing trackbars with minimum ranges...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-05-25  Aric StewartReworked the thumb drawing code, thumb calculation...
2000-05-11  Eric PouechFixed some quirks (range is 32 bit, page up/dn mismatch...
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-04  Alexandre JulliardVahid Pourlotfali
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
1999-12-20  Ian SchmidtCorrected background color and fixed leaking GDI brush.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-05-08  Luc TourangeauRemoved the timer that was used to queue TRACKBAR_Refre...
1999-04-25  Eric PouechPrevent crash when nMinRange > nMaxRange.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
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...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-24  Alex Priem- Tooltip support
1998-10-24  Eric KohlAdded xxx_Unregister() functions to all common controls.
1998-10-18  Alex PriemFurther improvements.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913