Minor updates of Slovenian translations.
[wine] / dlls / comctl32 / toolbar.c
2003-08-27  Duane ClarkButton width should be the larger of text width/bitmap...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-13  Robert Shearman- Make button text centre correctly when dropdown arrow...
2003-05-13  Vitaliy MargolenRevert change for resizing buttons.
2003-05-13  Vitaliy MargolenGet rid of direct ImageList access hacks.
2003-04-02  Adam GundyZero initialize the reserved bytes in the toolbar detai...
2003-03-07  Adam GundyTOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-13  Ulrich Czekalla- Add support for multiple image lists.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-28  CarloslParam was not properly sent in TTM_ADDTOOLW.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-21  Duane ClarkCorrect the behavior for disabled toolbar buttons.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-06-13  François GougetFix handling of strings that do not finish with "||".
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-14  Guy L. AlbertelliSupport PGN_SCROLL notify and return either the button...
2002-04-29  Marco BizzarriImplemented the TB_REPLACEBITMAP message.
2002-04-24  Guy L. Albertelli- Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
2002-04-14  Guy L. AlbertelliImplement NM_CUSTOMDRAW notification.
2002-04-05  Guy L. Albertelli- Use the new comctl32 color array for the colors....
2002-03-22  Guy L. Albertelli- Implement CCM_{GET|SET}COLORSCHEME.
2002-03-20  Bill MedlandNo need for the fixme on a simple TBSTYLE_SEP.
2002-03-19  Duane ClarkTOOLBAR_LButtonUp should work even if ReleaseCapture...
2002-03-11  Guy L. Albertelli- Add scaffolding for TB_{GET|SET}PADDING.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Guy L. Albertelli- Support CCS_VERT as alternative for TBSTYLE_WRAPABLE.
2002-02-26  Charles DuffyStop TOOLBAR_MeasureString from dying on empty strings.
2002-02-12  Guy L. AlbertelliWhen the commandID was being treated as the index,...
2002-01-31  Guy Albertelli- better trace output
2002-01-22  Uwe BonnesConsistent usage of istring, use STR_[Get|Set]Ptr where...
2002-01-14  Guy Albertelli- Add additional TOOLBAR_CalcToolbar in a different...
2002-01-12  Huw D M DaviesFix off by one error in TOOLBAR_AddStringW.
2002-01-04  Sander van LeeuwenNever delete the font object received by WM_SETFONT.
2001-12-11  Dave HawkesFix for toolbar potentially using a NULL pointer.
2001-12-05  Dave HawkesThe toolbar commands were not sent to the correct notif...
2001-12-01  Guy L. AlbertelliUndocumented feature of TB_{GET|SET}BUTTONINFO{A|W...
2001-11-20  Dave HawkesTOOLBAR_GetRect did not correctly translate the command...
2001-09-07  Guy L. Albertelli- Fix positioning of text in buttons.
2001-08-13  Guy L. Albertelli- Implement TBSTYLE_FLAT as "transparent" toolbar and...
2001-08-03  Guy L. Albertelli- Add debugging dumps of bar and buttons, and trace...
2001-07-31  NogDon't enable the 'hot' state of a toolbar button when...
2001-07-26  Guy L. Albertelli- On TB_SETIMAGELIST retrieve new values of the bitmap...
2001-07-20  Guy L. Albertelli- Recalc the toolbar size on TB_SETBUTTONSIZE in certai...
2001-07-17  Gerard PatelRefresh bitmap count to take in account imagelist chang...
2001-07-02  Mike McCormackFix button text placement for disabled buttons (see...
2001-06-24  Guy L. AlbertelliFixed test so 0xffffffff is properly recognized.
2001-05-31  Francois GougetTOOLBAR_InsertButtonA: If iString==-1 then don't use...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-20  Eric KohlFixed behaviour of dropdown buttons. When a dropdown...
2001-02-16  François GougetTB_SETBUTTONSIZE messages must be taken into account...
2001-02-16  Aric StewartSetting the HotItem to -1 can be disastrous at times...
2001-02-15  Aric StewartContinued the implementation of Set Hot Item.
2001-02-14  François Gougetdebugstr_xxx already does the quoting.
2001-02-12  James AbbatielloDon't allow comctl32 controls to access their infoPtr...
2001-01-10  Ulrich CzekallaOnly call TOOLBAR_CalcToolbar when parameters change.
2000-12-13  Andreas MohrInvalid buttons are "hidden".
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Eric KohlRemoved calls to internal (non-exported) wine functions.
2000-11-07  Eric KohlImplemented toolbar customization dialog.
2000-11-02  Marcus MeissnerSwap CalcToolbar and paint rectangle computation to...
2000-11-01  Marcus MeissnerRemoved unnecessary calls of TOOLBAR_CalcToolbar()...
2000-10-12  Chris MorganFix depressed state with flat toolbars so pressing...
2000-09-29  Francois GougetModified the bitmap centering algorithm to take the...
2000-09-29  Susan FarleyCall ReleaseCapture (which triggers WM_CAPTURECHANGED...
2000-09-26  Susan FarleySupport for TBSTYLE_EX_DRAWDDARROWS style; reset captur...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Francois GougetThe size of the comctl32 internal bitmaps is 24x24...
2000-09-22  Chris MorganFixed button image to be offset to the center of the...
2000-09-18  Chris MorganChange FIXME("Button size set after button in toolbar...
2000-08-18  Chris Morgan- Added a helper function TOOLBAR_GetText() and macro...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-06  Chris MorganConverted all calls to RedrawWindow to InvalidateRect...
2000-07-23  David Elliott- Changed the temporary buffer for loading resources...
2000-07-15  Rob FarnumIgnore iBitmap width when drawing flat toolbar.
2000-07-11  Chris MorganFixed TOOLBAR_DrawString() to offset button text if...
2000-07-08  Chris MorganFixed TOOLBAR_DrawString() to offset button text if...
2000-07-08  Gerard PatelAllow the size of bitmaps to be changed after toolbar...
2000-06-25  Mike McCormackAdd workarounds for null strings in TOOLBAR_InsertButto...
2000-06-23  Dave HawkesAvoid gratuitously changing the ZORDER.
2000-06-11  Patrik StridvallFixed some warnings.
2000-06-07  Aric StewartAdded handling of TBSTYLE_AUTOSIZE.
2000-06-07  Uwe BonnesTOOLBAR_DrawString: catch index== -1 (but not yet handled).
2000-06-04  Michael CardenasCorrected a potential crash.
2000-06-04  Eric KohlStarted support for menubar-like toolbars.
2000-05-25  Chris MorganUse clipping regions to reduce the amount of processing...
2000-05-23  Chris MorganReduce toolbar redrawing and flicker by calling RedrawW...
2000-05-23  Aric StewartCorrected a problem of when oldHit is negative and...
2000-05-19  Aric StewartFixes the line of garbage at the bottom of images and...
2000-05-10  Aric Stewart- Cleaned up some of the drawing code, specifically...
2000-04-28  Chris MorganImplemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE...
2000-04-24  Martin FuchsFixed toolbar bitmap size handling.
2000-04-23  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
2000-04-15  Martin FuchsImplement CCS_NOMOVEY for tool bars.
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
next