2011-02-07 |
Alexander Kochetkov | comctl32: Fixed height of comboboxex32. |
blob | commitdiff | raw |
2010-10-05 |
Alexandre Julliard | comctl32/comboex: Fix incorrect use of the ScreenToClie... |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Andrew Talbot | comctl32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Nikolay Sivov | comctl32/comboex: Fix a leak for text string stored... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Michael Stefaniuc | comctl32: Remove some explicit LPARAM/WPARAM casts. |
blob | commitdiff | raw | diff to current |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Move debugging traces that require... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Get rid of useless helper. |
blob | commitdiff | raw | diff to current |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Don't invalidate all windows if Edit... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Fix silly typo in CBEM_SETITEM handle... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Add test for internally sent Edit... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Use subclass chain for internally... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Nikolay Sivov | comctl32/comboex: Handle NULL item text case to avoid... |
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-08-03 |
Nikolay Sivov | comctl32/comboex: Use const pointer when possible. |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Aric Stewart | comctl32: In COMBOEX_FindStringExact do not try to... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Andrew Talbot | comctl32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Nikolay Sivov | comctl32/comboex: Use cached colors for ComboEx. |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Alexandre Julliard | comctl32: Repaint comboex control upon WM_SETREDRAW... |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Alexandre Julliard | comctl32: Fix the COMBOBOXEXITEM structure and the... |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Gerald Pfeifer | comctl32: Simplify COMBOEX_Command. |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Michael Stefaniuc | comctl32: Do not cast zero. |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Lei Zhang | comctl32: Only update comboex edit box if the mask... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Michael Stefaniuc | comctl32: Remove superfluous casts as HANDLE to other... |
blob | commitdiff | raw | diff to current |
2008-10-27 |
Michael Stefaniuc | comctl32: HGDIOBJ is interchangeable with other handle... |
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-09-15 |
Andrew Talbot | comctl32: Sign-compare warnings fix. |
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-04 |
Dylan Smith | comctl32: Fix for ComboBoxEx bug caused by focus change. |
blob | commitdiff | raw | diff to current |
2008-05-07 |
Francois Gouget | Assorted spelling fixes. |
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-12 |
Andrew Talbot | comctl32: Assign to structs instead of using memcpy. |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Lei Zhang | comctl32: Use wine_dbgstr_rect() in traces. |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Rob Shearman | comctl32: Forward the WM_GETTEXTLENGTH message from... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Thomas Weidenmueller | comctl32: Fix handling of CB_RESETCONTENT in ComboBoxEx. |
blob | commitdiff | raw | diff to current |
2007-10-25 |
Rob Shearman | comctl32: Don't set the focus to the text box 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-03-22 |
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-08 |
Michael Stefaniuc | comctl32: Remove redundant NULL checks before Free... |
blob | commitdiff | raw | diff to current |
2007-02-26 |
Samuel Lidén Borell | comctl32: Use mask value in COMBOEX_GetItemA too. |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Felix Nawothnig | comctl32: Remove redundant NULL checks before Free... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Michael Ploujnikov | comctl32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Mike McCormack | comctl32: Return the correct value for CB_GETLBTEXTLEN. |
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-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Jason Edmeades | Fix some off by one calculations in the comboboxex... |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Frank Richter | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Felix Nawothnig | Set iItem to index before notifying callback items. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Dimitrie O. Paun | Complete unicodification. |
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-11-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Alexandre Julliard | Use correct type instead of void* in item linked list. |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Dimitrie O. Paun | Minor cleanups. |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Robert Shearman | Always remove WS_BORDER style from ComboBoxEx control. |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Robert Shearman | Implement SetPathWordBreakProc and MirrorIcon. |
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-08-19 |
Ulrich Czekalla | Forward focus to combobox, otherwise edit control won... |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Robert Shearman | Spelling fixes. |
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-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-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Rolf Kalbermatter | Add config.h/port.h to allow compilation/linking in... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Huw Davies | Check the return value of ImageList_GetImageInfo before... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Carlos Lozano | lParam was not properly sent in COMBOEX_DrawItem. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Carlos | lParam was not properly sent in CBEN_GETDISPINFOW. |
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-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-08-30 |
Dimitrie O. Paun | Implement CBES_EX_NOSIZELIMIT style. |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Dimitrie O. Paun | - implement CBEN_DRAGBEGIN |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Dimitrie O. Paun | Implement CBES_EX_PATHWORDBREAKPROC for the ComboEx... |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Dimitrie O. Paun | - implement CBES_EX_CASESENSITIVE |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Dmitry Timoshkov | Added WM_GET/SETTEXT support. |
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-04-23 |
Dimitrie O. Paun | Fix WM_NOTIFYFORMAT handling. |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Dimitrie O. Paun | - implement LPSTR_TEXTCALLBACK |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Dimitrie O. Paun | - fix indentation |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Dimitrie O. Paun | - fix edit box placement |
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-12 |
Guy L. Albertelli | Initialize pszText to 0 for internal ->ceItem to elimin... |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Aric Stewart | Use the supplied buffer when copying item text. |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Sander van Leeuwen | Never delete the font object received by WM_SETFONT. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Jörg Mayer | Fixed a few signed/unsigned and "unsigned < 0 always... |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Guy L. Albertelli | Fix conversion of W structure to A structure during... |
blob | commitdiff | raw | diff to current |
2001-06-24 |
Guy L. Albertelli | - Fix memory leaks. |
blob | commitdiff | raw | diff to current |
2001-04-20 |
Guy L. Albertelli | - Implement CB_{GET|SET}ITEMDATA for CombBoxEx. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Michael Stefaniuc | Fix for small typo. |
blob | commitdiff | raw | diff to current |
next |