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