Alexandre Julliard
|
ec74593be2
|
Avoid crash on usage message.
|
2000-02-20 14:02:47 +00:00 |
Alexandre Julliard
|
00377a78b7
|
Store config file contents in the registry so we only have to load it
once per session.
Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
Removed a few unnecessary/unused command-line options.
|
2000-02-19 20:50:00 +00:00 |
Alastair McKinstry
|
33536e2753
|
Added support for the following celtic languages: Irish Gaelic, Scots
Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
|
2000-02-16 21:21:51 +00:00 |
Marcus Meissner
|
087a397bcf
|
Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
|
2000-02-10 22:36:17 +00:00 |
Alexandre Julliard
|
383da68cf9
|
Optimized debugging API to reduce code size.
|
2000-02-10 22:15:21 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +00:00 |
Alexandre Julliard
|
eafa391081
|
Use argv[0] to locate the server executable.
|
2000-01-25 21:19:58 +00:00 |
Ove Kaaven
|
2527a33351
|
Added -dxgrab command line option, which confines cursor motion to the
DirectX primary surface.
|
2000-01-23 22:31:24 +00:00 |
Ove Kaaven
|
f45608f639
|
Winsock rewrite. Sockets are now proper win32 handles.
Internal structures are now really internal.
|
1999-10-23 16:53:34 +00:00 |
Richard Cohen
|
c397a84115
|
Consequential changes to default system font sizes
|
1999-09-05 12:24:30 +00:00 |
Lionel Ulmer
|
2bce6fea7e
|
- Added a new option 'noxshm'
- Added a 16bpp -> 32 bpp conversion function
|
1999-07-23 19:19:56 +00:00 |
Eric Pouech
|
ffbaf243cd
|
debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
are now stored uppercase.
|
1999-07-18 15:30:29 +00:00 |
Ulrich Weigand
|
ee1e4ce4b9
|
Bugfix: exit() replaced by ExitProcess().
|
1999-07-10 11:45:51 +00:00 |
Alexandre Julliard
|
61fece0590
|
Converted to the new debug interface, using script written by Patrik
Stridvall.
|
1999-06-26 19:09:08 +00:00 |
Eric Pouech
|
739c318fff
|
Inverted class/channel in __(SET|GET)_DEBUGGING macros.
|
1999-05-04 16:23:03 +00:00 |
Alexandre Julliard
|
50b3d7b3e3
|
Misc fixes and improvements.
|
1999-05-02 14:24:15 +00:00 |
Bertho Stultiens
|
c1d1cfe976
|
Reorganization of the loader to correctly load and free libraries and
implementation of load order to load different types of libraries.
|
1999-04-18 12:14:06 +00:00 |
Juergen Schmied
|
459e0b829e
|
SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
|
1999-04-18 09:21:38 +00:00 |
Pablo Saratxaga
|
002106ac22
|
Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
-> Pt; to conform to standard names for those languages).
|
1999-04-16 09:06:58 +00:00 |
James Juran
|
fcf353f2b9
|
Check for drivers==NULL before trying to delete them at exit. This
could happen if the emulator initialization failed for some reason and
the drivers hadn't been initialized yet.
|
1999-04-10 16:33:56 +00:00 |
Patrik Stridvall
|
b87fe2e9bf
|
More code moved to the X11 driver (bitmap and palette and misc).
|
1999-04-01 08:16:08 +00:00 |
Marcus Meissner
|
461ded42ac
|
Added -dll option for winelib programs. (Note: will not print warnings
on failure currently).
|
1999-03-22 14:54:05 +00:00 |
Veksler Michael
|
e94e35431e
|
Removed winuser16.h from x11drv.h.
|
1999-03-22 12:41:26 +00:00 |
Alexandre Julliard
|
14200e2b4c
|
No longer need to delete system heap critical section.
|
1999-03-20 07:18:26 +00:00 |
Alexander Kanavin
|
91d72b9964
|
Added support for Russian language.
|
1999-03-10 18:01:35 +00:00 |
Marcus Meissner
|
a538888e11
|
We got passed a NULL Dialect ptr and accessed it unprotected.
|
1999-02-28 11:03:33 +00:00 |
Alexandre Julliard
|
a396029270
|
Large-scale renaming of all Win32 functions and types to use the
standard Windows names.
|
1999-02-26 11:11:13 +00:00 |
Albert den Haan
|
8b99c944ed
|
For various reasons some of our libwine executables must have a "." in
their file names. The "." causes trouble when the file name is used as
the class name for an X resource as wine does for command line parsing
under X.
|
1999-02-25 18:11:40 +00:00 |
Marcus Meissner
|
04c3e1d456
|
Removed a lot of occurences of windows.h (and added necessary other
includes).
|
1999-02-19 10:37:02 +00:00 |
Paul Quinn
|
97c1c836f7
|
Fixed some Winelib names.
|
1999-02-14 13:48:43 +00:00 |
Joseph Pranevich
|
ebc0e5e0a4
|
Moved initialization until later. Also moved around code a bit to be
consistant.
|
1999-02-14 11:15:47 +00:00 |
Klaas van Gend
|
4a8639cc4b
|
Added support for the Dutch language.
|
1999-02-11 16:32:16 +00:00 |
Patrik Stridvall
|
8d8703cb48
|
Moved some more code to the X11 driver.
|
1999-02-04 14:05:38 +00:00 |
Marcus Meissner
|
3ad2b93f2d
|
Enable/disable relay32 debugging on the fly. Start app with
-debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
|
1999-01-30 15:55:28 +00:00 |
Marcus Meissner
|
40c11ebfa2
|
Allow switching off/on of debugmsgs in the debugger.
|
1999-01-24 09:37:33 +00:00 |
Alexandre Julliard
|
638f169b1e
|
Recovery of release 990110 after disk crash.
See Changelog for changes between 990103 and 990110.
|
1999-01-17 16:32:32 +00:00 |
Marcus Meissner
|
73458b03cd
|
Changed // comments to /* */ so WINE compiles with non-gcc compilers
again.
|
1998-12-26 12:54:29 +00:00 |
Joseph Pranevich
|
06591f671f
|
Add support for selection of console mode drivers to use using the
-console option. Currently "tty", "ncurses", and "xterm" are
supported.
Add stubs for resizing the screen on mode changes.
|
1998-12-25 08:48:56 +00:00 |
Marcus Meissner
|
d5e7c7927c
|
Some unnecessary #include and messages removed.
|
1998-12-09 11:06:00 +00:00 |
Pablo Saratxaga
|
0e40582d55
|
Fixed dummy entries in MAIN_ParseLanguageOption().
|
1998-12-08 10:40:19 +00:00 |
Joseph Pranevich
|
791cd6a342
|
Added console support.
|
1998-12-02 19:58:08 +00:00 |
Juergen Schmied
|
24ab0f1f77
|
New parameter SPI_GETDRAGFULLWINDOW.
One missing break in SPI_GETDRAGFULLWINDOW.
|
1998-12-01 11:19:51 +00:00 |
Stephen Crowley
|
8e06d90e4d
|
Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
|
1998-11-27 15:12:33 +00:00 |
Huw D M Davies
|
9c68faadab
|
Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
|
1998-11-25 12:36:03 +00:00 |
Juergen Schmied
|
324ea57239
|
Small fixes to get the default language to a sensible value.
Thanks to Pablo.
|
1998-11-22 17:43:30 +00:00 |
Marcus Meissner
|
e47ac35d4b
|
Own X11 errorhandler to locate X11 errors. Useful only with -sync.
|
1998-11-15 09:17:08 +00:00 |
Juergen Schmied
|
85082f6267
|
Changed the default from 0 to 0x409 (eng-us).
|
1998-11-06 10:19:47 +00:00 |
Juergen Schmied
|
4659741056
|
Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
|
1998-10-23 13:31:32 +00:00 |
Marcus Meissner
|
7ce0684f69
|
Was freeing the incorrect pointers -> crash in mallocs/frees.
|
1998-10-21 16:49:03 +00:00 |
Eric Kohl
|
a62e129dfe
|
Improved GetSystemInformation32[A/W].
|
1998-10-11 13:09:32 +00:00 |