2008-11-25 |
Ricardo Filipe | comctl32: Removed dead assignments (llvm/clang). |
blob | commitdiff | raw |
2008-11-17 |
Vincent Povirk | comctl32: Do not repaint on TBM_SETPOS if position... |
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 |
2008-07-14 |
James Hawkins | comctl32: Free the trackbar tics. |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Gerald Pfeifer | comctl32: Simplify functions by shedding off unused... |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Gerald Pfeifer | comctl32: Fix signedness of two variables. |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Andrew Talbot | comctl32: Dangling pointers fix. |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Andrew Talbot | comctl32: Remove unused variables. |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Lei Zhang | comctl32: Use wine_dbgstr_rect() in traces. |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Reece H. Dunn | comctl32: Proper fix redrawing the trackbar background... |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Austin English | comctl32: Spelling fixes. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Andrew Talbot | comctl32: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Andrew Talbot | comctl32: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Reece H. Dunn | comctl32: Fixed drawing the trackbar background when... |
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-03 |
Andrew Talbot | comctl32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Andrew Talbot | comctl32: Replace inline static with static inline. |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Keith Stevens | comctl32: trackbar: Return the correct number of tics... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Keith Stevens | comctl32: trackbar: Correctly set lSetMin and lSelMax. |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Oleg Krylov | comctl32: Create tooltip windows with WS_POPUP style. |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Michael Ploujnikov | comctl32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Andrew Talbot | comctl32: Cast-qual warnings fix. |
blob | commitdiff | raw | diff to current |
2006-07-07 |
Michael Stefaniuc | janitorial: Put "inline static" at the beginning of... |
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 |
2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
blob | commitdiff | raw | diff to current |
2005-08-15 |
Frank Richter | Improved trackbar theming. |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Frank Richter | Add initial theming support for trackbars. |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Paul Vriens | Remove the checking/setting of the defaults in TRACKBAR... |
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-24 |
Alexandre Julliard | Avoid using the MAKEPOINTS macro, it's broken on big... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Robert Shearman | Set class hbrBackground and style to the same as native. |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Duane Clark | Reinitialize thumb when trackbar size is changed. |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Huw Davies | Unswap Page Up & Down and fix TBS_DOWNISLEFT. |
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 out of windef.h a few definitions that don't... |
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-08-06 |
Duane Clark | Oops, back to hard coding initial thumb size until... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Stephan BEUZE | - Avoid division by zero in TRACKBAR_GetTicPos |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Duane Clark | The initial size of the thumb depends on SM_CYCAPTION. |
blob | commitdiff | raw | diff to current |
2003-06-16 |
Mike Hearn | - Unbreak vertical trackbars |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Maxime Bellengé | Fix the computation of the trackbar's size. |
blob | commitdiff | raw | diff to current |
2003-04-26 |
Maxime Bellengé | Remove the sending of NM_TOOLTIPSCREATED which is non... |
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-10 |
Dimitrie O. Paun | Get rid of generic notification support in comctrl32... |
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-10-15 |
Michael Günnewig | Fixed division by zero, when range is 0. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Dimitrie O. Paun | - Implement custom draw support. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Dimitrie O. Paun | Greatly improved drawing code: eliminates all flicker... |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Dimitrie O. Paun | - Implement autopaging. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Dimitrie O. Paun | - Fix the tics drawing code. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Dimitrie O. Paun | - Eliminate flicker. |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Dimitrie O. Paun | - Unicodification (use Unicode functions & types consis... |
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-01-26 |
James Juran | Add <string.h> to files that needed it. |
blob | commitdiff | raw | diff to current |
2000-08-23 |
Aric Stewart | Wine was not drawing trackbars with minimum ranges... |
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-25 |
Aric Stewart | Reworked the thumb drawing code, thumb calculation... |
blob | commitdiff | raw | diff to current |
2000-05-11 |
Eric Pouech | Fixed some quirks (range is 32 bit, page up/dn mismatch... |
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-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Alexandre Julliard | Vahid Pourlotfali |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alexandre Julliard | Removed superfluous GlobalFindAtom calls. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Ian Schmidt | Corrected background color and fixed leaking GDI brush. |
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-03 |
Marcus Meissner | some small include fixes, some checks for NULL ptrs, |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
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-05-08 |
Luc Tourangeau | Removed the timer that was used to queue TRACKBAR_Refre... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Eric Pouech | Prevent crash when nMinRange > nMaxRange. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
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 |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Marcus Meissner | Changed // comments to /* */ so WINE compiles with... |
blob | commitdiff | raw | diff to current |
1998-12-24 |
Alex Priem | - Tooltip support |
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-10-18 |
Alex Priem | Further improvements. |
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 |
|