Commit graph

28097 commits

Author SHA1 Message Date
Aleksey Bragin 10e97e413e Dmitry Chapyshev <lentind@yandex.ru>
- Improve "Open With..." dialog in terms of UI/design.
- Add one more icon.

svn path=/trunk/; revision=30778
2007-11-26 10:25:07 +00:00
Magnus Olsen f8ae7d8856 activate ARB_multisample in mesa ext,
add stub for wglGetPixelFormatAttribivARB and  wglGetPixelFormatAttribfvARB

svn path=/trunk/; revision=30772
2007-11-25 23:27:24 +00:00
Aleksey Bragin 99f11f71d9 - Misc cleanups/fixes.
svn path=/trunk/; revision=30771
2007-11-25 23:00:46 +00:00
Johannes Anderwald 2ab4945ae6 - german translation of open with dialog
svn path=/trunk/; revision=30770
2007-11-25 22:57:49 +00:00
Magnus Olsen ee56a4e474 Fix wglGetExtensionsStringARB and wglGetExtensionsStringEXT so it tell we support all wgl*
but we do not support all of them yet.

svn path=/trunk/; revision=30768
2007-11-25 22:55:05 +00:00
Magnus Olsen 462d823f7f ReactOS spefify change. our gdi32.dll does not have all opengl32 api yet.
so we need load opengl32.dll to solv this issue.  

svn path=/trunk/; revision=30767
2007-11-25 22:48:35 +00:00
Johannes Anderwald 36f131d36e - add resources for open with dialog
- use CDefFolderMenu_Create2 to create the default menu

svn path=/trunk/; revision=30766
2007-11-25 22:48:03 +00:00
Aleksey Bragin 832958b9bb - Remove unneeded kdb_string.c from the build, and a misc fix.
svn path=/trunk/; revision=30765
2007-11-25 22:46:13 +00:00
Aleksey Bragin 1ae1161ce9 - Remove Ke386WbInvd() and use compatible __wbinvd() intrinsic, already existing in ReactOS headers.
- Make i386-dis.c include ntoskrnl.h, remove all unneeded defines, fix function prototypes to match declared in kdb.h.

svn path=/trunk/; revision=30764
2007-11-25 22:33:50 +00:00
Johannes Anderwald ceafa9d259 - check for NoOpen key (not yet used)
- recurse into persistent handler when required
- fix position for open with shell extension
- add notes for internet search for file type

svn path=/trunk/; revision=30763
2007-11-25 22:06:25 +00:00
Johannes Anderwald 6dcabded4e - add RRF_RT_ANY constant
svn path=/trunk/; revision=30762
2007-11-25 21:47:17 +00:00
Peter Ward 7f657113f7 - Fix a display bug when displaying binutils version.
svn path=/trunk/; revision=30761
2007-11-25 21:12:24 +00:00
Aleksey Bragin bacd01ad48 - Fix an awful mistake, which made any request to unload a driver to end up in a BSOD (reading of an uninitialized variable, and again GCC silently missed that).
svn path=/trunk/; revision=30760
2007-11-25 21:04:44 +00:00
Johannes Anderwald b344e147b3 - implement SHCreateDataObject
- fix prototype of CIDLData_CreateFromIDArray
- remove CIDLData_CreateFromIDArray from undocshell.h as its now documented in shlobj.h

svn path=/trunk/; revision=30759
2007-11-25 20:41:28 +00:00
Johannes Anderwald 9ece943c19 - add declaration of SHCreateDataObject
- fix & move declaration of CIDLData_CreateFromIDArray from shell32

svn path=/trunk/; revision=30758
2007-11-25 20:39:43 +00:00
Marc Piulachs 090e490da6 Add missing include glext.h
svn path=/trunk/; revision=30757
2007-11-25 20:32:10 +00:00
Magnus Olsen f7c97d73d8 adding stub for wglChoosePixelFormatARB, wglSwapIntervalEXT, wglGetSwapIntervalEXT
svn path=/trunk/; revision=30756
2007-11-25 20:28:04 +00:00
Marc Piulachs b98f8ef114 - updated blankscr file name
svn path=/trunk/; revision=30754
2007-11-25 20:10:29 +00:00
Marc Piulachs 2750f99b97 - Modified butterflies screensaver registry key
- Updated scrnsave library reference name
- started removing MSVC resource stuff
- renamed scrnsave to blankscr to avoid name conflicts with scrnsave library
- modified scrnsave (aka blankscr) to use scrnsave library . simplified the code a lot!
- various other small changes

svn path=/trunk/; revision=30753
2007-11-25 20:09:27 +00:00
Marc Piulachs 1a755132e9 rename scrnsavelib to scrnsave as it's the name for this library on MS's psdk
svn path=/trunk/; revision=30752
2007-11-25 20:05:51 +00:00
Magnus Olsen c92208e81e starting add wgl support to icd
Thx Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth) 
for the help getting this change

svn path=/trunk/; revision=30750
2007-11-25 19:42:51 +00:00
Aleksey Bragin fbfd6f38a5 - Add isprint to ctype.h.
- Fix an uninitialized variable (I wonder how gcc missed that!).

svn path=/trunk/; revision=30748
2007-11-25 17:52:02 +00:00
Johannes Anderwald 93ad35126d - retrieve folder names for personal and bit bucket folder
- fix a few bugs in mydocuments shell folder code
- add a hack to get the path working

