Commit Graph

45456 Commits

Author SHA1 Message Date
Maarten Lankhorst 2734e6332c quartz: Implement stop position in the mpeg splitter. 2008-04-10 09:50:48 +02:00
Maarten Lankhorst 43f9fff0a0 quartz: Implement stop position in the filtergraph. 2008-04-10 09:48:13 +02:00
Alexandre Julliard 669949251d programs: Remove winelauncher from install rules. 2008-04-10 09:45:44 +02:00
Alexandre Julliard e3ac70c1cb user32/tests: Avoid testing uninitialized data. 2008-04-10 09:45:34 +02:00
Tomasz Jezierski 0b64b866a4 hhctrl.ocx: Fix for writing outside allocated memory in HH_AddToolbar. 2008-04-09 21:02:15 +02:00
Lei Zhang 5cc671eec5 user32: Fix a typo. 2008-04-09 21:00:54 +02:00
Lei Zhang b7ffa86725 user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB. 2008-04-09 21:00:45 +02:00
Lei Zhang f704d5c699 user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN. 2008-04-09 21:00:23 +02:00
Alexandre Julliard 731d77f762 winex11: Flush the display after creating X windows. 2008-04-09 20:24:27 +02:00
Alexandre Julliard 704ac5a51e winex11: Added an error handler to catch bad atoms in clipboard selections. 2008-04-09 20:09:40 +02:00
Steven Edwards 10629e233d include/setupapi: Remove extra semicolons. 2008-04-09 19:58:27 +02:00
Steven Edwards 77aa978d9e server: Remove unneeded semicolon. 2008-04-09 19:58:12 +02:00
Aric Stewart 5ce9649f5a imm32: Implement ImmUnregisterWord using loaded IME. 2008-04-09 19:57:57 +02:00
Aric Stewart 25cb21de44 imm32: Implement ImmRegisterWord using loaded IME. 2008-04-09 19:57:43 +02:00
Aric Stewart fb12a3ec7a imm32: Implement ImmGetRegisterWordStyle using loaded IME. 2008-04-09 19:57:37 +02:00
Aric Stewart f9414028ca imm32: Semi-stub implement ImmGetConversionList using loaded IME. 2008-04-09 19:56:43 +02:00
Aric Stewart 35e148594e imm32: Semi-stub implement ImmEscape using loaded IME. 2008-04-09 19:56:34 +02:00
Aric Stewart 5818a0e787 imm32: Semi-stub implement ImmEnumRegisterWord using loaded IME. 2008-04-09 19:56:29 +02:00
Dmitry Timoshkov 8ba66c0cc1 winhelp: Fix Win64 warnings. 2008-04-09 16:27:42 +02:00
Dmitry Timoshkov 2c8476a078 wordpad: Fix Win64 warnings. 2008-04-09 16:27:20 +02:00
Dmitry Timoshkov cde3101b8e winefile: Fix Win64 warnings. 2008-04-09 16:27:06 +02:00
Dmitry Timoshkov 888d157bda wineconsole: Fix Win64 warning. 2008-04-09 16:26:58 +02:00
Dmitry Timoshkov b9f78daf71 wineboot: Fix Win64 warnings. 2008-04-09 16:26:53 +02:00
Dmitry Timoshkov a5816064f0 regedit: Fix Win64 warnings. 2008-04-09 16:26:44 +02:00
Mikołaj Zalewski 7656d8860e qedit/tests: Fix dependency. 2008-04-09 16:25:49 +02:00
Alexandre Julliard dc1ee0d142 winex11: Fix KeymapNotify handler to take left/right modifiers into account. 2008-04-09 16:25:15 +02:00
Alexandre Julliard 740b0e646b winex11: Get rid of the useless systray hidden flag. 2008-04-09 16:22:57 +02:00
Alexandre Julliard a0ac99c536 winex11: Add some generic support for XEMBED client windows. 2008-04-09 15:46:33 +02:00
Alexandre Julliard ea59ea5904 winex11: Abstract window map/unmap to separate functions. 2008-04-09 15:06:40 +02:00
Hwang YunSong(황윤성) 3625d1f88c wineps.drv: Updated Korean resource. 2008-04-09 12:20:15 +02:00
Hwang YunSong(황윤성) cbd65e17f9 xcopy: Updated Korean resource. 2008-04-09 12:20:04 +02:00
Hwang YunSong(황윤성) 4611dc0a4b wordpad: Updated Korean resource. 2008-04-09 12:19:58 +02:00
Hwang YunSong(황윤성) 15ebbcd1a2 winhelp: Updated Korean resource. 2008-04-09 12:19:53 +02:00
Hwang YunSong(황윤성) 7d32e0693d winemine: Update Korean resource. 2008-04-09 12:19:49 +02:00
Hwang YunSong(황윤성) 75c6914ff4 winecfg: Updated Korean resource. 2008-04-09 12:19:44 +02:00
Hwang YunSong(황윤성) cbafe60baf uninstaller: Updated Korean resource. 2008-04-09 12:19:40 +02:00
Hwang YunSong(황윤성) 72c28450cc shell32: Updated Korean resource. 2008-04-09 12:19:35 +02:00
Hwang YunSong(황윤성) da98589620 notepad: Updated Korean resource. 2008-04-09 12:19:29 +02:00
Chris Robinson fd823fc2d2 wined3d: Check for NULL vertex declarations. 2008-04-09 12:17:35 +02:00
Lei Zhang d9a4299bfc gdiplus: Add a stub for GdipSetClipRectI. 2008-04-09 12:16:52 +02:00
Austin English 05faae7b5a Spelling fixes. 2008-04-09 12:07:39 +02:00
Maarten Lankhorst f2dccab7e3 quartz: Make the directsound renderer handle the Play->Pause->Play position without dropping data. 2008-04-09 12:07:21 +02:00
Maarten Lankhorst 24cac935f0 quartz: Generate a seek table for the mpeg splitter.
Speeds up seeking mp3's on large files.
2008-04-09 12:07:16 +02:00
Maarten Lankhorst 55f3ba9dc0 quartz: Remove while { } while construct.
Thanks to Andrew Talbot for spotting this.
2008-04-09 12:07:11 +02:00
Alexandre Julliard 619b9671d1 tools: Remove the obsolete bug_report.pl and genpatch scripts. 2008-04-09 11:59:38 +02:00
Alexandre Julliard d270a96032 programs: Remove obsolete winelauncher script. 2008-04-09 11:55:48 +02:00
Stefan Dösinger 3e5899b38d d3d9: Some Windows drivers set undefined attributes to 0.0. 2008-04-09 11:55:22 +02:00
Stefan Dösinger 1c3e725d63 d3d9: Accept erros in the fvp->3.0 pixel shader varying test.
Some cards/drivers like ATI and the Geforce 8 driver return an error in
this case, make the test accept that. This lifts some constraints we
have to care for in WineD3D and removes one of the requirement for the
packing shader. We still need the packing shader for vs_1_1 -> ps_3_0
mapping and for indirect pixel shader varying addressing though.
2008-04-09 11:54:09 +02:00
Stefan Dösinger 9cd1d505bd d3d9: Make the srgb reading test less strict. 2008-04-09 11:53:52 +02:00
Stefan Dösinger fb8fde81d1 wined3d: Disable blending when clearing. 2008-04-09 11:53:44 +02:00