Steffen Moeller
1511bae75c
"Configure finished" message suggests to call make when make depend
...
was successful.
1999-02-17 15:27:03 +00:00
Marcus Meissner
317af320cf
Optimized include/*.h: (recursively) include all headers needed by
...
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.
1999-02-17 13:51:06 +00:00
Luc Tourangeau
ce2b1410e2
Preliminary listview control implementation.
1999-02-17 12:58:48 +00:00
Francois Boisvert
85dd9fcab7
Give the context menu its proper behaviour and modify TrackPopupMenu
...
to comply with windows API.
1999-02-17 12:50:11 +00:00
Dave Pickles
34a4b91e78
GetUpdateRect should return client coordinates unless the window was
...
created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
in which case the result should be in logical coordinates.
1999-02-17 12:36:26 +00:00
Francois Gouget
d6cbc01680
Added the actual definitions of the interfaces.
1999-02-17 10:31:39 +00:00
Francois Gouget
522ad6adff
Converted to the new COM declaration 'standard' for better
...
compatibility with C code implementating that interface.
1999-02-17 10:30:04 +00:00
Francis Beaudet
b9f85a7751
Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
...
able to modify it.
1999-02-17 10:29:03 +00:00
Sylvain St.Germain
806e0ed335
Defined IDropTarget for ShellFolder. Implemented the Constructor,
...
Destructor, AddRef, Release and QueryInterface methods.
1999-02-17 10:22:14 +00:00
Uwe Bonnes
29a96e1e0d
Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
1999-02-17 10:20:30 +00:00
Douglas Ridgway
db4d1c7d84
c2man doesn't like extra semicolons.
1999-02-15 15:24:20 +00:00
Ove Kaaven
6ec132b61a
Resetting X focus should not be done with SetFocus32. Called
...
the windowing (X11) driver's SetFocus routine directly instead.
This apparently fixes a big heap of user interface problems.
1999-02-15 12:46:32 +00:00
Alexandre Julliard
c521db616a
Removed CONSOLE_Ops.
1999-02-14 18:04:20 +00:00
Alexandre Julliard
fdc92bae07
Added server snapshot support (processes only for now).
1999-02-14 18:03:15 +00:00
Alexandre Julliard
068a26e848
Moved process definitions to include/server/process.h
1999-02-14 17:58:51 +00:00
Alexandre Julliard
60742b0408
Removed PROCESS_GetPtr.
1999-02-14 17:51:01 +00:00
Guy Albertelli
3db8e19d22
Fixed GlobalSize return value for zero size block.
1999-02-14 17:38:24 +00:00
Uwe Bonnes
3dbc7881ea
Fix GetTempDrive behaviour.
1999-02-14 17:32:46 +00:00
Alexandre Julliard
e1e2a42ce6
Release 990214.
1999-02-14 14:29:51 +00:00
Eric Pouech
b9544f159d
Changed some functions prototypes (were returning void).
1999-02-14 14:09:42 +00:00
Paul Quinn
97c1c836f7
Fixed some Winelib names.
1999-02-14 13:48:43 +00:00
Juergen Schmied
b36c6fb164
Corrected prototypes func() ->func(void).
1999-02-14 13:38:27 +00:00
Brian Joseph Czapiga
5ef8b175c0
Fixed a few #ifdefs.
1999-02-14 13:35:52 +00:00
Jerome Vouillon
1da6dbab67
Make a correct use of clipping rectangles.
1999-02-14 13:32:13 +00:00
Uwe Bonnes
ab6415ce4b
Added white border.
1999-02-14 13:31:18 +00:00
Juergen Schmied
36358806ab
Implemented better output for indirect calls.
1999-02-14 13:30:18 +00:00
Eric Pouech
b8f6ea52ce
Fixed typo in winmm.spec.
1999-02-14 13:27:50 +00:00
Gavriel State
8c8a3a526d
A few non-x86 Winelib fixes.
1999-02-14 11:35:29 +00:00
Marcus Meissner
4097865baf
Do not print 'wine: no executeable found' if we did execute something.
1999-02-14 11:32:18 +00:00
Marcel Baur
03287451ee
- Added new IDS_NOTSAVED ressource (needs translation in *.rc)
...
- Improved printing support (not yet complete)
- Improved file drag and drop (should now work)
- General code cleanup
1999-02-14 11:28:37 +00:00
Eric Pouech
e518cba579
Fixed bugs on MCI notification (callback info are copied before
...
asynchronous return) - make use of it in MCI wave and midi.
Implemented mci(Set|Get)DeviceID(16|32) functions.
1999-02-14 11:26:34 +00:00
Ove Kaaven
8cef89652d
Since SetParent now hides/shows, explicitly invalidating DCs in the
...
parent change operation should no longer be necessary.
1999-02-14 11:23:01 +00:00
Gerard Patel
902f9c65a5
Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
1999-02-14 11:22:03 +00:00
Andreas Mohr
e82d2f9f5f
Moved VGA port access check at the beginning in order to improve
...
performance a little bit.
1999-02-14 11:21:05 +00:00
Juergen Schmied
cddfcce5f3
Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
1999-02-14 11:20:07 +00:00
Joseph Pranevich
9896a36168
Added comments. Think I've fixed INT 10/08 (Get Character and
...
Attribute at Cursor).
1999-02-14 11:19:07 +00:00
Joseph Pranevich
11076b1b89
Added configuration options XtermProgram and XtermResolution.
...
Fixed a warning.
1999-02-14 11:17:22 +00:00
Joseph Pranevich
2f38cffa51
New examples/documentation for console configuration options.
1999-02-14 11:16:37 +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
Bertho Stultiens
27a0ced6e1
Change a couple of names that would conflict after all 32[AW] suffixes
...
are removed. Structures defined in both mmreg.h and mmsystem.h are
protected with #ifdef:s as in MS' headers.
1999-02-14 09:41:42 +00:00
Patrik Stridvall
779352b579
Fixed wrong typecasts.
1999-02-14 09:37:45 +00:00
Stefan Leichter
64003b1fc1
Compilation fix.
1999-02-14 09:37:13 +00:00
Ove Kaaven
1eb593cb26
Fix for X11 includes detection.
1999-02-14 09:34:46 +00:00
Marcus Meissner
b178207920
Added possibility to load .stabs/.stabstr sections from PE dlls.
...
Unfortunately my samples use currently typedefs which wine-dbg does
not understand, so no actual parsing.
1999-02-14 09:27:42 +00:00
Marcus Meissner
fb0192236b
Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
1999-02-14 09:25:37 +00:00
Juergen Schmied
4a1dbaf602
Implementation of ConvertDefaultLocale32.
1999-02-14 09:22:12 +00:00
Huw D M Davies
bc1d1df097
WIN31 Look still needs a close button on the left of the menu bar.
1999-02-14 09:20:01 +00:00
Francois Boisvert
ae806896cb
Changed SetWindowPos32 to force the update of the non-client area.
1999-02-14 09:18:15 +00:00
Bertho Stultiens
231dfa2af9
Fixed a couple of faulty names used in wine and typos so that it will
...
compile again after conversion from 32[AW] naming to [AW] naming.
1999-02-13 17:56:28 +00:00
Marcus Meissner
9faa7d735a
Moved the if1632/signal.c stuff into loader/signal.c, adapted function
...
pointers for wine_debug and INSTR_EmulateInstruction.
1999-02-13 17:55:17 +00:00