Commit Graph

1577 Commits

Author SHA1 Message Date
YunSong Hwang
68baacc859 Update Korean translations. 2005-11-21 12:01:19 +00:00
Vitaliy Margolen
96dc70a9f8 Create new drives with autodetect type. 2005-11-21 11:58:29 +00:00
Eric Pouech
58968a2867 Native dbghelp doesn't provide names for basic type, so added relevant
basic type names in winedbg.
2005-11-18 16:53:32 +00:00
Eric Pouech
ae6239d53d Centralized calls for SymSetContext, we only do it when we change the
current stack frame, and no longer every time we look up local symbols
on current stack
2005-11-18 16:27:55 +00:00
Eric Pouech
a81afd15d8 Move print_func_and_args to stack.c, where it belongs. 2005-11-18 15:04:44 +00:00
Eric Pouech
3e07e04764 - now storing frames information in thread structure
- frames are cached after each thread stops execution
- reimplemented backtrace on top of this
2005-11-18 12:33:03 +00:00
YunSong Hwang
d442d298a0 Update Korean translations. 2005-11-18 12:07:42 +00:00
Eric Pouech
73b0e94bb3 Now returning correct symbol flags (as native does) for function pmts
& locals in dbghelp.
Modified winedbg accordingly.
2005-11-18 12:05:44 +00:00
Eric Pouech
f7dd869ebf Dbghelp describes the types of function arguments with a specific
symbol-type (symt) which links both to arguments' type and to function
prototype
- added this new type to dbghelp
- implemented its use in winedbg
2005-11-17 12:53:41 +00:00
Eric Pouech
6b7bebfbf9 SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a
32 bit one.
2005-11-17 11:51:53 +00:00
Alexandre Julliard
82f403bd66 Fixed invalid C syntax. 2005-11-17 11:06:06 +00:00
Martin Fuchs
f42fac5566 Use command line for initial directory selection.
Remove useless hwndParent variable.
2005-11-17 11:05:35 +00:00
Eric Pouech
67e4edc522 When a symbol name already contains a module name, we shouldn't search
in other modules.
2005-11-17 11:04:39 +00:00
Eric Pouech
6cd44bc89d Simplification of lex's input reading. 2005-11-17 11:04:27 +00:00
Aric Stewart
6bd1625f57 Beginnings of an explorer.exe replacement that wraps the existing
winefile program.
2005-11-16 11:45:51 +00:00
Eric Pouech
1c5d35fd92 Added ability to execute commands from a file passed on command line
(through --file option).
Use that feature to get rid of arg_command hack (--command option now
creates a temporary file).
2005-11-16 11:23:07 +00:00
YunSong Hwang
3ddd394e25 Update Korean translations. 2005-11-15 12:06:12 +00:00
YunSong Hwang
6e20af5dac Add Korean translations. 2005-11-14 11:27:36 +00:00
Stefan Leichter
8ba040e157 Add shdocvw tests to winetest. 2005-11-12 19:11:27 +00:00
Eric Pouech
e596a0113f Removed a couple of shift/reduce warnings in grammar. 2005-11-12 19:10:24 +00:00
Rein Klazes
939f9eaac8 Update Dutch resources. 2005-11-12 19:10:07 +00:00
Francois Gouget
0edbaf7e80 Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
Francois Gouget
d927c81bca Parse the command line returned by CommandLineFromMsiDescriptor() to
extract the application path. Otherwise winemenubuilder ignores the
.lnk file entirely.
2005-11-10 11:36:26 +00:00
Mike McCormack
9e3c4068e4 Added Korean resources. 2005-11-10 11:06:34 +00:00
Mike McCormack
71de71c308 Remove the limit on the length of the command line. 2005-11-10 11:06:15 +00:00
Mike McCormack
66775b90e3 Extract the executable name for msi advertised shortcuts. 2005-11-08 10:55:25 +00:00
Vijay Kiran Kamuju
bdcdd37aa8 Show detected audio drivers in autodetect. 2005-11-03 19:31:45 +00:00
Eric Pouech
2d62ba5557 Fixed 'break NN' command (using dbghelp.SymEnumLines). 2005-11-03 11:33:04 +00:00
Eric Pouech
a6f40be771 Fixed wineconsole startup when restoring registry settings. 2005-11-03 11:32:52 +00:00
Eric Pouech
8ad685c5b3 Now filling external leading in font cells. 2005-11-03 09:51:00 +00:00
Eric Pouech
60c1ae0bb8 Fixed crash in font browsing for raster fonts. 2005-11-02 20:51:16 +00:00
Stefan Huehner
3e29148bcf Add msxml3,setupapi tests to winetest. 2005-10-31 21:10:47 +00:00
Alexandre Julliard
5f963331e7 Added an 'eject' Winelib app that allows unmounting and ejecting a CD
even if a Windows app has files open on it.
2005-10-31 21:10:38 +00:00
Vitaliy Margolen
eb2924dba6 Set list view's text directly - don't use fill_drives_list for that.
Enable "Apply" button when text changes.
2005-10-29 10:29:47 +00:00
Henning Gerhardt
bf4b9370df Update the German resource file. 2005-10-28 16:40:36 +00:00
Michael Jung
717a4eb61b Added German resources for regedit's find dialog. 2005-10-28 10:08:51 +00:00
Vitaliy Margolen
78e59c50c3 Define OS environment variable on WinNT versions. 2005-10-28 09:38:11 +00:00
Alexandre Julliard
018fe31c4f Get rid of the show dir symlink option. 2005-10-27 11:24:02 +00:00
Jonathan Ernst
defdb25d9a Updated French resources. 2005-10-27 10:22:54 +00:00
Krzysztof Foltman
e4e75a2a06 - Added Find functions
- Some refactoring that made Find functions possible
   - GetItemPath returns a heap-allocated string
   - subtree update put into a separate function UpdateExpandingTree
   - error() utility function made public
