2003-08-27 |
Duane Clark | Button width should be the larger of text width/bitmap... |
blob | commitdiff | raw |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-06-13 |
Robert Shearman | - Make button text centre correctly when dropdown arrow... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Vitaliy Margolen | Revert change for resizing buttons. |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Vitaliy Margolen | Get rid of direct ImageList access hacks. |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Adam Gundy | Zero initialize the reserved bytes in the toolbar detai... |
blob | commitdiff | raw | diff to current |
2003-03-07 |
Adam Gundy | TOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are... |
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-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Ulrich Czekalla | - Add support for multiple image lists. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Dmitry Timoshkov | Fix some types and function prototypes according to... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Carlos | lParam was not properly sent in TTM_ADDTOOLW. |
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-21 |
Duane Clark | Correct the behavior for disabled toolbar buttons. |
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-07-16 |
Guy L. Albertelli | Don't issue error message if message number in applicat... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
François Gouget | Fix handling of strings that do not finish with "||". |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Guy L. Albertelli | Support PGN_SCROLL notify and return either the button... |
blob | commitdiff | raw | diff to current |
2002-04-29 |
Marco Bizzarri | Implemented the TB_REPLACEBITMAP message. |
blob | commitdiff | raw | diff to current |
2002-04-24 |
Guy L. Albertelli | - Improve I_IMAGECALLBACK handling and support I_IMAGENONE. |
blob | commitdiff | raw | diff to current |
2002-04-14 |
Guy L. Albertelli | Implement NM_CUSTOMDRAW notification. |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Guy L. Albertelli | - Use the new comctl32 color array for the colors.... |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Guy L. Albertelli | - Implement CCM_{GET|SET}COLORSCHEME. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Bill Medland | No need for the fixme on a simple TBSTYLE_SEP. |
blob | commitdiff | raw | diff to current |
2002-03-19 |
Duane Clark | TOOLBAR_LButtonUp should work even if ReleaseCapture... |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Guy L. Albertelli | - Add scaffolding for TB_{GET|SET}PADDING. |
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 |
Guy L. Albertelli | - Support CCS_VERT as alternative for TBSTYLE_WRAPABLE. |
blob | commitdiff | raw | diff to current |
2002-02-26 |
Charles Duffy | Stop TOOLBAR_MeasureString from dying on empty strings. |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Guy L. Albertelli | When the commandID was being treated as the index,... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Guy Albertelli | - better trace output |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Uwe Bonnes | Consistent usage of istring, use STR_[Get|Set]Ptr where... |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Guy Albertelli | - Add additional TOOLBAR_CalcToolbar in a different... |
blob | commitdiff | raw | diff to current |
2002-01-12 |
Huw D M Davies | Fix off by one error in TOOLBAR_AddStringW. |
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-12-11 |
Dave Hawkes | Fix for toolbar potentially using a NULL pointer. |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Dave Hawkes | The toolbar commands were not sent to the correct notif... |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Guy L. Albertelli | Undocumented feature of TB_{GET|SET}BUTTONINFO{A|W... |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Dave Hawkes | TOOLBAR_GetRect did not correctly translate the command... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Guy L. Albertelli | - Fix positioning of text in buttons. |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Guy L. Albertelli | - Implement TBSTYLE_FLAT as "transparent" toolbar and... |
blob | commitdiff | raw | diff to current |
2001-08-03 |
Guy L. Albertelli | - Add debugging dumps of bar and buttons, and trace... |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Nog | Don't enable the 'hot' state of a toolbar button when... |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Guy L. Albertelli | - On TB_SETIMAGELIST retrieve new values of the bitmap... |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Guy L. Albertelli | - Recalc the toolbar size on TB_SETBUTTONSIZE in certai... |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Gerard Patel | Refresh bitmap count to take in account imagelist chang... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Mike McCormack | Fix button text placement for disabled buttons (see... |
blob | commitdiff | raw | diff to current |
2001-06-24 |
Guy L. Albertelli | Fixed test so 0xffffffff is properly recognized. |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Francois Gouget | TOOLBAR_InsertButtonA: If iString==-1 then don't use... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Kohl | Fixed behaviour of dropdown buttons. When a dropdown... |
blob | commitdiff | raw | diff to current |
2001-02-16 |
François Gouget | TB_SETBUTTONSIZE messages must be taken into account... |
blob | commitdiff | raw | diff to current |
2001-02-16 |
Aric Stewart | Setting the HotItem to -1 can be disastrous at times... |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Aric Stewart | Continued the implementation of Set Hot Item. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
François Gouget | debugstr_xxx already does the quoting. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
James Abbatiello | Don't allow comctl32 controls to access their infoPtr... |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Ulrich Czekalla | Only call TOOLBAR_CalcToolbar when parameters change. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Andreas Mohr | Invalid buttons are "hidden". |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Eric Kohl | Removed calls to internal (non-exported) wine functions. |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Eric Kohl | Implemented toolbar customization dialog. |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Marcus Meissner | Swap CalcToolbar and paint rectangle computation to... |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Marcus Meissner | Removed unnecessary calls of TOOLBAR_CalcToolbar()... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Chris Morgan | Fix depressed state with flat toolbars so pressing... |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Francois Gouget | Modified the bitmap centering algorithm to take the... |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Susan Farley | Call ReleaseCapture (which triggers WM_CAPTURECHANGED... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Susan Farley | Support for TBSTYLE_EX_DRAWDDARROWS style; reset captur... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Francois Gouget | The size of the comctl32 internal bitmaps is 24x24... |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Chris Morgan | Fixed button image to be offset to the center of the... |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Chris Morgan | Change FIXME("Button size set after button in toolbar... |
blob | commitdiff | raw | diff to current |
2000-08-18 |
Chris Morgan | - Added a helper function TOOLBAR_GetText() and macro... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
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-08-06 |
Chris Morgan | Converted all calls to RedrawWindow to InvalidateRect... |
blob | commitdiff | raw | diff to current |
2000-07-23 |
David Elliott | - Changed the temporary buffer for loading resources... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Rob Farnum | Ignore iBitmap width when drawing flat toolbar. |
blob | commitdiff | raw | diff to current |
2000-07-11 |
Chris Morgan | Fixed TOOLBAR_DrawString() to offset button text if... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Chris Morgan | Fixed TOOLBAR_DrawString() to offset button text if... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Gerard Patel | Allow the size of bitmaps to be changed after toolbar... |
blob | commitdiff | raw | diff to current |
2000-06-25 |
Mike McCormack | Add workarounds for null strings in TOOLBAR_InsertButto... |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Dave Hawkes | Avoid gratuitously changing the ZORDER. |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Patrik Stridvall | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Aric Stewart | Added handling of TBSTYLE_AUTOSIZE. |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Uwe Bonnes | TOOLBAR_DrawString: catch index== -1 (but not yet handled). |
blob | commitdiff | raw | diff to current |
2000-06-04 |
Michael Cardenas | Corrected a potential crash. |
blob | commitdiff | raw | diff to current |
2000-06-04 |
Eric Kohl | Started support for menubar-like toolbars. |
blob | commitdiff | raw | diff to current |
2000-05-25 |
Chris Morgan | Use clipping regions to reduce the amount of processing... |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Chris Morgan | Reduce toolbar redrawing and flicker by calling RedrawW... |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Aric Stewart | Corrected a problem of when oldHit is negative and... |
blob | commitdiff | raw | diff to current |
2000-05-19 |
Aric Stewart | Fixes the line of garbage at the bottom of images and... |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Aric Stewart | - Cleaned up some of the drawing code, specifically... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Chris Morgan | Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE... |
blob | commitdiff | raw | diff to current |
2000-04-24 |
Martin Fuchs | Fixed toolbar bitmap size handling. |
blob | commitdiff | raw | diff to current |
2000-04-23 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Martin Fuchs | Implement CCS_NOMOVEY for tool bars. |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Niels Kristian Bec... | Removed superfluous #include statements for header... |
blob | commitdiff | raw | diff to current |
next |