Marcus Meissner
af026d7cd0
Support anon shared mappings using temporary files (wont be deleted
...
yet).
1998-10-21 16:52:21 +00:00
Marcus Meissner
7ce0684f69
Was freeing the incorrect pointers -> crash in mallocs/frees.
1998-10-21 16:49:03 +00:00
Marcus Meissner
575a1653f4
DefineDosDevice stub added.
1998-10-21 16:47:29 +00:00
Chad Powell
edda6875ff
Added a default program option in wine.conf in section [programs] key
...
Default.
1998-10-21 16:03:16 +00:00
David Cuthbert
fb074c44ec
Better fix for this_is_a_syntax_error.
1998-10-21 15:38:59 +00:00
Pablo Saratxaga
c7a5598d3b
Added the entries for LOCALE_SISO639LANGNAME and
...
LOCALE_SISO3166CTRYNAME.
1998-10-21 15:34:27 +00:00
James Juran
47142a4d96
Updated manpage.
1998-10-21 15:18:52 +00:00
Patrik Stridvall
111daca4bb
Fixed wrong ordinals.
1998-10-21 14:25:18 +00:00
NF Stevens
47c7334a81
Fixed a bug in RectInRegion.
1998-10-21 14:23:38 +00:00
NF Stevens
277312f870
Removed an incorrect error message.
1998-10-20 15:26:26 +00:00
Petter Reinholdtsen
6ca3f79e79
Make sure the access functions are always used to get label and serial
...
number.
1998-10-20 14:25:50 +00:00
Eric Pouech
b7233c84eb
Fixed bug on platforms were buffers returned by getenv() shall not be
...
free()'ed. Added French (default) in locale handling.
1998-10-19 08:48:24 +00:00
Dave Cuthbert
0a56c4f1fa
Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
...
compile-time error message make more sense.
1998-10-19 08:47:08 +00:00
Uwe Bonnes
f27920599a
Fixed off by one error in HANDLE_GetObjPtr.
1998-10-19 08:41:52 +00:00
Alexandre Julliard
4ba574d6db
Release 981018.
1998-10-18 17:19:57 +00:00
Alexandre Julliard
a7e4c5f1c6
Updated for 981018.
1998-10-18 16:48:06 +00:00
Alexandre Julliard
292c3e5276
Moved old ChangeLog to documentation/ChangeLog.OLD.
1998-10-18 16:34:50 +00:00
Alexandre Julliard
9d7fbc4a77
Added CVS information.
1998-10-18 16:32:47 +00:00
Uwe Bonnes
e6b5e38bbc
Try to implement the OF_SHARE_XXX options.
...
Move the mode translations to functions.
1998-10-18 14:48:31 +00:00
Matthew Becker
75175345ae
Documentation updates.
1998-10-18 14:39:06 +00:00
Uwe Bonnes
a0e4b2a0a0
Added stub for CoSetState32.
1998-10-18 14:34:20 +00:00
Chad Powell
3a30013b1b
Added ability to read a startup program from wine.ini file.
...
Put it in section [programs] key Startup.
1998-10-18 14:24:21 +00:00
Marcel Baur
6c1b3e74b8
Updated.
1998-10-18 14:12:37 +00:00
Marcel Baur
a43295d1ec
Fixed GetOpenFileName and GetSaveFileName dialogs.
...
Fixed Print dialog and introduced PrinterSetup dialog.
Fixed PageSetup dialog: values are now correctly initialized (had to
change all *.rc files)
Preliminary file drag and drop support.
1998-10-18 14:11:42 +00:00
Alexandre Julliard
97d2b92a78
Added Alex Priem.
1998-10-18 14:09:34 +00:00
Alex Priem
ba211eeb85
Further improvements.
1998-10-18 14:05:38 +00:00
Turchanov Sergey
62d6e98152
Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
...
drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
1998-10-18 13:42:55 +00:00
Turchanov Sergey
07d7d7986f
Fixed LoadImage to support almost all LR_ flags.
1998-10-18 13:41:15 +00:00
Turchanov Sergey
9cd4df11a3
Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
...
COLOREFs had red part zeroed) that made plenty of cyan colors, minor
bug fixes, changes to support LR_ flags.
1998-10-18 13:39:41 +00:00
Turchanov Sergey
19aa3a793d
Added VIRTUAL_MapFileW to map file to memory in one function call.
1998-10-18 13:31:43 +00:00
Turchanov Sergey
656eb96577
Moved Multimonitor API declarations to windows.h.
1998-10-18 11:56:35 +00:00
Turchanov Sergey
86f5d82f2f
Implemented DefDriverProc32 from winmm.dll.
1998-10-18 11:22:36 +00:00
Alex Korobka
92c8178a00
Added debugging output.
1998-10-18 10:47:03 +00:00
Alex Korobka
d20858433d
Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
...
bit.
1998-10-18 10:37:46 +00:00
Juergen Schmied
c267e3ae24
GetLocaleInfo32A can handle len=0 now, sets LastError and touches
...
buffer only when necessary.
Updated deu.nls and some LCTYPES in winnls.h.
1998-10-18 10:18:35 +00:00
Rein Klazes
76e07b9f86
CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
...
not crash.
1998-10-18 10:04:31 +00:00
Ove Kaaven
cbebcd280c
Reduced huge (1GB) heap creation that caused Starcraft to fail.
1998-10-17 13:07:48 +00:00
Patrik Stridvall
1e1cf48107
Compile fix for Solaris.
1998-10-17 12:56:00 +00:00
Patrik Stridvall
4b774ca8e1
Compile fix for non OSS systems.
1998-10-17 12:54:39 +00:00
Patrik Stridvall
f361dea170
Compile fix for non XF86-DGA systems.
1998-10-17 12:53:42 +00:00
Petter Reinholdtsen
f1f830ce38
New file to test DRIVE_GetLabel.
1998-10-17 12:27:41 +00:00
Peter Hunnisett
2abe47bdcc
Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
...
32bit cdaudio bit support before it can be removed...
1998-10-17 12:23:22 +00:00
Peter Hunnisett
34499cc60f
Fixed small typo.
1998-10-17 12:22:49 +00:00
Peter Hunnisett
9ce99cdb8e
Added a bunch of stubs for ddraw suface routines. All stubs for
...
surface present now.
Commented out message pump calls. I don't see a reason for them being
there. Everything works fine with -desktop and -managed still has
problems. Disagreements?
1998-10-17 12:22:00 +00:00
Juergen Schmied
7ae92654a5
Fixed GetLocaleInfo32A for other languages than en_uk.
...
Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
last but not least the first argument lcid where is all about...
1998-10-17 12:15:19 +00:00
Marcus Meissner
f4f1719ca5
Fixed some more missing WINAPIs (hopefully correct).
1998-10-17 12:10:19 +00:00
Marcus Meissner
fb578cd911
Fixed the = -> == bug.
1998-10-17 12:09:24 +00:00
Marcus Meissner
c474065af4
Added FIXME() for a slightly incorrect implementation in CreateFileMapping
...
for shared non-file mappings.
1998-10-17 12:08:21 +00:00
Joseph Pranevich
1491e3ffea
Shell parameters (config.sys) and ANSI support stubs.
1998-10-17 11:58:15 +00:00
Joseph Pranevich
0be396373d
Terminate and Stay Resident now a fixme because it shouldn't be a
...
trace since it doesn't work.
1998-10-17 11:57:52 +00:00