Commit Graph

312 Commits (84cb26e48a26326487418f441268d885c7518f8d)

Author SHA1 Message Date
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Jonathan Ernst a0f9c32216 winecfg: French translation update. 2006-09-10 10:16:26 +02:00
Hwang YunSong(황윤성) 23db4347a1 winecfg: Updated Korean Resource. 2006-08-24 11:52:05 +02:00
Paul Vriens 343153e2e5 winecfg: Make sure we can use a large text. 2006-08-23 15:57:47 +02:00
Paul Vriens 15e1e4d824 winecfg: Update Dutch resource. 2006-08-23 12:00:52 +02:00
Paul Vriens a53ee521d0 winecfg: Wrong text in messagebox. 2006-08-23 12:00:47 +02:00
Alexander Nicolaysen Sørnes 6a37478ab9 winecfg: Update Norwegian Bokmål resources. 2006-08-22 11:59:30 +02:00
Fatih Aşıcı 2367e37774 winecfg: Update Turkish resources. 2006-08-22 11:59:24 +02:00
Frank Richter 3713f49dfa winecfg: audio: Use strings from resources. 2006-08-21 12:30:13 +02:00
Frank Richter a121ac5d71 winecfg: driveui: Load UI strings from resources. 2006-08-21 12:29:57 +02:00
David Adam d70832d5c3 winecfg: Update French translation. 2006-08-21 12:24:50 +02:00
Alexander Nicolaysen Sørnes 1a29c97d73 winecfg: Update Norwegian Bokmål resources. 2006-08-21 12:06:51 +02:00
Frank Richter 61404d3d74 winecfg: x11drv: Load vertex shader mode strings from resources. 2006-08-18 20:56:19 +02:00
Hwang YunSong(황윤성) 205631ba68 winecfg: Updated Korean resource. 2006-08-17 11:20:09 +02:00
Fatih Aşıcı f389e20fee winecfg: Update Turkish resource file. 2006-08-17 11:20:02 +02:00
Alexander Nicolaysen Sørnes 00304d2ec2 winecfg: Updated Norwegian Bokmål resources. 2006-08-17 11:19:55 +02:00
Frank Richter 58f488e5f5 winecfg: Fix issues with LVM_GETITEMW by removing superfluous flag. 2006-08-17 11:19:35 +02:00
Frank Richter 6b3d624d4b winecfg: Use WCHARs for window title, current app. 2006-08-17 11:19:24 +02:00
Frank Richter 2eaefc3424 winecfg: New resource strings for appdefaults. 2006-08-16 17:09:03 +02:00
Frank Richter 36dd205fff winecfg: appdefaults: Use more strings from resources, unicode. 2006-08-16 12:53:27 +02:00
Frank Richter 722ee099c1 winecfg: Make load_string public. 2006-08-16 12:51:01 +02:00
Frank Richter acdae15360 winecfg: Tweak and update German resources. 2006-08-16 12:50:36 +02:00
Alexander Nicolaysen Sørnes 5d264f2212 winecfg: Improve wording of virtual desktop explanation. 2006-08-15 19:24:23 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard 028ab92bf7 make_progs: Generate the .gitignore file.
Ignore generated programs from the top-level .gitignore.
2006-07-10 20:59:06 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Hwang YunSong(황윤성) 1b9f1e5a34 winecfg: Updated Korean resource. 2006-07-10 11:49:43 +02:00
Paul Vriens 240a0cc8c9 winecfg: Nl.rc: Shift Graphics page up to fill the empty place. 2006-07-10 11:49:08 +02:00
Andrew Talbot f99d84b0c6 winecfg: Write-strings warnings fix. 2006-07-10 11:48:43 +02:00
Vitaliy Margolen 7e0e855aa7 winecfg: Shift Graphics page up to fill the empty place. 2006-07-07 16:57:45 +02:00
Vitaly Lipatov 63fd30ee5f winecfg: Russian translation. 2006-06-20 20:39:04 +02:00
Paul Vriens 35d24315e7 winecfg: Create Resources directory when adding themes. 2006-06-20 20:35:47 +02:00
Fatih Aşıcı 1b7da2379f winecfg: Update Turkish resorce file. 2006-06-19 10:27:08 +02:00
Alexander Nicolaysen Sørnes 3441615ca7 winecfg: Updated Norwegian Bokmål resources. 2006-06-15 12:06:10 +02:00
Pavel Roskin 6c5eff90d0 winecfg: Recognize all CD and floppy devices listed in Linux devices.txt. 2006-06-10 12:43:50 +02:00
Pavel Roskin 34d9d5a346 winecfg: Allow and prefer using A: and B: for floppies.
Pass drive type to allocate_letter().  Start search from 'A' for
floppies.
Fix missing parentheses in the DRIVE_MASK_BIT definition.  It's a bug
that is triggered by non-sequential drive allocation.
2006-06-10 12:43:31 +02:00
Dmitry Timoshkov f2ae9e4bdc winecfg: Avoid unnecessary casts. 2006-06-07 11:48:28 +02:00
Mike McCormack 71a69dd817 winecfg: Make some pointer casts win64 compliant. 2006-06-06 11:29:32 +02:00
Emmanuel Maillard 81b5450cff winecfg: Add CoreAudio to audio drivers list. 2006-06-02 11:21:36 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Michael Stefaniuc a87520036f janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
Some HeapFree's are hidden behind macros. Found by smatch.
2006-05-10 11:31:41 +02:00
Robert Reif 6f4e208321 winecfg: Fix audio crash when no drivers are available. 2006-05-08 14:49:58 +02:00
Jonathan Ernst 90237e1281 winecfg: French localization. 2006-04-17 11:58:00 +02:00
Anssi Hannula 3a0829105b winecfg: Update the Finnish resources. 2006-04-14 10:50:23 +02:00
Paul Vriens 346aa7a3fe winecfg: Update Dutch resource. 2006-04-13 12:24:07 +02:00
Henning Gerhardt b7cfc3ba63 winecfg: Update German resource. 2006-04-11 11:26:07 +02:00
YunSong Hwang ea343153c8 winecfg: Updated Korean resources. 2006-04-11 11:25:46 +02:00
Alexander N. Sørnes 6fdff26ca5 winecfg: Updated Norwegian resources. 2006-04-10 12:22:35 +02:00
Robert Reif a76023f02a winecfg: Add default dsound sample rate and bits per sample. 2006-04-08 15:49:10 +02:00
Alexandre Julliard d74a62cfd7 winecfg: Disable the desktop option when configuring a specific application. 2006-03-29 13:49:36 +02:00