Commit graph

22 commits

Author SHA1 Message Date
Dmitry Timoshkov
43a072b1cb winecfg: Fix some compatibility problems. 2007-07-31 13:36:08 +02:00
Maarten Lankhorst
e97a5e7879 winearts.drv: Kill off winearts. 2007-04-04 22:09:16 +02:00
Alexandre Julliard
f231a70f4c joystick.drv: Renamed the dlls/winmm/joystick directory to dlls/winejoystick.drv. 2006-12-29 14:29:20 +01:00
Francois Gouget
82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard
bbb4303315 winecfg: Support for loading the list of dlls from the build directory. 2006-03-17 13:09:54 +01:00
Jacek Caban
0a5a8813cb winecfg: glut32.dll may be configured as native. 2006-02-15 13:36:52 +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
Alexandre Julliard
d4ea455180 winecfg: Populate the dll combo box with the dlls found in the load path. 2006-02-04 17:04:22 +01:00
Mike McCormack
7d66567253 programs: Use WIN32_LEAN_AND_MEAN in some more places. 2006-01-16 20:41:34 +01:00
Juan Lang
2791290b12 Remove .dll from DllOverrides entries, such entries are ignored. 2005-10-04 11:29:48 +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
Hajime Segawa
7e27691c1e Fix for debug message buffer overflow in library tab. 2005-07-05 16:18:10 +00:00
Michael Jung
3bbb7fd243 Made the registry cache more general. 2005-06-23 11:42:54 +00:00
Alexandre Julliard
6e92d382a3 Changed registry access functions to use more meaningful names. 2005-06-13 18:49:23 +00:00
Mike McCormack
ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
Gerald Pfeifer
eeca59ff0b Use switch statements instead of if-cascades. Avoid warnings. 2005-01-17 13:41:58 +00:00
Crestez Leonard
3e55df3925 Fix add application (memory error).
Fix apply button lighting up in audio tab.
Fix video tab(crash when checking desktop, apply button not lighting
up.
Deal with invalid Desktop registry value in video tab.
Fix apply button in libraries tab.
Cleaned up and documented all the conversions in the libraries tab.
2005-01-14 19:48:41 +00:00
Marcus Meissner
1b7f954a41 Return out of the default case, assert() is removed with -DNDEBUG. 2004-10-18 19:36: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
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
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