Commit graph

24674 commits

Author SHA1 Message Date
Ged Murphy 2d954aec2f fix timezone cities
svn path=/trunk/; revision=26601
2007-04-30 22:25:56 +00:00
Ged Murphy 639abb18c5 don't risk a leak. precompify header
svn path=/trunk/; revision=26600
2007-04-30 22:25:26 +00:00
James Tabor 66e137da1f Fix build. Sdk reports something about; needed for win95 functionality
svn path=/trunk/; revision=26599
2007-04-30 19:24:46 +00:00
Ged Murphy 69bd4cc6a6 - correctly get local NTP server info
- fix some bugs in the socket code

svn path=/trunk/; revision=26598
2007-04-30 19:05:04 +00:00
James Tabor 710ef6922b Moved NtGdiGetTextCharset to NtGdiGetCharSet.
svn path=/trunk/; revision=26597
2007-04-30 18:58:22 +00:00
James Tabor ab9029ca76 Fix build.
svn path=/trunk/; revision=26596
2007-04-30 17:31:55 +00:00
James Tabor c0289e7d9d Fix name for GdiFlush.
svn path=/trunk/; revision=26595
2007-04-30 17:20:56 +00:00
James Tabor 817d5ed49b Plug in locale GetStockObject.
svn path=/trunk/; revision=26594
2007-04-30 16:15:13 +00:00
James Tabor 4bb33d9f46 Win32k/Gdi32
- Remove NtGdiCreateFont/Indirect, and NtGdiGetOutlineTextMetrics.

svn path=/trunk/; revision=26593
2007-04-30 15:33:35 +00:00
Hervé Poussineau 6e7167b022 Rename msacm directory to msacm32
svn path=/trunk/; revision=26592
2007-04-30 15:25:51 +00:00
James Tabor 7a81790bac Win32k/Gdi32
- Remove NtGdiCreateD/IC, it served us well.
- Add a note to NtGdiCreateEnhMetaFile.

svn path=/trunk/; revision=26591
2007-04-30 14:33:10 +00:00
Christoph von Wittich aeb5637da4 add a FORCE_CPP condition to the C::B backend - sometimes the g++ compiler finds some errors in the C code which cc doesn't
svn path=/trunk/; revision=26590
2007-04-30 12:01:14 +00:00
Eric Kohl 9497aaca2a Remove "Properties for" from caption.
svn path=/trunk/; revision=26589
2007-04-30 11:22:07 +00:00
Timo Kreuzer 6f233933c1 - Add Alex' test for GetObject (word alignment check)
- change TEST macro a little for better output

svn path=/trunk/; revision=26588
2007-04-30 10:44:18 +00:00
Timo Kreuzer 1b553a5e55 Sorry Alex, my fault. NtGdiExtGetObjectW *does* need a WORD alignment.
svn path=/trunk/; revision=26587
2007-04-30 09:33:11 +00:00
Ged Murphy 4e7353cb79 move rbuild project back to 7.1
svn path=/trunk/; revision=26586
2007-04-30 08:58:53 +00:00
Dmitry Gorbachev 5072c761aa Add a stub for TraceMessage.
svn path=/trunk/; revision=26585
2007-04-30 08:42:04 +00:00
Dmitry Gorbachev 9b13eaa0c0 Add RtlDllShutdownInProgress().
svn path=/trunk/; revision=26584
2007-04-30 08:41:42 +00:00
Sylvain Petreolle 8486880a27 forgot this file
svn path=/trunk/; revision=26583
2007-04-29 21:32:27 +00:00
Sylvain Petreolle ccc433f9a2 translate start menu & desktop links
display 2nd stage install in system language
original patch by Pierre Schweitzer

svn path=/trunk/; revision=26582
2007-04-29 21:29:41 +00:00
Eric Kohl b290654c00 - Replace CHECKBOXes by AUTOCHECKBOXes.
- Add a sticky keys configuration dialog (not finished yet).
- Remove "Properties for" from the title.
- Remove the property sheet callback function.

svn path=/trunk/; revision=26581
2007-04-29 14:53:57 +00:00
Eric Kohl 84ab282bdf - Remove "Properties for" from title.
- Fix page order.
- Disable first year edittext control on the "Date" page.
- Add missing (english) dialogs to the polish resource file.
- Fix coding style.

svn path=/trunk/; revision=26580
2007-04-29 13:45:10 +00:00
Thomas Bluemel 0c3487a948 Fix typo. Thanks to PeterK
See issue #2208 for more details.

svn path=/trunk/; revision=26577
2007-04-29 08:43:49 +00:00
Dmitry Gorbachev fbdc420d95 Terminate hWnd list.
svn path=/trunk/; revision=26576
2007-04-29 08:20:39 +00:00
James Tabor 26e3f1e305 ReactOS is now using NtGdiOpenDCW for CreateD*IC. Tested with Qemu and real hardware.
svn path=/trunk/; revision=26575
2007-04-29 06:50:36 +00:00
James Tabor d05f5dec2f Implement NtGdiOpenDCW.
svn path=/trunk/; revision=26570
2007-04-29 02:02:17 +00:00
Timo Kreuzer a0d7f57718 gdi32_test:
a lot of testcases especially for GetObject

