2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
blob | commitdiff | raw |
2005-10-21 |
Krzysztof Foltman | Separators with group style set don't separate toolbar... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Robert Shearman | - Add support for navigating a toolbar with the arrow... |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Marcus Meissner | The last argument to MultiByteToWideChar is wide charac... |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Frank Richter | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Yuri Kozlov | Set default size for toolbar bitmap if not specified. |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Frank Richter | Add theming for toolbar control. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Robert Shearman | - Call SetBkMode with the correct value from the NMTBCU... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Robert Shearman | - Height is now calculated based on the number of rows... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Robert Shearman | TBSTATE_INDETERMINATE only takes effect if the button... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Robert Shearman | Native autosizes on inserting/adding buttons, so we... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Robert Shearman | The IsValidImageList test is not needed because if... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Robert Shearman | The calculated button height should include the text... |
blob | commitdiff | raw | diff to current |
2005-07-15 |
Aric Stewart | When adding an image copy the full previous buffer. |
blob | commitdiff | raw | diff to current |
2005-06-25 |
Robert Shearman | - Document how the native lays out the internal compone... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Robert Shearman | Fix TB_GETBUTTONSIZE to return the correct width/height... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Dimitrie O. Paun | Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Dimitrie O. Paun | Fix a memory leak in toolbar. Avoid casts. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Dimitrie O. Paun | Complete unicodification of the toolbar common control. |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Thomas Weidenmueller | When a toolbar doesn't have the TBSTYLE_FLAT style... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Tinus | Properly allow removing toolbar bitmaps by changing... |
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-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Robert Shearman | Store the new style before redrawing and repositioning... |
blob | commitdiff | raw | diff to current |
2004-11-10 |
Robert Shearman | - Set cache bitmap dimensions correctly when a 0x0... |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Robert Shearman | - bNtfUnicode is a dup' of bUnicode so remove it and... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Robert Shearman | Implement TBN_RESTORE notification. |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Dmitry Timoshkov | Do not retrieve infoPtr twice in ToolbarWindowProc... |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Robert Shearman | - Don't fill in any more information than native does... |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Thorsten Kani | Don't add extra OFFSET_X/Y to the calculation of rcBitm... |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Robert Shearman | - Draw with ILD_TRANSPARENT instead of ILD_NORMAL to... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Robert Shearman | - TBN_DELETINGBUTTON sends the command ID, not the... |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Filip Navara | Add note about unimplemented TB_SAVERESTORE message. |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Robert Shearman | - Fix some TRACEs |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Robert Shearman | Use Unicode window messages. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Robert Shearman | - Make customization list boxes into drag list boxes. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Robert Shearman | - Obey TBCDRF_NOOFFSET for the button text. |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Robert Shearman | TB_MARKITEM should redraw button. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | - Send NM_LDOWN notification. |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Robert Shearman | Fix regression with IE's Menu Bar. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Robert Shearman | - Implement insert marks. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Robert Shearman | - Fix anchor highlighting. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Filip Navara | Fix TOOLBAR_DrawMasked to correctly use image list... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Filip Navara | Use system metrics values in TOOLBAR_DrawPattern instea... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Filip Navara | Make the pattern drawing in TOOLBAR_DrawPattern look... |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Robert Shearman | - Clean up the mask drawing code. |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Ulrich Czekalla | Handle case when item text is empty. |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Robert Shearman | Don't draw whole button pressed when separate dropdown... |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Robert Shearman | - TBN_DRAGOUT and NM_RDBLCLK notifications. |
blob | commitdiff | raw | diff to current |
2004-05-12 |
Maxime Bellengé | Add DT_END_ELLIPSIS as defaut style for text. |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Maxime Bellengé | Add NM_RCLICK notification support for toolbars. |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Maxime Bellengé | Fix the size of the listview items in the customize... |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Maxime Bellengé | Fix TB_GETSTYLE message to return the style of the... |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Robert Shearman | - Optimise accessing toolbar style by storing it in... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Huw Davies | Fix dumb error from rev. 1.158. |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Robert Shearman | - Fix LButtonDown from previous change. |
blob | commitdiff | raw | diff to current |
2004-03-23 |
Robert Shearman | - Add cursor resource. |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Robert Shearman | - Fix SetBitmapSize. |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Robert Shearman | - Documentation update. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Robert Shearman | - Document completeness. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Robert Shearman | - Honour WM_SETREDRAW. |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Robert Shearman | - Implement TB_LOADIMAGES, TB_MAPACCELERATOR{A,W},... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Robert Shearman | - Add support for a toolbar global iListGap. |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Ge van Geldorp | Explicitly ask for image list with screen depth as... |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Robert Shearman | Rewrite drawing code. |
blob | commitdiff | raw | diff to current |
2004-03-07 |
Robert Shearman | Don't allocate space for text when nMaxTextRows = 0. |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Robert Shearman | - Support custom check background. |
blob | commitdiff | raw | diff to current |
2004-02-20 |
Huw Davies | If TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate... |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Robert Shearman | - Fix some traces. |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Huw Davies | Only redraw button in PressButton and Indeterminate... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Huw Davies | Honour TB_SETMAXTEXTROWS. |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Ulrich Czekalla | Add support for BTNS_WHOLEDROPDOWN. |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Dmitry Timoshkov | Add partial support for some undocumented toolbar messages. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Huw Davies | TB_ADDBUTTONS can pass a string ptr instead of an index. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Huw Davies | Use the BTNS_* toolbar button style defines rather... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Huw Davies | Add a missing return. |
blob | commitdiff | raw | diff to current |
2004-02-03 |
Jon Griffiths | Draw disabled toolbar buttons correctly. |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Ge van Geldorp | Discard mouse button up events if no button is currentl... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Robert Shearman | - Add support for TBSTYLE_EX_MIXEDBUTTONS. |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Rein Klazes | Use button face color for the image mask when adding... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Rein Klazes | Fix some confusion between number of bitmaps and number... |
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-11-05 |
Rein Klazes | Correctly place a toolbar with CCS_BOTTOM style at... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Robert Shearman | - Use the style returned in custom draw structure to... |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Francois Gouget | Weekly spelling fixes. |
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-12 |
Robert Shearman | - Make sure dropdown arrow is always centered. |
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-27 |
Duane Clark | Button width should be the larger of text width/bitmap... |
blob | commitdiff | raw | diff to current |
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 |
next |