72 Commits

Author SHA1 Message Date
Michael Stefaniuc
f051aa6774 winecfg: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-30 00:10:14 +01:00
Michael Stefaniuc
7fdb828abf winecfg: Use the available ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-18 11:20:43 +02:00
Zhiyi Zhang
eee8131d3b winecfg: Fix a crash when inputting non-ASCII dll override name.
Signed-off-by: Zhiyi Zhang <yi.gd.cn@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-12-18 16:02:20 +01:00
Nikolay Sivov
7179b7d0e9 winecfg: Keep pending settings in static list.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-28 13:55:13 +01:00
Frédéric Delanoy
87c72332bb winecfg: Use BOOL type where appropriate. 2013-10-17 10:45:45 +02:00
Frédéric Delanoy
183f00cb6c winecfg: Use BOOL type where appropriate. 2013-10-09 10:09:03 +02:00
Marcus Meissner
73d00515fe winecfg: Remove incorrect HeapFree (Coverity). 2012-09-10 11:47:25 +02:00
Alexandre Julliard
edf44bfb1e winecfg: Avoid Unicode macros. 2012-01-20 12:44:04 +01:00
Andrew Eikum
dfe73cda4a winecfg: Remove driver selection from Audio tab. 2011-09-01 18:06:37 +02:00
Alexandre Julliard
fdc0d0f95f winecfg: Fix deletion of registry keys for Wow64 mode. 2011-08-26 14:28:11 +02:00
Dmitry Timoshkov
88a4b618b1 winecfg: Protect from closing the root key. 2011-03-11 11:48:51 +01:00
Alexandre Julliard
d15d52ddab winecfg: Set Wow64 registry keys as well as the 64-bit ones for version information. 2010-12-15 22:30:18 +01:00
Francois Gouget
0e01daa3e7 winecfg: Make enumerate_valuesW() static. 2009-01-26 15:13:15 +01:00
Marcus Meissner
19464a6bf7 programs: Fixed two RegEnumValue name lengths. 2008-10-27 11:28:29 +01:00
Gerald Pfeifer
7da2a20a19 winecfg: Fix signedness of variable in enumerate_valuesW(). 2008-07-08 11:32:07 +02:00
Alexandre Julliard
ad5876734d winecfg: Add a couple of Unicode helper functions. 2008-04-25 14:36:25 +02:00
L. Rahyen
0110512904 winecfg: Make DPI interval to be the same as in Windows. 2008-03-10 20:23:36 +01:00
Stefan Leichter
8422a64a3a winecfg: Replace call to remove_path with RegDeleteTreeW. 2007-10-09 17:52:46 +02:00
Nigel Liang
4f03cf760b winecfg: Fix crash when remove app button is pressed in applications tab. 2007-08-09 14:43:18 +02:00
Paul Vriens
a15b9fb860 winecfg: Fix virtual desktop selection. 2007-08-07 14:03:42 +02:00
Kirill K. Smirnov
eebfb5c5a2 winecfg: Values list should be NULL-terminated. 2007-08-07 12:36:45 +02:00
Nigel Liang
4536a9d66d winecfg: Fix crash caused by calling set_reg_key with NULL value. 2007-08-06 13:56:13 +02:00
Nigel Liang
2d5a89bab0 winecfg: Read/write registry in unicode. 2007-08-03 14:29:36 +02:00
Dmitry Timoshkov
43a072b1cb winecfg: Fix some compatibility problems. 2007-07-31 13:36:08 +02:00
Michael Stefaniuc
381fa6588f winecfg: Win64 printf format warning fixes. 2006-10-03 11:15:41 +02:00
Paul Vriens
343153e2e5 winecfg: Make sure we can use a large text. 2006-08-23 15:57:47 +02:00
Frank Richter
6b3d624d4b winecfg: Use WCHARs for window title, current app. 2006-08-17 11:19:24 +02:00
Frank Richter
722ee099c1 winecfg: Make load_string public. 2006-08-16 12:51:01 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Paul Vriens
3c3a7724fc winecfg: Localize the app specific title. 2006-02-16 19:44:53 +01:00
Mike McCormack
55303936b6 winecfg: Tidy up included headers.
Get rid of the barely used properties.c.
2006-01-19 11:55:01 +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
Vitaliy Margolen
f4db5dfdb2 Fix "Remove application" for applications that had some custom
settings.
2005-10-13 13:44:38 +00:00
Mike McCormack
88bddd7ae1 Fix gcc 4.0 warnings. 2005-08-19 15:19:10 +00:00
Vitaliy Margolen
aad2fe3b38 Add windows version registry entries. 2005-08-17 11:37:34 +00:00
Michael Jung
3bbb7fd243 Made the registry cache more general. 2005-06-23 11:42:54 +00:00
Alexandre Julliard
0d3bddc57c Updated paths of ShowDirSymlinks, ShowDotFiles and Version options. 2005-06-17 21:09:07 +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
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
Eric Pouech
05413fccc5 Fixed some signed / unsigned pointer casts. 2005-04-18 09:54:03 +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
Mike Hearn
fd14bdebd4 Delete the \r not the \n in PRINTERROR. 2005-01-10 14:26:46 +00:00
Mike Hearn
c619152344 - Finish off the "Remove Application" button.
- Allow removal of keys from the overlay.
- One or two whitespace fixes.
2005-01-03 14:45:05 +00:00
Michael Stefaniuc
5ad7d858e0 Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
2004-12-23 17:06:43 +00:00
Gerald Pfeifer
61f8e1236d Again rename getkey() and setkey() for FreeBSD. 2004-11-30 21:03:36 +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
Anish Mistry
edf17b518e Rename getkey and setkey for FreeBSD. 2004-10-19 23:51:16 +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