- Find functions are grayed/ungrayed based on context (which fixes
  invalid 'grayed' flag in some localizations).
- InvalidateRect to fix display glitches coming from using
  WM_SETREDRAW.
- English and Polish resource updates (Find dialog box and Find menu
  options, string not found message).
2005-10-26 12:07:55 +00:00
Jan Nieuwenhuizen
ea48acb5be Windows XP does not always include the executable file name on the
command line.
2005-10-26 10:07:31 +00:00
Jan Nieuwenhuizen
137e54dd51 Need an explicit truncate command to shorten the length of a file. 2005-10-26 10:07:05 +00:00
Alexandre Julliard
c02356b835 Added "autodetect" drive type option. 2005-10-20 13:16:46 +00:00
Alexandre Julliard
e595ff24c7 Enable the apply button when changing drive type. 2005-10-20 11:39:12 +00:00
Alexandre Julliard
97567c2d7b Always set the drive type even if nothing else changed. 2005-10-20 11:37:46 +00:00
Vitaliy Margolen
658a5420b5 Use correct notification for drive selection change. 2005-10-19 19:21:48 +00:00
Ivan Leo Puoti
fc94b1c72c Make drive type an advanced option. 2005-10-18 12:02:51 +00:00
Rein Klazes
86feb98739 Show desktop mode disabled if the Desktop registry value exists but
starts with N,n,F,f or 0. This agrees with the logic in x11drv.
2005-10-18 10:35:41 +00:00
Vitaliy Margolen
93d23a1568 Remove "Automatically detect windows version". Default to win2k. 2005-10-17 08:55:45 +00:00
Alexandre Julliard
d2e5469bbf Report the correct version in the About dialog. 2005-10-13 14:24:52 +00:00
Vitaliy Margolen
f4db5dfdb2 Fix "Remove application" for applications that had some custom
settings.
2005-10-13 13:44:38 +00:00
Eric Pouech
8e1fa187c0 Fixed changing console's windows. 2005-10-10 11:18:46 +00:00
Milko Krachounov
cdec2ee7ce Update the Bulgarian resource file. 2005-10-10 10:28:59 +00:00
Eric Pouech
97e2b9605e Ensure we always have a title for the .hlp file. 2005-10-10 10:27:37 +00:00
Eric Pouech
f50695c714 Handle error conditions for print. 2005-10-10 10:27:22 +00:00
Eric Pouech
05ce225383 - fixed mouse double click and wheeling
- also handling third mouse button (if any)
- full support for control/shift modifier
2005-10-10 10:26:46 +00:00
Francois Gouget
492f9c7ca1 Add a --windows option for converting a Unix path to a long Windows
path.
Fix the description of --long and --short. They are only garanteed to
work on Windows paths though they will often successfully convert Unix
paths to Windows paths too.
2005-10-10 10:24:53 +00:00
Alexandre Julliard
cf22e0264f Set the winepath version to be the same as the global package
version.
2005-10-08 10:36:50 +00:00
Eric Pouech
b580b8cf9c Function keys now work in curses mode. 2005-10-08 10:35:16 +00:00
Jonathan Ernst
8eff913709 Pagesetup dialog fix. 2005-10-07 15:02:03 +00:00
Alexandre Julliard
12a749984c Put Wine version information in all the man pages. 2005-10-06 16:10:01 +00:00
Francois Gouget
a1f9a13997 Use "static const" rather than "const static" as gcc -W complains
about the former.
2005-10-06 11:38:45 +00:00
Vijay Kiran Kamuju
dc51bd797b Fixed uninstaller close button. 2005-10-04 17:59:01 +00:00
Juan Lang
2791290b12 Remove .dll from DllOverrides entries, such entries are ignored. 2005-10-04 11:29:48 +00:00
Jonathan Ernst
f9c1537b89 Make sure we only depend on ddraw_test if X support is enabled. 2005-10-04 11:29:37 +00:00
Marcus Meissner
19f5002275 Dropped the "using native windows libraries" comment.
Replace winesetup by winecfg. Dropped config file detection.
2005-10-04 11:29:25 +00:00
Paul Millar
83ecd5d964 Fix cross-compilation of winetest by update the makefile to use OBJS
instead of the now absent ALL_OBJS.
2005-10-03 18:45:45 +00:00
Alexander N. Sørnes
9caef1ba12 Fixed a few missing characters in winecfg. 2005-10-03 18:45:02 +00:00
Eric Pouech
9c63540d55 Now printing information when changing function while single stepping. 2005-10-03 11:04:29 +00:00
Eric Pouech
4cc0bf2848 Fixed bitfield extraction. 2005-10-03 11:04:13 +00:00
Martin Fuchs
c6593b04b9 Fix font handle leak after closing the 'choose font' dialog (based on
orginal patch by 'Christoph at ApiViewer.de')
2005-10-03 11:03:04 +00:00
Brian Grayson
3ec24a6ffd Skip tabs in wcmd. 2005-10-03 10:16:48 +00:00
Eric Pouech
de02b20c0c Fixed array dereferencing. 2005-10-03 10:16:01 +00:00
Marcus Meissner
ce8e6b2b51 Do not append empty ":" in LD_LIBRARY_PATH. 2005-10-03 10:14:47 +00:00
Kimmo Myllyvirta
313bcbd9e8 Finnish resources for uninstaller. 2005-09-30 10:34:19 +00:00
Alexandre Julliard
7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Vincent Béron
6e7cf127db Remove unused function from regedit/treeview.c. 2005-09-29 10:33:34 +00:00
Alexandre Julliard
7ddab75619 Declare debug channels as static variables so that we don't need to
generate an external .dbg.c file to define them.
2005-09-28 18:34:00 +00:00
Alexandre Julliard
cd91bc61be Now that we are requiring bison anyway, make the .tab.c file use the
same base name as the .y file, so that we can generate correct
dependencies in all cases.
2005-09-28 18:17:08 +00:00
Alexandre Julliard
cbc38965c0 New scheme for keeping track of debug channels that doesn't require
maintaining a list of all loaded dlls.
2005-09-28 15:21:48 +00:00
Alexandre Julliard
3f611ee0c9 Fixed disassembling functions to handle 16-bit code segments properly. 2005-09-27 09:33:42 +00:00
Henning Gerhardt
5f92e03391 Update German regedit resource file. 2005-09-26 16:41:58 +00:00
Alexander N. Sørnes
b25c266dfd Norwegian translation of wcmd and wineconsole. 2005-09-26 13:25:22 +00:00
Alexander N. Sørnes
2c32428bfe Added Norwegian translation of some programs. 2005-09-26 11:03:32 +00:00
Henning Gerhardt
428567098d Update German resource file. 2005-09-26 10:54:48 +00:00
Krzysztof Foltman
83edf20502 - Copy key name works.
- Favorites (adding, removing, going to) work.
- Added context sensitive graying to some menu options.
- Cleanup of status bar update.
2005-09-26 09:57:56 +00:00
Christian Costa
e180cd95e2 Screen depth cannot be selected when double buffering is enabled.
Disable depth selection when it's the case.
2005-09-26 09:51:48 +00:00
Alexander N. Sørnes
8822dbbb92 Added Norwegian translations. 2005-09-25 15:15:25 +00:00
Steven Edwards
882023b2fa Set text of help menu to Help. 2005-09-23 10:09:29 +00:00
Alexandre Julliard
1d29654355 Get rid of the hlp2sgml hack. 2005-09-22 10:52:56 +00:00
Mike McCormack
c818a4e662 Fix "empty body in an if/else-statement" warnings. 2005-09-21 09:46:28 +00:00
Dmitry Timoshkov
12b2cf4c77 Fix the usage of COLOR_xxx constants in the place of the window's
class hbrBackground.
2005-09-20 12:02:45 +00:00
Alexander N. Sørnes
c7544ef800 Added Norwegian translations. 2005-09-20 12:00:13 +00:00
Milko Krachounov
980f817737 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 17:00:58 +00:00
Alexander N. Sørnes
f9b3edb42e Added Norwegian translations. 2005-09-18 12:26:22 +00:00
Alexander N. Sørnes
26c86969ab Added Norwegian translation. 2005-09-17 14:30:33 +00:00
Ivan Leo Puoti
dc2e1399ef Get winetest to detect windows server 2003 R2. 2005-09-15 18:56:20 +00:00
Henning Gerhardt
746cd5c026 Update the German resource file. 2005-09-15 09:31:56 +00:00
Thomas Weidenmueller
ec9024cad3 Hook up "Hide on Minimize" & Add context menu to the tray icon. 2005-09-14 19:17:12 +00:00
Filip Navara
e8efed92b3 Don't kill non-existing timers. Use EndDialog to close the dialog. 2005-09-14 15:37:25 +00:00
Alexandre Julliard
e99b69dba3 Michael Fritscher
Hook up "End Process" button.
2005-09-14 15:37:15 +00:00
Thomas Weidenmueller
53a0c30078 Use anonymous events for synchronization. 2005-09-14 10:29:45 +00:00
Alexandre Julliard
86663762ec Authors: Thomas Weidenmueller <wine-patches@reactsoft.com>, Filip Navara <xnavara@volny.cz>
DLGPROCs return INT_PTR.
2005-09-14 10:06:09 +00:00
Alexandre Julliard
23152a664c Authors: Richard Cohen <richard@daijobu.co.uk>, Jim Tabor, Thomas Weidenmueller <wine-patches@reactsoft.com>
64 bit fixes -- Store Window procs as WNDPROC, cast to DWORD_PTR in
SendMessageTimeout.
2005-09-13 14:31:51 +00:00
Alexandre Julliard
903e0b9fc5 Get rid of a couple of non-portable long long constants. 2005-09-13 11:26:36 +00:00
Marcus Meissner
bd7ec9aca5 The last argument to MultiByteToWideChar is wide character count and
not the buffer size in bytes. Fixed all places where it was wrong.
2005-09-12 22:07:53 +00:00
Kimmo Myllyvirta
264a33654a Added Finnish resources. 2005-09-12 11:10:03 +00:00
Alexandre Julliard
e4b2a0bbbc Use Get/SetWindowLongPtr instead of Get/SetWindowLong where
appropriate.
2005-09-09 15:20:04 +00:00
Alexandre Julliard
7f67b35a0d Replace a few more direct lpVtbl accesses by the proper macros. 2005-09-07 13:28:25 +00:00
Vikram Kumar
e084585717 Update Japanese resource file to include the Theme tab. 2005-09-07 11:26:41 +00:00
Mike McCormack
d168219849 Fix gcc 4.0 warnings. 2005-09-06 10:26:13 +00:00
Yuri Kozlov
d4f7f06f30 Updated Russian resources. 2005-09-06 09:25:44 +00:00
Kimmo Myllyvirta
3344365f08 Added Finnish resources. 2005-09-06 09:22:19 +00:00
Paul Vriens
50cce6b614 Update for the 'Install theme' button. 2005-09-03 15:03:36 +00:00
Mike McCormack
b5bd4a101a Fix gcc 4.0 warnings. 2005-09-02 14:47:36 +00:00
Frank Richter
c963461fa1 Since uxtheme also returns a friendly display name from
EnumThemeColors() and EnumThemeSizes() use that in the color/size
combos.
2005-09-02 11:19:35 +00:00
Frank Richter
ea61fd376f Add an "Install theme" button to the appearance page to allow
convenient copying of the .msstyles file to the Right Place inside the
Windows dir.
2005-08-30 10:01:27 +00:00
Alexander N. Sørnes
e364f0907f Norwegian translation of winecfg. 2005-08-30 10:01:07 +00:00
Paul Vriens
f6e7e14ec5 Update to the latest theme and tab settings. 2005-08-30 08:52:55 +00:00
Frank Richter
a15006fe34 Make THEME_update_color_and_size static and drop THEME_ prefix. 2005-08-29 21:47:04 +00:00
Alexander N. Sørnes
40dae54331 Norwegian language support. 2005-08-29 10:48:15 +00:00
Jonathan Ernst
3a51fbd740 Theming setings in French. 2005-08-29 09:39:13 +00:00
Yuri Kozlov
8ef6f5d7ea Theme dialog added in Ru.rc. 2005-08-29 09:29:37 +00:00
Mike McCormack
280bcf6e4a Fix gcc 4.0 warnings. 2005-08-27 10:00:38 +00:00
Alexandre Julliard
cc4da88563 Explicitly import kernel32 in tests that use it. 2005-08-27 09:27:09 +00:00
Mike McCormack
93ab695a5c Fix gcc 4.0 warnings. 2005-08-26 08:53:31 +00:00
Alexandre Julliard
3ccbb018a0 Added a -municode flag to winegcc for applications that have a wmain()
entry point.
2005-08-25 19:26:59 +00:00
Frank Richter
33e8e88e81 Load tab titles and property sheet caption from string resources. 2005-08-25 19:19:33 +00:00
Frank Richter
3c0de2a61a Add English Neutral and German appearance tab translations. 2005-08-25 15:20:18 +00:00
Alexandre Julliard
71ae2d7bed Beginnings of a crt0 library. 2005-08-25 11:41:05 +00:00
Frank Richter
1bac61f8e5 Add an "Appearance" tab to control the currently active theme. 2005-08-24 10:59:40 +00:00
Rémi Assailly
c6e294deb1 Moved mciavi32 to the top-level dlls directory. 2005-08-23 19:52:30 +00:00
Glenn Wurster
7ba6502dd9 Don't pass on EH_STACK_INVALID exceptions. 2005-08-23 10:02:05 +00:00
Dmitry Timoshkov
c979bfcc0a Remove unnecessary #pragma code_page(xxxx) statements from winefile
.rc files.
2005-08-22 09:24:18 +00:00
Felix Nawothnig
2aef956ceb Replace "Registry Explorer" by "Registry Editor" in about dialog. 2005-08-22 09:17:37 +00:00
Maxime Bellengé
0876700949 Make the icon choice algorithm really choose the best icon. 2005-08-22 09:17:25 +00:00
Mike McCormack
88bddd7ae1 Fix gcc 4.0 warnings. 2005-08-19 15:19:10 +00:00
Rémi Assailly
2e689c6c66 Removed mcianim. 2005-08-19 11:22:25 +00:00
Alexandre Julliard
6d1067b915 Make sure the string is null-terminated in memory_get_string. 2005-08-19 10:26:23 +00:00
Mike McCormack
516a577df1 Fix gcc 4.0 warnings. 2005-08-19 10:04:03 +00:00
Yuri Kozlov
bd1864a149 Updated Russian resources. 2005-08-19 10:00:45 +00:00
Vitaliy Margolen
aad2fe3b38 Add windows version registry entries. 2005-08-17 11:37:34 +00:00
Juan Lang
554b865314 Shrink the hex edit window a bit. 2005-08-16 11:13:58 +00:00
Vikram Kumar
68382fc3f9 Added Japanese resources. 2005-08-15 09:39:51 +00:00
Richard Cohen
390c4ce630 Update English neutral version of winecfg graphics tab, and make the
groupboxes not overlap.
2005-08-12 15:52:25 +00:00
Mike McCormack
b744372231 Turn off gcc 4.0's builtin wchar inlines. 2005-08-11 17:12:18 +00:00
Alexandre Julliard
777cd4f7df Removed a useless header file. 2005-08-11 10:59:51 +00:00
Marcus Meissner
3cb3651bc8 Fixed harmless /tmp problem. 2005-08-10 10:51:50 +00:00
Kai Blin
78e1145ffe Add secur32.dll tests to winetest. 2005-08-08 11:06:55 +00:00
Alexandre Julliard
49b7fdcfc0 Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
2005-08-03 21:25:10 +00:00
Alexandre Julliard
6625b63b53 Get rid of the no longer used regedit test. 2005-08-03 19:36:51 +00:00
Alexandre Julliard
734821444e Merged some of the header checks to reduce the size of the generated
configure script a bit.
2005-08-03 19:21:04 +00:00
Peter Åstrand
7a15eb9318 Implemented an Esound driver. 2005-08-03 15:53:26 +00:00
Andreas Mohr
828fd75a96 Improve regsvr32 output. 2005-07-30 19:04:14 +00:00
Jonathan Ernst
f5e828d9f3 Fixed control size and placement. 2005-07-29 14:49:29 +00:00
Stefan Dösinger
b505c2b4c5 Correct the sizes of some controls in the German resources. 2005-07-29 14:49:17 +00:00
Daniel Remenak
423371828a Changed winhelp file->exit accelerator key from "e" to "x". 2005-07-20 10:29:42 +00:00
Hans Leidekker
b5c65a2e48 Include the mshtml test. 2005-07-18 09:09:09 +00:00
Stefan Huehner
06822b8977 Fix some write-strings warnings. 2005-07-15 09:58:36 +00:00
Eric Pouech
81f1ea1c7c Ensure msvcrt's io block is passed down from wcmd's parent process to
child process.
2005-07-15 09:55:52 +00:00
Detlef Riekenberg
edc061333f Space is valid between module name and entry point. 2005-07-14 12:34:04 +00:00
Paul Vriens
4908c2bc07 Update the Dutch translations. 2005-07-14 10:14:54 +00:00
Robert Shearman
0c9195c650 Remove additional current process tracking in backtrace_all as it can
refer to freed memory.
2005-07-14 10:14:44 +00:00
Jonathan Ernst
c7bf987aa1 Updated winecfg French resources. 2005-07-13 19:31:36 +00:00
Henning Gerhardt
7581d47f92 - Added German winspool resource file.
- Updated German winecfg resource file.
2005-07-13 11:29:26 +00:00
Jacek Caban
8831329dae Added hh.exe. 2005-07-12 20:41:52 +00:00
Raphael Junqueira
88f73c4f33 - add direct3d configuration on winecfg graphics panel
- resync Fr libraries dialog (based on En.rc)
2005-07-12 18:11:11 +00:00
Francois Gouget
28dc5a8afc Assorted spelling fixes. 2005-07-11 10:59:41 +00:00
Raphael Junqueira
8d9d1fb17b Add some basic dsound configuration on Audio panel. 2005-07-11 10:24:28 +00:00
Detlef Riekenberg
a51dcfcfc6 Do not print an error message when deleting a nonexistent variable. 2005-07-11 10:23:37 +00:00
Brian Vincent
e53aad96e8 Describe tabs being linked together. 2005-07-10 17:44:02 +00:00
Henning Gerhardt
0e8e5c3075 Update German resource files. 2005-07-08 11:32:14 +00:00
Martin Fuchs
2a3ece86a6 - move ID_ABOUT_WINE into #ifdef __WINE__
- support for refresh in shell namespace windows
2005-07-07 20:27:24 +00:00
Eugeny Gorelov
3e84af5ee7 Added PageSetupDlg test. 2005-07-07 18:23:11 +00:00
Frank Richter
a9c5c7cc06 Update German translation for changes to the DLL overrides UI. 2005-07-07 17:22:30 +00:00
Mike McCormack
257c337c19 gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-07 12:08:42 +00:00
Martin Fuchs
62dbe21168 - remove <tchar.h> and <wchar.h> header usage by switching to WIN32
API string manipulation functions as far as possible
- switch to UNICODE compilaton
- remove launch_fileA() and tcscpyn
- don't crash in set_curdir() for NULL in the 'entry' pointer
2005-07-07 12:00:17 +00:00
Paul Vriens
f278f12473 Update the Dutch translations. 2005-07-07 11:59:40 +00:00
Mike McCormack
d7b9a23afd gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-06 19:08:05 +00:00
Felix Nawothnig
fb46982967 Changed layout of libraries tab, moved load-order setting into extra
dialog.
2005-07-06 19:05:24 +00:00
Alexandre Julliard
690115aab9 Moved the configuration key to HKCU\Software\Wine\WineMenuBuilder. 2005-07-06 15:47:48 +00:00
Hajime Segawa
7e27691c1e Fix for debug message buffer overflow in library tab. 2005-07-05 16:18:10 +00:00
Huw Davies
81fb184da7 Add an English neutral version of the graphics tab. 2005-07-05 11:46:22 +00:00
Jonathan Ernst
4335719eaf Updated winefile French resources. 2005-07-05 11:00:33 +00:00
Jonathan Ernst
7628ee176c - Updated winecfg French resources.
- Fixed control size and placement.
2005-07-05 11:00:20 +00:00
Marcelo Duarte
993aa33b99 Remove double SEPARATOR. 2005-07-05 10:58:53 +00:00
Jacek Caban
9111d07db7 Make registry compatible with winmine. 2005-07-03 11:20:08 +00:00
Henning Gerhardt
06de83a337 Update German resource files. 2005-07-01 19:16:36 +00:00
Michael Jung
12c08baf59 Added binfmt_misc to the filesystem blacklist. 2005-07-01 15:39:32 +00:00
Paul Vriens
85ecdd308c Update the Dutch translations. 2005-06-30 21:11:43 +00:00
Francois Gouget
0f150ad86d Improve the winedbg usage. 2005-06-30 18:09:15 +00:00
Francois Gouget
971f47e521 Remove unneeded casts. 2005-06-30 18:09:00 +00:00
Sven Paschukat
b3415b0311 Repaired extraction of icons when config file is missing. 2005-06-30 10:17:57 +00:00
Gerald Pfeifer
db7fc1cd58 Avoid compiler warning in AddEntryToList(). 2005-06-29 11:17:42 +00:00
Jacek Caban
6737d96983 Added mshtml test. 2005-06-29 11:00:09 +00:00
Robert Reif
8881284373 - Add an audio configure button with code to display the selected
audio driver's configure dialog.
- Add an audio control panel launch button.
2005-06-28 19:12:52 +00:00
Stefan Huehner
ffe53258aa Fix some -Wstrict-prototypes warnings. 2005-06-27 09:57:28 +00:00
Andreas Mohr
cf2b9f093d Constify wcmd. 2005-06-27 09:48:57 +00:00
Andreas Mohr
e452c24654 Constify all needlessly non-const winecfg structs. 2005-06-27 09:48:06 +00:00
Jacek Caban
d38caa48dc Added winemine debug channel. 2005-06-27 09:42:49 +00:00
Michael Jung
3bbb7fd243 Made the registry cache more general. 2005-06-23 11:42:54 +00:00
Steven Edwards
2dce23251b Remove an outdated comment in the command line options. 2005-06-23 09:47:17 +00:00
Stefan Huehner
204ecdaa20 Remove some more -Wstrict-prototypes warnings. 2005-06-22 12:00:31 +00:00
Paul Vriens
5c148bf475 Update Dutch resource file. 2005-06-21 09:42:56 +00:00
Martin Fuchs
4b4dfab8b9 Remove superfluous include statements. 2005-06-20 18:39:48 +00:00
Alexandre Julliard
1cfdb0fd9d Moved the audio driver configuration to HKCU\Software\Wine\Drivers and
changed it a bit to follow the model of the graphics driver.
2005-06-20 18:35:57 +00:00
Stefan Huehner
ac6f562b52 Fix more -Wstrict-prototypes warnings. 2005-06-20 14:18:03 +00:00
Martin Fuchs
b43a69c617 - Sync with ReactOS repository, re-indent and remove tabs in resource
scripts and header files.
- Add #ifdef __WINE__ for the Wine About dialog.
2005-06-20 11:45:39 +00:00
Alexandre Julliard
0d3bddc57c Updated paths of ShowDirSymlinks, ShowDotFiles and Version options. 2005-06-17 21:09:07 +00:00
Martin Fuchs
d948e6ca75 Corrections of Czech translation by Denzil. 2005-06-17 12:12:13 +00:00
Stefan Huehner
03cc8c4181 Remove some -Wstrict-prototypes warnings. 2005-06-17 10:11:37 +00:00
Paul Vriens
ce8b469246 Hide <-> Show Advanced. 2005-06-16 20:39:19 +00:00
Alexandre Julliard
848a6f1b3b Use RegOpenKey instead of RegOpenKeyEx to avoid trouble with handle
access rights.
2005-06-16 16:36:47 +00:00
Alexandre Julliard
a18f20616a Fixed registry paths to edit the real config, and removed the startup
warning message.
2005-06-16 16:15:37 +00:00
Stefan Huehner
712087700e Fix some -Wstrict-prototypes warnings. 2005-06-16 15:52:44 +00:00
Mike McCormack
65ad7da1f7 Fix some declaration and write string warnings. 2005-06-16 10:45:25 +00:00
Alexandre Julliard
2e4bca9db5 Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
2005-06-13 18:56:00 +00:00
Alexandre Julliard
6e92d382a3 Changed registry access functions to use more meaningful names. 2005-06-13 18:49:23 +00:00
Mike McCormack
b61c182da8 More warning fixes. 2005-06-13 11:39:52 +00:00
Martin Fuchs
1fc0e675fc Remove duplicate toolbar button. 2005-06-13 11:38:27 +00:00
Martin Fuchs
f7a9c49738 - use const parameter in find_entry_shell()
- rename ExecuteDialogWndProg() to ExecuteDialogDlgProc()
- remove old comment
- add missing call to CtxMenu_reset()
2005-06-13 10:04:55 +00:00
Martin Fuchs
afb99013df Remove unnecessary paint code. 2005-06-12 11:08:19 +00:00
Martin Fuchs
bd5f6e2a40 Move __WINE__ ifdef directive. 2005-06-12 11:07:44 +00:00
Martin Fuchs
b44c2a3d8c Fix file size in property dialog by using _stprintf() instead of
wsprintf().
2005-06-12 10:43:40 +00:00
Mike McCormack
5f409c7d5b Fix more warnings. 2005-06-10 19:32:24 +00:00
Martin Fuchs
d50ae025ad Synchronize resource scripts IDs of the different languages and adjust
INFO entries.
2005-06-07 20:06:57 +00:00
Martin Fuchs
3512161ddb Implement file properties dialog (partly based on Rob D.'s winfile
code).
2005-06-06 10:02:43 +00:00
Martin Fuchs
2f5aee99f1 Refresh window content after context menu popups only if any command
has been executed.
2005-06-05 19:18:11 +00:00
Martin Fuchs
4c6ad7ffc5 Sync winefile's header between WINE and ReactOS. 2005-06-05 18:02:05 +00:00
Mike McCormack
d73dad6630 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-04 10:01:25 +00:00
Martin Fuchs
8cf6accf23 Fix position of column header labels. 2005-06-03 11:25:17 +00:00
Mike McCormack
ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
Henning Gerhardt
1ab7234d55 Update German resource files. 2005-06-02 15:07:55 +00:00
Juan Lang
9ffac609ea Print command that fails to make error message a little more
comprehensible.
2005-06-02 10:28:53 +00:00
Stefan Leichter
e7d1209e72 Update version resource of msiexec.exe to current version shipped from
Windows Update.
2005-05-30 09:55:34 +00:00
Martin Fuchs
0a0fffa5eb - implement commands 'copy' and 'delete'
- fix 'move' command for the left pane
2005-05-30 09:55:19 +00:00
Martin Fuchs
309ae27805 Refresh display after executing a context menu command. 2005-05-29 20:17:05 +00:00
Martin Fuchs
4e3fd5f3c3 Implement file filtering (matching of file name patterns and file
types).
2005-05-29 20:05:29 +00:00
Eric Pouech
73ea238f46 Reindented parts to be conform to the rest of the code. 2005-05-29 20:04:28 +00:00
Eric Pouech
333addd264 Rewrote all stack backtrace code (more code sharing, easier to follow,
and less bugs).
2005-05-29 20:03:56 +00:00
Stefan Leichter
332215f19a Include crypt32 tests into winetest. 2005-05-29 19:59:50 +00:00
Alexandre Julliard
95b87814e8 Added --list option to the tests and use that in winetest. 2005-05-27 20:10:59 +00:00
Dimi Paun
b69e7a19d5 Move remaining GDI objects to the large heap. 2005-05-27 19:28:23 +00:00
Hans Leidekker
97d1b11ebd Fix uninitialized warnings. 2005-05-24 12:34:29 +00:00
Eric Pouech
d6be549a76 - started infrastructure for proper multi-target support (active
process, minidump...)
- all read/write memory ops are now done thru a centralized process_io
  facility
- minor fixes & cleanups in CPU backends
2005-05-24 11:46:25 +00:00
David Welch
ccafccebf0 Added the ability to break into the program when using the gdb proxy. 2005-05-24 10:11:37 +00:00
David Welch
8fa319264d Fix decoding of thread IDs in the gdbproxy. 2005-05-24 09:49:56 +00:00
Eric Pouech
a561275579 - now storing exception info (if any) in thread structure
- added minidump function in winedbg (write only)
2005-05-23 16:22:44 +00:00
Martin Fuchs
7b1df68929 Bug fixes for _NO_EXTENSIONS mode. 2005-05-23 10:26:47 +00:00
Eric Pouech
113bfe0fdc Removed the macros for verbose memory read/write operations. 2005-05-23 10:25:56 +00:00