Implemented GetPrinterA and GetPrinterDriverA.
[wine] / dlls / comctl32 /
1999-07-10  Abey GeorgeSometimes the text on a tab control got truncated.
1999-07-10  Alex PriemImplementation of TVM_SORTCHILDREN. Massaged TVM_SORTCH...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-07-03  Alex PriemFix a crash when doing sorted inserts at top level.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Eric KohlFixed DPA_LoadStream and improved DPA_Merge.
1999-06-26  Eric KohlAdded check for invalid parent item.
1999-06-26  Eric KohlStore buddy window.
1999-06-26  Eric KohlStarted WM_NOTIFYFORMAT support.
1999-06-26  Eric KohlBetter ComboBoxEx placement.
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-22  Eric PouechThou shalt not use C++ comments.
1999-06-22  Francois BoisvertModified ImageList_LoadImageA to check the case where...
1999-06-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-06-12  Ian SchmidtFixed an error and an off-by-one bug in DSA_SetItem...
1999-06-12  Luc TourangeauImageList_GetIcon bug fix.
1999-06-07  Marcus MeissnerFixed >> and * operator precedence problem.
1999-06-05  Ian SchmidtAdded partial implementation for DPA_LoadStream and...
1999-05-29  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-29  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-29  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-29  Luc Tourangeau- Reimplemented the scrolling using SetScrollInfo and...
1999-05-24  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-23  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-22  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-22  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-22  Marcus MeissnerRemoved use of win.h, sysmetrics.h and associated WINE...
1999-05-22  Eric KohlToolbar customization dialog (take one).
1999-05-08  Marcus MeissnerFixed warning.
1999-05-08  Marcus MeissnerPass PROPSHEETPAGE to propertypage dialog as lParam.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Luc TourangeauRemoved the timer that was used to queue TRACKBAR_Refre...
1999-05-08  Yuxi ZhangImplemented toolbar multirow button layout.
1999-05-08  Francois BoisvertImplementation of WM_GETTEXT and WM_GETTEXTLENGTH in...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-01  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-01  Luc TourangeauRemoved some flickering when inserting or deleting...
1999-05-01  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-01  Thuy NguyenAdded support for adding and removing pages dynamically...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Eric PouechPrevent crash when nMinRange > nMaxRange.
1999-04-25  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-24  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Noel BorthwickFixed bug with tooltips stealing focus whenever a toolt...
1999-04-22  Thuy NguyenFirst patch implementing property sheets.
1999-04-21  Juergen SchmiedFixed typo.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Luc Tourangeau-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
1999-04-10  Sylvain St.GermainFixed the messaging problem of the edit box for node...
1999-04-01  Luc TourangeauAdded support for icon and smallicon views.
1999-04-01  Francis BeaudetFixed small ==, != mixup.
1999-04-01  Francis BeaudetImplemented TCM_ADJUSTRECT.
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-25  Pascal LessardChange the AddBitmap function. Implement flat toolbar...
1999-03-25  Marcus MeissnerMissing WINAPI.
1999-03-25  Francis BeaudetImplemented:
1999-03-25  Sylvain St.GermainImplementation of TVM_SORTCHILDRENCB.
1999-03-25  Sylvain St.GermainFix problem in DPA_QuickSort where the sort order was...
1999-03-18  Sylvain St.GermainImplements +/-, PgUp/PgDown, Home/End, Left/Right,...
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-16  Francis BeaudetFixed a slight bug that was included in the change...
1999-03-16  Sylvain St.GermainFixed some graphical problems of the treeview and added...
1999-03-16  Thuy Nguyen0 is a valid index for a tab item.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-13  Alexandre JulliardFixed make depend
1999-03-12  Eric KohlReplaced direct access to the WND structure by correspo...
1999-03-12  Eric KohlFixed some bugs introduced by the automated renaming.
1999-03-12  Luc TourangeauChanged the listview control to add the report view...
1999-03-12  Thuy NguyenRemoved direct access to the WND struct.
1999-03-12  Sylvain St.GermainRemoved direct access to the WND struct.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-17  Luc TourangeauPreliminary listview control implementation.
1999-02-13  Marcus MeissnerSome warnings fixed, one useless VERSION warning remove...
1999-02-11  Alexandre JulliardAuthors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxe...
1999-02-09  Bertho StultiensFix typo to map GetTextExtentPoint to the correct 32A...
1999-02-02  Zygo BlaxellChange a few types to match you-know-who's declarations.
1999-02-02  Eric KohlFixes little pointer bug in DPA_DeletePtr().
1999-01-30  Marcus MeissnerSome more warnings and bugs fixed.
1999-01-30  Alex PriemSmall update.
1999-01-30  Alex Priem- The usual bugfixes.
1999-01-28  James JuranCommented out unused variables to prevent needless...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-28  Marcus MeissnerFixed GetIconInfo16 (.spec,ICONINFO struct is different...
1999-01-26  Andreas MohrImplemented GetIconInfo16 -> call to GetIconInfo32.
1999-01-26  Marcus Meissner3 missing WINAPI added.
1999-01-26  Juergen SchmiedChanged some treeview related definitions.
1999-01-24  Eric KohlFixed several bugs and typos.
1999-01-24  Eric KohlNew drag list control.
next