2010-02-04 |
Nikolay Sivov | comctl32/updown: Use set acceleration value while proce... |
blob | commitdiff | raw |
2009-12-28 |
Nikolay Sivov | comctl32/updown: Fix formatting for hex mode. |
blob | commitdiff | raw | diff to current |
2009-12-23 |
Nikolay Sivov | comctl32/updown: Don't change control z-order, this... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
Nikolay Sivov | comctl32/updown: Don't update buddy text if it's the... |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Nikolay Sivov | comctl32/updown: Simplify buddy subclassing using SetWi... |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Nikolay Sivov | comctl32/updown: Set width to default value on creation. |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Anders Jonsson | comctl32: Fix typos. |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Nikolay Sivov | comctl32: Use user32 control names from public header... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Nikolay Sivov | comctl32/updown: Update buddy on base change. |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Nikolay Sivov | comctl32/updown: Fix control behaviour for UDS_SETBUDDY... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Nikolay Sivov | comctl32/updown: Skip thousands separation on hex mode. |
blob | commitdiff | raw | diff to current |
2009-04-10 |
Nikolay Sivov | comctl32/updown: Allow ranges with max < min for Up... |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Nikolay Sivov | comctl32/updown: Don't pass VK_[UP|DOWN] to original... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Michael Stefaniuc | comctl32: Remove superfluous pointer casts. |
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-29 |
Gerald Pfeifer | comctl32: Push down function scope variable into the... |
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-04-11 |
Peter Urbanec | comctl32: Mousewheel support for updown control. |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Austin English | comctl32: Spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Andrew Talbot | comctl32: Remove unneeded casts. |
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-08 |
Michael Stefaniuc | comctl32: Remove redundant NULL checks before Free... |
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-07-25 |
Frank Richter | Add theming for the up/down control. |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Stefan Huehner | Fix some -Wstrict-prototypes warnings. |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Dimi Paun | Make it more explicit how we deal with WS_DISABLED. |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Dimitrie O. Paun | Keep track of WS_DISABLED explicitely, as it doesn... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Dimitrie O. Paun | Proper handling for GWL_STYLE. |
blob | commitdiff | raw | diff to current |
2005-03-18 |
C. Scott Ananian | UPDOWN_GetBuddyInt should not fail when the control... |
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-11-09 |
Dmitry Timoshkov | - do not move updown control and buddy if an alignment... |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Dimitrie O. Paun | Use only Unicode functions, it makes it easier to see... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Francois Gouget | Assorted spelling fixes. |
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-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Huw Davies | When setting the buddy to 0 then we must still resize... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Huw Davies | Added CS_HREDRAW. |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Dimitrie O. Paun | Make the controls send notifications to the parent... |
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-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
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-09-02 |
Kevin Groeneveld | Change default range of up-down control to match range... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
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-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-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Dimitrie O. Paun | Small updown cleanup. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Dimitrie O. Paun | Allow the application to subclass a buddy edit (spotted... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Alexandre Julliard | Replaced swprintf by wsprintfW. |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and... |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Dimitrie O. Paun | - implement UDS_HOTTRACK |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Dimitrie O. Paun | - updown unicodification |
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-27 |
Andreas Mohr | Spelling/alignment fixes. |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Dimitrie O. Paun | Various cleanups: |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Dimitrie O. Paun | Corrected default values with help from Ulrich Czekalla. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Dimitrie O. Paun | Update comments, cleanup warning messages. |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Eric Kohl | Implemented new messages. |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Uwe Bonnes | Draw the scrollbar beside the buddy when neither UDS_AL... |
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-11 |
Alexandre Julliard | Moved NM_UPDOWN definition to commctrl.h. |
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-23 |
Susan Farley | SetBuddy no longer overwrites its superclass' WndProc... |
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-02-29 |
Serge Ivanov | Make updown control work. UpDown control always sends... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alexandre Julliard | Removed superfluous GlobalFindAtom calls. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
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-30 |
Francis Beaudet | Added more support for buddy windows in the updown... |
blob | commitdiff | raw | diff to current |
1999-07-18 |
Sylvain St-Germain | Implementation of the updown buddy windproc subclassing... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Eric Kohl | Store buddy window. |
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-22 |
Marcus Meissner | Removed use of win.h, sysmetrics.h and associated WINE... |
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-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
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-19 |
Jeff Garzik | Added missing string.h include. |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
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 | Group commit for recovery after disk crash. |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Huw D M Davies | Replace GRAPH_ functions with Win SDK equivalents. |
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 |
|