2002-10-04 |
Dimitrie O. Paun | - Fix nasty bug in REPORT mode, when calculating the... |
tree | commitdiff |
2002-10-03 |
György 'Nog' Jeney | Abort with error if the app uses our api to subclass... |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Reorganize DrawItem. |
tree | commitdiff |
2002-10-02 |
György 'Nog' Jeney | Use the new Subclassing API. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | Fancy/optimized EnsureVisible method that eliminates... |
tree | commitdiff |
2002-10-02 |
György 'Nog' Jeney | Implemented {G|S}etWindowSubClass, DefSubclassProc, |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Fix the subitem drawing code. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Fix the state icon handling. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Rework the {Insert,Delete}Column functions. |
tree | commitdiff |
2002-10-01 |
Dimitrie O. Paun | - Fix LIST mode, broken by previous changes. |
tree | commitdiff |
2002-09-30 |
Paul Rupe | Prevent crash when listview trace logging is on. |
tree | commitdiff |
2002-09-29 |
Guy Albertelli | - Eliminate extra background fills. |
tree | commitdiff |
2002-09-29 |
Dimitrie O. Paun | - Cache GWL_STYLE, to avoid fetching in virtually every... |
tree | commitdiff |
2002-09-27 |
Dimitrie O. Paun | Remove item from the list, if we fail to initialize... |
tree | commitdiff |
2002-09-27 |
Dimitrie O. Paun | - Fix crashes in debug mode. |
tree | commitdiff |
2002-09-25 |
Paul Rupe | - Initialize memory to prevent crashes when -debugmsg... |
tree | commitdiff |
2002-09-25 |
Paul Rupe | Resize dynamic pointer array more carefully when adding... |
tree | commitdiff |
2002-09-24 |
Guy L. Albertelli | - Localize origin, location, and rectangle computation. |
tree | commitdiff |
2002-09-24 |
Dimitrie O. Paun | Small cleanups, updated documentation. |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | Remove some more superfluous ZeroMemory calls, small... |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | - Fix outputting of a text pointer in debug mode (by... |
tree | commitdiff |
2002-09-23 |
Patrik Stridvall | Cleaned up the code so it would be easier to parse... |
tree | commitdiff |
2002-09-18 |
Dimitrie O. Paun | - Better implementation for GetTopindex/GetOrigin/SetIc... |
tree | commitdiff |
2002-09-17 |
Gyorgy 'Nog' Jeney | - Unicodeify control. |
tree | commitdiff |
2002-09-17 |
Dimitrie O. Paun | - Optimize the heck out of Report drawing. |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
tree | commitdiff |
2002-09-17 |
Sander van Leeuwen | Listview_ProcessLetterKeys: fixed never ending loop... |
tree | commitdiff |
2002-09-16 |
Dimitrie O. Paun | - Reorganization and cleanup of selection code. |
tree | commitdiff |
2002-09-16 |
Dimitrie O. Paun | - Grand rewrite for {Get,Set,Insert}Item & Co. |
tree | commitdiff |
2002-09-13 |
Guy L. Albertelli | - Improve LVM_GETITEMRECT values for LVS_ICON style... |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | - Implement custom draw support. |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Fix a bunch of bugs related to scrolling. |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | - Complete rewrite of scrolling code: smaller, faster... |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Greatly improved drawing code: eliminates all flicker... |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | - Rewrite the drawing code. It now is much smaller... |
tree | commitdiff |
2002-09-11 |
Dimitrie O. Paun | - Implement autopaging. |
tree | commitdiff |
2002-09-11 |
Dimitrie O. Paun | Code cleanups and simplifications, documentation updates. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | - Pass infoPtr around, instead of hwnd. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | - Fix bug in mouse position reading. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | - Fix the tics drawing code. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | Add support for the TTM_GETBUBBLESIZE message. |
tree | commitdiff |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
tree | commitdiff |
2002-09-06 |
Dimitrie O. Paun | - Eliminate flicker. |
tree | commitdiff |
2002-09-06 |
Dimitrie O. Paun | Add generic notification support for the common controls. |
tree | commitdiff |
2002-09-06 |
Dimitrie O. Paun | - Complete support for rgb{Fg,Bk} in DrawIndirect. |
tree | commitdiff |
2002-09-04 |
Dimitrie O. Paun | - Fix ImageList_GetIcon to use ImageList_* functions for |
tree | commitdiff |
2002-09-04 |
Dimitrie O. Paun | - Unicodification (use Unicode functions & types consis... |
tree | commitdiff |
2002-09-04 |
Dimitrie O. Paun | Small updown cleanup. |
tree | commitdiff |
2002-09-04 |
Dimitrie O. Paun | - implement support for xBitmap and yBitmap in ImageLis... |
tree | commitdiff |
2002-08-30 |
Steven Edwards | Update some .cvsignore files for building on Windows. |
tree | commitdiff |
2002-08-30 |
Dimitrie O. Paun | Implement CBES_EX_NOSIZELIMIT style. |
tree | commitdiff |
2002-08-29 |
Guy L. Albertelli | - Reduce the number of messages being passed to itself... |
tree | commitdiff |
2002-08-28 |
Dimitrie O. Paun | - implement CBEN_DRAGBEGIN |
tree | commitdiff |
2002-08-27 |
Mike McCormack | Change the icon spacing when setting the image list. |
tree | commitdiff |
2002-08-27 |
Aric Stewart | Windows expects the edit window to hang around and... |
tree | commitdiff |
2002-08-27 |
Dimitrie O. Paun | Implement CBES_EX_PATHWORDBREAKPROC for the ComboEx... |
tree | commitdiff |
2002-08-27 |
Jacek Bator | Added Polish translations. |
tree | commitdiff |
2002-08-26 |
Andriy Palamarchuk | Implemented processing of PSM_SETCURSELID message. |
tree | commitdiff |
2002-08-26 |
Dimitrie O. Paun | - implement CBES_EX_CASESENSITIVE |
tree | commitdiff |
2002-08-16 |
Dmitry Timoshkov | Implement comctl32.417 and shlwapi.299. This avoids... |
tree | commitdiff |
2002-08-16 |
Mike McCormack | ImageList_SetImageCount should set nCurImage (the number of |
tree | commitdiff |
2002-08-13 |
Alexandre Julliard | Reduce flicker on updates. |
tree | commitdiff |
2002-08-13 |
Mike McCormack | Duplicate the font handle passed through WM_SETFONT... |
tree | commitdiff |
2002-08-13 |
Dmitry Timoshkov | Added WM_GET/SETTEXT support. |
tree | commitdiff |
2002-08-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-07-29 |
Alexandre Julliard | Import comctl32 functions from shell32 by ordinal. |
tree | commitdiff |
2002-07-23 |
Guy L. Albertelli | - Implement LVM_SCROLL and adjust scrolling for all... |
tree | commitdiff |
2002-07-22 |
Michael Stefaniuc | ImageList_Remove returns TRUE when removing all images... |
tree | commitdiff |
2002-07-19 |
Dimitrie O. Paun | Allow the application to subclass a buddy edit (spotted... |
tree | commitdiff |
2002-07-16 |
Guy L. Albertelli | Don't issue error message if message number in applicat... |
tree | commitdiff |
2002-07-16 |
Bill Medland | Correction to header order maintenance when a dummy... |
tree | commitdiff |
2002-07-16 |
Bill Medland | DeleteColumn should return success even for uOwnerData. |
tree | commitdiff |
2002-07-10 |
Guy L. Albertelli | - Improve traces. |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Removed non-static structure initializers. |
tree | commitdiff |
2002-06-28 |
Rok Mandeljc | Added Slovenian resources. |
tree | commitdiff |
2002-06-28 |
Guy L. Albertelli | Add TCM_SETCURSEL when setting page current. |
tree | commitdiff |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-20 |
Guy L. Albertelli | - Add routines to dump out tab items internally and... |
tree | commitdiff |
2002-06-14 |
Guy L. Albertelli | Support images on the tabs of pages that are added... |
tree | commitdiff |
2002-06-14 |
Dmitry Timoshkov | Cosmetic fix. |
tree | commitdiff |
2002-06-13 |
François Gouget | Fix handling of strings that do not finish with "||". |
tree | commitdiff |
2002-06-13 |
Guy L. Albertelli | - Correct page rectangle calculation. |
tree | commitdiff |
2002-06-10 |
Paul Rupe | Support for LVM_SUBITEMHITTEST; check for out-of-bounds... |
tree | commitdiff |
2002-06-10 |
Won-kyu Park | Added Korean resources. |
tree | commitdiff |
2002-06-04 |
Gerald Pfeifer | Warning fix. |
tree | commitdiff |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-30 |
Sander van Leeuwen | Match behaviour of ImageList_LoadImageA wrt cx paramete... |
tree | commitdiff |
2002-05-29 |
Alexandre Julliard | Replaced swprintf by wsprintfW. |
tree | commitdiff |
2002-05-29 |
Sander van Leeuwen | - Check for valid part nr in STATUSBAR_GetTextLength. |
tree | commitdiff |
2002-05-29 |
Guy L. Albertelli | - Fixed drawing of borders to that of native (uses... |
tree | commitdiff |
2002-05-28 |
Maciek Kaliszewski | Fixed memory allocation bug in PROPSHEET_CollectPageInfo. |
tree | commitdiff |
2002-05-24 |
James Juran | Add missing \n to output messages. |
tree | commitdiff |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and... |
tree | commitdiff |
2002-05-16 |
Steven Edwards | Fixed snprintf warnings. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-14 |
Sander van Leeuwen | - Center property sheet page during creation (padding) |
tree | commitdiff |
next |