Alexandre Julliard
864ca06832
winnls.h must not include winbase.h.
2003-08-20 18:22:31 +00:00
Mike McCormack
9557d1bfae
Dlopen libncurses.so in wineconsole.
2003-08-20 04:19:01 +00:00
Ivan Leo Murray-Smith
4ea0442229
Added Italian resources.
2003-08-19 03:44:41 +00:00
Gregory M. Turner
7bcf7b1602
Wrap error-prone msc symbol loading with a __TRY block.
2003-08-19 00:57:58 +00:00
Francois Gouget
47b6d0af59
Spelling and case fixes.
2003-08-18 20:11:29 +00:00
José Manuel Ferrer Ortiz
89fc12f84e
Added Spanish translation.
2003-08-18 20:06:09 +00:00
Marcelo Duarte
2caec6fe3b
Localization to the Portuguese of Brazil.
2003-08-18 19:45:16 +00:00
Alexandre Julliard
269511026f
Fixed indentation.
2003-08-15 03:51:19 +00:00
Lionel Ulmer
9a7fdc2fbc
Remove from docs / config tool useless / obsoleted options.
2003-08-15 03:50:48 +00:00
E. C. F. Wolff
5546a02ef6
Added Windows 2k3.
2003-08-15 03:49:13 +00:00
Vincent Béron
ea6584d42c
Fixed command line support.
2003-08-15 03:47:04 +00:00
Francois Gouget
01e8d2eb5f
Fix compilation error.
2003-08-13 19:43:19 +00:00
Richard Cohen
ca1fe9ec1d
Use __WINE__ instead of _WINE_, _WIN32.
2003-08-13 19:38:22 +00:00
Richard Cohen
c17ad75ae6
Remove no longer necessary includes <signal.h>, <wait.h>.
2003-08-13 19:37:32 +00:00
Martin Fuchs
f6fab8c730
Extended winefile for an optional shell namespace mode.
2003-08-13 01:18:37 +00:00
Johan Dahlin
84d5992357
Make sure winhelp doesn't scroll outside of its display area.
2003-08-11 18:41:52 +00:00
Dmitry Timoshkov
c0a3cb13e0
Fixed build with older compilers.
2003-08-08 21:03:39 +00:00
Alexandre Julliard
f752b1246b
Authors: Robert Dickenson <robd@reactos.org>, Steven Edwards <Steven_Ed4153@yahoo.com>, Mike McCormack <mike@codeweavers.com>
...
Implemented GUI for regedit.
2003-08-07 03:10:13 +00:00
Richard Cohen
574f058bae
Use the ELF sections for the addresses of globals, as the STABS are
...
likely to be wrong.
2003-08-07 02:56:55 +00:00
Richard Cohen
387ca9ba89
- Print short ASCII strings without the "..."
...
- Make printing for Unicode strings more similar to ASCII.
2003-08-07 02:56:35 +00:00
André Johansen
aeffb6c312
Avoid crashing when unable to read pdb file.
2003-08-02 00:43:32 +00:00
Steven Edwards
af86c99260
Include port.h so we define M_PI on Mingw build.
2003-07-28 19:06:26 +00:00
Alexandre Julliard
07fc82ee04
Fixed check for .bat and .cmd extensions (spotted by Mike McCormack).
2003-07-22 01:03:53 +00:00
Mike McCormack
0ab73312c8
rundll32 requires a window for some functions to work, so create one.
2003-07-22 00:59:56 +00:00
Dmitry Timoshkov
398af1666d
Convert Notepad to unicode.
2003-07-21 20:05:33 +00:00
Francois Gouget
3ca761220a
Spelling fixes (s/occured/occurred/ and variants).
2003-07-15 20:53:39 +00:00
Richard Cohen
76fdbf038b
- Remove Idle().
...
- Fix repainting artefacts by drawing only through WM_PAINT.
- Unify hand drawing functions.
- 0 & 6 ticks are now always vertical.
2003-07-15 20:43:57 +00:00
Richard Cohen
64852f4b0e
Make indentation consistent (4 chars).
2003-07-11 21:53:07 +00:00
Richard Cohen
9d59fb72b1
- remove escaped newlines, bogus "exit", printf's
...
- start at a sensible size
- tidy up WndProc
- use a timer instead of sleeping in the message loop (Ugh!)
2003-07-11 21:44:44 +00:00
Marcelo Duarte
8219eb69e3
Minor fixes in Pt, En resources.
2003-07-11 21:43:53 +00:00
Sylvain Petreolle
c5fe7f034c
French translation + misc fixes.
2003-07-11 03:49:19 +00:00
Alexandre Julliard
9fc5e6f098
Avoid hard-coded command line length limit in WCMD_process_command.
2003-07-09 22:21:04 +00:00
Catalin Patulea
064cce0ea2
Only display filenames when showing addresses.
2003-07-09 22:01:33 +00:00
Greg Marsden
41226dba28
Allow command lines with pipes to be processed by wcmd.
2003-07-09 21:58:26 +00:00
Dmitry Timoshkov
8a8d1b93ca
Added support for CP_UNIXCP.
2003-07-09 04:22:57 +00:00
Mike McCormack
99c67eefcd
Null parameters need to be quoted on the commandline.
2003-07-09 02:50:15 +00:00
Francois Gouget
14a5d168e9
Fixed some common spelling errors.
2003-07-02 04:37:26 +00:00
Francois Gouget
5054045f6b
Remove some unnecessary casts when assigning NULL to handles.
2003-07-02 04:30:55 +00:00
Marcelo Duarte
de08661413
- Localization to Portuguese of Brazil
...
- Revision and addition of missing resources
- Minor typo fix and codepage fix in programs/winefile resource.
2003-06-30 20:22:35 +00:00
Catalin Patulea
2e7c0de616
Fixed Unicode string output.
2003-06-30 20:19:42 +00:00
Francois Gouget
1568fa3b21
Make sure to return an error if the file generation fails.
2003-06-23 19:51:21 +00:00
Marcelo Duarte
5bb472eae1
- localization to the Portuguese of Brazil of "programs/*"
...
- separation of some resources that only existed in English
- lesser adjustments in menus
2003-06-23 18:15:15 +00:00
Eric Pouech
a86a289420
In console input record queue, replace semaphore with a manual reset
...
event, so that we get correct behavior in synchronization handling.
2003-06-23 03:37:14 +00:00
Eric Pouech
412d37f6e6
- adapted kernel32 so that it no longer (directly) manages console
...
handles as wineserver handles
- console input handle object is no longer waitable (input record
synchronisation is now implemented as a simple semaphore), and removed
FD_TYPE_CONSOLE from fd types in wineserver
- console handles now always have their two lower bit set so one can
distinguish a console handle from a kernel object handle
- implemented some undocumented kernel32 console related APIs
(CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW,
VerifyConsoleIoHandle, DuplicateConsoleHandle)
- allowed a few kernel32 APIs to take console pseudo-handles
(FlushFileBuffer, GetFileType, WaitFor*Object*)
- simplified the console inheritance at process creation
- in console tests, no longer create a console if one already exists
2003-06-21 02:07:10 +00:00
Francois Gouget
9591836ffb
'sizeof type' is best avoided as it won't always compile (e.g. 'int
...
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
Gerald Pfeifer
692d4e599d
#include <windows.h> instead of "windows.h".
2003-06-18 19:32:03 +00:00
Francois Gouget
c5f775a9c7
Typos/spelling fixes.
2003-06-18 03:30:39 +00:00
Sylvain Petreolle
d478261f30
Added French translation, finished English translation.
2003-06-18 03:20:14 +00:00
Rok Mandeljc
e36fa4551a
Updated a bunch of translations for Slovenian language.
2003-06-16 01:32:09 +00:00
Alexandre Julliard
6dbf42cd17
Fixed WCCURSES_InitBackend prototype in the no curses case.
2003-06-14 01:34:53 +00:00