svn path=/trunk/; revision=30747
2007-11-25 17:46:11 +00:00
Aleksey Bragin 6a5dc65df6 - Use PISECURITY_DESCRIPTOR instead of an opaque PSECURITY_DESCRIPTOR.
svn path=/trunk/; revision=30746
2007-11-25 17:14:50 +00:00
Magnus Olsen 8067ef28f9 update mesa32 icd def file so it contain almost all standalon. so it can be use as opengl32.dll or icd interface
svn path=/trunk/; revision=30745
2007-11-25 17:12:27 +00:00
Pierre Schweitzer 63c8167a57 Simplified code
svn path=/trunk/; revision=30744
2007-11-25 17:08:13 +00:00
Magnus Olsen 32162878f4 Update the icd with two more opengl api.
mark up which opengl api belong to which version
BugFix : DrvDescribePixelFormat so it does not crash in windows.
mesa3D ICD works now in windows. 

svn path=/trunk/; revision=30743
2007-11-25 16:56:51 +00:00
Daniel Reimer dfe92554e8 German Translation fixes by Gregor Schneider (grschneiderATgmailDTcom)
svn path=/trunk/; revision=30741
2007-11-25 15:57:20 +00:00
Pierre Schweitzer 1b3dd9fe0e Use a default path if there are no settings
svn path=/trunk/; revision=30740
2007-11-25 15:46:06 +00:00
Magnus Olsen fb7fa3afaf add directdraw3 guid to dxguid
svn path=/trunk/; revision=30737
2007-11-25 14:43:36 +00:00
Magnus Olsen 8b838171f0 fix a header issue with wine d3d.h
svn path=/trunk/; revision=30736
2007-11-25 13:35:45 +00:00
Magnus Olsen 2d0b2c25bf make our ddraw.h better that ms.
add the DirectDraw3 interface, I did not found any doc of it from ms.
 so I did look at wine headers see if they got it, so I using that info into our ddraw.h
DirectDraw3 are being use of ms iexplorer according some devs from wine  

svn path=/trunk/; revision=30735
2007-11-25 12:59:30 +00:00
Magnus Olsen 6bdea4f82c include wine d3d9 to bootcd
svn path=/trunk/; revision=30734
2007-11-25 12:42:13 +00:00
Magnus Olsen 2c03dfe5ad do not build our stub d3d9 build wine instead
svn path=/trunk/; revision=30733
2007-11-25 12:41:00 +00:00
Magnus Olsen fc63f9adee import wine directx d3d9 version 0.9.49
svn path=/trunk/; revision=30732
2007-11-25 12:13:33 +00:00
Magnus Olsen 7a53ca4d32 fix compiling warings for d3d9 that I got local.
svn path=/trunk/; revision=30731
2007-11-25 12:08:36 +00:00
Magnus Olsen c6102fb959 update d3d8 to wine 0.9.49
svn path=/trunk/; revision=30730
2007-11-25 11:16:27 +00:00
Magnus Olsen 3d237b54ad fix some of wine d3d8 waring at compiling.
no waring are show in d3d8 now. 

svn path=/trunk/; revision=30729
2007-11-25 11:14:43 +00:00
Aleksey Bragin 0b0fb5b032 - Guard MSVC's intrinsics with #ifdefs. Proper solution is to move those functions to intrin.h once host tools including target headers problem is solved. libcntpr now builds with MSVC8.
svn path=/trunk/; revision=30728
2007-11-24 21:28:11 +00:00
Thomas Bluemel 9e8530d01a Support hiding keyboard cues and focus rectangles
See issue #2839 for more details.

svn path=/trunk/; revision=30727
2007-11-24 20:49:20 +00:00
Aleksey Bragin 5e4658d7a9 - Don't escape defines with a " -> &quot; conversion, just omit the quotes.
svn path=/trunk/; revision=30724
2007-11-24 17:13:30 +00:00
Aleksey Bragin db2556cb04 - MS's crt headers define this as 'const'. Fixes an error with MSVC compilation.
svn path=/trunk/; revision=30723
2007-11-24 16:51:05 +00:00
Hervé Poussineau 0777353232 Remove YDEBUG define support, replaced by DEBUGCHANNEL environment variable
Syntax: set DEBUGCHANNEL = [[fixme|err|warn|trace]+|-{channel}|all]*

svn path=/trunk/; revision=30722
2007-11-24 15:31:50 +00:00
Colin Finck b3cfc14c86 Bulgarian translations by Станев (sstpr AT narod DOT ru)
See issue #2837 for more details.

svn path=/trunk/; revision=30721
2007-11-24 13:28:58 +00:00
Magnus Olsen 19ae483e87 Main_DirectDraw_EnumDisplayModes
Forget Zero out two struct before they are being use

svn path=/trunk/; revision=30717
2007-11-24 12:57:26 +00:00
Pierre Schweitzer f05d14ae61 Updated French translation
svn path=/trunk/; revision=30716
2007-11-24 11:20:53 +00:00
Pierre Schweitzer ec59ed82f2 - Fixed and enabled about dialog
- Added French translation

svn path=/trunk/; revision=30714
2007-11-24 09:14:56 +00:00
Magnus Olsen 267c6c63f9 fix stupied bug in GetDeviceIdentifier/GetDeviceIdentifier7,
spotted by Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth) 


svn path=/trunk/; revision=30709
2007-11-23 23:36:53 +00:00
Magnus Olsen be9c3ff7cb fix return code in ddraw.dll GetCaps.cbug spotted by Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth)
svn path=/trunk/; revision=30706
2007-11-23 22:02:43 +00:00
Aleksey Bragin cbf9e5b6d4 - Cleanup NtCreateKey and NtOpenKey to make it simpler for the final steps of the rewirte.
- Remove SEH and callbacks (yes this is "bad", but won't break anything, and it will be added back).
- Try to make the code as similar as possible to isolate broken-Ob calls from proper Cm behavior.

svn path=/trunk/; revision=30705
2007-11-23 20:32:38 +00:00