Listview should scroll by at least one column, fixes bug where item
[wine] / dlls / comctl32 / trackbar.c
2002-12-10  Dimitrie O. PaunGet rid of generic notification support in comctrl32...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-16  Dimitrie O. PaunAdd comment on what is known about the current state...
2002-10-15  Michael GünnewigFixed division by zero, when range is 0.
2002-09-12  Dimitrie O. Paun- Implement custom draw support.
2002-09-12  Dimitrie O. PaunGreatly improved drawing code: eliminates all flicker...
2002-09-11  Dimitrie O. Paun- Implement autopaging.
2002-09-09  Dimitrie O. Paun- Fix the tics drawing code.
2002-09-06  Dimitrie O. Paun- Eliminate flicker.
2002-09-04  Dimitrie O. Paun- Unicodification (use Unicode functions & types consis...
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-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