Commit graph

28338 commits

Author SHA1 Message Date
James Tabor 816981675a Fix typo!
svn path=/trunk/; revision=30825
2007-11-27 21:04:25 +00:00
James Tabor 940927a689 Correct the offset in NtUserGetMenuItemRect. It was unfinished.
svn path=/trunk/; revision=30824
2007-11-27 20:56:18 +00:00
Magnus Olsen d747ce2059 Last stubbing we need for mesa icd interface was done by Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth)
----------------------------------------------------------------------------------------------------------------------

svn path=/trunk/; revision=30823
2007-11-27 19:55:19 +00:00
Magnus Olsen c4ca0c166c adding the last hack we need for wined3d. This bug is wine, not our or windows fault
And I also wrote down all three change we have done in wined3d. 
--------------------------------------------------------------------------------------
Thx Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth) 
for the last hack

svn path=/trunk/; revision=30822
2007-11-27 19:49:49 +00:00
Johannes Anderwald 2ff760ccdf - fix typo
svn path=/trunk/; revision=30821
2007-11-27 18:42:44 +00:00
Johannes Anderwald 84b7e8a4e6 - implement Options_RunDLL, Options_RunDLLA, Options_RunDLLW
svn path=/trunk/; revision=30820
2007-11-27 18:14:06 +00:00
Daniel Reimer 01d7f6649c Fix a typo
svn path=/trunk/; revision=30819
2007-11-27 16:39:18 +00:00
Aleksey Bragin 2162908510 - Add a reset of a "failure" flag in a successive case. Previous behavior was scary, that once a failure occured, it was always freeing all further entries.
- Readd what was removed in 30812.
- Herve Poussineaue really did all work on tracing down the problem, spending much time writing debug/check routines, I would not spot this bug without him.
See issue #2545 for more details.

svn path=/trunk/; revision=30818
2007-11-27 13:27:39 +00:00
Aleksey Bragin ac0b79ca29 - Display kernelmode source file:line in KeRosDumpStackFrames() too if KDBG is enabled.
svn path=/trunk/; revision=30817
2007-11-27 12:51:08 +00:00
Magnus Olsen 4223e8ab74 Updating d3d9 from winehq.org cvs/git date 27/11-2007
svn path=/trunk/; revision=30816
2007-11-27 11:24:22 +00:00
Magnus Olsen e215ac24f1 Updating d3d8 from winehq.org cvs/git date 27/11-2007
svn path=/trunk/; revision=30815
2007-11-27 11:23:43 +00:00
Magnus Olsen b7fb058e20 part 2/2
Updating wined3d from winehq.org cvs/git date 27/11-2007
this update solv allot of bugs in wined3d
------------------------------------------
Include one ReactOS specify hack. do not use gdi32.dll use opengl32.dll instead. 

svn path=/trunk/; revision=30814
2007-11-27 11:16:57 +00:00
Magnus Olsen 10d28df34a part 1/2
Updating wined3d from winehq.org cvs/git date 27/11-2007
this update solv allot of bugs in wined3d

svn path=/trunk/; revision=30813
2007-11-27 11:15:08 +00:00
Hervé Poussineau 3de1da8cb9 No need to increment handle count, it is already done in ExpAllocateHandleTableEntry()
svn path=/trunk/; revision=30812
2007-11-27 08:41:27 +00:00
Hervé Poussineau 5220fd6970 Better compatibility with MS Windows recycle bin
Add traces

svn path=/trunk/; revision=30811
2007-11-27 08:22:16 +00:00
James Tabor df9ecdbb80 Implement SetTextJustification. Add code for Window and Viewport Org and Ext. Setup SetRectRgn and added rgn_attr types.
svn path=/trunk/; revision=30809
2007-11-27 05:40:50 +00:00
Thomas Bluemel 19c56142c7 Fix underline bug introduced in r30780
svn path=/trunk/; revision=30808
2007-11-27 01:33:16 +00:00
James Tabor cc030181aa Revert 30780 for gdibatch. Size, space and time are very critical in here. If you dont know what your are doing? Do not play in here.
svn path=/trunk/; revision=30807
2007-11-27 01:14:38 +00:00
James Tabor dd84a68c76 Removed NtGdiGet/Set/GraphicsMode/PolyFillMode/MapMode, update all related files. Tested with Qemu and AbiWord. The underline problem is pre rev 30783.
svn path=/trunk/; revision=30806
2007-11-27 01:01:39 +00:00
Marc Piulachs 48e650eb3b - updated blankscr.scr file name to scrnsave.scr
svn path=/trunk/; revision=30805
2007-11-27 00:58:24 +00:00
Marc Piulachs b6c3503427 - Change blankscr installname attribute to scrnsave.scr as it's the name it has the equivalent component on MS Windows.
svn path=/trunk/; revision=30804
2007-11-27 00:57:09 +00:00
Marc Piulachs 78d2cfde69 - Do not use module (name + extension) as default target if installname attribute is present , use the value of it inset.
svn path=/trunk/; revision=30803
2007-11-27 00:56:25 +00:00
Marc Piulachs f31c48be7c - reverted 30799 as I found there was a reason. we have a dll with the same name odbccp32
svn path=/trunk/; revision=30802
2007-11-27 00:46:16 +00:00
Thomas Bluemel 6e2d5efb41 cmd_alloc_dbg is NOT available in release builds!!!
svn path=/trunk/; revision=30801
2007-11-27 00:41:44 +00:00
Timo Kreuzer 209a4eb72e - implement GrowIfNecessary_dbg() using file and line from the caller to cmd_alloc_dbg memory.
- fix memory allocation size, respecting the terminating 0
See issue #2845 for more details.