svn path=/trunk/; revision=26569
2007-04-29 01:43:41 +00:00
James Tabor ec3552fddf Now we can turn on GdiReleaseDC.
svn path=/trunk/; revision=26568
2007-04-28 23:46:30 +00:00
James Tabor 0ad5a2118e Fix compile.
svn path=/trunk/; revision=26567
2007-04-28 23:42:38 +00:00
James Tabor d51049e8a2 Allow for the deallocation of the local DC structure once the new create I and DC are ready.
svn path=/trunk/; revision=26566
2007-04-28 23:40:51 +00:00
Timo Kreuzer 9d118cb21a BRUSH_GetObject:
- return sizeof(LOBRUSH) not BRUSHOBJ
- don't return 0 on too small usermode buffer
NtGdiExtGetObjectW:
- remove unnecessary hacks
- no need to align usermode buffer to words
- add ENUMLOGFONTEXDVW, wich should be the biggest structure needed
more fixes for fonts and extpens needed in the corresponding subfunctions, but all of my other tests pass now.

svn path=/trunk/; revision=26565
2007-04-28 21:53:06 +00:00
Timo Kreuzer 8d57329f09 GetNonFontObject:
- OBJECTTYPE_META_DC does not SetLastError()
- beautify the code a little

svn path=/trunk/; revision=26564
2007-04-28 21:45:18 +00:00
Dmitry Gorbachev 2dd2c5e5b5 Undo r26555 change as suggested by Aleksey & Thomas.
svn path=/trunk/; revision=26563
2007-04-28 21:23:44 +00:00
Ged Murphy 50ff73801f update wine doc with hhctrl info
svn path=/trunk/; revision=26562
2007-04-28 11:50:21 +00:00
Ged Murphy 5d395b8ba1 add sensapi.dll to bootcd
svn path=/trunk/; revision=26561
2007-04-28 11:47:48 +00:00
Timo Kreuzer 9c609558ab wintests build fix:
- comment out type redefinitions

svn path=/trunk/; revision=26560
2007-04-28 09:02:15 +00:00
Timo Kreuzer bccf77e454 winetsts build fix
- add needed #includes to test.h
- add windef.h including psdk/windef.h

svn path=/trunk/; revision=26559
2007-04-28 08:58:18 +00:00
James Tabor 495edaf0e6 Fix build.
svn path=/trunk/; revision=26558
2007-04-28 07:05:13 +00:00
James Tabor 57b3bc520a Fix indexing mistake, added new LDC structure items. New defines for LDC and Xfroms. Now the Dc_Attr works. Read and write to it in user space.
svn path=/trunk/; revision=26557
2007-04-28 06:43:44 +00:00
Dmitry Gorbachev eaa232fee7 Chinese translation by Zhangbing (bug #2219).
svn path=/trunk/; revision=26556
2007-04-28 06:02:39 +00:00
Dmitry Gorbachev 2d98eea8ca Patch by Sbs (sbarthes [at] gmail [dot] com). Bugzilla report #2137.
svn path=/trunk/; revision=26555
2007-04-28 06:02:22 +00:00
Dmitry Gorbachev d36cd41e29 - Use hack to prevent Explorer crash.
svn path=/trunk/; revision=26554
2007-04-28 04:10:33 +00:00
Dmitry Gorbachev 4b61211e6d - Do not write beyond the buffer.
svn path=/trunk/; revision=26553
2007-04-28 04:10:19 +00:00
Dmitry Gorbachev a29c27d211 - Enlarge window name buffer.
- Do not free Menu Item Info many times.
- Remove r26508 hack.

svn path=/trunk/; revision=26552
2007-04-28 04:09:56 +00:00
Dmitry Gorbachev 8373c171aa - Do not free statically allocated structure.
svn path=/trunk/; revision=26551
2007-04-28 04:09:31 +00:00
Eric Kohl 7289c6023a - Enable and disable the "Long" and "Short" labels along with the mouse trails trackbar.
- Use BS_MULILINE and BS_TOP button styles for checkboxes that display long texts.
- Indent the edittext control on the wheel page.

svn path=/trunk/; revision=26550
2007-04-28 00:20:41 +00:00
Ged Murphy 73b74596f8 add hhctrl.ocx to bootcd
svn path=/trunk/; revision=26549
2007-04-27 23:06:43 +00:00
Ged Murphy 2292629085 - fix hhctrl.ocx and add to the build
- remove autogenerated itss.h, it was committed accidentally

svn path=/trunk/; revision=26548
2007-04-27 22:27:46 +00:00
Sylvain Petreolle 2d4262cf8c fix msi winetest
svn path=/trunk/; revision=26547
2007-04-27 21:31:07 +00:00
Magnus Olsen 039e4a7b2e patch by hto.
Fixing the crash in win32k after user-mode callback
 Some forget use seh. all user mode param shall always be using seh. 
See issue #2212 for more details.

svn path=/trunk/; revision=26546
2007-04-27 19:11:22 +00:00