Removed a few inter-dll dependencies.
[wine] / dlls / comctl32 /
2000-04-23  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
2000-04-19  Alexandre JulliardRemoved winmm from import list.
2000-04-19  Alexandre JulliardUse GetProcAddress for mmio* functions to avoid importi...
2000-04-19  Stephane LussierMousewheel support.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-04-15  Martin FuchsImplement CCS_NOMOVEY for tool bars.
2000-04-15  Serge IvanovAdded proper handling TVIS_OVERLAYMASK flag and allows...
2000-04-13  Huw D M DaviesClear TopRootItem when whole tree is deleted.
2000-04-11  Serge IvanovTreeView - minor bugfix and optimization:
2000-04-09  Richard CohenGetItem was returning the item instead of subitem info.
2000-04-08  Yuxi ZhangStephen Mereu
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Andreas MohrDo a LoadLibraryA of WINMM upon ANIMATE_Create and...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Francois GougetExplicitly use the TVN_xxxA version of the macros.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-03-04  Alexandre JulliardVahid Pourlotfali
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-29  Serge IvanovMake updown control work. UpDown control always sends...
2000-02-29  Pascal LessardImplemented the behavior of sending WM_CONTEXTMENU...
2000-02-27  Pierre MageauDon't display the context menu on a double click.
2000-02-26  Alexandre JulliardDon Kelly
2000-02-26  Jim AstonThis reverts Matts patch. The messaging needs double...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-25  Hidenori TakeshimaFix for toolbar button size.
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-25  Serge IvanovIn Windows, if PropertySheet can't create some page...
2000-02-25  Serge IvanovIn function IMAGELIST_InternalDrawMask we have to mask...
2000-02-20  Andreas MohrSpelling fixes.
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-13  Alex PriemFixed off-by-one error.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Marcus MeissnerHeight calculation was 1 off in ImageList_Read.
2000-02-03  Alex Priem- Implementation of WM_SETFORMAT
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Marcus MeissnerOverlay indices are signed shorts (-1 means no overlay)
2000-01-29  Andreas Mohr- add some documentation items
2000-01-29  Marcus MeissnerImplemented ImageList_Read (not 100% correct in regardi...
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-12  Alexandre JulliardRemoved a dependency between oleaut32 and comctl32.
2000-01-12  Alex PriemInfoPtr checking mixed up WM_DESTROY and WM_CREATE.
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-05  Alex Priem- When processing WM_PAINT messages, the treeview might...
2000-01-04  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-12-25  Francois GougetBetter support very long strings by avoiding to copy...
1999-12-25  Huw D M DaviesDPA_DeletePtr was resizing the array to a too small...
1999-12-20  Ian SchmidtCorrected background color and fixed leaking GDI brush.
1999-12-20  Shaun MorrisImplemented _TrackMouseEvent for the TME_LEAVE flag.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Francois GougetWhenever we do an strncpy we should make sure we put...
1999-12-04  Huw D M DaviesAdded stubs for several MRU list functions and document...
1999-12-04  Huw D M DaviesFixes off by one error in item insertion.
1999-11-28  Alexandre JulliardSerge Ivanov
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-28  Dave PicklesPrevent a crash if messages are sent to a toolbar windo...
1999-11-28  Alex Priem- (final?) update of TreeView_* macro's.
1999-11-28  Eric KohlFixed some visual toolbar bugs.
1999-11-23  Eric Kohl- first 'dummy' implementation of ImageList_Read
1999-11-23  Eric Kohl- added version messages
1999-11-23  Eric Kohl- implemented LBItemFromPt
1999-11-23  Eric Kohl- implemented simple column order array functionality
1999-11-23  Eric Kohl- minor update to mru list functions
1999-11-23  Eric Kohl- added version messages and some simple get/set messages.
1999-11-21  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-11-21  Eric PouechAdded undocumented feature to InsertButtonA.
1999-11-21  Eric PouechFixed play back of uncompressed AVI file.
1999-11-21  Alex Priem- fixed crash when adding items with TVI_SORT and wineI...
1999-11-13  Juergen Schmied- inserted markers for the bin2res tool
1999-11-13  Adrian ThurstonAdded validations for page index before using it.
1999-11-07  Juergen Schmied- unified templates for the open and the save dlg
1999-11-07  David Grant- Proper initialization of cchTextMax field was added for
1999-11-07  Eric PouechFixed SetTitleA when string resources were to be loaded.
1999-11-07  Pierre Mageau- Fixed an error for scrolling in Listview (sometimes...
1999-11-04  Ulrich CzekallaSet proper item focus on DeleteItem.
1999-10-31  Thuy NguyenPSM_ADDPAGE returns TRUE or FALSE.
1999-10-31  Pierre MageauIn report view mode of the listview control, implemente...
1999-10-31  Thuy NguyenFill in the hwndFrom field of the NMHDR structure when...
1999-10-31  Thuy NguyenWizard mode property sheets have a tab control.
1999-10-31  Ulrich Czekalla- Treeview uses COLOR_WINDOW color instead of clrBk...
1999-10-31  Noomen HamzaSelected button within tab control will be painted...
1999-10-31  Pierre MageauDo not send two PSN_KILLACTIVE messages.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-24  Pierre MageauAdded the functionality of the thumb track.
1999-10-23  Ulrich CzekallaPropertySheet didn't destroy page dialog's window while...
1999-10-23  Pierre MageauUpdate the item width upon a new column in the header...
1999-10-23  Joshua ThielenFixed tooltips positioning.
1999-10-23  Adrian ThurstonProper resource support for dialog title.
1999-10-23  Ulrich CzekallaImplementation of edit labels.
1999-10-23  Pierre MageauFixed the ascending and descending sort order for the...
1999-10-23  Ulrich Czekalla- adds calling application defined callback function...
1999-10-23  Ulrich CzekallaProperly copy text into user supplied buffer.
1999-10-23  Ulrich CzekallaTab control doesn't refresh tab area on TCM_SETCURSEL.
1999-10-23  Ulrich CzekallaThe property sheet dialog needs flag WS_VISIBLE.
1999-10-23  Eric PouechAdded WM_GETFONT support.
next