2000-08-03 |
Huw D M Davies | Redo the show/hide logic and add a comment to explain... |
tree | commitdiff |
2000-08-03 |
Aric Stewart | - Fixed bug where InitSubItem was doing a ZeroMemory... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-08-01 |
Alexandre Julliard | Serge Ivanov |
tree | commitdiff |
2000-08-01 |
Matthew Lake | Fixed a segfault problem using the standard file open... |
tree | commitdiff |
2000-08-01 |
Susan Farley | More consistent calculation of line height, scrolls... |
tree | commitdiff |
2000-08-01 |
Aric Stewart | Fixed a few bugs including one with setting extended... |
tree | commitdiff |
2000-08-01 |
Marcus Meissner | Removed some flicker by detecting if we set the same... |
tree | commitdiff |
2000-07-29 |
Marcus Meissner | Implemented SmoothScrollWindow. |
tree | commitdiff |
2000-07-26 |
Eric Pouech | - removed (now obsolete) driver.h file (it's content... |
tree | commitdiff |
2000-07-25 |
Aric Stewart | Prevent the attempt to draw invalid image indexes. |
tree | commitdiff |
2000-07-23 |
Aric Stewart | Handle the case where the function SetItem is called... |
tree | commitdiff |
2000-07-23 |
David Elliott | - Changed the temporary buffer for loading resources... |
tree | commitdiff |
2000-07-15 |
Rob Farnum | Ignore iBitmap width when drawing flat toolbar. |
tree | commitdiff |
2000-07-11 |
Chris Morgan | Fixed TOOLBAR_DrawString() to offset button text if... |
tree | commitdiff |
2000-07-08 |
Chris Morgan | Fixed TOOLBAR_DrawString() to offset button text if... |
tree | commitdiff |
2000-07-08 |
Gerard Patel | Allow the size of bitmaps to be changed after toolbar... |
tree | commitdiff |
2000-07-08 |
Slava Monich | On Windows property sheet has DWL_USER dword pointing... |
tree | commitdiff |
2000-07-08 |
James Hatheway | Only use the column headers to calculate the width... |
tree | commitdiff |
2000-07-08 |
Slava Monich | Changed the size of property sheet template to be the... |
tree | commitdiff |
2000-07-08 |
Andreas Mohr | DSA_InsertItem returns nIndex, not nItemCount. |
tree | commitdiff |
2000-07-08 |
Chris Morgan | Fixed background redrawing when control is covered... |
tree | commitdiff |
2000-06-25 |
Mike McCormack | Add workarounds for null strings in TOOLBAR_InsertButto... |
tree | commitdiff |
2000-06-24 |
Eric Pouech | Fixed animation loading for RLE encoding. |
tree | commitdiff |
2000-06-23 |
Dave Hawkes | Avoid gratuitously changing the ZORDER. |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-06-20 |
Gerard Patel | Protect against programs creating parts with negative... |
tree | commitdiff |
2000-06-18 |
Noomen Hamza | WM_PAINT should be processed only by the TREEVIEW_Paint... |
tree | commitdiff |
2000-06-13 |
Alexandre Julliard | Use the Unicode string functions from wine/unicode... |
tree | commitdiff |
2000-06-11 |
Aric Stewart | We were not properly masking the item that was sent... |
tree | commitdiff |
2000-06-11 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-08 |
Aric Stewart | Windows must update the right edge (-1) of the last... |
tree | commitdiff |
2000-06-08 |
Aric Stewart | Properly handle InsertItem with an invalid HTREEITEM... |
tree | commitdiff |
2000-06-07 |
Aric Stewart | Added handling of TBSTYLE_AUTOSIZE. |
tree | commitdiff |
2000-06-07 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-07 |
Uwe Bonnes | TOOLBAR_DrawString: catch index== -1 (but not yet handled). |
tree | commitdiff |
2000-06-07 |
Noomen Hamza | The active page should be unchanged when removing an... |
tree | commitdiff |
2000-06-04 |
Michael Cardenas | Corrected a potential crash. |
tree | commitdiff |
2000-06-04 |
Chris Morgan | Finished the implementation of LISTVIEW_SetColumnWidth... |
tree | commitdiff |
2000-06-04 |
Chris Morgan | Replaced calls to HEADER_Refresh with InvalidateRect. |
tree | commitdiff |
2000-06-04 |
Eric Kohl | Started support for menubar-like toolbars. |
tree | commitdiff |
2000-06-03 |
Eric Kohl | Updated to dll version 5.81 (IE 5.01). |
tree | commitdiff |
2000-06-03 |
Eric Kohl | Implemented TVM_GETITEMW. |
tree | commitdiff |
2000-06-03 |
Jason Mawdsley | Added support for typing the filename in the listview... |
tree | commitdiff |
2000-05-30 |
Chris Morgan | Added 3D border around control. Fixed monthcal control... |
tree | commitdiff |
2000-05-30 |
Chris Morgan | Removed all direct calls to MONTHCAL_Refresh() and... |
tree | commitdiff |
2000-05-26 |
Alexandre Julliard | Francois Methot (Macadamian) |
tree | commitdiff |
2000-05-25 |
Aric Stewart | Reworked the thumb drawing code, thumb calculation... |
tree | commitdiff |
2000-05-25 |
Chris Morgan | Use clipping regions to reduce the amount of processing... |
tree | commitdiff |
2000-05-25 |
Gerard Patel | Fixes crash when calling Treeview_EndEditLabelNow and... |
tree | commitdiff |
2000-05-24 |
Susan Farley | Defer to standard scrolling APIs for non-flatSB specifi... |
tree | commitdiff |
2000-05-24 |
Aric Stewart | Added handling for TVS_SINGLEEXPAND. |
tree | commitdiff |
2000-05-24 |
Aric Stewart | Corrected the problem where a tab control marked multil... |
tree | commitdiff |
2000-05-24 |
Martin Fuchs | Inserted a missing call to SetWindowPos(). With this... |
tree | commitdiff |
2000-05-23 |
Susan Farley | SetBuddy no longer overwrites its superclass' WndProc... |
tree | commitdiff |
2000-05-23 |
Chris Morgan | Fixed tooltips. |
tree | commitdiff |
2000-05-23 |
Chris Morgan | Reduce toolbar redrawing and flicker by calling RedrawW... |
tree | commitdiff |
2000-05-23 |
Aric Stewart | Corrected a problem of when oldHit is negative and... |
tree | commitdiff |
2000-05-23 |
Aric Stewart | If a listview is created with LVS_NOCOLUMNEHEADER then... |
tree | commitdiff |
2000-05-19 |
Chris Morgan | Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST... |
tree | commitdiff |
2000-05-19 |
Aric Stewart | Fixes the line of garbage at the bottom of images and... |
tree | commitdiff |
2000-05-18 |
Francois Gouget | Convert C++ comments to regular C comments. |
tree | commitdiff |
2000-05-14 |
David Black | Implemented TVM_EDITLABELA, plus some improvements... |
tree | commitdiff |
2000-05-11 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-05-11 |
Eric Pouech | Fixed some quirks (range is 32 bit, page up/dn mismatch... |
tree | commitdiff |
2000-05-11 |
Ken Thomases | Implemented tab control style TCS_HOTTRACK (tabs are... |
tree | commitdiff |
2000-05-11 |
Aric Stewart | Remove the background from the new image when it is... |
tree | commitdiff |
2000-05-11 |
Aric Stewart | Clean up the drawing code after a label update. There... |
tree | commitdiff |
2000-05-10 |
Aric Stewart | Allow the user to cancel label editing with esc and... |
tree | commitdiff |
2000-05-10 |
Ken Thomases | Restore accidentally undone changes. |
tree | commitdiff |
2000-05-10 |
Aric Stewart | - Wine was not properly reporting back the edited label... |
tree | commitdiff |
2000-05-10 |
Aric Stewart | - Cleaned up some of the drawing code, specifically... |
tree | commitdiff |
2000-05-10 |
Alexandre Julliard | Specify the service thread timers in ms instead of us. |
tree | commitdiff |
2000-05-10 |
Gerard Patel | Protect against use of comctl32 private control memory... |
tree | commitdiff |
2000-05-10 |
Aric Stewart | Some programs switch their status bar back and forth... |
tree | commitdiff |
2000-05-09 |
Aric Stewart | Added the ability to use multiline tab controls to... |
tree | commitdiff |
2000-05-07 |
Gerard Patel | Set the itemID member of the DRAWITEMSTRUCT to the... |
tree | commitdiff |
2000-05-07 |
Chris Morgan | Implemented ListView_SetHoverTime(), ListView_GetHoverT... |
tree | commitdiff |
2000-05-05 |
Aric Stewart | Fixed a bug with the processing of HitTest. |
tree | commitdiff |
2000-05-05 |
Huw D M Davies | Fixed DC leak. |
tree | commitdiff |
2000-05-05 |
Sheri Steeves | Worked around some tooltips hide problems by checking... |
tree | commitdiff |
2000-05-01 |
Bertho Stultiens | - Implemented a new preprocessor that is (nearly) ANSI... |
tree | commitdiff |
2000-04-28 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
tree | commitdiff |
2000-04-28 |
Martin Fuchs | - Return modified rectangle after layouting header... |
tree | commitdiff |
2000-04-28 |
Chris Morgan | Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE... |
tree | commitdiff |
2000-04-24 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-04-24 |
Alexandre Julliard | Patrick Yang (Corel) |
tree | commitdiff |
2000-04-24 |
Martin Fuchs | Fixed toolbar bitmap size handling. |
tree | commitdiff |
2000-04-23 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
tree | commitdiff |
2000-04-19 |
Alexandre Julliard | Removed winmm from import list. |
tree | commitdiff |
2000-04-19 |
Alexandre Julliard | Use GetProcAddress for mmio* functions to avoid importi... |
tree | commitdiff |
2000-04-19 |
Stephane Lussier | Mousewheel support. |
tree | commitdiff |
2000-04-18 |
Stephane Lussier | Implemented Mousewheel support. |
tree | commitdiff |
2000-04-15 |
Martin Fuchs | Implement CCS_NOMOVEY for tool bars. |
tree | commitdiff |
2000-04-15 |
Serge Ivanov | Added proper handling TVIS_OVERLAYMASK flag and allows... |
tree | commitdiff |
2000-04-13 |
Huw D M Davies | Clear TopRootItem when whole tree is deleted. |
tree | commitdiff |
2000-04-11 |
Serge Ivanov | TreeView - minor bugfix and optimization: |
tree | commitdiff |
2000-04-09 |
Richard Cohen | GetItem was returning the item instead of subitem info. |
tree | commitdiff |
2000-04-08 |
Yuxi Zhang | Stephen Mereu |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
next |