Dmitry Timoshkov
|
33d5da5bda
|
user32: Make the test pass for GetClassName called on a small buffer.
|
2006-10-23 15:17:13 +02:00 |
Michael Stefaniuc
|
3c60ce8525
|
user: Win64 printf format warning fixes.
|
2006-10-02 14:28:59 +02:00 |
Ge van Geldorp
|
54afeb02de
|
user32: Implement Get/SetClassLongPtrA/W.
|
2006-07-12 20:04:18 +02:00 |
Mike McCormack
|
2e1d2b30f8
|
user32: Stub implementations for Win64's Get/Set LongPtr functions.
|
2006-05-30 19:29:36 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
0667292eb5
|
user: Support storing multiple winprocs in a single winproc handle.
Allows to remove special cases for window classes being Ascii and
Unicode at the same time.
|
2006-05-17 13:55:36 +02:00 |
Alexandre Julliard
|
a9c5fd2612
|
user: Moved Get/SetClassLong16 to wnd16.c.
|
2006-05-10 17:08:05 +02:00 |
Alexandre Julliard
|
56220c246b
|
user: Have WINPROC_GetProc16 allocate a new winproc if necessary.
|
2006-05-10 16:55:55 +02:00 |
Alexandre Julliard
|
c8ce866a8a
|
user: Make the WINDOWPROCTYPE enum private to winproc.c.
|
2006-05-10 13:34:45 +02:00 |
Alexandre Julliard
|
4cc498f880
|
user: Replace WINPROC_GetProcType by WINPROC_IsUnicode.
|
2006-05-10 13:27:21 +02:00 |
Alexandre Julliard
|
a9e5e94b0d
|
user: Replace WINDOWPROCTYPE by a unicode flag in WINPROC_GetProc/AllocProc.
|
2006-05-10 13:20:34 +02:00 |
Alexandre Julliard
|
ef74193949
|
user: Add a WIN_ISUNICODE flag instead of relying on the winproc type.
Also fix the initial value for the server is_unicode flag.
|
2006-05-10 12:55:36 +02:00 |
Alexandre Julliard
|
cd0d7529de
|
user: Always set the correct class winproc depending on the A/W type.
|
2006-05-09 20:00:40 +02:00 |
Alexandre Julliard
|
41b5e687fd
|
user: Separate the 16 and 32-bit versions of WINPROC_AllocProc.
|
2006-05-09 19:55:05 +02:00 |
Alexandre Julliard
|
4c40190620
|
user: Separate the 16 and 32-bit versions of WINPROC_GetProc.
|
2006-05-09 18:40:46 +02:00 |
Alexandre Julliard
|
bace1ef6f0
|
user: Don't return CLASS_OTHER_PROCESS when modifying a class.
Based on a patch by qingdoa daoo.
|
2006-04-20 19:50:01 +02:00 |
Markus Amsler
|
86b6749208
|
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
|
2005-11-09 10:33:40 +00:00 |
Alexandre Julliard
|
172e731c0b
|
Moved most files from the windows directory to dlls/user.
|
2005-04-25 11:33:34 +00:00 |