Commit Graph

32252 Commits

Author SHA1 Message Date
Lei Zhang e91de39521 user32: Add more tests for single line edit control inside a dialog. 2008-04-08 12:17:28 +02:00
Lei Zhang 8cf7eef073 user32: Add more tests for ES_WANTRETURN. 2008-04-08 12:17:13 +02:00
Stefan Dösinger df2b1bea63 wined3d: Mark the SYSMEM copy outdated after releasing memory.
Strictly speaking this is redundant because the UnLoad before did the
job, but if we mess with the allocated memory we have to tell the
surface about that. Updating INDRAWABLE will automatically mark SYSMEM
outdated.
2008-04-08 11:59:46 +02:00
Stefan Dösinger 0de167db9e wined3d: Put implicit surfaces into drawable on unload.
If we mark the sysmem copy up to date we would have to take care about
allocating it. As explained in the comment, INDRAWABLE is a saner
choice
2008-04-08 11:59:28 +02:00
Andrew Talbot a9200b2401 msdmo: Array parameter is passed to function as pointer so loses size information. 2008-04-08 11:59:14 +02:00
Rok Mandeljc 0f4f6fac3c oleaut32: Added Slovenian translation. 2008-04-08 11:59:07 +02:00
Rok Mandeljc 44aa996e3d msvfw32: Added Slovenian translation. 2008-04-08 11:58:52 +02:00
Rok Mandeljc 704949d76a msvidc32: Added Slovenian translation. 2008-04-08 11:58:49 +02:00
Rok Mandeljc 151ae30aaf localui: Added Slovenian translation. 2008-04-08 11:58:29 +02:00
Rok Mandeljc ea2cd45b0e shell32: Updated Slovenian translation. 2008-04-08 11:57:56 +02:00
Rok Mandeljc a81d15400f devenum: Added Slovenian translation. 2008-04-08 11:57:24 +02:00
Rok Mandeljc 406507423b shlwapi: Added Slovenian translation. 2008-04-08 11:57:10 +02:00
Rok Mandeljc 109748244d shdoclc: Added Slovenian translation. 2008-04-08 11:57:03 +02:00
Rok Mandeljc de234a3ce4 hhctrl.ocx: Added Slovenian translation. 2008-04-08 11:56:36 +02:00
Rok Mandeljc 0b07a620b4 mpr: Added Slovenian translation. 2008-04-08 11:56:29 +02:00
Rok Mandeljc b8e6daa18c credui: Added Slovenian translation. 2008-04-08 11:56:07 +02:00
Rok Mandeljc 4b96894fdd oledlg: Added Slovenian translation. 2008-04-08 11:56:00 +02:00
Rok Mandeljc d268561f9b browseui: Added Slovenian translation. 2008-04-08 11:55:50 +02:00
Rok Mandeljc 59efdb3e80 wininet: Updated Slovenian translation. 2008-04-07 21:40:53 +02:00
Rok Mandeljc 6398e55bf0 localspl: Added Slovenian translation. 2008-04-07 21:40:47 +02:00
Rok Mandeljc 0ed65a1ebc comdlg32: Updated Slovenian translation. 2008-04-07 21:40:40 +02:00
Rok Mandeljc 38323f8284 winmm: Updated Slovenian translation. 2008-04-07 21:40:29 +02:00
Rok Mandeljc 814e781026 user32: Updated Slovenian translation. 2008-04-07 21:40:25 +02:00
Rok Mandeljc 85cc101e90 msrle32: Updated Slovenian translation. 2008-04-07 21:40:19 +02:00
Rok Mandeljc 33eedaf60b comctl32: Updated Slovenian translation. 2008-04-07 21:40:06 +02:00
Rok Mandeljc 04a740efc4 msi: Added Slovenian translation. 2008-04-07 21:39:59 +02:00
Rok Mandeljc 5372b7439a winspool.drv: Added Slovenian translation. 2008-04-07 21:39:51 +02:00
Rok Mandeljc b541a87f0e sane.ds: Added Slovenian translation. 2008-04-07 21:39:45 +02:00
Rok Mandeljc c8a8893916 mshtml: Added Slovenian translation. 2008-04-07 21:39:38 +02:00
Rok Mandeljc 50539a247f mscacm32: Added Slovenian translation. 2008-04-07 21:39:30 +02:00
Rok Mandeljc 624c0b002d iccvid: Added Slovenian translation. 2008-04-07 21:39:24 +02:00
Rok Mandeljc d6f32d322d gphoto2.ds: Added Slovenian translation. 2008-04-07 21:39:18 +02:00
Rok Mandeljc 6b144b3876 avifil32: Updated Slovenian translation. 2008-04-07 21:38:52 +02:00
Rico Schüller 54d23c9669 d3d9: Add stream_test with instancing. 2008-04-07 21:20:59 +02:00
Rico Schüller a44da70d63 wined3d: Improve drawStridedInstanced(). 2008-04-07 21:20:07 +02:00
Rico Schüller 73d98ccd4e wined3d: Filter out invalid stuff in SetStreamSourceFreq(). 2008-04-07 21:19:57 +02:00
Alexander Dorofeyev 65f9abc88d wined3d: Move PreLoad to avoid calling it with gl lock held. 2008-04-07 21:18:47 +02:00
Alexander Dorofeyev 7f2257ca55 wined3d: Add device->isInDraw checks in LoadLocation.
Prevents calling ActivateContext while holding gl lock, e.g. when preloading 
texture in sampler().
2008-04-07 21:18:36 +02:00
Alexander Dorofeyev 71ca80355d wined3d: move ENTER_GL in IWineD3DDeviceImpl_Init3D. 2008-04-07 21:18:28 +02:00
Alexander Dorofeyev b949190dcd wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DOcclusionQueryImpl_Issue. 2008-04-07 21:18:18 +02:00
Alexander Dorofeyev 93fefdf94d wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DEventQueryImpl_Issue. 2008-04-07 21:18:12 +02:00
Alexander Dorofeyev 84553fd864 wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DEventQueryImpl_GetData. 2008-04-07 21:18:06 +02:00
Alexander Dorofeyev 2711b84601 wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DOcclusionQueryImpl_GetData. 2008-04-07 21:18:00 +02:00
Alexander Dorofeyev f24289e49a wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DQueryImpl_Release. 2008-04-07 21:17:55 +02:00
Alexander Dorofeyev 5ccf91b705 wined3d: LEAVE_GL when exiting with error in tesselate_rectpatch. 2008-04-07 21:17:49 +02:00
Alexander Dorofeyev 2157c7d76c wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_ResourceReleased. 2008-04-07 21:17:37 +02:00
Alexander Dorofeyev a2017f4f21 wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_ColorFill. 2008-04-07 21:17:31 +02:00
Alexander Dorofeyev 7c261553d0 wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_Uninit3D. 2008-04-07 21:17:26 +02:00
Alexander Dorofeyev 29b38bc886 wined3d: Implement CONVERT_RGB32_888 conversion. 2008-04-07 21:17:15 +02:00
Alexander Dorofeyev 2f9e8a901c wined3d: Don't copy the extra line.
biSizeImage has an extra line added to it, and passing it to memcpy can cause a 
crash.
2008-04-07 21:17:06 +02:00