Commit graph

28051 commits

Author SHA1 Message Date
James Tabor 92f9c23098 Complete move to Dc_Attr in win32k. Tested Qemu Linux, Xp with AbiWord.
svn path=/trunk/; revision=30546
2007-11-18 13:51:34 +00:00
Aleksey Bragin 29077a08f7 - Include "obj-i386"\include path in the 'additional include directories' too for MSVC (since roscfg.h resides there).
svn path=/trunk/; revision=30545
2007-11-18 13:43:13 +00:00
Pierre Schweitzer 2bf254d901 Hackfix Download! to get it working under ReactOS
svn path=/trunk/; revision=30544
2007-11-18 13:33:06 +00:00
Aleksey Bragin 83593d753a - MSVC compatibility fix (inline -> __inline).
svn path=/trunk/; revision=30543
2007-11-18 13:29:57 +00:00
Aleksey Bragin b880c442cc - Make opengl32.def MSVC-compatible.
svn path=/trunk/; revision=30542
2007-11-18 13:06:38 +00:00
Pierre Schweitzer a651f76068 Updated French translation
svn path=/trunk/; revision=30541
2007-11-18 13:01:18 +00:00
Daniel Reimer 475e550ac8 Add German Translation.
svn path=/trunk/; revision=30540
2007-11-18 12:46:55 +00:00
Christoph von Wittich d1c6db9923 fix compilation with msvc
svn path=/trunk/; revision=30539
2007-11-18 12:36:52 +00:00
Hervé Poussineau afeaa146f4 Add back ClassInstall32 section, accidentally removed in r30320
svn path=/trunk/; revision=30538
2007-11-18 12:00:46 +00:00
Gregor Brunmar f33d18ade0 Corrected small typo
svn path=/trunk/; revision=30537
2007-11-18 11:28:46 +00:00
Pierre Schweitzer ace610467a Updated French translation
svn path=/trunk/; revision=30536
2007-11-18 10:53:07 +00:00
Aleksey Bragin 95e1eddf2d Dmitry Chapyshev <lentind@yandex.ru>
- Improve the icon, as usual.

svn path=/trunk/; revision=30535
2007-11-18 10:06:20 +00:00
Aleksey Bragin b6e40ce60a - Revert sysdm changes made in 30533.
svn path=/trunk/; revision=30534
2007-11-18 10:05:23 +00:00
Aleksey Bragin 330224b972 Dmitry Chapyshev <lentind@yandex.ru>
- Slightly improve icons.
- Add buttons icons in the dlg "Hardware Profiles".
- Russian translation fixes for shell32, syssetup, devmgr.

svn path=/trunk/; revision=30533
2007-11-18 10:02:30 +00:00
Aleksey Bragin ed9851a353 Dmitry Chapyshev <lentind@yandex.ru>
- Improve icons, as usual (add missing icon images, slightly improve icons).
- Some translation fixes for servman.
- Removed message forbidding mstsc translation.
- Added 8 and 16 bits icons for mstsc.
- Change notepad's icon, the old one was too bad.

svn path=/trunk/; revision=30532
2007-11-18 09:59:52 +00:00
Eric Kohl 15cceadaff Start working on the user profile page:
- Initialize the list view columns.
- Disable the "Delete" and "Copy To" buttons if the user is not an admin.

svn path=/trunk/; revision=30531
2007-11-17 22:24:29 +00:00
Aleksey Bragin a7627d27fa Dmitry Chapyshev <lentind@yandex.ru>
- Add modemui.dll implementation.

svn path=/trunk/; revision=30530
2007-11-17 22:09:34 +00:00
Pierre Schweitzer e27bf617b3 Italian translations update by Paolo Devoti (devotip@tiscali.it)
See issue #2773 for more details.

svn path=/trunk/; revision=30529
2007-11-17 21:23:31 +00:00
Pierre Schweitzer 73034772dd - Reactivated French translation in mstsc
- Added French translation for telephon

svn path=/trunk/; revision=30528
2007-11-17 20:59:33 +00:00
Pierre Schweitzer f9cfbc7b38 Ukrainian translation update (temarez@yandex.ru)
See issue #2812 for more details.

svn path=/trunk/; revision=30527
2007-11-17 20:49:49 +00:00
Magnus Olsen 90c87db539 Fix a WCHAR issue in opengl32 one char was not in wchar format. discover it by compiling with VS
Use the C version of GLFUNCS_MACRO for VS and only use the inline assembler version if it _MINGW32_ set
Fix few warnings for VS


