2001-05-18 |
Francois Gouget | Spelling typos. |
tree | commitdiff |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-05-03 |
Susan Farley | Implement autorepeat scrolling when button is held... |
tree | commitdiff |
2001-04-30 |
Chris Morgan | Implement COMCTL32_StrToIntW() using NTDLL's _wtoi. |
tree | commitdiff |
2001-04-20 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2001-04-20 |
Andreas Mohr | Fixed off by one error in ImageList_DrawIndirect(). |
tree | commitdiff |
2001-04-20 |
Guy L. Albertelli | - Notify parent of child size changes when changes... |
tree | commitdiff |
2001-04-20 |
Guy L. Albertelli | - Implement CB_{GET|SET}ITEMDATA for CombBoxEx. |
tree | commitdiff |
2001-04-18 |
James Hatheway | Eliminate unitialized garbage being returned from LISTV... |
tree | commitdiff |
2001-04-16 |
Francois Gouget | GetItemSpacing(true): Return the default item spacing... |
tree | commitdiff |
2001-04-13 |
Andreas Mohr | - *don't* MoveWindow() the status bar if CCS_NORESIZE... |
tree | commitdiff |
2001-04-10 |
Michael Stefaniuc | Fix for small typo. |
tree | commitdiff |
2001-04-09 |
Marcus Meissner | Translations for German language. |
tree | commitdiff |
2001-04-09 |
Gerard Patel | After an item text changes, the rectangle width should be |
tree | commitdiff |
2001-04-04 |
Rein Klazes | Fixed scrolling of listview with a mouse wheel. |
tree | commitdiff |
2001-04-04 |
Gerard Patel | Erase the in-memory DC for treeview and fixes the recta... |
tree | commitdiff |
2001-04-04 |
Gerard Patel | Set background mode to transparent before calling owner... |
tree | commitdiff |
2001-03-22 |
Jeff Garzik | Added needed string.h includes. |
tree | commitdiff |
2001-03-16 |
Gerard Patel | Added version info. |
tree | commitdiff |
2001-03-16 |
Guy L. Albertelli | - Documented things known to be unimplemented. |
tree | commitdiff |
2001-03-16 |
Guy L. Albertelli | - Correct RBN_CHILDSIZE band rectangle to match native. |
tree | commitdiff |
2001-03-05 |
Francois Gouget | Update nSelectionMark and nFocusedItem when inserting... |
tree | commitdiff |
2001-03-05 |
Susan Farley | - Background of the child wnd should be erased with... |
tree | commitdiff |
2001-03-04 |
Francois Gouget | In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSele... |
tree | commitdiff |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
tree | commitdiff |
2001-02-23 |
Susan Farley | Horiz/Vert determination must be dynamic, as the style... |
tree | commitdiff |
2001-02-20 |
Aric Stewart | Insert the item before calling a SetFirstVisible which... |
tree | commitdiff |
2001-02-20 |
Guy L. Albertelli | - Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM, |
tree | commitdiff |
2001-02-20 |
Eric Kohl | Fixed behaviour of dropdown buttons. When a dropdown... |
tree | commitdiff |
2001-02-16 |
James Hatheway | Update selection after sorting (in LISTVIEW_SortItems... |
tree | commitdiff |
2001-02-16 |
François Gouget | TB_SETBUTTONSIZE messages must be taken into account... |
tree | commitdiff |
2001-02-16 |
Aric Stewart | Setting the HotItem to -1 can be disastrous at times... |
tree | commitdiff |
2001-02-15 |
Aric Stewart | Continued the implementation of Set Hot Item. |
tree | commitdiff |
2001-02-15 |
James Hatheway | Send LVN_DELETEITEM notification first, to avoid crashe... |
tree | commitdiff |
2001-02-14 |
François Gouget | ListView_GetItemRect already sets rc.left. |
tree | commitdiff |
2001-02-14 |
François Gouget | debugstr_xxx already does the quoting. |
tree | commitdiff |
2001-02-14 |
François Gouget | Change the callback declarations to a safer format. |
tree | commitdiff |
2001-02-12 |
Andreas Mohr | Check PROPSHEETPAGEA.pfnCallback for NULL pointer if... |
tree | commitdiff |
2001-02-12 |
François Gouget | Handle WM_CHARs and pass them to TREEVIEW_ProcessLetter... |
tree | commitdiff |
2001-02-12 |
François Gouget | Fix (rewrite), and add documentation to LISTVIEW_Proces... |
tree | commitdiff |
2001-02-12 |
Francois Gouget | Change the callback declarations to a safer format. |
tree | commitdiff |
2001-02-12 |
Chris Morgan | Fix ListView_GetItemRect() macro. |
tree | commitdiff |
2001-02-12 |
James Abbatiello | Don't allow comctl32 controls to access their infoPtr... |
tree | commitdiff |
2001-02-12 |
Susan Farley | Handle the CCS_NORESIZE style. |
tree | commitdiff |
2001-01-26 |
Guy L. Albertelli | - Rewrite WM_CREATE to match native (allocating own... |
tree | commitdiff |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
tree | commitdiff |
2001-01-26 |
Guy L. Albertelli | - make hidden bands have valid (0 width) child window... |
tree | commitdiff |
2001-01-25 |
Gerard Patel | Don't send notifications for the initial display of... |
tree | commitdiff |
2001-01-22 |
Gerard Patel | Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount, |
tree | commitdiff |
2001-01-17 |
Alexandre Julliard | Cleaned up dll startup routines now that we have separa... |
tree | commitdiff |
2001-01-17 |
Ulrich Czekalla | Only adjust item rect by horizontal scrollbar offset... |
tree | commitdiff |
2001-01-13 |
François Gouget | In STATUSBAR_GetTipText{a,W, always put a terminating... |
tree | commitdiff |
2001-01-12 |
Susan Farley | Implemented most functionality. TODO lists whats left. |
tree | commitdiff |
2001-01-10 |
François Gouget | Only copy the dwSize bytes really occupied by lpPropShe... |
tree | commitdiff |
2001-01-10 |
Ulrich Czekalla | Only call TOOLBAR_CalcToolbar when parameters change. |
tree | commitdiff |
2001-01-09 |
François Gouget | Test for NULL and LPSTR_TEXTCALLBACK before using lpCol... |
tree | commitdiff |
2001-01-09 |
Gerard Patel | Send the creation notification to the true owner of... |
tree | commitdiff |
2001-01-09 |
Ulrich Czekalla | Adjust item rects by horizontal scrollbar offset. |
tree | commitdiff |
2001-01-09 |
Gerard Patel | Fixed TCM_GetRowCount. |
tree | commitdiff |
2000-12-27 |
Andreas Mohr | - clarify many error messages |
tree | commitdiff |
2000-12-26 |
Eric Pouech | No longer using function pointers to winmm and msvfw32... |
tree | commitdiff |
2000-12-19 |
Gerard Patel | Do not send a WM_NOTIFYFORMAT to a non-existent owner. |
tree | commitdiff |
2000-12-18 |
Guy L. Albertelli | - Implement drag for vertical rebars (drag up and down). |
tree | commitdiff |
2000-12-18 |
Guy L. Albertelli | Pass WM_COMMAND and WM_NOTIFY to parent as received. |
tree | commitdiff |
2000-12-15 |
Aric Stewart | Fixed some difficulties with the font on vertical tabs... |
tree | commitdiff |
2000-12-15 |
Ulrich Czekalla | Mark width as valid when we send HDN_ENDTRACKA. |
tree | commitdiff |
2000-12-14 |
Francois Gouget | Removed the name of APIs exported by ordinal. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Fixed some warnings. |
tree | commitdiff |
2000-12-13 |
Eric Kohl | Fixed crash of WinZip 8.0 due to invalid image list... |
tree | commitdiff |
2000-12-13 |
Andreas Mohr | Invalid buttons are "hidden". |
tree | commitdiff |
2000-12-12 |
Gerard Patel | Use DrawText to display text in horizontal tabs. |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Use libwine and libwine_unicode directly from their... |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-11-30 |
Guy L. Albertelli | Implement better version of DPA_Merge. |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Finished separation of comclt32 and comdlg32. |
tree | commitdiff |
2000-11-29 |
Brian Teague | Add a stub for the CAPS1 capability in GetDeviceCaps. |
tree | commitdiff |
2000-11-29 |
Alexandre Julliard | Cleaned up some more dependencies on Wine internal... |
tree | commitdiff |
2000-11-29 |
Dimitrie O. Paun | Fixed a few compilation warnings. |
tree | commitdiff |
2000-11-29 |
Aric Stewart | Ownerdata listviews were not clearing previously select... |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-26 |
Dimitrie O. Paun | Corrected default values with help from Ulrich Czekalla. |
tree | commitdiff |
2000-11-25 |
Eric Kohl | Added notification format handling. |
tree | commitdiff |
2000-11-25 |
Dimitrie O. Paun | Update comments, cleanup warning messages. |
tree | commitdiff |
2000-11-25 |
Eric Kohl | Removed calls to internal (non-exported) wine functions. |
tree | commitdiff |
2000-11-25 |
Ulrich Czekalla | Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing. |
tree | commitdiff |
2000-11-25 |
Marcus Meissner | MultiByteToWideChar() returns characters, not bytes. |
tree | commitdiff |
2000-11-15 |
Dmitry Timoshkov | Remove redundant includes. |
tree | commitdiff |
2000-11-15 |
Eric Kohl | Use internal unicode strings. |
tree | commitdiff |
2000-11-15 |
Eric Kohl | New unicode support functions. |
tree | commitdiff |
2000-11-13 |
Alexandre Julliard | Temp hack: do not import dlls that we link with at... |
tree | commitdiff |
2000-11-13 |
Guy L. Albertelli | Implement dragging on gripper to expand and compress... |
tree | commitdiff |
2000-11-12 |
Alexandre Julliard | Start using import tables for dlls that can already... |
tree | commitdiff |
2000-11-11 |
Andreas Mohr | Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowPro... |
tree | commitdiff |
2000-11-09 |
Eric Kohl | Added header control cursors and drag list arrow icon. |
tree | commitdiff |
2000-11-09 |
Dmitry Timoshkov | Make a copy of the dialog resource before correcting... |
tree | commitdiff |
2000-11-08 |
Aric Stewart | Implemented VK_PRIOR and VK_NEXT processing (merged... |
tree | commitdiff |
2000-11-07 |
Eric Kohl | Implemented toolbar customization dialog. |
tree | commitdiff |
next |