2005-03-25 |
Alexandre Julliard | Moved DCE support to the X11 driver. |
blob | commitdiff | raw |
2005-03-24 |
Alexandre Julliard | Don't maintain a client-side WND structure for the... |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Jason Edmeades | Make RegisterClassExA check that reserved bytes is... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Dmitry Timoshkov | - Fix prototypes of GetClassLongA/W, GetClassLongPtrA... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Alexandre Julliard | Moved private USER definitions to a new user_private... |
blob | commitdiff | raw | diff to current |
2004-11-28 |
Alexandre Julliard | Take advantage of the new winproc handling to move... |
blob | commitdiff | raw | diff to current |
2004-11-24 |
Alexandre Julliard | Changed winproc allocation to be based only on the... |
blob | commitdiff | raw | diff to current |
2004-05-28 |
Dmitry Timoshkov | Add a test for accessing classes from another thread. |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Alexandre Julliard | Avoid a few more GetModuleHandle calls. |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Alexandre Julliard | Store a pointer to the client-side class structure... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Alexandre Julliard | Added window classes in the server, and support for... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Alexandre Julliard | Made all the RegisterClass and GetClassInfo variants... |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Dmitry Timoshkov | Implemented RealGetWindowClass. |
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-05-19 |
Dmitry Timoshkov | GetClassInfo returns class atom on success. |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Fixed more -DSTRICT issues. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Moved some more 16-bit functions to user16.c. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Stefan Leichter | Moved implementation of Get/SetClassLong from ascii... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Bill Medland | It is legal to call UnregisterClass with an hInstance... |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Joshua Thielen | Local classes registered with USER instance handle... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-11-05 |
Joshua Thielen | For global classes, GetClassInfo now returns a handle... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Alexandre Julliard | Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Alexandre Julliard | Fixed locking of class list. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Alexandre Julliard | Fixed GetClassLong to return full 32 bits for all items. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Ulrich Weigand | Added check whether unaligned memory access is allowed. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
blob | commitdiff | raw | diff to current |
2000-12-09 |
Andreas Mohr | - README update |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Alexandre Julliard | Removed dependencies on the internals of the CLASS... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-09-12 |
Huw D M Davies | Don't try to delete a wndclass background brush if... |
blob | commitdiff | raw | diff to current |
2000-08-23 |
Alexandre Julliard | Fixed RegisterClass last error code on atom creation... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Andreas Mohr | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Noomen Hamza | GetClassInfo should return global classes even if the... |
blob | commitdiff | raw | diff to current |
2000-06-18 |
James Hatheway | We must return the atom of the class in GetClassInfoEx... |
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-02-13 |
Alexandre Julliard | Moved global atoms to the server (based on the work... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Phillip Ezolt | Added missing goto in switch statement. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
1999-09-04 |
Pierre Mageau | Changed CopyImage to accept desiredX, desiredY and... |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Marcus Meissner | Use in GetClassInfoW the same hack for systemclasses... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Huw D M Davies | Bugfix for TRACE in UnregisterClass. |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Guy Albertelli | Fix locking with proper calls to WIN_ReleaseWndPtr. |
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-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
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-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Michael Veksler | Moves more stuff from windows.h. |
blob | commitdiff | raw | diff to current |
1998-12-07 |
NF Stevens | Added case for GCW_ATOM int GetClassLong32A. |
blob | commitdiff | raw | diff to current |
1998-12-01 |
NF Stevens | The class name needs to be converted to a getptr. |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Rein Klazes | Fixed typo. |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Alexandre Julliard | Small atom fixes. |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Gavriel State | Added code to manage Ascii and WideChar class names... |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-03-29 |
Alexandre Julliard | Release 980329 wine-980329 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-08-04 |
Alexandre Julliard | Release 970804 wine-970804 |
blob | commitdiff | raw | diff to current |
1997-03-29 |
Alexandre Julliard | Release 970329 wine-970329 |
blob | commitdiff | raw | diff to current |
1997-03-05 |
Alexandre Julliard | Release 970305 wine-970305 |
blob | commitdiff | raw | diff to current |
1996-12-22 |
Alexandre Julliard | Release 961222 wine-961222 |
blob | commitdiff | raw | diff to current |
1996-11-02 |
Alexandre Julliard | Release 961102 wine-961102 |
blob | commitdiff | raw | diff to current |
1996-09-28 |
Alexandre Julliard | Release 960928 wine-960928 |
blob | commitdiff | raw | diff to current |
1996-07-28 |
Alexandre Julliard | Release 960728 wine-960728 |
blob | commitdiff | raw | diff to current |
1996-07-17 |
Alexandre Julliard | Release 960717 wine-960717 |
blob | commitdiff | raw | diff to current |
1996-07-05 |
Alexandre Julliard | Release 960705 wine-960705 |
blob | commitdiff | raw | diff to current |
1996-06-16 |
Alexandre Julliard | Release 960616 wine-960616 |
blob | commitdiff | raw | diff to current |
1996-06-11 |
Alexandre Julliard | Release 960611 wine-960611 |
blob | commitdiff | raw | diff to current |
1996-06-06 |
Alexandre Julliard | Release 960606 wine-960606 |
blob | commitdiff | raw | diff to current |
1996-05-21 |
Alexandre Julliard | Release 960521 wine-960521 |
blob | commitdiff | raw | diff to current |
1996-05-16 |
Alexandre Julliard | Release 960516 wine-960516 |
blob | commitdiff | raw | diff to current |
1996-05-06 |
Alexandre Julliard | Release 960506 wine-960506 |
blob | commitdiff | raw | diff to current |
1996-04-28 |
Alexandre Julliard | Release 960428 wine-960428 |
blob | commitdiff | raw | diff to current |
1996-03-24 |
Alexandre Julliard | Release 960324 wine-960324 |
blob | commitdiff | raw | diff to current |
1996-03-14 |
Alexandre Julliard | Release 960314 wine-960314 |
blob | commitdiff | raw | diff to current |
1995-10-03 |
Alexandre Julliard | Release 951003 wine-951003 |
blob | commitdiff | raw | diff to current |
1995-09-01 |
Alexandre Julliard | Release 950901 wine-950901 |
blob | commitdiff | raw | diff to current |
1995-08-17 |
Alexandre Julliard | Release 950817 wine-950817 |
blob | commitdiff | raw | diff to current |
next |