po: Update French translation.
[wine] / dlls / comctl32 / trackbar.c
2012-03-13  Nikolay Sivovcomctl32: Update thumb position on autopage instead...
2012-03-12  Nikolay Sivovcomctl32: Update thumb position on WM_MOUSEMOVE instead...
2012-02-13  Nikolay Sivovcomctl32: Update ticks on TBM_SETRANGE.
2012-02-13  Nikolay Sivovcomctl32: Update ticks on TBM_SETRANGEMIN.
2012-02-13  Nikolay Sivovcomctl32: Update ticks on TBM_SETRANGEMAX.
2011-07-20  Bellengé Maximecomctl32: Don't reset trackbar thumb on a WM_SIZE message.
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2009-12-28  Michael Stefaniuccomctl32: The return value of notify_with_scroll()...
2009-09-18  Nikolay Sivovcomctl32/trackbar: Protect from negative tic count...
2009-09-08  Nikolay Sivovcomctl32/trackbar: TBM_SETTIC processing shouldn't...
2009-09-08  Nikolay Sivovcomctl32/trackbar: Default to TBTS_TOP position on...
2009-09-02  Nikolay Sivovcomctl32/trackbar: Reduce parameter count for some...
2009-09-02  Nikolay Sivovcomctl32/trackbar: Cache window style.
2009-09-02  Nikolay Sivovcomctl32/trackbar: Fix tic count calculation.
2009-03-24  Nikolay Sivovcomctl32/trackbar: Fix reverting to default value for...
2008-11-25  Ricardo Filipecomctl32: Removed dead assignments (llvm/clang).
2008-11-17  Vincent Povirkcomctl32: Do not repaint on TBM_SETPOS if position...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-14  James Hawkinscomctl32: Free the trackbar tics.
2008-07-08  Gerald Pfeifercomctl32: Simplify functions by shedding off unused...
2008-07-08  Gerald Pfeifercomctl32: Fix signedness of two variables.
2008-04-28  Andrew Talbotcomctl32: Dangling pointers fix.
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-02-07  Lei Zhangcomctl32: Use wine_dbgstr_rect() in traces.
2008-02-05  Reece H. Dunncomctl32: Proper fix redrawing the trackbar background...
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-02  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-03  Andrew Talbotcomctl32: Remove unneeded casts.
2007-10-09  Reece H. Dunncomctl32: Fixed drawing the trackbar background when...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-03-17  Andrew Talbotcomctl32: Replace inline static with static inline.
2007-03-16  Keith Stevenscomctl32: trackbar: Return the correct number of tics...
2007-03-16  Keith Stevenscomctl32: trackbar: Correctly set lSetMin and lSelMax.
2006-10-25  Oleg Krylovcomctl32: Create tooltip windows with WS_POPUP style.
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-09-07  Andrew Talbotcomctl32: Cast-qual warnings fix.
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-08-15  Frank RichterImproved trackbar theming.
2005-08-12  Frank RichterAdd initial theming support for trackbars.
2005-01-17  Paul VriensRemove the checking/setting of the defaults in TRACKBAR...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-09-14  Robert ShearmanSet class hbrBackground and style to the same as native.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-04-20  Francois GougetMake Unicode strings static const.
2003-12-30  Duane ClarkReinitialize thumb when trackbar size is changed.
2003-11-18  Huw DaviesUnswap Page Up & Down and fix TBS_DOWNISLEFT.
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardMoved out of windef.h a few definitions that don't...
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-08-06  Duane ClarkOops, back to hard coding initial thumb size until...
2003-08-05  Stephan BEUZE- Avoid division by zero in TRACKBAR_GetTicPos
2003-08-02  Duane ClarkThe initial size of the thumb depends on SM_CYCAPTION.
2003-06-16  Mike Hearn- Unbreak vertical trackbars
2003-04-27  Maxime BellengéFix the computation of the trackbar's size.
2003-04-26  Maxime BellengéRemove the sending of NM_TOOLTIPSCREATED which is non...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
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...
next