Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Robert Reif
a76023f02a
winecfg: Add default dsound sample rate and bits per sample.
2006-04-08 15:49:10 +02:00
Paul Vriens
3c3a7724fc
winecfg: Localize the app specific title.
2006-02-16 19:44:53 +01:00
Michael Jung
51a3198748
winecfg: Support for setting symlinks for 'Desktop' and 'My Stuff' shell folders.
2006-02-14 13:09:30 +01:00
Alexandre Julliard
c919112a74
winecfg: Display a warning when the user tries to change the load
...
order of a system dll.
2006-02-04 17:05:14 +01:00
Vitaliy Margolen
4e20622e4d
winecfg: Remove color depth. It's source of problems for number of users.
2006-02-02 13:41:46 +01:00
Robert Reif
e998da5e07
winecfg: Add unmanaged windows configuration.
2005-12-22 11:15:32 +01:00
Robert Reif
9f34fd3787
winecfg: Select an audio driver on fresh install.
2005-12-21 20:07:56 +01:00
Robert Reif
f0c55e7d52
winecfg: Use sound tree view for driver selection.
...
- Move driver selection and configuration into tree view.
- Only show loadable drivers.
2005-12-17 12:30:06 +01:00
Robert Reif
1758ba6c6d
winecfg: Show all sound card drivers and their devices.
2005-12-07 12:50:52 +01:00
Alexandre Julliard
018fe31c4f
Get rid of the show dir symlink option.
2005-10-27 11:24:02 +00:00
Alexandre Julliard
d2e5469bbf
Report the correct version in the About dialog.
2005-10-13 14:24:52 +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
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
Frank Richter
1bac61f8e5
Add an "Appearance" tab to control the currently active theme.
2005-08-24 10:59:40 +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
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
Raphael Junqueira
8d9d1fb17b
Add some basic dsound configuration on Audio panel.
2005-07-11 10:24:28 +00:00
Brian Vincent
e53aad96e8
Describe tabs being linked together.
2005-07-10 17:44:02 +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
Huw Davies
81fb184da7
Add an English neutral version of the graphics tab.
2005-07-05 11:46:22 +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
James Hawkins
5211e49e29
Load Show/Hide Advanced strings from resources.
2005-05-19 11:14:52 +00:00
James Hawkins
0c2671c6fc
Add ShowDirSymLink and ShowDotFiles to the drive ui.
2005-05-17 10:19:59 +00:00
James Hawkins
0ade757920
Set listview style LVS_SINGLESEL so only one drive can be selected.
2005-05-10 08:28:56 +00:00
James Hawkins
d6eb30d289
Use a listview instead of a listbox for drives list.
2005-05-09 14:34:56 +00:00
Alexandre Julliard
bf961bb144
Get rid of the DOS version combobox, normal users should never need to
...
change it.
2005-05-07 18:06:35 +00:00
Michael Jung
e52296ccb8
The unixfs extension doesn't have a distinguished '/' node anymore.
...
Moved UI string into the resources.
2005-05-07 14:50:16 +00:00
James Hawkins
fa316a8a92
Enlarge the license text control length.
2005-05-04 09:49:22 +00:00
Marcelo Duarte
5cb9507ec1
Use "MS Shell Dlg" everywhere except for Japanese.
2005-02-21 18:38:36 +00:00
Kris Marsh
9c0d46da47
Fixed window height to show all data properly.
...
Cleaned up drives->advanced information visuals.
2005-02-08 12:08:20 +00:00
Paul van Schayck
608d8dc64e
Clean up about dialog. Remove groupbox, position logo correctly.
2005-02-03 10:41:20 +00:00
Mike Hearn
7d8711e15f
- More heapification.
...
- Split drive code into core, UI and autodetect.
- Implement drive autodetection.
- Slight redesign of drive tab.
- Code cleanup.
2004-11-23 13:50:23 +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
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
James Hawkins
2169e8da90
Under the Drives tab, remove the 'Windows Drive' section.
2004-07-30 04:19:11 +00:00
James Hawkins
7f274205a8
Rename X11 Driver tab of winecfg to Graphics.
2004-07-30 01:35:13 +00:00
James Hawkins
a226175787
Removed the 'Windows Look:' option from winecfg.
2004-07-29 23:56:40 +00:00
James Hawkins
333d2dfe96
Remove the UseTakeFocus option from winecfg.
2004-07-29 02:35:43 +00:00
Marcelo Duarte
0b63877ed1
Visual updates to Winecfg.
2004-07-21 03:03:04 +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
Dimitrie O. Paun
abe9c975a8
Remove the rest of the Tweak look hack.
2004-04-01 21:06:14 +00:00
Dimitrie O. Paun
ced6ca78b8
Remove the FileSystem option from the drive configuration.
2004-03-12 19:44:04 +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
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
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
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