David Kredba
c9eefced36
Added some Czech resources.
2004-10-18 19:42:43 +00:00
Marcus Meissner
1b7f954a41
Return out of the default case, assert() is removed with -DNDEBUG.
2004-10-18 19:36:55 +00:00
Robert Shearman
6c50556e8b
Fix function and structure field types so we are compatible with the
...
native dbghelp.
2004-10-11 21:00:17 +00:00
Sylvain Petreolle
0479b97190
Update French translation.
2004-10-08 20:50:34 +00:00
Francois Gouget
d4779e20c8
Bring up the File->Save dialog when receiving WM_QUERYENDSESSION.
2004-10-08 20:49:24 +00:00
Martin Fuchs
9bfcbefd13
- remove unused IDS_FILE_MOVE_ERROR
...
- use SetWindowFont() instead of SendMessage(WM_SETFONT)
- remove unused comment
- use GET_X_LPARAM() instead of GET_X_LPARAM()
- remove old _ROS_ preprocessor statements
2004-10-07 17:35:23 +00:00
Martin Fuchs
d1dceca69f
Fix "move file" implementation, in detail:
...
- use TCHAR to make the code UNICODE compatible
- pass return string buffer to the dialog procedure
- call display_error() in case of errors to display the WIN32 error
message
- use slash instead of back slash for unix file system compatibility
- format the code equally to the remaining winefile code
2004-10-07 04:25:29 +00:00
Martin Fuchs
e5d414ea38
Immediately refresh child windows after changing the font.
2004-10-07 04:20:04 +00:00
Francois Gouget
486d020c1b
Don't define COBJMACROS in objbase.h.
...
Update the Wine sources accordingly.
2004-10-07 03:06:48 +00:00
Martin Fuchs
016ac8877b
Fix sigsegv when double clicking directory entries.
2004-10-07 02:58:57 +00:00
Martin Fuchs
1b2dd4ba35
- remove trailing semicolons from constant definitions
...
- add some comments
- make time_to_filetime() a static function
2004-10-06 18:52:30 +00:00
Jacek Caban
e1143d7d16
Added/updated Polish translations.
2004-10-05 18:09:34 +00:00
Ferenc Wagner
ffc30c808e
Quote everything for consistency.
...
RFC 2068 got superseded by RFC 2616.
2004-10-05 02:10:37 +00:00
Ferenc Wagner
fbf77db884
Do not offer submitting the report if the -o option was given.
2004-10-04 19:32:20 +00:00
Piotr Caban
304e0796cd
Added Polish translation.
2004-10-04 19:31:50 +00:00
Kevin Koltzau
0d2cb29952
Correct problem with /i argument handling.
2004-10-04 19:30:18 +00:00
Ferenc Wagner
5853c9ede5
- Use a more unique separator string.
...
- Add some quoting to please CGI.pm-3.05.
2004-10-04 19:28:59 +00:00
Mike Hearn
02e850efdf
- switch x11drvdlg to kernel_style, and clean up some superflous code
...
- more win32 heapification
- move getDialogItemText into header and rename, use some more in
x11drv page
- make label phrasing consistent in x11drv page
2004-09-28 04:05:55 +00:00
Mike Hearn
0af614e77b
- rewrite the transaction system to be based on a settings overlay,
...
to have a nicer API, and to actually work (always a bonus)
- change the libraries page to be based on a listbox rather than a
treeview, clean up and shrink the code
- add accelerator keys to the libraries page, focus management
- make the window title reflect what the user is currently editing
- remove bogus root warning
- remove some unused control IDs in resource.h
- start converting the x11drv dialog to kernel_style from javaStyle
- bugfixing
2004-09-28 03:55:16 +00:00
Mike Hearn
a5ce4ee7aa
- introduce keypath() function
...
- rewrite and clean up appdefaults.c, use a listview rather than
treeview
- usability tweak: reverse windows version combo so more recent
versions come first
- usability tweak: improve the add application open dialog box
- add accelerator keys
- enable/disable controls correctly
- begin to standardise on underscore_style for consistency with the
rest of wine
- comment out the translations for now, the UI will be changing more
- begin phasing out libc malloc in favour of the win32 heap
2004-09-28 03:16:43 +00:00
Ivan Leo Puoti
c10e3cbfa2
Translation update.
2004-09-28 03:14:48 +00:00
Mike Hearn
cd516fd185
Display message box to alert users more reliably that winecfg is
...
unfinished.
2004-09-28 02:35:07 +00:00
Eric Pouech
5fe480b472
- fixed regression in ctrl-c handling
...
- fixed regression in 'info symbol XXXX' command (and enhanced
presentation)
- fixed regression in line stepping
- fixed regression in & (address operator) handling
- fixed some bad module reference for local symbols
- enhanced register presentation as local variables
- added warning when launching a debuggee which isn't a Wine app
- removed the 'local' extension of display command (and check when
setting the display whether the expr has a local binding)
- simplified exception handling, and factorized some code when
debugger stops
2004-09-28 02:13:27 +00:00
Piotr Caban
c25c8cafe1
- added choosing fonts
...
- added file moving
2004-09-27 20:35:53 +00:00
Jon Griffiths
cea5e75f56
Stub MACRO_JumpContext to at least bring up the help file.
2004-09-27 20:07:03 +00:00
Ken Belleau
8b07a8c8ba
- Removed code that took the focus away from the buttons.
...
- Make the buttons forward WM_KEYDOWN to their parent.
2004-09-25 00:28:59 +00:00
Ken Belleau
d696f21b8a
- Removed the deprecated OF_SEARCH flag.
...
- Handle quotes in command-line parsing.
2004-09-23 22:54:12 +00:00
Robert Shearman
e4e7186b25
Fix debugger for flat PC and non-flat frame.
2004-09-23 04:27:46 +00:00
Piotr Caban
5590928336
Added Polish translation.
2004-09-22 19:18:15 +00:00
Richard Cohen
f9026f4e85
- Remove obsolete handling of WINE_STRICT/NULL_HANDLE.
...
- Allow more characters for Window title (for Fr locale).
- Hardcode the icon name - so that it's independent of locale.
- Shorten the text in the About box so that it doesn't wrap.
- Use HKCU instead of HKLM for saving stuff.
- Save YPos properly.
- use AdjustWindowRect instead of calculating the window size using
GetSystemMetrics
- Cope with the user moving the window offscreen and move it back.
2004-09-22 19:13:29 +00:00
Richard Cohen
6cbc861ebc
Change variable name from l to k.
2004-09-22 19:12:38 +00:00
Martin Fuchs
634c7a49c4
- Handle "." and ".." as special case and move them at the very first
...
beginning of directory listings.
- Remove unused variable wStringTableOffset.
2004-09-22 19:11:49 +00:00
Hans Leidekker
719a789792
Fix signed/unsigned comparison warnings.
2004-09-22 02:46:38 +00:00
Francois Gouget
e745b3804d
Add support for the CSIDL_COMMON_* locations.
2004-09-21 20:08:10 +00:00
Alexandre Julliard
58722d6f9e
Added /regserver and /unregserver options.
2004-09-20 21:49:42 +00:00
Michael Kaufmann
9a65546951
Added a 3D border for Notepad's edit control.
2004-09-20 19:11:59 +00:00
Marcus Meissner
904b1fbb89
If we do not have an IconsDir, use the temp directory.
2004-09-14 00:43:19 +00:00
Yvon Belleau
d47f5ccf3f
- Implemented keyboard navigation (Up / Down / PgUp / PgDn / ESC).
...
- Shadow windows (behind popups) were reacting to mouse clicks and
were going over the popup. Make them close the popup instead.
- Title was not displayed when the help file was opened by the command
line.
- Corrected incorrect links behavior (in relation with the scrollbar).
2004-09-07 20:42:05 +00:00
Ferenc Wagner
cb10a70a12
As test runs are not invoked from the option parsing loop anymore, we
...
can switch back to libc's strtok() implementation.
2004-09-07 19:33:52 +00:00
Francois Gouget
594c42c749
Assorted spelling fixes.
2004-09-01 01:28:51 +00:00
Francois Gouget
21c85efd83
Also recognize '/' as the start of an option.
...
Implement 'notepad /p'.
Simplify many string parsing loops.
2004-08-30 19:29:13 +00:00
Francois Gouget
8fa7ee2632
Fix a memory leak.
...
Improve the GetFullPathName() error checks.
Stricter match check in GetLinkLocation().
Clarify the 'Unknown link location' message.
2004-08-30 19:28:59 +00:00
Kevin Koltzau
d660a6340f
Correct parsing of /i argument.
2004-08-30 18:39:44 +00:00
Huw Davies
d082a9dbed
Change System to MS Shell Dlg.
2004-08-26 18:23:24 +00:00
Huw Davies
174e6a5d28
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
2004-08-24 18:33:01 +00:00
Eric Pouech
926f66186f
- fixed breakpoint enabled/disabled state management
...
- fixed recursion in type printing
- now all type-id are stored with the base address of the module which
defines the type (struct dbg_type takes care of this pairing)
- fixed a couple of bugs in display handling
- fixed strings print and examination
2004-08-22 22:35:36 +00:00
Alexandre Julliard
25e2a320a7
Don't define BEGIN_INTERFACE in unknwn.h.
2004-08-22 21:38:46 +00:00
Rein Klazes
6d0edef13c
Added Dutch translation.
2004-08-22 02:00:38 +00:00
Vincent Béron
8f7003bb7f
Don't hardcode C:\windows\system\start.exe.
2004-08-18 23:40:15 +00:00
Ferenc Wagner
ae1238b4b0
Avoid crashing on unsuccessful send.
2004-08-18 20:56:00 +00:00
Jacek Caban
d2fc489218
Added Polish translation.
2004-08-13 19:48:40 +00:00
Alexandre Julliard
06233cfb47
Avoid some non-portable makefile constructs.
2004-08-11 20:59:09 +00:00
Dmitry Timoshkov
8c2ff3ca6d
- add stubbed support for IEnumScript interface
...
- ConvertINetMultiByteToUnicode/ConvertINetUnicodeToMultiByte should
return required target length if the target buffer is NULL
- add the tests for all the above
- fix IMultiLanguage2 vtable (it was missing ConvertStringFromUnicodeEx)
2004-08-11 18:53:02 +00:00
José Manuel Ferrer Ortiz
de17950f6b
Updated translation.
2004-08-09 22:56:20 +00:00
Mike McCormack
830fb08b7d
Added a version resource.
2004-08-09 18:51:34 +00:00
Henning Gerhardt
ce73506e1a
Translation update.
2004-08-09 18:45:49 +00:00
Vincent Béron
015812602e
Translation update.
2004-08-09 18:45:35 +00:00
Marcelo Duarte
bda8166d04
Translation update.
2004-08-09 18:45:21 +00:00
Jacek Caban
ecff61c8a3
- Added Polish translation.
...
- Moved const "Nobody" string to resources to make translation
possible.
2004-08-06 19:00:08 +00:00
José Manuel Ferrer Ortiz
a6b9d70c49
Updated some Spanish translations.
2004-08-04 18:17:10 +00:00
Henning Gerhardt
990ec26cdb
Updated the German translation.
2004-08-04 18:15:56 +00:00
Marcus Meissner
fac7405531
Replaced undefined C expression.
2004-08-02 18:25:58 +00:00
Alexandre Julliard
df80b56953
Fixed bug with % signs in help output (reported by Henning Gerhardt).
2004-07-30 18:47:55 +00:00
Vincent Béron
b0da80eda1
Refactor some other code in msiexec.
2004-07-30 04:23:37 +00:00
Vincent Béron
e3c1c249a8
Refactor some of the string processing in msiexec.
2004-07-30 04:21:27 +00:00
James Hawkins
2169e8da90
Under the Drives tab, remove the 'Windows Drive' section.
2004-07-30 04:19:11 +00:00
Henning Gerhardt
b09dc6d000
Added a German translation to wcmd.
2004-07-30 04:18:46 +00:00
James Hawkins
7f274205a8
Rename X11 Driver tab of winecfg to Graphics.
2004-07-30 01:35:13 +00:00
Vincent Béron
9cb68a7626
Implement proper properties handling on the commandline in msiexec.
2004-07-30 01:34:58 +00:00
James Hawkins
a226175787
Removed the 'Windows Look:' option from winecfg.
2004-07-29 23:56:40 +00:00
Vincent Béron
fdda7e7d6c
In the absence of any other option to msiexec, treat the commandline
...
as a package name to install.
2004-07-29 23:56:19 +00:00
Marcelo Duarte
4a132c4f15
Localization of devenum to Portuguese and minor corrections.
2004-07-29 02:40:15 +00:00
Vincent Béron
bbc3974aa5
Implement patching in msiexec.
2004-07-29 02:39:20 +00:00
James Hawkins
333d2dfe96
Remove the UseTakeFocus option from winecfg.
2004-07-29 02:35:43 +00:00
Vincent Béron
42f1c4818c
Improve msiexec usage prompt.
2004-07-24 02:27:26 +00:00
Vincent Béron
d2df24b90f
Implement logging in msiexec.
...
Correct MsiEnableLog{A,W} prototype.
2004-07-23 23:28:45 +00:00
Vincent Béron
72984f105d
Implement the UI level change part of msiexec.
2004-07-23 23:24:29 +00:00
Vincent Béron
d0820fd60c
Add the correct default mode to the repair option.
2004-07-23 23:19:17 +00:00
Vincent Béron
07888bca3d
Dump (via TRACEs) all the arguments of msiexec.
2004-07-23 23:17:31 +00:00
Francois Gouget
f8e01efb3d
Assorted spelling fixes.
2004-07-23 23:02:09 +00:00
Vincent Béron
1dc308ec59
Implement the advertise part of msiexec.
2004-07-23 23:00:30 +00:00
Marcelo Duarte
62d4adfffe
French translation and other adjustments.
2004-07-23 22:59:49 +00:00
Marcus Meissner
383e06d82c
Fixed up some small problems in the German string table.
2004-07-22 23:42:37 +00:00
Ferenc Wagner
2d0d484786
- Remove the -u option, the URL is in a resource now.
...
- Reset the WINETEST_* environmental variables to their defaults
before forking the tests.
- Add the -e option to optionally preserve the environment.
2004-07-22 23:42:03 +00:00
Henning Gerhardt
68ade3b7ac
Minor fixes and updates to the German resource files.
2004-07-22 20:35:07 +00:00
Ivan Leo Puoti
0eb21bb4dd
Added Italian resources.
2004-07-22 19:45:00 +00:00
Ferenc Wagner
11a61a8e2c
Include the dsound tests.
2004-07-22 19:43:42 +00:00
Ivan Leo Puoti
5dd35d2a3f
Added Italian resources.
2004-07-21 21:19:42 +00:00
Marcelo Duarte
649b78d097
Visual updates and translations for regedit.
2004-07-21 19:37:44 +00:00
Marcelo Duarte
0b63877ed1
Visual updates to Winecfg.
2004-07-21 03:03:04 +00:00
Henning Gerhardt
4d6dd9f600
Updated the German translation.
2004-07-20 22:08:24 +00:00
Vincent Béron
5c60510bc0
Implement the repair mechanism in msiexec, and stub it out in
...
msi.dll.
2004-07-19 21:19:45 +00:00
Marcelo Duarte
95f067d3cd
Update localization for Portuguese language.
2004-07-19 20:09:00 +00:00
Vincent Béron
aaafbc7959
Cleanup of the properties last space removal, since it can be used not
...
only with Install.
2004-07-19 20:05:54 +00:00
Vincent Béron
3496689a89
First draft for a msiexec.exe replacement.
2004-07-19 19:44:07 +00:00
Henning Gerhardt
ced0e2ce50
Added a German translation for WineMine.
2004-07-19 19:34:26 +00:00
Michael Jung
733ce63665
Added some German translations.
2004-07-19 19:33:59 +00:00
Pierre d'Herbemont
58f25b7b03
Define the backend_cpu regarding the host processor.
2004-07-16 02:31:55 +00:00
Marcus Meissner
7ae8645467
Fixed one lvalue casted assignment for the new compiler.
2004-07-15 22:08:05 +00:00
Henning Gerhardt
4bbc1b3fb6
More German translations.
2004-07-13 23:36:37 +00:00
Hajime Segawa
a4ee7c5838
Added Japanese translation for msrle32, wininet, wcmd.
...
Fixed untranslated messages of regedit.
2004-07-12 20:46:10 +00:00
Eric Pouech
3b8805fca0
Fixed regression on 'bt <tid>' command.
2004-07-12 19:48:04 +00:00
Dmitry Timoshkov
341523d293
Add WS_HSCROLL style to the notepad's edit control.
2004-07-08 20:18:10 +00:00
Robert Reif
cddb03e6b9
Added HKEY_DYN_DATA support.
2004-07-08 20:14:10 +00:00
Ferenc Wagner
f8dba77dc8
Suppress some more error message boxes.
...
Truncate report file if too big.
2004-07-06 21:03:22 +00:00
Eric Pouech
10e8ed071a
- enhanced 'info share' output
...
- made use of new dbghelp pure ELF symbol lookup
2004-07-04 00:25:15 +00:00
Hannu Valtonen
9b386b7347
Don't display the commandline text (A trace still gives it).
...
Set a few fonts to avoid using the horrible system font on native
Windows.
2004-06-28 23:51:55 +00:00
José Manuel Ferrer Ortiz
27a7a7a69a
Added some Spanish translations.
2004-06-28 23:51:05 +00:00
Hajime Segawa
76e280b401
Added some Japanese translations.
2004-06-28 23:50:22 +00:00
Mike Hearn
48210fc3e4
Add a --command option to winedbg, add an "all" option to the
...
backtrace command.
2004-06-23 00:10:02 +00:00
Eric Pouech
4e0b582903
Fix compile error on non-i386.
2004-06-22 02:06:37 +00:00
Vincent Béron
9d8036e1d8
Replace some more -debugmsg references for WINEDEBUG.
2004-06-21 23:56:15 +00:00
Chris Morgan
435623df6f
Hardcode "wineshelllink" in winemenubuilder, remove it from the config
...
file.
2004-06-18 22:29:56 +00:00
Ferenc Wagner
ca7cdb8bed
Include new or forgotten tests.
2004-06-17 23:01:14 +00:00
Alexandre Julliard
554606d241
Added missing dependency.
2004-06-16 19:04:11 +00:00
Ferenc Wagner
24624f6b5d
- Resource script restructuring.
...
- Build info et al. is given by files instead of env. vars.
- Store that information in resources.
- Make the main windows not resizeable.
- Insist on creating a fresh log file.
- Introduce the make dist target.
2004-06-15 22:45:15 +00:00
Michael Fritscher
a06eab0309
Added a German translation of Regedit.
2004-06-15 17:02:08 +00:00
Robert Shearman
9c93c484c5
- Use hourglass cursor for better feedback when expanding nodes.
...
- Turn off redrawing when expanding to make it faster.
2004-06-14 19:34:58 +00:00
Eric Pouech
deca2502d6
- all symbol information storage is now module relative, so we can
...
unload a module (and it's debugging information), and a process
without pain
- portabiblity to another CPU should be easier now (CPU dependent backend)
- speed up memory allocation
- stabs related fixes:
+ now correctly handling symbol's size
+ blocks {} in functions are now correctly recognized and stored
(also applies to local variables scoping)
+ better basic types management (less wild guesses in the code)
+ full support of inline functions (source stepping now shows the
code in .h files for example)
- removal of external debugger (attaching with gdb is just fine to
debug winedbg)
- fixed a couple of issues for symbol address handling (address
lookup, incorrect type binding)
- winedbg now has a man page
2004-06-04 00:59:16 +00:00
Ivan Leo Puoti
3e42f6953e
Changed my name, so update copyright info.
2004-05-27 02:25:13 +00:00
Eric Pouech
df93f2eeee
GetModuleFileName[AW] doesn't terminate the string if the buffer is
...
too small.
2004-05-19 03:22:55 +00:00
Chris Morgan
231946c332
Free up the original buffer pointer instead of the one we advanced.
...
Only call getDrive() once inside of addDrive().
2004-05-13 05:17:41 +00:00
Alexandre Julliard
329aa748d4
Fixed crash when selecting the drive letter combo box.
2004-05-06 23:42:34 +00:00
Ferenc Wagner
70cd740454
The msacm directory is special.
2004-05-05 19:00:34 +00:00
Francois Gouget
9f1aea2fb8
Assorted spelling fixes.
2004-05-05 01:09:24 +00:00
Robert Reif
127b25df49
Added msacm32 to the tests.
2004-05-05 01:01:31 +00:00
Francois Gouget
cfc3943c5f
Make our ascii strings static const.
...
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
Chris Morgan
49f0dd3a2c
Implemented an array of 26 drives and interface functions for adding,
...
copying, moving and deleting drives.
Added a "Show/Hide Advanced" button in the drive edit dialog that
toggles the display of advanced options and resizes/moves controls.
Disable the 'autodetect' radio button in the drive edit dialog until
we have autodetection support.
Map window 'x' button to dialog close.
2004-05-04 02:56:46 +00:00
Krzysztof Foltman
b2d8cd3fdf
- F2 is now an accelerator for rename
...
- panel switching via TAB doesn't use IsDialogMessage anymore
- focus is correctly set after main window activation (Alt+TAB etc),
removed some focus-related bugs
- pressing ENTER or double-clicking a value edits it
- setting a value to an empty string is now allowed
- adding a new value starts rename automatically
- renaming a value doesn't move the cursor
- removed some unnecessary code (NM_RCLICK in ListView etc)
- right-click on tree view displays "New..." menu
- default values are treated like in Windows RegEdit (displayed even
when they aren't physically present, can't be renamed or deleted)
- Polish translation had some weird characters added before Polish
letters
2004-05-04 02:55:28 +00:00
Krzysztof Foltman
339619c135
- changed Cancel DEFPUSHBUTTON to PUSHBUTTON
...
- fixed caption IDD_EDIT_DWORD from "Edit String" to "Edit DWORD"
- added Polish translation
2004-05-01 02:40:28 +00:00
Ferenc Wagner
438369af9a
Remove the wineloader variable.
2004-04-23 23:30:11 +00:00
Ferenc Wagner
21b8503c15
Unconditionally test Wine presence.
...
Add the Build info section to the output.
2004-04-23 02:52:21 +00:00
Alexandre Julliard
9db147e5e4
Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
...
STATUS_OBJECT_NAME_NOT_FOUND to indicate that the last component
didn't exist to allow distinguishing it from legitimate errors.
Export it from ntdll, renamed to wine_nt_to_unix_file_name.
2004-04-23 02:46:18 +00:00
Jakob Eriksson
82c191f65a
Added Wine detection.
2004-04-23 00:06:57 +00:00
Ferenc Wagner
1fb75dcac5
- constify some strings
...
- introduce -u option to write archive url into the report
- bump output format version to 3
2004-04-22 23:43:54 +00:00
Jakob Eriksson
5c95e41d89
Fixed typo.
2004-04-20 20:15:43 +00:00
Ferenc Wagner
90baafee4e
- Change to console mode so that winetest runs under WinRash.
...
- Move from spawnvp() to CreateProcess().
- Force a 2-minute timeout on individual tests.
2004-04-20 04:00:07 +00:00
Francois Gouget
ebf0eb3138
Make static Unicode strings const.
2004-04-20 00:34:52 +00:00
Ivan Leo Murray-Smith
f5da73f53e
Small fix.
2004-04-19 23:07:18 +00:00
Francois Gouget
6a6c85c6d8
Make Unicode const strings static so they are not copied to the stack
...
each time we enter the function.
2004-04-19 20:12:14 +00:00
Francois Gouget
22ff3d43f7
Have winedbg send its output to stderr when invoked with the --auto
...
option.
2004-04-15 04:58:09 +00:00
Alexandre Julliard
1cb0cf4ced
Moved wine_get_unix_file_name implementation to ntdll, and changed it
...
to return an allocated buffer instead of a fixed size one.
2004-04-14 19:40:53 +00:00
Gerald Pfeifer
ae07d8e834
Do not include <windows.h>, to avoid duplicate declaration of
...
select().
2004-04-13 00:19:38 +00:00
José Manuel Ferrer Ortiz
24dd96a907
Updated Spanish translations.
2004-04-06 03:24:19 +00:00
Eric Pouech
17d464d0d9
Set correct options for dbghelp (ELF loading & parsing speed).
2004-04-05 22:49:32 +00:00
Dimitrie O. Paun
abe9c975a8
Remove the rest of the Tweak look hack.
2004-04-01 21:06:14 +00:00
Ferenc Wagner
409f7a3b58
Give SetErrorMode the right argument to suppress crash dialogs.
2004-03-31 00:55:41 +00:00
Ivan Leo Murray-Smith
455cf6c3e4
Fixed some values.
2004-03-30 20:43:22 +00:00
Chris Morgan
bcaac8e158
Invalid "Desktop" values would crash winecfg, use the default value
...
instead.
2004-03-30 04:34:40 +00:00
Ivan Leo Murray-Smith
fd3211cb8f
Improved version resource info.
2004-03-30 04:33:57 +00:00
Ferenc Wagner
27db309518
Don't expect stdout be usable after exchanging file descriptors under
...
it.
2004-03-30 04:32:46 +00:00
Ivan Leo Murray-Smith
317cc8d122
Enable Italian translations.
2004-03-29 23:06:18 +00:00
Alexandre Julliard
ddd96e57d0
Fixed language declarations.
2004-03-29 23:05:55 +00:00
Ferenc Wagner
a122499a98
- Extract revision info from CVS/Entries.
...
- #include "winetest.rc" into gui.rc. MinGW can't link in
more than one resource files.
- Enlarge chunk size of network transfer.
2004-03-24 23:40:06 +00:00
Francois Gouget
b948778660
Assorted spelling fixes.
2004-03-23 23:20:16 +00:00
Francois Gouget
bfc60dfb7b
Compute dwLen after passing the string through
...
REGPROC_unescape_string() so we don't save garbage characters in the
registry.
2004-03-23 23:02:59 +00:00
Eric Pouech
d6b348f0a1
Ported the ReactOS taskmgr written by Brian Palmer.
2004-03-23 01:19:54 +00:00
Mike McCormack
9643b79842
Implement setlocal/endlocal.
2004-03-22 22:56:58 +00:00
Dimitrie O. Paun
cbe0e499df
Add revision support to winetest.exe.
2004-03-20 19:21:39 +00:00
Ferenc Wagner
ca0f5793da
- Refactor and fix connection opening.
...
- Target test.winehq.org.
2004-03-19 19:15:23 +00:00
Ferenc Wagner
8387770064
- Fix report() dispatch.
...
- Strip "_test..." from test file names.
- Use mystrtok() for command line parsing to avoid collision with the
one in get_subtests().
- Change User-Agent HTTP header to "Winetest Shell".
2004-03-19 01:54:10 +00:00
Alexandre Julliard
5488a4ed48
Avoid including windows.h since it conflicts with unistd.h.
2004-03-19 01:17:51 +00:00
Mike McCormack
8d02010ff7
Fixed handling of "echo."
2004-03-18 04:01:32 +00:00
Richard Cohen
200675f9e4
Fix cursor position optimization.
2004-03-17 20:48:30 +00:00
Alexandre Julliard
76240a3665
Need to include config.h.
2004-03-16 01:32:36 +00:00
Dimitrie O. Paun
fb1845db31
Properly implement all key operations: new, delete, rename.
...
Fix rename command to handle both keys and values.
2004-03-15 20:19:38 +00:00
Chris Morgan
97d5e1638f
Message box to suggest the user not run wine as root.
2004-03-15 20:10:14 +00:00
Oleg Prokhorov
2165660fcd
Fix small typo.
2004-03-15 20:08:02 +00:00
Dimitrie O. Paun
eb9d0e929a
Add all needed accelerators to regedit. Cleanups.
2004-03-15 20:07:44 +00:00
Ivan Leo Murray-Smith
9214e3a7ac
Added "can't query key" translation.
2004-03-15 20:05:43 +00:00
Zimler Attila
61197df74c
Add delete key support.
2004-03-12 19:44:47 +00:00
Dimitrie O. Paun
ced6ca78b8
Remove the FileSystem option from the drive configuration.
2004-03-12 19:44:04 +00:00
Michael Stefaniuc
0075cdba81
Add the LDFLAGS when linking hlp2sgml.
2004-03-11 22:42:11 +00:00
Alexandre Julliard
adc7a91152
We should no longer need to unset TMP and TEMP.
2004-03-11 03:52:07 +00:00
Alexandre Julliard
6be39b60f5
Take advantage of the new winegcc -B support.
2004-03-09 04:54:07 +00:00
Alexandre Julliard
4d6b27ec3a
Avoid some redundant libraries on the winegcc command line.
2004-03-03 22:39:22 +00:00
Alexandre Julliard
589e115233
We no longer use the .exe.spec.c files.
2004-03-02 21:16:37 +00:00
Alexandre Julliard
6621b2d213
Build all the programs with winegcc.
2004-03-02 21:00:00 +00:00
Ivan Leo Murray-Smith
9a8d951232
Make sure text isn't cut off by the close button.
2004-03-02 20:56:35 +00:00
Juan Lang
d89279a974
Connect to winehq.org by its name rather than by its IP addr.
2004-03-01 23:28:02 +00:00
Oleg Prokhorov
dbcc37ba7d
- key accelerators for "New Game" and exit
...
- auto flag after successful game those entries which were not flagged
by player during the game himself
2004-03-01 23:13:30 +00:00
Dimitrie O. Paun
e59561c8fe
Submit results to WineHQ.
2004-03-01 23:11:08 +00:00
Matt Chapman
9f9462a1c9
Fix dumping of Unicode strings.
2004-02-25 01:24:42 +00:00
Yorick Hardy
3e2fa2c33a
Use SHN_UNDEF instead of STN_UNDEF to specify undefined section
...
index.
2004-02-24 01:22:37 +00:00
Dmitry Timoshkov
4fe98c5af0
Convert app description field to unicode and use CP_UNIXCP when
...
printing it on the console.
2004-02-24 01:01:10 +00:00
Eric Pouech
141db032c4
- fixed ELF modules' size information
...
- fixed containers' tests
2004-02-24 00:59:57 +00:00
Ferenc Wagner
feaad968b8
Report the error sent by the CGI script.
...
Make progress bar selection explicit.
2004-02-21 04:01:56 +00:00
Ferenc Wagner
8c4a4dffd6
Add a free() call at the end.
2004-02-20 19:56:29 +00:00
Gerald Pfeifer
3061e97b47
Fix non-standard code in report().
2004-02-20 01:09:31 +00:00
Ferenc Wagner
efc67253fd
- command line handling (GUI will follow)
...
- strip .exe[.so] from test names
- version 2 output
2004-02-19 04:12:42 +00:00
Robert van Herk
2f1bc74b2e
Allow user to choose "native", "native,builtin", "builtin",
...
"builtin,native" and "disable" for each library they override.
2004-02-17 20:26:15 +00:00
Alexandre Julliard
095b498b17
Renamed --exe-mode option to --mode now that it can be used for dlls
...
too.
2004-02-16 22:24:24 +00:00
Martin Fuchs
fa828cd057
- move some PIDL function declarations from undocshell.h into public
...
header, as they are no longer undocumented
- implement context menu support for Winefile
2004-02-11 04:18:12 +00:00
Mike McCormack
95b0fc6f08
Use GetFullPathName to convert unix path names to DOS ones.
2004-02-10 20:07:43 +00:00
Francois Gouget
ad5ff7ceeb
Assorted spelling and case fixes.
2004-02-09 22:07:42 +00:00
Huw Davies
89ef25e218
Use the BTNS_* toolbar button style defines rather than the outdated
...
TBSTYLE_*.
2004-02-09 21:01:10 +00:00
Hannu Valtonen
a13e0e9999
Remove some useless comments and rearrange the GUI a bit.
2004-02-09 20:57:21 +00:00
Chris Morgan
2c6ea211f0
Rename 'General tab' to 'About', move to the last position.
...
Make applications tab handle global and per-app winver, dosver and
winelook settings, mirroring the Libraries tab. Code copied from
Robert van Herk's libraries tab.
Move global/app specific function and global to the x11drv tab where
it is currently used.
Add a couple of property helper functions.
Set 3D border around treeview controls.
Removed invalid resources from languages other than En.
2004-02-07 01:01:34 +00:00
Eric Pouech
269b8a0e8c
Fixed typo.
2004-02-06 05:22:14 +00:00
Ivan Leo Murray-Smith
81ec7fd490
Translate "options".
2004-02-06 05:19:44 +00:00
Robert Shearman
b99cb051ed
Cancel rename if value to rename to already exists.
2004-02-06 05:16:56 +00:00
Eric Pouech
53fa0d5433
- Fixed broken winedbg compilation on BSD.
...
- Fixed some corner case handling in ELF list walking (reported by
Robert Shearman).
2004-02-05 01:27:38 +00:00
Eric Pouech
62bf6ecc85
- now detecting Dwarf debug information in ELF modules (but don't load
...
it)
- separated module management (pe.c, elf.c) from debug information
management (stabs.c, msc.c)
- worked around new wine-pthread and wine-kthread loaders (no longer
use "wine" as default loader)
- better convergence of gdb-proxy and winedbg for ELF handling
- fixed ELF link-map walking - now using all loaded shared libs -
(with the help of Robert Shearman)
- added a bit of const correctness
2004-02-03 00:14:12 +00:00
Eric Pouech
39628f49ed
- now reporting message on bogus line number in 'bp <num>' commands
...
(useful when user thinks <num> is a linear address)
- fixed bogus return value in DEBUG_AddBreakpoint
2004-01-28 20:05:39 +00:00
John K. Hohm
da7a575328
Allow regedit to edit (Default) key values.
2004-01-27 20:10:40 +00:00
Sami Aario
a24da03943
Fix a debug message.
2004-01-27 03:59:36 +00:00
Alexandre Julliard
20b4585e3c
Only link against libdxguid where necessary.
2004-01-27 00:11:16 +00:00
Alexandre Julliard
c3eac43839
Moved libuuid to the dlls directory, and moved the DirectX GUIDs into
...
a separate libdxguid library.
2004-01-26 21:29:05 +00:00
Ge van Geldorp
399901e054
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
...
with PSDK.
2004-01-23 01:51:33 +00:00
Ivan Leo Murray-Smith
6fb62d0353
Resource updates.
2004-01-23 01:44:47 +00:00
Alexandre Julliard
3defd321b2
Don't link directly to 16-bit APIs for portability reasons (based on a
...
patch by Steven Edwards).
2004-01-21 02:20:29 +00:00
Ivan Leo Murray-Smith
631150dd81
Yet again catching up with En.rc.
2004-01-20 02:09:39 +00:00
Chris Morgan
cde7f90903
Add audio tab with first pass at autodetection of audio driver.
...
Double clicking a drive entry brings up drive edit window.
2004-01-20 02:07:35 +00:00
Thomas Weidenmueller
a34dc5b53a
Regedit GUI enhancements with new Windows-like icons.
2004-01-20 01:33:02 +00:00
Ivan Leo Murray-Smith
998e1520dd
Yet another update.
2004-01-20 01:24:27 +00:00
Marcelo Duarte
ab14f1a5a2
Update of Portuguese resources.
2004-01-18 23:18:33 +00:00
Dimitrie O. Paun
a38979a3cd
Fix value renaming. Cleanup code, fix a few leaks.
2004-01-16 23:02:44 +00:00
Thomas Weidenmueller
7285f46840
Fixed handling of control focus.
2004-01-16 21:20:54 +00:00
Thomas Weidenmueller
794e046279
Enable the help menu for regedit.
2004-01-16 21:20:42 +00:00
Dimitrie O. Paun
7a6d6aabac
Streamline the editing interfaces a bit.
...
Open the registry with only the required permissions for the
operation. Fix a few leaks.
2004-01-16 02:21:23 +00:00
Thomas Weidenmueller
649643aad7
Added context menu support.
2004-01-16 02:14:19 +00:00
Thomas Weidenmueller
d0d8b5bfb1
Implemented View|Split.
2004-01-16 01:59:05 +00:00
Thomas Weidenmueller
8461c77082
Simplify the About dialog code.
2004-01-16 01:58:48 +00:00
Thomas Weidenmueller
2678595e3f
Expand the treeview on startup.
2004-01-16 01:58:28 +00:00
Ferenc Wagner
354f662962
Added graphical feedback.
2004-01-15 01:48:05 +00:00
Alexandre Julliard
6235a28adc
Avoid non-portable strip -s (reported by Robert Lunnon).
2004-01-15 00:22:10 +00:00
Dimitrie O. Paun
d160d46c7d
Add value rename support to regedit.
2004-01-13 23:18:12 +00:00
Tom Wickline
e961edd306
Add dillo as a browser to search for.
2004-01-13 22:48:29 +00:00
Francois Gouget
fc1e5789fa
Do a SearchPath before opening the file to improve compatibility with
...
the native regedit.
2004-01-13 05:07:07 +00:00
Francois Gouget
4cb9c590b9
Remove references to regapi.
2004-01-13 04:59:33 +00:00
Ivan Leo Murray-Smith
c87bbd8234
Brought up to date to Dimi's latest patch.
2004-01-08 00:40:48 +00:00
Robert van Herk
5fd5f38490
Added a tabsheet that allows the user to change the dll overrides,
...
both globally and per app.
2004-01-07 00:43:40 +00:00
Francois Gouget
640cc3f3e1
Assorted spelling fixes.
2004-01-06 22:08:33 +00:00
Chris Morgan
d888d36e1d
Added winebrowser app that launches a Unix browser.
2004-01-06 20:49:58 +00:00
Francois Gouget
826ff13385
Improve error reporting.
2004-01-06 20:39:17 +00:00
Dimitrie O. Paun
b3130b9f6d
Add new value support. Misc improvements and cleanups.
2004-01-06 20:38:56 +00:00
Ivan Leo Murray-Smith
1c875a4f4f
Updated Italian resources.
2004-01-06 00:37:29 +00:00
Eric Pouech
5bf3a2669b
Made wine_get_unix_file_name take a Unicode string pointer.
2004-01-05 23:42:09 +00:00
Dimitrie O. Paun
4352892f60
Add value delete, and dword edit support.
2004-01-05 21:14:19 +00:00
Zimler Attila
071b7dae8a
Added support for creating new keys.
2004-01-03 00:33:56 +00:00
Ivan Leo Murray-Smith
edeb27b09c
Added Italian resources.
2004-01-02 01:50:05 +00:00
Mike McCormack
bbe0e2ce80
Sort the output of wcmd's set command.
2003-12-30 19:17:31 +00:00
Ivan Leo Murray-Smith
5d7957a36d
Updated Italian translations.
2003-12-30 19:12:38 +00:00
Ferenc Wagner
9644428385
Solaris sh portability fix.
2003-12-30 19:09:25 +00:00
Eric Pouech
48f97983d7
- get rid of winedbg internal channels for output
...
- move all standard (old MESG channel) output to stdout
- move all other outputs (TRACE, WARN...) to a new wine debugging
channel (winedbg)
- replaced quite a few #ifdef:ed out output to new channels (mainly in
symbol management area...)
- added a new maintenance commands to ease up debugging
- updated documentation accordingly
2003-12-15 19:53:08 +00:00
Alexandre Julliard
647dec8403
Removed useless #ifdef WINELIB.
2003-12-13 03:22:02 +00:00
Alexandre Julliard
cf83c1254a
Define __WINE__ to enable extensions (spotted by Martin Fuchs).
2003-12-13 03:21:30 +00:00
Martin Fuchs
17b9837af4
Fixed missing initializations of struct SHELLEXECUTEINFO.
2003-12-12 04:11:25 +00:00
Dimitrie O. Paun
166145385d
Remove most string size limitations.
...
Better error handling. Less listview flicker.
A bunch of style fixes and improvements.
2003-12-12 04:08:59 +00:00
Richard Cohen
5ac00719c8
- Fix obsolete comments about windowsx, commdlg.
...
- Increase filename length to MAX_PATH.
- Set the windows extent before playing the metafile.
- Don't hardcode logpixels to 96.
2003-12-11 04:24:38 +00:00
Jon Griffiths
979d543368
Sort the listview when clicking the Name or Type headers.
2003-12-10 02:10:52 +00:00
Dimitrie O. Paun
58c185ecf0
Reformat regedit in a consistent manner.
2003-12-08 22:48:07 +00:00
Richard Cohen
cc8c205adb
- Implement 'Choose font', 'No title', 'Always on Top'.
...
- Paint to offscreen bitmap to eliminate flicker.
- Put 'Always on top' on the main menu not the system menu.
- Date format should be DATE_LONGDATE.
- L button drag to move.
- Cosmetic adjustments.
2003-12-08 22:23:03 +00:00
Pavel Roskin
6c1785d88a
Make inactive LED segments dimmer to make numbers easier to read.
2003-12-08 21:48:18 +00:00
Dimitrie O. Paun
573b389053
Move include/bitmaps/*.xpm where they belong.
2003-12-08 21:44:24 +00:00
Francois Gouget
46f11eda58
Print error messages to stderr as is customary.
2003-12-05 04:42:06 +00:00
Filip Navara
d4baf37085
Fixed some flags in calls to CreateWindowEx.
...
Fixed color of the splitter.
2003-12-05 00:09:54 +00:00
Alexandre Julliard
9f71bd9824
Authors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie O. Paun <dpaun@rogers.com>, Ferenc Wagner <wferi@afavant.elte.hu>
...
New Wine test shell utility.
2003-12-04 02:01:39 +00:00
Alexandre Julliard
358cc8b02b
Use delayed imports instead of explicit GetProcAddress calls.
2003-12-03 22:29:05 +00:00
Alexandre Julliard
4175fdb7c6
Added support for loading 16-bit dlls.
2003-12-03 20:29:24 +00:00
Dimitrie O. Paun
9142f7730b
Added support for editing strings.
2003-12-03 20:25:24 +00:00
Richard Cohen
fa7060cba4
- Properly disable the second hand.
...
- Remove unneeded #include "winnls", #define MIN.
- Get the digital clock working.
2003-12-03 04:44:18 +00:00
Richard Cohen
260b6149f2
- Use resource ids IDM_*, IDS_* instead of numbers.
...
- Move ... from toplevel "Info..." onto sub items (eg "About").
2003-12-03 03:58:29 +00:00
Alexandre Julliard
db70ec8ea1
Use normal dll imports instead of GetProcAddress hacks.
2003-12-02 05:33:26 +00:00
Peter Berg Larsen
4d6c59e153
- the last event was not looked at when compressing console events
...
- better compression for UPDATE_EVENTs as they are not influenced by
CURSOR_POS or CURSOR_GEOM
- added debug traces
2003-12-02 03:52:35 +00:00
Jon Griffiths
78b2610544
Thai translation of notepad. Fix spelling in clock translations.
2003-12-01 22:43:20 +00:00
Alexandre Julliard
2ea7a80965
Added make_progs tool to generate the programs makefile.
...
Create symlinks for all the Winelib apps.
2003-11-30 06:18:43 +00:00
Andrew de Quincey
fc0968d4d1
Fixed one more HeapReAlloc call.
2003-11-30 02:53:29 +00:00
Richard Cohen
3a3ace6e14
Remove some unused code.
2003-11-30 02:52:23 +00:00
Alexandre Julliard
177f3d1e25
Removed some no longer used programs.
2003-11-30 01:55:54 +00:00
Stefan Leichter
ee33c001ac
Changed the version resource to be created in the common way.
2003-11-30 01:42:26 +00:00
Stefan Leichter
2835ebee12
Added version info resource.
2003-11-28 23:11:30 +00:00
Alexandre Julliard
402b79a1e8
Porting fixes.
2003-11-27 00:59:36 +00:00
Alexandre Julliard
49a98285ed
Fixed one more HeapReAlloc call.
2003-11-26 04:10:08 +00:00
Alexandre Julliard
b7976c00a0
Fixed declarations of BroadcastSystemMessage and TranslateAccelerator
...
in winuser.h. Added GetWindowModuleFileName.
2003-11-26 04:09:00 +00:00
Dimitrie O. Paun
c0232546bd
Make the winehq.org domain the official one.
2003-11-26 03:55:01 +00:00
Joshua Thielen
5c4caa6669
Fixed incorrect labeling of question boxes.
...
Removed incorrect email address in copyright.
2003-11-26 03:40:01 +00:00
Jon Griffiths
b82f98cb90
Thai language translation.
2003-11-25 00:08:18 +00:00
Ivan Leo Murray-Smith
3976f4632c
Added/updated Italian resources.
2003-11-21 21:33:02 +00:00
Dimitrie O. Paun
e81dedf1a7
HeapReAlloc() does not allocate memory.
2003-11-20 23:43:12 +00:00
Ivan Leo Murray-Smith
5a2f3c1f1f
Added/updated Italian resources.
2003-11-20 22:07:35 +00:00
Marcelo Duarte
61cbe6672a
Localization to Portuguese.
2003-11-17 20:03:11 +00:00
Ivan Leo Murray-Smith
e2b29cc65f
Improved Italian translations.
2003-11-17 20:00:33 +00:00
Marcelo Duarte
8defcd386c
Localization to the Portuguese of Brazil.
2003-11-05 23:27:01 +00:00
Rein Klazes
8404438f71
Let "info wnd" print the client rectangle in screen coordinates.
2003-11-05 00:36:23 +00:00
Francois Gouget
f405629e8e
Weekly spelling fixes.
2003-10-28 21:45:30 +00:00
Hans Leidekker
5474ad83b1
- Dutch translations of Wine programs.
...
- Correct grammar error in winefile.
2003-10-27 22:03:28 +00:00
Hans Leidekker
5ebcb8a48d
- Added Dutch translation.
...
- Make an example's description consistent with the example.
2003-10-27 22:02:37 +00:00
Mike Hearn
5454282946
Minor GUI relayout.
2003-10-24 04:18:17 +00:00
Mike Hearn
dec10f8a18
Complete support DOS version and winelook settings.
2003-10-22 03:02:26 +00:00
Mike Hearn
f388977f75
- Clear screen depth combo box on page init.
...
- Some appdefaults support.
- Rename hDlg to dialog in some places so enable/disable macros work.
- Don't update registry when the GUI is being initially configured.
2003-10-22 00:01:46 +00:00
Alexandre Julliard
2aa8a8390a
Replaced a few more 0xffffffff by the appropriate constants.
2003-10-16 19:31:11 +00:00
Rolf Kalbermatter
76f13deb26
Use INVALID_FILE_ATTRIBUTES to test for failure of
...
GetFileAttributesA/W and not -1 or 0xFFFFFFFF.
2003-10-16 19:12:49 +00:00
Alexandre Julliard
a167c3bb68
Get rid of the memory allocation macros, use real functions instead.
2003-10-15 21:14:08 +00:00
Oleg Prokhorov
cf8b84c19f
Another portion of HeapReAlloc fixes.
2003-10-15 21:01:05 +00:00
Gerald Pfeifer
d395f6260c
Remove unused variable commandSaveRegistry.
2003-10-15 20:50:56 +00:00
Daniel Marmier
f95be92d24
Fixed warnings with gcc option "-Wwrite-strings".
2003-10-15 03:35:54 +00:00
Michal Janusz Miroslaw
f3ed10a246
Extend displays: now one can add displays active only in specified
...
function; displays now can be enabled/disabled like in gdb.
2003-10-14 20:25:16 +00:00
Gerald Pfeifer
fc60c1e195
Remove unused variable debug_channels.
2003-10-14 20:10:36 +00:00
Dimitrie O. Paun
921df719e5
Fix some instances of memory allocation through HeapReAlloc().
2003-10-11 05:25:31 +00:00
Alexandre Julliard
6ac34ac6ab
Define an LDDLL command to link dlls, instead of using LDDLLFLAGS.
2003-10-11 01:05:18 +00:00
Peter Berg Larsen
7515680a7d
Changed debug channel to "curses" to seperate it from wineconsole.c
...
and added some trace infomation.
2003-10-10 00:01:21 +00:00
Mike McCormack
a300682f53
Handle quoting on the command line in uninstaller.
2003-10-09 19:45:54 +00:00
Daniel Marmier
8e5bb20542
Fixed warnings with gcc option "-Wwrite-strings".
2003-10-09 04:39:01 +00:00
Peter Berg Larsen
ae3b9bb66a
Use CONSOLE_RENDERER_NONE_EVENT to compress an event instead of
...
deleting it with a memmove.
2003-10-09 04:27:08 +00:00
Peter Berg Larsen
09f71d08ec
The Tab key was considered a ctrl-key and Shift-Tab was ignored.
2003-10-09 04:26:29 +00:00
Alexandre Julliard
c93c27f420
Removed useless WINE_TRACE_ON tests.
2003-10-08 19:20:11 +00:00
Peter Berg Larsen
5ca049a4ad
Moved debug output up before calling the backend.
2003-10-08 19:18:33 +00:00
Mike McCormack
0a96e52ca2
When registering a dll, search the dll's directory for dll
...
dependencies too.
2003-10-07 22:49:44 +00:00
Pavel Roskin
7035adcae4
Convert resources to standard format without embedded binary data.
...
Fixes to be compatible with windres.
2003-10-04 04:21:19 +00:00
Pavel Roskin
16ffa577a9
Use a better icon. Comment out the binary resource.
2003-10-04 03:10:59 +00:00
Hans Leidekker
c9d30a46f1
Dutch translation of progman.
...
Correct typo in English resources.
2003-10-04 03:09:06 +00:00
Pavel Roskin
e3f6ed2d68
Don't pass unused pointers to RegCreateKeyEx() - this prevents score
...
saving on Windows 2000.
2003-10-04 03:07:16 +00:00
Pavel Roskin
954765e0cc
Set win_style of the main window to WS_OVERLAPPEDWINDOW.
2003-10-04 03:06:39 +00:00
Dimitrie O. Paun
54e6b0d938
Extract binary resources to files, to fit the standard.
2003-10-03 05:01:33 +00:00
Gerald Pfeifer
ee94596da3
This is actually a /bin/sh script, /bin/bash is not needed.
...
Check whether the two input files exists instead of assuming they do.
2003-10-03 03:34:29 +00:00
Hans Leidekker
4c37f7db05
Added Dutch translation.
2003-10-02 04:27:45 +00:00
Hans Leidekker
d31d27f716
Dutch translation of clock and cmdlgtst.
2003-10-01 03:04:32 +00:00
Pavel Roskin
c8e3a50197
Correctly set openfilename.lStructSize before calling
...
GetOpenFileName().
2003-10-01 03:04:14 +00:00
Alexandre Julliard
c30cefb2d5
Store module names in Unicode in the server.
2003-09-30 01:04:19 +00:00
Mike Hearn
498e1ce039
Move Applications tab before Libraries tab.
...
Improve return_if_fail.
Partly implement appdefaults UI.
Replace usage of EnableWindow with clearer enable/disable macros.
2003-09-30 00:27:55 +00:00
Pavel Roskin
16b85af4ac
Widen the "About" dialog to prevent wrapping of text.
2003-09-29 20:13:30 +00:00
Pavel Roskin
50a4503c30
Fix processing of IDCANCEL command.
...
Don't change settings if the user canceled the "Custom" dialog.
2003-09-29 20:13:14 +00:00
Alexandre Julliard
90dc6580f5
Make sure all 16-bit system drivers are loaded for 16-bit apps.
2003-09-27 02:34:07 +00:00
Michael Stefaniuc
81a7aade60
Fix some memory leaks found by smatch.
2003-09-27 02:25:21 +00:00
José Manuel Ferrer Ortiz
1bae93d63f
Added Spanish resources.
2003-09-27 02:21:33 +00:00
Pavel Roskin
dbebaf6729
Fix checkboxes in the "Color dialog flags" dialogs. They would not
...
change state.
2003-09-25 23:48:18 +00:00
Pavel Roskin
3a82706e54
Call HeapAlloc() on entries before HeapReAlloc() to avoid crash on
...
Windows 2000.
2003-09-25 20:21:47 +00:00
Pavel Roskin
1341e9ae2b
Fix processing of the command line.
2003-09-25 20:21:32 +00:00
Alexandre Julliard
16cd86197a
Moved DLLFLAGS to a separate variable instead of including it in
...
DEFS.
2003-09-24 19:01:44 +00:00
Jon Griffiths
09fefeed7a
Not everyone has <unistd.h>, some files need <io.h> too (msvc).
2003-09-23 22:54:57 +00:00
Mike Hearn
fae915f0bf
Remove Managed option. Add DXGrab, DesktopDoubleBuffer, UseTakeFocus.
2003-09-22 21:13:51 +00:00
Michal Janusz Miroslaw
bf3de5ed6b
DEBUG_cmp_sym: micro optimization/cleanup.
2003-09-22 21:12:44 +00:00
Vincent Béron
221aa8d2a5
Another batch of French resources updates.
2003-09-22 19:48:29 +00:00
Eric Pouech
71a71b301d
- win32 console's window cannot be larger than curses' stdscr
...
- correctly manage backspace
- various cleanup
2003-09-22 19:31:32 +00:00
Mike Hearn
81be7f7892
Add screen depth option and remove "Allocated System Colors" setting.
2003-09-22 19:26:10 +00:00
Hans Leidekker
8b40f19ad0
Added Dutch translation.
2003-09-22 19:24:33 +00:00
Mike Hearn
5d249cb225
- Implement "managed mode" setting.
...
- Make system colors setting work.
- Disable DGA setting, as enabling it breaks wine.
2003-09-18 04:32:01 +00:00
Mike Hearn
5a2cde6532
- All settings in the drive edit dialog are now instant apply.
...
- Replace OK/Cancel buttons on the right with a close button on the
bottom.
- Warn the user when a C drive is not present.
- Add drive functionality will now always create a C drive if one
isn't present.
- Misc crasher fixes.
- Drive list box now reflects drives that take their data from a
device correctly.
- Various code cleanups.
2003-09-17 22:40:38 +00:00
Mike Hearn
9e849c0044
Implemented mouse wheel support.
2003-09-17 22:38:12 +00:00
Igor Stepin
f638678830
Added a lot of Russian translations.
2003-09-17 20:08:20 +00:00
José Manuel Ferrer Ortiz
cbc1fd3698
Updated Spanish translation.
2003-09-17 20:03:26 +00:00
Mike Hearn
6d4f4ac54e
Normalize win2000, nt2k, nt2000 to win2k, normalize win2k3 to win2003
...
(spotted by Vincent Béron).
2003-09-16 01:08:02 +00:00
Vincent Béron
481701b7b3
Updates for various French resources.
2003-09-16 01:02:11 +00:00
Ivan Leo Murray-Smith
9c2fb80d94
Added/improved Italian translations.
2003-09-15 22:21:18 +00:00
Mike Hearn
2184030c9a
Added a simple TODO list.
2003-09-15 22:09:03 +00:00
Ferenc Wagner
b129a1489f
Implement >> style (append) output redirection.
2003-09-11 20:41:26 +00:00
Oleg Prokhorov
7b2d01357e
Small grammar fix.
2003-09-11 01:04:03 +00:00
Alexandre Julliard
cf52644a1c
Removed the A/W constants for builtin cursors, icons and resource
...
types since they don't exist on Windows, and added typecasts
everywhere instead.
2003-09-10 03:56:47 +00:00
Pavel Roskin
3f8b3a1837
Compile Walon resources only if LANG_WALON is defined.
2003-09-10 03:43:16 +00:00