svn path=/trunk/; revision=30526
2007-11-17 20:22:45 +00:00
Christoph von Wittich 133a4f5385 initialize DirectoryHandle, add a DPRINT which displays the status returned by NtCreateFile in case of error
svn path=/trunk/; revision=30525
2007-11-17 18:23:16 +00:00
Pierre Schweitzer fc85b8befa Updated French translation
svn path=/trunk/; revision=30524
2007-11-17 18:01:55 +00:00
Pierre Schweitzer f7dae856a2 Updated French translation
svn path=/trunk/; revision=30523
2007-11-17 17:16:58 +00:00
Eric Kohl 26db43fc7e Sort the default input languages alphabetically.
svn path=/trunk/; revision=30522
2007-11-17 16:16:22 +00:00
Thomas Bluemel 80036846f5 Optimize GetWindow() for the case GW_OWNER to read from the desktop heap
svn path=/trunk/; revision=30521
2007-11-17 07:19:47 +00:00
Thomas Bluemel 53b892f4d2 Optimize IsWindowVisible() a bit more to use the desktop heap directly
svn path=/trunk/; revision=30520
2007-11-17 07:01:14 +00:00
Thomas Bluemel 0a9026f76e Optimize IsChild() to use the desktop heap instead of calling win32k
svn path=/trunk/; revision=30519
2007-11-17 06:50:23 +00:00
Thomas Bluemel 1e40d2861b Optimize GetAncestor for the most common case GA_PARENT (for now)
svn path=/trunk/; revision=30518
2007-11-17 06:22:39 +00:00
Thomas Bluemel 07c6776607 Optimize GetParent() to read the information from the desktop heap
svn path=/trunk/; revision=30517
2007-11-17 06:12:48 +00:00
Thomas Bluemel 5a3970d087 Optimize DispatchMessageA/W to avoid calls to win32k
svn path=/trunk/; revision=30516
2007-11-17 05:08:13 +00:00
Thomas Bluemel f5e6721b33 Allow selecting disabled menu items
svn path=/trunk/; revision=30515
2007-11-17 02:24:50 +00:00
Thomas Bluemel 232b9edcf0 Optimize SendMessageA/W to allow certain messages be sent without calling win32k
svn path=/trunk/; revision=30514
2007-11-17 00:40:22 +00:00
Thomas Bluemel 7033c976bb Protect GetClassLong() and GetWindowText() with SEH as they're following pointers in the desktop heap
svn path=/trunk/; revision=30513
2007-11-16 21:56:23 +00:00
Aleksey Bragin 2348eeb813 - Fix a typo.
svn path=/trunk/; revision=30511
2007-11-16 19:49:09 +00:00
Christoph von Wittich e53cdd4d78 sync to wine
svn path=/trunk/; revision=30510
2007-11-16 17:50:54 +00:00
Christoph von Wittich 088ea0e914 sync LISTBOX_InsertString to wine
svn path=/trunk/; revision=30509
2007-11-16 14:45:36 +00:00
The Wine Synchronizer f8bee32f89 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30508
2007-11-16 14:08:22 +00:00
The Wine Synchronizer d836202ddb Autosyncing with Wine HEAD
svn path=/trunk/; revision=30507
2007-11-16 14:07:03 +00:00
The Wine Synchronizer 3e6e325148 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30506
2007-11-16 14:06:39 +00:00
Hervé Poussineau d530018cd7 Prepare import of rsabase.dll and rsaenh.dll from Wine
svn path=/trunk/; revision=30505
2007-11-16 14:04:32 +00:00
Ged Murphy eb78b6a630 bump up the _WIN32_IE number to make various PSDK interfaces available
svn path=/trunk/; revision=30504
2007-11-16 13:45:21 +00:00
Ged Murphy 83ea1f3b3b remove from todo.h
svn path=/trunk/; revision=30503
2007-11-16 13:30:44 +00:00
Ged Murphy efd76c656d add IDeskBarClient interface to shlobj
svn path=/trunk/; revision=30502
2007-11-16 13:28:02 +00:00
Hervé Poussineau a5728dd37f Fix race condition
svn path=/trunk/; revision=30501
2007-11-16 13:16:43 +00:00
James Tabor 910520b648 This helps FF 1.5.03 Restore from Maximize. Anyone open to a full rewrite of winpos and support?
svn path=/trunk/; revision=30500
2007-11-16 12:57:01 +00:00
Hervé Poussineau 4dc31c38a9 Enable mouse before resetting it
svn path=/trunk/; revision=30499
2007-11-16 11:05:22 +00:00
Christoph von Wittich f1ca500ada fix some bugs in GetTimeZoneListIndex
svn path=/trunk/; revision=30498
2007-11-16 10:22:01 +00:00
Thomas Bluemel a61d6e83df Optimize IsWindow() and IsWindowUnicode()
svn path=/trunk/; revision=30497
2007-11-16 09:03:51 +00:00
Thomas Bluemel 7cd69cac74 Use correct buffer size in GetClassNameW()
svn path=/trunk/; revision=30496
2007-11-16 08:43:50 +00:00