Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Alexandre Julliard
|
20a1a203c6
|
Use a more portable scheme for storing the name of a critical
section.
|
2005-09-09 10:19:44 +00:00 |
Pavel Roskin
|
cbb4f7d595
|
Extend uRelax scale so that yres is relaxed before slant, not at the
same time.
|
2005-08-26 08:47:45 +00:00 |
Mike McCormack
|
c29892b88f
|
Fix some gcc 4.0 warnings.
|
2005-08-12 10:35:46 +00:00 |
Mike McCormack
|
d7b9a23afd
|
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
|
2005-07-06 19:08:05 +00:00 |
Stefan Huehner
|
70c80fb430
|
Make functions static to fix -Wmissing-declarations warnings.
|
2005-07-06 15:53:04 +00:00 |
Alexandre Julliard
|
35ba3e2752
|
Moved font settings to HKCU\Software\Wine\X11 Driver\Fonts.
|
2005-06-22 12:02:47 +00:00 |
Alexandre Julliard
|
1ba6e1cb16
|
Avoid repeatedly opening the configuration registry key.
|
2005-06-14 17:24:28 +00:00 |
Alexandre Julliard
|
2e4bca9db5
|
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
|
2005-06-13 18:56:00 +00:00 |
Francois Gouget
|
6b10c324c5
|
Assorted spelling fixes.
|
2005-03-30 17:08:31 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Alexandre Julliard
|
484ef02aab
|
Added support for iso8859-16 charset.
|
2005-03-08 16:46:54 +00:00 |
Rémi Assailly
|
81b13c4bb5
|
Added missing declarations.
|
2005-01-20 20:36:01 +00:00 |
Oleh R. Nykyforchyn
|
62b94d89bd
|
Ukrainian codepage 21866 added and respective files corrected. Two
keyboard layouts (for Ukrainian and Russian) added.
|
2005-01-19 20:59:31 +00:00 |
Eric Pouech
|
cf1d00bb08
|
Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
|
2005-01-09 16:42:53 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
Huw Davies
|
ce4dfe23b4
|
Deprecate the "Resolution" entry in the config file in favour of
HKEY_CURRNET_CONFIG\Software\Fonts\LogPixels.
|
2004-08-26 18:24:49 +00:00 |
Hans Leidekker
|
5f6f63a49d
|
Fix signed/unsigned comparison warnings.
|
2004-08-11 23:45:34 +00:00 |
Alexandre Julliard
|
ebd24807fe
|
Pass the gdiFont object to the SelectFont driver entry point so that
we don't need to look into the DC structure for it.
|
2004-03-04 04:05:04 +00:00 |
Alexandre Julliard
|
50a783f734
|
Get rid of some direct accesses to the DC structure from outside GDI.
|
2004-01-20 22:04:00 +00:00 |
Alexandre Julliard
|
32f1ac3a66
|
Use the exported FONTENUMPROCW as parameter in the EnumDeviceFonts
driver function instead of defining a private function type.
|
2004-01-18 23:35:12 +00:00 |
Marcelo Duarte
|
b12ecc0e8d
|
Fixed typos.
|
2004-01-18 22:10:39 +00:00 |
Alexandre Julliard
|
7342390852
|
Get rid of the global INTERNAL_[XY]WSTODS macros.
|
2004-01-15 06:19:35 +00:00 |
Francois Gouget
|
640cc3f3e1
|
Assorted spelling fixes.
|
2004-01-06 22:08:33 +00:00 |
Alexandre Julliard
|
4715f13209
|
Moved all the files in graphics/x11drv to dlls/x11drv.
|
2003-12-05 00:20:27 +00:00 |