2005-08-08 |
Alexandre Julliard | Don't prefix the functions DllCanUnloadNow, DllGetClass... |
blob | commitdiff | raw |
2005-07-27 |
Frank Richter | Added some generic code to allow subclassing (for the... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Mike McCormack | Warning fixes for -Wmissing-declarations and -Wwrite... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Dimitrie O. Paun | Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Dimitrie O. Paun | Complete unicodification. |
blob | commitdiff | raw | diff to current |
2005-03-22 |
Jakob Eriksson | Eliminate HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Eric Kohl | DrawStatusText() must not process prefix characters. |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Robert Shearman | Implement SetPathWordBreakProc and MirrorIcon. |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Ge van Geldorp | Don't free subclass stack while it's still in use. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Dimitrie O. Paun | We now have ICC_LINK_CLASS. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Kevin Koltzau | Fix bug with chained messages. |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Kevin Koltzau | Make SetWindowSubclass behave with SetWindowLong subcla... |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Robert Shearman | - Implement insert marks. |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Thomas Weidenmüller | Implemented syslink control. |
blob | commitdiff | raw | diff to current |
2004-08-02 |
Dmitry Timoshkov | Create toolbar with a not zero default size, it allows... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Filip Navara | Fix CreateMappedBitmap for palette-less bitmaps. |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Filip Navara | - Let the subclassing stack grow the opposite way to... |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Robert Shearman | Fix subclassing to support nested messages. |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Robert Shearman | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Robert Shearman | Update common control function documentation. |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
blob | commitdiff | raw | diff to current |
2004-01-26 |
Alexandre Julliard | There is no need for a private heap in comctl32, memory... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
György 'Nog' Jeney | Fix invalid C constructs (spotted by Marcus Meissner). |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Filip Navara | Fixed prototypes of CreateStatusWindowA/W, ImageList_Copy, |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not... |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Alexandre Julliard | Ordinals 410-413 are the window subclassing functions. |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Jon Griffiths | Documentation updates. |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | Add needed casts for a "no warnings" compile of comctl32. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Christian Neumair | Collect all bugs, missing features, etc in the header... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Jerry Jenkins | Added missing RemoveProp calls. |
blob | commitdiff | raw | diff to current |
2002-10-03 |
György 'Nog' Jeney | Abort with error if the app uses our api to subclass... |
blob | commitdiff | raw | diff to current |
2002-10-02 |
György 'Nog' Jeney | Implemented {G|S}etWindowSubClass, DefSubclassProc, |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-24 |
James Juran | Add missing \n to output messages. |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Dimitrie O. Paun | Complete implementation for DrawStatusText{A,W}. |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Guy L. Albertelli | - Keep track of all system colors used by comctl32... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-15 |
Rein Klazes | Move the implementation of comctl32._TrackMouseEvent to |
blob | commitdiff | raw | diff to current |
2002-01-02 |
Dimitrie O. Paun | Make DrawStatusText Unicode ready. Get rid of a HEAP_st... |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Jon Griffiths | Add exclusion defs & remaining funcs, remove internal... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Guy Albertelli | - Define rest of URL_ESCAPE... and other flags. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-03-16 |
Gerard Patel | Added version info. |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Alexandre Julliard | Cleaned up dll startup routines now that we have separa... |
blob | commitdiff | raw | diff to current |
2001-01-09 |
Gerard Patel | Send the creation notification to the true owner of... |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Andreas Mohr | - clarify many error messages |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Eric Kohl | Removed calls to internal (non-exported) wine functions. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Andreas Mohr | - stupid spelling fixes |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Francois Gouget | Moved DLLVERSIONINFO to shlwapi.h. |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Francois Gouget | Added set WS_CHILD and CCS_TOP to the toolbar's style. |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Chris Morgan | Merged main Wine changes into Corel's treeview control... |
blob | commitdiff | raw | diff to current |
2000-09-12 |
Andreas Mohr | - fixes debugger output |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed all non-standard common control headers from... |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Eric Kohl | Updated to dll version 5.81 (IE 5.01). |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
2000-04-24 |
Patrik Stridvall | Fixed issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-04-24 |
Martin Fuchs | Fixed toolbar bitmap size handling. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Shaun Morris | Implemented _TrackMouseEvent for the TME_LEAVE flag. |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Dennis Björklund | It's no error to send a WM_COMMAND to MenuHelp. |
blob | commitdiff | raw | diff to current |
1999-09-11 |
Stephane Lussier | Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap(). |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Changed xxx(VOID) to xxx(void). |
blob | commitdiff | raw | diff to current |
1999-05-29 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Bertho Stultiens | Built-in dlls now have resources attached via the PE... |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Thuy Nguyen | First patch implementing property sheets. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Pascal Lessard | Change the AddBitmap function. Implement flat toolbar... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Marcus Meissner | Removed no longer necessary win.h include, added now... |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Eric Kohl | Fixed some bugs introduced by the automated renaming. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Eric Kohl | Fixed several bugs and typos. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1998-12-15 |
Paul Quinn | Lots of new defines and stubs. |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Eric Kohl | Added global subclassing atom, used by tooltips and... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Eric Kohl | Added DrawStatusText32AW() and CreateStatusWindow32AW(). |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Eric Kohl | Added xxx_Unregister() functions to all common controls. |
blob | commitdiff | raw | diff to current |
1998-10-17 |
Ove Kaaven | Reduced huge (1GB) heap creation that caused Starcraft... |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Eric Kohl | Added IPAddress and NativeFont controls. |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
|