French part for r39980:
[reactos.git] / reactos / dll / win32 / user32 /
2009-03-13 Sylvain PetreolleFrench part for r39980:
2009-03-12 Timo KreuzerLoadBitmapImage: - add space for 3 RGBQUADs to BITMAPIN...
2009-03-12 Matthias Kupfer- use symbolic names instead of numeric values (made...
2009-03-10 Matthias Kupfer- fix the bitmap and memdc issue for menu items (popup...
2009-03-10 Matthias Kupfer- due to minor differences (marletting related) combine...
2009-03-08 Matthias Kupfer- continue "marletting"
2009-03-08 Matthias Kupfer- continue "marletting"
2009-03-06 Matthias Kupfer- more improved version, reduced calls, allocate ressou...
2009-03-05 Ged MurphyDon't leak font objects
2009-03-05 Matthias Kupfer- Change menu symbols drawing to marlett font.
2009-03-04 Matthias Kupfer- Draw bullet for menu radio group with ellipse instead...
2009-03-04 Matthias Kupfer- modify hackfix DrawMenuBar function use user32 functi...
2009-03-04 Matthias KupferSascha Clausen <r4v3r AT hotmail DOT de>
2009-02-26 Dmitry GorbachevAdd GetListBoxInfo()
2009-02-22 James Tabor- Add back removed call commented out. First problem...
2009-02-21 Matthias Kupfer- implements an initial DrawMenuBar function (fixes...
2009-02-19 James TaborPatch by Rein Klazes: Do not handle WM_ENDSESSION in...
2009-02-19 Matthias Kupfer- initial default message handler for WM_SYSCOLORCHANGE...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-12 Dmitry Chapyshev- Add missed CopyCursor
2009-02-12 Dmitry Chapyshev- Add more stubs
2009-02-11 Christoph von Wittichfix MR_MID_NOT_FOUND error with mshtml in 2nd stage
2009-02-08 Christoph von Wittich-remove wingdi.h from wine/winuser.h
2009-02-08 Dmitry Chapyshev.def -> .spec (based on amd64 branch with my fixes)
2009-01-28 Dmitry Chapyshev- Add more TODO to .def
2009-01-28 Dmitry Chapyshev- More implement User32InitializeImmEntryTable
2009-01-27 Dmitry Chapyshev- Partially implement User32InitializeImmEntryTable
2009-01-27 Dmitry Chapyshev- Add file for imm-functions
2009-01-27 Dmitry Chapyshev- Direct call NtSetInternalWindowPos
2009-01-24 Pierre SchweitzerAdded/Updated French translation for almost everything...
2009-01-18 Timo KreuzerForgot this file
2009-01-18 Timo Kreuzeruser32: sync listbox.c to wine 1.1.13
2009-01-18 Timo Kreuzeruser32: sync DIALOG_DlgDirSelect to wine 1.1.13:
2009-01-17 Timo Kreuzeruser32: sync icontitle.c with Wine 1.1.13
2009-01-17 Ged Murphyupdate spying messages
2009-01-17 James Tabor- Update DispathMessage and fix time stamp for system...
2009-01-15 Dmitry Chapyshev- Implement FlashWindow
2009-01-12 Timo KreuzerSync edit.c with wine head (Wine-1_1_12)
2009-01-12 James Tabor- Sort out common used DCE flags.
2009-01-12 Timo KreuzerSync wsprintf.c to wine head (Wine-1_1_12)
2009-01-12 Timo Kreuzerreduce diff to wine
2009-01-12 Timo KreuzerSync combo.c to wine head (Wine-1_1_12)
2009-01-12 Timo KreuzerSync button.c to wine head (1_1_12)
2009-01-12 Timo Kreuzerexchange members for ansi and unicode WNDPROC in builti...
2009-01-11 Timo Kreuzeruser32 revert lite ;-P
2009-01-11 Timo KreuzerGo back to non-win32k functions inside user32, using...
2009-01-10 Timo KreuzerInline wrappers user32 -> NtUser
2009-01-09 Dmitry Chapyshev- Cleanup user32, direct call to kernel space
2009-01-08 Dmitry Chapyshev- Sync ICO_ExtractIconExW with Wine head. This fixed...
2009-01-08 Dmitry Chapyshev- Add Wine implementation LoadStringA/W. This is fixed...
2009-01-08 Dmitry Chapyshev- Formatting fix. No code change
2009-01-05 James Tabor- Implement large ansi unicode string support for win32...
2009-01-04 James Tabor- Implement large ansi unicode string support. Not...
2008-12-26 James Tabor- Patch by Andre Wisplinghoff: Text is auto-selected...
2008-12-25 James Tabor- Example of a thread overrun? HAX-Fixes wine cursorico...
2008-12-22 James Tabor- Start populating server information structure. This...
2008-12-21 KJK::Hyperionmodified dll/win32/gdi32/gdi32.rbuild
2008-12-19 James Tabor- Properly implement LookupIconIdFromDirectoryEx.
2008-12-18 James TaborPatch by Aric Stewart : user32: Implement handling...
2008-12-10 James Tabor- Yet another victim of the Win32k Initialization BUG!
2008-12-09 James Tabor- New patch by hto: Suspicious code in User32.dll,...
2008-12-08 James Tabor- Patch by hto: Suspicious code in User32.dll, see...
2008-12-01 James Tabor- Patch by hto: User32: MDICascade() bug, see bug 3919.
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-30 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
2008-11-27 Michael Martin- Add WM_SYSCHAR to U32IsValidAccelMessage. See bug...
2008-11-22 James Tabor-AttachThreadInput is a direct call to kernel space...
2008-11-22 Dmitry Chapyshev- Call NtUserAttachThreadInput
2008-11-17 Stefan Ginsberg- Remove deprecated header cruft
2008-11-15 Kamil Hornicekuse the dmSize we got from caller and fall back to...
2008-11-04 James Tabor- Patch by hto: Fix bugs in Gdi32.dll and User32.dll...
2008-11-04 KJK::HyperionKJK::Hyperion is proud to present "dllimport purity...
2008-11-04 Dmitry Chapyshev- Change params types for NtUserLockWindowUpdate
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-26 Colin Finck- Add a "host" attribute to the project's <include...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-25 Aleksey Bragin- Globalize ReactOS target version (there are a few...
2008-10-25 Dmitry ChapyshevDefWindowProcA/W:
2008-10-19 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-17 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-17 Timo KreuzerFix GetAppCompatFlags to use Teb->ClientInfo instead...
2008-10-17 Timo KreuzerWin32 structure cleanup part 2 / x:
2008-10-14 Timo Kreuzer- Update CLIENTTHREADINFO structure
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-30 James Tabor- Patch by Vincent Povirk, Handle undocumented WM_POPUP...
2008-09-23 Christoph von Wittichoverrun of static array
2008-09-23 Christoph von Wittichoverrun of static array
2008-09-22 James TaborAdd UpdateLayeredWindowIndirect to def and cleanup...
2008-09-22 James Tabor- Add UPDATELAYEREDWINDOWINFO structure and UpdateLayer...
2008-09-20 Dmitry Chapyshev- Implement RealChildWindowFromPoint (based on wine)
2008-09-20 Dmitry Chapyshev- Fix formatting. No code change
2008-09-20 Dmitry Chapyshev- Fix formatting. No code change
2008-09-19 Colin FinckRevert the aesthetic hack of r27608
2008-09-13 Christoph von Wittichreplace NtCurrentTeb()->ProcessEnvironmentBlock by...
2008-08-25 Timo Kreuzermerge 35359 from ros-amd64-bringup branch:
2008-08-17 James Tabor- Add timer handle type.
2008-08-16 James TaborWine update to dialog.c, see bug 3644.
2008-08-09 Hervé PoussineauFix User32InitializeImmEntryTable export
2008-08-06 Steven EdwardsMatch Wine behavior for AllowSetForegroundWindow
next