Eric Pouech
731e9f5309
- removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
...
- upgraded vfw.h content
2000-07-26 18:07:04 +00:00
Francois Gouget
56045a55d8
Fixed int/HANDLE mismatches revealed by -DSTRICT.
...
Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
2000-07-23 19:33:42 +00:00
Francois Gouget
9620dfc61e
Fixed WinMain's signature.
...
Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
Removed obsolete references to the Languages array.
2000-07-23 19:33:05 +00:00
Francois Gouget
d03a341797
Removed obsolete references to the Languages array.
2000-07-23 19:32:45 +00:00
Francois Gouget
fea6d13bd8
Fixed WinMain's signature.
...
Fixed parameter order for the call to CreateWindow.
2000-07-23 19:32:29 +00:00
Francois Gouget
28fc36d38c
Fixed WinMain's signature.
2000-07-23 19:32:11 +00:00
Francois Gouget
49d251ff30
Added -DSTRICT.
...
Added missing libraries comctl32 and rpcrt4.
2000-07-23 19:30:48 +00:00
Mike McCormack
0e2d0e076f
Added some basic text display and editing capabilities, cursor
...
positioning, a bit of scrolling and a text file loader.
2000-07-23 14:22:47 +00:00
Rein Klazes
9cc9d591ef
Fix a crash in winhelp caused by hmemcpy16 without prototype.
...
Fix some compiler warnings.
2000-06-20 20:34:11 +00:00
Alexandre Julliard
27b790b4a6
Compile fix.
2000-06-08 04:58:18 +00:00
Alexandre Julliard
01e819ad9f
Simplified wrc flags handling.
2000-06-08 04:52:11 +00:00
Juergen Lock
991b03f8d5
Minor update.
2000-05-18 00:52:22 +00:00
Bertho Stultiens
27337af65c
- Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
...
old parser has been stripped from the old preprocessor-code which
cleaned up both resource-scanner and -parser.
- Standard defines have been introduced (see README.wrc)
- Both preprocessor- and resource-scanner have been optimized slightly
so that no backing up is required (one char lookahead is enough).
- Filename-scanning has been cleaned up, though not perfect yet.
- User-type resources are compatible now.
- Line-continuation in strings is corrected so that it does not
introduce a newline in the output.
2000-05-01 20:05:58 +00:00
Alexandre Julliard
edd77b933b
Changed imports of winspool to winspool.drv.
2000-04-28 14:50:54 +00:00
Alexandre Julliard
e1e75371d9
Implemented on-demand loading of builtin dlls using dlopen().
2000-04-24 17:17:49 +00:00
Alexandre Julliard
bc4b88ffcd
Fixed resource loading.
2000-04-19 16:47:20 +00:00
Uwe Bonnes
72e1be10ea
Corrected WinMain.
...
Added test case for RegCreateKeyEx showing win95 behaviour.
2000-04-16 20:27:35 +00:00
Alexandre Julliard
b44595283f
Improved Winelib apps initialisation code. No longer need to link
...
winestub.o with Winelib apps.
2000-04-15 21:00:55 +00:00
Dave Pickles
ca7f923270
Registry key used in LoadBoard() was not the same as the one used in
...
SaveBoard(). Also fixed a typo in the position saving code.
2000-04-09 18:37:50 +00:00
Alexandre Julliard
c53ceba478
Improved support for Makefiles that need to recurse in subdirectories.
2000-04-09 18:19:59 +00:00
Joshua Thielen
0872f30af7
Added DestroyBoard function to delete bitmap handles.
...
Moved SelectObject outside of DrawMine.
Selected old object's back into hMemDC.
2000-04-04 18:55:55 +00:00
Gavriel State
5b5d04dc77
This patch adds the ability for regapi to call the DllRegisterServer or
...
DllUnregisterServer for a list of DLLs.
2000-04-04 18:54:26 +00:00
Peter Hunnisett
9aaf13e7e3
- Fix painting bug with middle button down when dragging mouse
...
- Speed up drawing and hence overall speed
- Fix compiler warnings
- Added some optional debugging information
- Added a new known bug to the list
2000-03-30 20:25:07 +00:00
Niels Kristian Bech Jensen
c9742b3204
- Fix some compiler warnings.
...
- Remove superfluous #include statement.
2000-03-28 20:44:59 +00:00
Hidenori Takeshima
e0a71f83f5
Added import of comdlg32.dll in spec file.
2000-03-26 14:40:15 +00:00
Francois Gouget
6d77d3a1df
Use min/max instead of MIN/MAX.
2000-03-25 21:44:35 +00:00
Patrik Stridvall
205721e724
Fixed ANSI C related compile problems.
2000-03-24 20:40:41 +00:00
Niels Kristian Bech Jensen
52be93cbb4
Fixed some compiler errors and warnings.
2000-03-19 21:49:49 +00:00
Joshua Thielen
a3f2380f01
Added winemine app.
2000-03-15 19:06:39 +00:00
Mike Castle
457df9206c
Added resource.h include.
2000-03-09 18:37:53 +00:00
Patrik Stridvall
0ee98cc39f
Fixed ANSI C violations.
2000-02-26 13:17:55 +00:00
Eric Williams
5208fd1103
Minor fixups and tweaking, and a dummy hook.
2000-02-25 20:39:27 +00:00
Alexandre Julliard
b2f6f0e7d2
Removed resource.h.
2000-02-03 01:54:36 +00:00
Ulrich Weigand
3dc5d9461e
Added .spec files for all libtest/ and programs/ WineLib apps.
...
Updated all Makefiles to use .spec files and new resource handling.
2000-02-03 01:37:23 +00:00
Ulrich Weigand
d3d6c4ed14
Fixed memory overwrite bug.
2000-02-03 01:33:04 +00:00
Alexandre Julliard
318f4cefd2
Build most dlls as separate shared libraries.
2000-01-31 05:02:49 +00:00
Ulrich Weigand
97d05c8067
Link only a single .rc file with application.
2000-01-29 22:07:03 +00:00
Francois Gouget
baa9bf9a23
Buffer overflows and strncpy fixes.
1999-12-27 05:24:06 +00:00
Niels Kristian Bech Jensen
1d5bc469cc
Removed extra #include statements.
1999-11-21 02:14:36 +00:00
Gustavo Junior Alves
0107f35a1b
Added Portuguese language support.
1999-11-21 02:10:31 +00:00
Huw D M Davies
5d46c586e4
Comment out explicit call to SHELL_SaveRegistry since winelib programs
...
now exit properly. Change several NULLs to '\0's. Fix some spelling.
1999-11-12 00:59:43 +00:00
Alexandre Julliard
6efcd9d857
Compile fix.
1999-10-31 02:33:21 +00:00
Alexandre Julliard
3cc18e72be
Added wmcdrc.h
1999-10-31 02:31:15 +00:00
Francois Gouget
01c9ac401f
Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
1999-10-31 01:59:23 +00:00
Alexandre Julliard
96af9aa5b8
Added dependency on winestub.o
1999-10-25 02:50:08 +00:00
Gustavo Junior Alves
6ae75a1ad0
More Portuguese language support.
1999-10-24 17:31:14 +00:00
Alexandre Julliard
0ff9c85e9c
Added Pt.s.
1999-10-13 16:17:23 +00:00
Gustavo Junior Alves
73077e3d61
Added Portuguese language support.
1999-10-13 14:05:20 +00:00
Morten Eriksen
55bcda875b
Added simple console mode example program which lists information
...
about the version of Windows we're currently running on.
1999-09-22 15:22:58 +00:00
Huw D M Davies
65e26bf205
lstrncmpi isn't a windows API, use strncasecmp instead.
1999-09-04 14:23:26 +00:00
Dave Pickles
036a9f79a9
FOR and IF commands added.
...
MOVE command added, but no wildcard support.
Redirection added.
Fixed TIME (was reporting in GMT).
More help text.
1999-07-10 11:36:45 +00:00
Henrik Olsen
6adfcff564
Cleanup of the Danish support.
1999-07-04 10:58:35 +00:00
Eric Williams
e8c552e07b
Fixed missing return after about dialog.
1999-06-27 15:22:41 +00:00
Dave Pickles
5f8f4f77f5
Added more batch functionality, including the CALL GOTO and SHIFT
...
commands plus batch command arguments.
1999-06-26 10:24:08 +00:00
Alexandre Julliard
385287a011
Added Wa.s
1999-06-22 11:23:25 +00:00
Alexandre Julliard
c42dfdd02f
Fixed Winelib compilation.
1999-06-20 15:09:32 +00:00
Pablo Saratxaga
66f53a8a8b
Walloon language update.
1999-06-18 17:05:55 +00:00
Alexandre Julliard
a099a555c3
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-06-12 15:45:58 +00:00
Alexandre Julliard
773987bfa3
Added cmdlgr.h
1999-06-06 17:27:59 +00:00
Alexandre Julliard
6f363dfcd2
Avoid use of strncmpi (reported by Ron Cemer).
1999-06-06 17:25:27 +00:00
Dave Pickles
74f440eabf
Added Wine command-line interpreter.
1999-06-06 15:24:04 +00:00
Noomen Hamza
c4cd0bf6c8
Bug fixes.
1999-05-08 10:50:34 +00:00
Bertho Stultiens
d1895a776c
Built-in dlls now have resources attached via the PE-header like
...
normal dlls. This enables the use of the resource API.
1999-04-25 18:31:35 +00:00
Patrik Stridvall
c7a8dde118
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
Alexandre Julliard
57e231bdaa
Renamed cmdlgr.h to cmdlgtst.h.
1999-04-18 13:25:58 +00:00
Eric Williams
5d2a658865
- color and font dialogs now actually do something interesting,
...
and force a redraw when successful. Background color is adjustable.
Text color is also adjustable, but the user has to set the CF_EFFECTS
flag first.
- text is output left-right centered, baseline, at the middle
of the window, and moves with the window. Text font is adjustable.
- Success and failure MessageBox calls for Color, Font, Open,
and Save have been removed or suppressed. They annoyed me after
awhile, and I suspect they annoyed others, too. Use my tool! :-)
- cmdlgtst now has the full pathname in the upper left corner; which may
assist in debugging certain problems -- or it may not. :-)
- usage dialog added
1999-04-10 16:54:37 +00:00
Jose Marcos López Caravaca
26ad2412f6
Revised Spanish resources.
1999-04-10 16:29:37 +00:00
Joerg Mayer
8de3ba8f6e
More #pragma fixes (idea Ove Kaaven, mistakes are mine).
1999-04-03 16:26:36 +00:00
Pavel Roskin
22c5d8f5e2
Fixed compilation of the Control panel.
1999-04-03 11:23:15 +00:00
Pavel Roskin
b85c3a0ab2
Fixed warnings.
1999-03-28 12:33:51 +00:00
David Luyer
cb40df2749
Changed "strings.h" to "string.h".
1999-03-25 15:52:09 +00:00
Sylvain St.Germain
0cfb2f9a0f
Removed the chop command that was there to get rid of dos ^M.
...
The script now process only unix file format.
1999-03-19 16:54:39 +00:00
Jim Aston
2e1cafa288
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
Sylvain St.Germain
1bb0e66fa2
Added command line tool to access the registry.
1999-03-14 14:00:22 +00:00
Alexandre Julliard
aad574811c
Fixed make depend.
1999-03-14 13:54:51 +00:00
Marcel Baur
ebe76b73a9
Added Boyer-Moore text search.
1999-03-10 15:11:01 +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
Marcus Meissner
219cfd8387
Optimized away more includes, readded some #includes for necessary
...
prototypes.
1999-02-24 13:05:13 +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
Stefan Leichter
64003b1fc1
Compilation fix.
1999-02-14 09:37:13 +00:00
Marcus Meissner
69c0bbea1a
Some small bugfixes, added more PE relocation types (for WinCE mostly),
...
some console prototypes, -dll is useful for winelib too, regtest
compile fixed.
1999-02-09 14:25:57 +00:00
Marcus Meissner
2b9ef809ea
Fixed image size and line size, added 8bit color/palette handling.
1999-02-09 14:08:29 +00:00
Eric Williams
30008a00ab
Added common dialogs test program.
1999-02-05 17:40:47 +00:00
Marcus Meissner
676a513524
Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
...
aviinfo and aviplay programs.
1999-02-05 09:41:55 +00:00
Alexandre Julliard
18f1975a61
Added Fi.s
1999-01-30 13:29:52 +00:00
Marcus Meissner
6b5a811175
Some more warnings and bugs fixed.
1999-01-30 13:06:00 +00:00
Jukka-Pekka Iivonen
c38189df49
Updated Finnish language support.
1999-01-30 12:37:27 +00:00
Marcus Meissner
32b32d8f3d
Updated msvideo. New program 'icinfo [-about] [-configure]' to
...
query installed (win32) compressors. Started on AVIFILE support.
1999-01-29 15:12:10 +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
Alexandre Julliard
cb5239d057
Renamed ERR macro to avoid confusing the make_debug script.
1998-12-26 19:47:00 +00:00
Marcus Meissner
73458b03cd
Changed // comments to /* */ so WINE compiles with non-gcc compilers
...
again.
1998-12-26 12:54:29 +00:00
Robert Pouliot
50af6022c7
Fixes for other languages.
1998-11-07 12:09:24 +00:00
Patrik Stridvall
ea5847247e
Started moving some X11 window management code to windows/x11drv.
1998-11-01 16:22:07 +00:00
Robert Pouliot
45e9b6cda4
Added French language support.
1998-10-27 13:19:55 +00:00
Kai Morich
0913cdf00f
Added Drag*32 functions.
1998-10-24 12:02:54 +00:00
Pablo Saratxaga
50f43b701b
Added Spanish resources.
1998-10-24 11:43:53 +00:00
Alexandre Julliard
a7e4c5f1c6
Updated for 981018.
1998-10-18 16:48:06 +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
c0d52e0688
Initial revision
1998-10-04 18:02:24 +00:00