Alex Ionescu
|
ea3d8b6b8d
|
- Fix debug header nonsense
- Fix some w32api definitions
- MSVC/PSDK Compatibility fixes.
- Clean up user32 headers for greater PCH usage.
svn path=/trunk/; revision=16811
|
2005-07-27 19:21:46 +00:00 |
|
Alex Ionescu
|
4eb4922aad
|
Kill large parts of rosrtl. devmode conversion implented in gdi32 because it's actually an exported api, 2nd converstion used only once so inlined. logfont conversion implented as functions directly in the ddl. rtlrosmin/max replaced by actual macros, and resource rtlros function in aclui replace by actual win32 call. other rosrtl code was already deprecated.
svn path=/trunk/; revision=16359
|
2005-07-01 01:54:55 +00:00 |
|
Filip Navara
|
8b3da072dd
|
Cleanup header usage in USER32.
svn path=/trunk/; revision=16099
|
2005-06-19 18:06:53 +00:00 |
|
Hervé Poussineau
|
0b6337b3d8
|
Don't free heap for string that we don't own
svn path=/trunk/; revision=15548
|
2005-05-27 19:43:07 +00:00 |
|
Magnus Olsen
|
b73c53c40c
|
fix memmory coruption in EnumDisplaySettingsExA
do not alloc memmory with heap.
svn path=/trunk/; revision=15542
|
2005-05-27 14:22:06 +00:00 |
|
Alex Ionescu
|
e46d7967c7
|
Don't free heap for string that we don't own
svn path=/trunk/; revision=15502
|
2005-05-26 13:35:08 +00:00 |
|
Steven Edwards
|
6a73e87d9b
|
strip whitespace from end of lines
svn path=/trunk/; revision=15167
|
2005-05-09 01:42:07 +00:00 |
|
Filip Navara
|
113ecdfc88
|
Fix W->A conversions in EnumDisplaySettingsExA. This is dedicated to Caroline!
svn path=/trunk/; revision=13802
|
2005-03-02 22:29:11 +00:00 |
|
Martin Fuchs
|
e228aadfe5
|
migrate substitution keywords to SVN
svn path=/trunk/; revision=12852
|
2005-01-06 13:58:04 +00:00 |
|
Filip Navara
|
5888259db6
|
- Fix parameter handling in EnumDisplaySettingsExA.
svn path=/trunk/; revision=12245
|
2004-12-20 01:50:39 +00:00 |
|
Thomas Bluemel
|
4e843a2af2
|
* Implement EnumDisplayDevicesA
* Better implementation of LookupAccountSidA/W stubs
* Allow enumeration of display settings in CLI mode
* Add route app to compile/install target
* Correct debug messages
Patch by Herv� Poussineau.
svn path=/trunk/; revision=12058
|
2004-12-12 21:25:05 +00:00 |
|
Gregor Anich
|
3de1bbc635
|
Simple implementation of some multi-monitor APIs.
svn path=/trunk/; revision=11677
|
2004-11-16 16:29:21 +00:00 |
|
Casper Hornstrup
|
e14ef8a1c4
|
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/user32/include/.cvsignore: New file.
* lib/user32/Makefile (TARGET_PCH): Set to include/user32.h.
* lib/user32/*/*.c: Use pre-compiled header.
* include/wine/debug.h (FIXME): Override previous declaration is needed.
svn path=/trunk/; revision=10562
|
2004-08-15 21:36:30 +00:00 |
|
Gregor Anich
|
f7dff7223a
|
Fix EnumDisplaySettingsExA (did not output anything into devmode)
svn path=/trunk/; revision=10189
|
2004-07-18 00:36:33 +00:00 |
|
Thomas Bluemel
|
76cd746a0f
|
Fixed handling of NULL arguments in ChangeDisplaySettings(Ex)(). Patch by blight.
svn path=/trunk/; revision=10030
|
2004-07-08 00:46:22 +00:00 |
|
Filip Navara
|
31c1c21824
|
- Compile Win32k, GDI, USER32 and CSRSS using W32API.
svn path=/trunk/; revision=9053
|
2004-04-09 20:03:21 +00:00 |
|
Eric Kohl
|
f0a9cdbf44
|
Cleanup: Replace WINBOOL by BOOL
svn path=/trunk/; revision=7855
|
2004-01-23 23:38:26 +00:00 |
|
Royce Mitchell III
|
414a1f8012
|
moved USER32_DevModeA2W to lib/rosrtl/misc/devmode.c and renamed to RosRtlDevModeA2W. Modified user32 to use it there now. Fixed several stubs in GDI32 and added AddFontResourceExA/W functions.
svn path=/trunk/; revision=5198
|
2003-07-21 01:59:51 +00:00 |
|
Royce Mitchell III
|
35e4ade503
|
see ChangeLog file please
svn path=/trunk/; revision=5160
|
2003-07-19 01:35:27 +00:00 |
|
Casper Hornstrup
|
5966683fda
|
2003-07-10 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/user32/misc/dde.c: Add @implemented and @unimplemented to APIs.
* lib/user32/misc/desktop.c: Ditto.
* lib/user32/misc/display.c: Ditto.
* lib/user32/misc/exit.c: Ditto.
* lib/user32/misc/object.c: Ditto.
* lib/user32/misc/resources.c: Ditto.
* lib/user32/misc/sprintf.c: Ditto.
* lib/user32/misc/stubs.c: Ditto.
* lib/user32/misc/timer.c: Ditto.
* lib/user32/misc/winhelp.c: Ditto.
* lib/user32/misc/winsta.c: Ditto.
* lib/user32/windows/accel.c: Ditto.
* lib/user32/windows/bitmap.c: Ditto.
* lib/user32/windows/class.c: Ditto.
* lib/user32/windows/clipboard.c: Ditto.
* lib/user32/windows/cursor.c: Ditto.
* lib/user32/windows/dc.c: Ditto.
* lib/user32/windows/defwnd.c: Ditto.
* lib/user32/windows/dialog.c: Ditto.
* lib/user32/windows/draw.c: Ditto.
* lib/user32/windows/font.c: Ditto.
* lib/user32/windows/hook.c: Ditto.
* lib/user32/windows/icon.c: Ditto.
* lib/user32/windows/input.c: Ditto.
* lib/user32/windows/mdi.c: Ditto.
* lib/user32/windows/menu.c: Ditto.
* lib/user32/windows/message.c: Ditto.
* lib/user32/windows/messagebox.c: Ditto.
* lib/user32/windows/nonclient.c: Ditto.
* lib/user32/windows/paint.c: Ditto.
* lib/user32/windows/prop.c: Ditto.
* lib/user32/windows/rect.c: Ditto.
* lib/user32/windows/text.c: Ditto.
* lib/user32/windows/window.c: Ditto.
svn path=/trunk/; revision=5053
|
2003-07-10 21:04:32 +00:00 |
|
Jason Filby
|
b5b83b1d47
|
UNIMPLEMENTED put in unimplemented functions
svn path=/trunk/; revision=4680
|
2003-05-12 19:30:00 +00:00 |
|
Casper Hornstrup
|
17c0b5798e
|
Reverted latest changes.
svn path=/trunk/; revision=3473
|
2002-09-08 10:23:54 +00:00 |
|
Casper Hornstrup
|
387d432884
|
Use free Windows DDK and compile with latest MinGW releases.
svn path=/trunk/; revision=3466
|
2002-09-07 15:13:13 +00:00 |
|
David Welch
|
fd2a5c35a4
|
Split up some stubs into their own files.
svn path=/trunk/; revision=3068
|
2002-06-13 20:36:40 +00:00 |
|