Commit Graph

14395 Commits

Author SHA1 Message Date
Dmitry Timoshkov
477023768e Correct "MCI Extensions" registry section, add MCI32 section. 2003-12-08 22:19:12 +00:00
Alexandre Julliard
631dba5069 Added CS_DROPSHADOW. 2003-12-08 22:02:33 +00:00
Dimitrie O. Paun
2eaefbd1a4 Move content of global.h into the appropriate private headers. 2003-12-08 21:58:55 +00:00
Eric Pouech
ed37b7a8bb Move (again) usage of 16 bit specific functions (thunk lock) to 16 bit
code only.
2003-12-08 21:54:29 +00:00
Lionel Ulmer
88b928fd0d Limit usage of vertex arrays to correct states. 2003-12-08 21:53:40 +00:00
Huw Davies
6d4fc7efe6 If usWinAscent + usWinDescent == 0 then use the Ascender and Descender
values instead.
2003-12-08 21:53:15 +00:00
Dmitry Timoshkov
5882718eef Fix a font object leak in the font dialog's WM_PAINT handler. 2003-12-08 21:52:43 +00:00
Dmitry Timoshkov
83797bdbb8 Correct a couple of incorrect registry root key names. 2003-12-08 21:52:01 +00:00
Mike McCormack
8b0d2891bf Stub implementations for CertCreateCRLContext and CertCloseStore. 2003-12-08 21:51:40 +00:00
Dimitrie O. Paun
ab9cd6e437 Streamline dlls/ and programs/ in terms of indentation.
Updated the programs/ (added and deleted a bunch of entries).
Added the include/{msvcrt,wine} to the list of include dirs.
2003-12-08 21:48:39 +00:00
Pavel Roskin
6c1785d88a Make inactive LED segments dimmer to make numbers easier to read. 2003-12-08 21:48:18 +00:00
Ove Kaaven
29f7c29261 Remove an instance of exit(). We should return failure, not kill the
thread, when a bad stream is encountered.
2003-12-08 21:47:50 +00:00
Christian Costa
1469cf58f3 First enumerate all internal devices and then external midi ports. 2003-12-08 21:46:50 +00:00
Hans Leidekker
3114368152 Remove ntdll from imports. 2003-12-08 21:46:06 +00:00
Juan Lang
216a0dfbe7 Partially implement NetWkstaGetInfo. 2003-12-08 21:45:44 +00:00
Dimitrie O. Paun
573b389053 Move include/bitmaps/*.xpm where they belong. 2003-12-08 21:44:24 +00:00
Stefan Leichter
384eadc88b Fixed parameter types of function Extract. 2003-12-08 21:40:49 +00:00
Huw Davies
6e5ab4551a Run length and ascii85 encode image data. 2003-12-08 21:40:27 +00:00
Alexandre Julliard
5329fc8902 Get rid of clipboard.h. 2003-12-05 04:45:50 +00:00
Alexandre Julliard
1dcc247562 Removed now useless call to glXQueryExtensionsString. 2003-12-05 04:43:20 +00:00
Alexandre Julliard
09791702e0 In RDW_ValidateParent, get rid of the parent update region if it is
empty after the validation, to avoid a useless WM_PAINT.
2003-12-05 04:42:43 +00:00
Francois Gouget
46f11eda58 Print error messages to stderr as is customary. 2003-12-05 04:42:06 +00:00
Alexandre Julliard
4715f13209 Moved all the files in graphics/x11drv to dlls/x11drv. 2003-12-05 00:20:27 +00:00
Alexandre Julliard
bb4ddfec28 Added a WINEDEBUG environment variable that allows turning on debug
output as early as possible during startup.
2003-12-05 00:17:41 +00:00
Alexandre Julliard
a4330f9363 Removed X11 display parameter from the config file, this is more
confusing than useful.
2003-12-05 00:11:48 +00:00
Filip Navara
d4baf37085 Fixed some flags in calls to CreateWindowEx.
Fixed color of the splitter.
2003-12-05 00:09:54 +00:00
Alexandre Julliard
e6d7d5ab2c Initialize Xlib threading support to see what it breaks... 2003-12-04 21:59:51 +00:00
Mike Hearn
27d972f22a Map (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_TYPE_UTILITY. 2003-12-04 21:54:13 +00:00
Rein Klazes
c69a522e3e Correct the test for the ODS_SELECTED bit in the WM_DRAWITEM message
handler.
2003-12-04 21:53:14 +00:00
Dimitrie O. Paun
4c90416d40 More tests for {Local,Global}{,Re}Alloc() calls.
Cleanup of the Heap*() tests.
2003-12-04 21:52:52 +00:00
Alexandre Julliard
628e27ad56 Define ALSA_PCM_OLD_* symbols for compatibility with Alsa 1.0. 2003-12-04 21:14:04 +00:00
Juan Lang
1e4de4c420 Partially implement DeviceIoControl for VDHCP, VNETBIOS, and VNB.
Gets rid of FIXMEs for ipconfig.exe and winipcfg.exe.
2003-12-04 21:05:13 +00:00
Kevin Koltzau
40f3056598 Added stubs for all functions. 2003-12-04 20:55:30 +00:00
Huw Davies
40774be857 Let PSDRV_WriteSpool cope with strings longer than 0xffff bytes. 2003-12-04 20:54:05 +00:00
Mike McCormack
ed224b3398 Stub implementations for some functions. 2003-12-04 20:53:46 +00:00
Dimitrie O. Paun
2f2c08db8c Add missing ListView_GetViewRect() macro. 2003-12-04 20:52:39 +00:00
Jon Griffiths
03ce33f629 Implement the Rtlp* registry functions. 2003-12-04 20:52:12 +00:00
Alexandre Julliard
f752be843e Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.
2003-12-04 05:51:01 +00:00
Alexandre Julliard
e85491274d Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h.
Removed the C fallback code, do that in the callers instead.
2003-12-04 05:48:03 +00:00
Alexandre Julliard
86c905ab0c We no longer need a special case for codepages on startup,
initialization is done in the correct order now.
2003-12-04 05:13:03 +00:00
Alexandre Julliard
1bacc584e3 Portability fixes. 2003-12-04 05:11:56 +00:00
Jon Griffiths
0e04023b91 Added Thai translation. 2003-12-04 04:46:13 +00:00
Juan Lang
e1e6295133 Removed unused structure declaration. 2003-12-04 04:45:43 +00:00
Alexandre Julliard
9f71bd9824 Authors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie O. Paun <dpaun@rogers.com>, Ferenc Wagner <wferi@afavant.elte.hu>
New Wine test shell utility.
2003-12-04 02:01:39 +00:00
Rein Klazes
42fc4bec2d Use the lfHeight field to initialize the font dialog's point size. Do
not forget to return some values in the choosefont structure in the 16
bit version of the ChooseFont function.
2003-12-04 01:43:01 +00:00
Dimitrie O. Paun
add6726c90 Fix NetApiBufferReallocate and add a few tests for the border cases
(thanks to Juan Lang for clarifications).
2003-12-04 01:42:34 +00:00
Rein Klazes
793bce5cc8 Add Fonts key for NT versions of Windows. 2003-12-04 01:42:16 +00:00
Marcus Meissner
8b150d6e5d On i686, report processor level 6. 2003-12-04 01:41:53 +00:00
Alexandre Julliard
e9badbfb86 Converted locale setup to Unicode so that we don't use code pages
before they are initialized. Improved error reporting a bit.
2003-12-03 22:32:11 +00:00
Alexandre Julliard
358cc8b02b Use delayed imports instead of explicit GetProcAddress calls. 2003-12-03 22:29:05 +00:00