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