Commit Graph

924 Commits

Author SHA1 Message Date
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