svn path=/trunk/; revision=30800
2007-11-27 00:28:40 +00:00
Marc Piulachs 4ade767c50 - Fix what seems to be a typo in the module name. Undo it if the name was intentional
caution: manually deleting makefile.auto maybe required!

svn path=/trunk/; revision=30799
2007-11-26 23:33:44 +00:00
Johannes Anderwald 00b8bf0622 - pass the directory of the target application in
- should fix bug 2849
See issue #2849 for more details.

svn path=/trunk/; revision=30798
2007-11-26 22:18:50 +00:00
Daniel Reimer 311fc09aa3 Fix crap I made
svn path=/trunk/; revision=30797
2007-11-26 22:11:54 +00:00
Daniel Reimer 907312eb12 Bug 2844: Ukrainian translation update (temarezATyandexDTru)
Bug 2852: New Greek resource files (djapalATgmailDTcom)
Part 2

svn path=/trunk/; revision=30796
2007-11-26 21:55:36 +00:00
Daniel Reimer c5a4ece055 Bug 2844: Ukrainian translation update (temarezATyandexDTru)
Bug 2852: New Greek resource files (djapalATgmailDTcom)
Part 1 (Who deleted scrnsave when I wanted to commit???!)

svn path=/trunk/; revision=30795
2007-11-26 21:51:56 +00:00
Marc Piulachs a2e7d3620d - updated blankscr.scr file location
svn path=/trunk/; revision=30794
2007-11-26 21:48:35 +00:00
Marc Piulachs fdb78c697c final step , rename the scrnsave.scr to blankscr.scr to avoid conflicts with scrnsave.lib
caution: manually deleting makefile.auto may be required!
note: It works fine in windows it highlights a but in reactos

svn path=/trunk/; revision=30793
2007-11-26 21:47:35 +00:00
Magnus Olsen 1c8ecf1d2a sorry I forget update this file as well
svn path=/trunk/; revision=30792
2007-11-26 21:10:33 +00:00
Magnus Olsen 10d34eed76 adding mesa3d 7.0.2 update with our local patch
-----------------------------------------------
update was done once again by Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth) 


svn path=/trunk/; revision=30791
2007-11-26 21:08:48 +00:00
Christoph von Wittich f63f322ecb fix TAG_BITMAP redzone overwrite for colordepths != 32 bit
svn path=/trunk/; revision=30790
2007-11-26 20:45:05 +00:00
Johannes Anderwald e611490600 - break out when required (fixes a bug when checkbox is clicked)
svn path=/trunk/; revision=30787
2007-11-26 20:21:11 +00:00
Johannes Anderwald 139ec5a366 - was not meant to commited
svn path=/trunk/; revision=30785
2007-11-26 20:16:54 +00:00
Johannes Anderwald 4ff1aa5fac - update resources
- partially implement open with dialog (stored are not yet stored or retrieved)

svn path=/trunk/; revision=30784
2007-11-26 20:15:29 +00:00
James Tabor 9646bd9956 Removed NtGdi/GetCurrentPositionEx/MoveToEx, update all related files.
svn path=/trunk/; revision=30783
2007-11-26 18:47:21 +00:00
Johannes Anderwald 755bf1c3e7 - make code ANSI-C compatible (makes msvc more happier )
svn path=/trunk/; revision=30780
2007-11-26 11:24:48 +00:00
Johannes Anderwald d5c52ddf0e - german translation of open with dialog
svn path=/trunk/; revision=30779
2007-11-26 10:59:30 +00:00
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