mshtml: Implement IHTMLStyle_get_paddingLeft.
[wine] / programs /
2009-02-12  Erich Hooverwcmd: Properly cleanup redirects when there are no...
2009-02-09  Ricardo Filipeinclude: Fix commdlg hook procedures return type.
2009-02-09  David Hedbergwinecfg: Fix for paths containing utf-8.
2009-02-09  Nikolay Sivovreg: Don't close not open reg key (Coverity).
2009-02-09  Francois Gougetprogman: Make DIALOG_Symbol() static.
2009-02-09  Francois Gougettaskmgr: Make some functions static.
2009-02-09  Francois Gougetnotepad: Make the Lithuanian resources SUBLANG_NEUTRAL.
2009-02-06  Alexandre Julliardwinepath: Fixed the wmain() definition.
2009-02-06  Alexandre Julliardprograms: Don't make apps Unicode if they don't use...
2009-02-06  Alexandre Julliardmakefiles: Pass the target flags to winegcc.
2009-02-06  Aurimas Fischernotepad: Add Lithuanian translation.
2009-02-05  Francois Gougetprogman: Reorder some functions to avoid forward declar...
2009-02-05  Francois Gougettaskmgr: Make TrayIcon_GetProcessorUsageIcon() static.
2009-02-05  Francois Gougettaskmgr: Reorder some functions to avoid forward declar...
2009-02-05  Francois Gougettaskmgr: Reorder some functions to avoid forward declar...
2009-02-04  Paul Vrienswinetest: Make sure we can test .NET dlls on Windows.
2009-02-03  Paul TBBle Hampsonwinefile: Don't use child after it has been freed.
2009-02-02  Marcus Meissnerwinhlp32: Check hlpfile for being NULL (Coverity).
2009-02-02  Marcus Meissnerwinedbg: Check for buffer being NULL.
2009-02-02  Marcus Meissnerservices: Handle realloc failures better (Coverity).
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-29  Andrey Turkinprograms: Add lodctr and unlodctr tools.
2009-01-29  Michael Stefaniucservices: Remove superfluous pointer casts.
2009-01-29  Michael Stefaniucexpand: Remove superfluous pointer casts.
2009-01-29  Marcus Meissnerxcopy: Handle return from vsnprintfW (Coverity).
2009-01-29  Marcus Meissnerregedit: Check HeapAlloc results (coverity).
2009-01-29  Anders Jonssoncmdlgtst: Add Swedish translation.
2009-01-28  Aric Stewartreg.exe: Implement DELETE.
2009-01-28  Aric Stewartreg.exe: Implement ADD for REG_SZ.
2009-01-28  Anders Jonssonwineconsole: Fix typos in Swedish resources.
2009-01-28  Anders Jonssonview: Add Swedish translation.
2009-01-27  Alexandre Julliardservices: Add stub implementation for SERVICE_CONFIG_FA...
2009-01-26  Francois Gougetregedit: Make some functions static.
2009-01-26  Francois Gougetregedit: We don't bother unregistering window classes...
2009-01-26  Francois Gougetwinecfg: Make enumerate_valuesW() static.
2009-01-26  Francois Gougetwineconsole: WINECON_GetHistory{Mode,Size}() are unused...
2009-01-26  Anders Jonssonoleview: Fix typo in English, Russian resources.
2009-01-26  Marcus Meissnerwinefile: Avoid array overrun (coverity).
2009-01-23  Anders Jonssonwinefile: Update Swedish translation.
2009-01-23  Anders Jonssonwinhlp32: Update Swedish translation.
2009-01-22  Anders Jonssonprogman: Add Swedish translation.
2009-01-22  Anders Jonssonregedit: Add Swedish translation.
2009-01-22  Ben Kleinwinecfg: Fix a typo in autodetect_drives.
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceDisplayNameW behavior to pass...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceKeyNameW behavior to pass the...
2009-01-21  Mikołaj Zalewskiregedit: Don't pass an ANSI string to vsprintfW.
2009-01-20  Anders Jonssonwrite: Add Swedish translation.
2009-01-20  Anders Jonssonwordpad: Add Swedish translation.
2009-01-20  Michael Stefaniucoleview: Remove superfluous pointer casts.
2009-01-20  Francois Gougetwineconsole: Make WINECON_SetHistory{Mode,Size}() static.
2009-01-20  Francois Gougetwineconsole: Make some functions static.
2009-01-20  Francois Gougetwineconsole: WCUSER_OptionDlgProc(): use the given...
2009-01-20  Francois Gougetwinedbg: Make lexeme_alloc() static in debug.l.
2009-01-20  Francois Gougetwinedbg: Make some functions static.
2009-01-19  Alexandre Julliardadvapi32: Reimplemented QueryServiceConfig2W in service...
2009-01-19  Erich Hooverregedit: Fix import mangling REG_EXPAND_SZ values.
2009-01-19  Ge van Geldorpwinetest: Make the wrapper immune to Ctrl-C.
2009-01-19  Michael Stefaniucview: Remove superfluous pointer casts.
2009-01-19  Michael Stefaniucwinemine: Remove superfluous pointer casts.
2009-01-19  Michael Stefaniucwordpad: Remove superfluous pointer casts.
2009-01-15  Michael Stefaniucregedit: Remove superfluous pointer casts.
2009-01-14  Francois Gougetwinhlp32: Make some functions static in hlpfile.c and...
2009-01-14  Francois Gougetwinhlp32: Reorder some functions to avoid forward decla...
2009-01-14  Dmitry Timoshkovwordpad: Use "-1" as a "don't care value", fix dialog...
2009-01-14  Dmitry Timoshkovwinemine: Use "-1" as a "don't care value", fix dialog...
2009-01-14  Dmitry Timoshkovprogman: Use "-1" as a "don't care value", fix dialog...
2009-01-14  Dmitry Timoshkovoleview: Use "-1" as a "don't care value", fix dialog...
2009-01-13  Erich Hooverwcmd: Fix redirecting a pipe to another pipe.
2009-01-13  Erich Hooverwcmd: Handle batch scripts containing quotes within...
2009-01-12  Andrey Turkinprograms: Add cacls stub.
2009-01-12  Anders Jonssonwinebrowser: Fix typo.
2009-01-10  Rich Ercolaniwinefile: Fix NULL pointer deref in read_tree.
2009-01-09  Dylan Smithwordpad: Use unicode version of CBEM_GETITEM message.
2009-01-09  Dylan Smithwordpad: Use winelib's sprintfW for floating point...
2009-01-09  Francois Gougetwinhlp32: Make some functions static in macro.c.
2009-01-09  Francois Gougetwinhlp32: Reorder some functions to avoid forward decla...
2009-01-09  Alexandre Julliardwinedbg: Fix pointer cast warnings on 64-bit.
2009-01-09  Alexandre Julliardwinhlp32: Use GetWindowLongPtr to retrieve a pointer...
2009-01-08  Alexandre Julliardwinhlp32: Use LONG instead of long for data loaded...
2009-01-08  Alexandre Julliardwineconsole: Replace a couple of handle casts by the...
2009-01-08  Francois Gougetwinhlp32: Make some functions static in winhelp.c.
2009-01-08  Francois Gougetwinhlp32: Reorder some functions to avoid forward decla...
2009-01-08  Michael Stefaniucwinecfg: Remove superfluous casts.
2009-01-08  Michael Stefaniuccmdlgtst: Remove superfluous casts.
2009-01-07  Francois Gougetview: Make FileIsPlaceable() and GetPlaceableMetaFile...
2009-01-07  Francois Gougetoleview: Make some functions static.
2009-01-07  Damjan Jovanovicwinex11: Support the startup notification fd.o spec.
2009-01-07  Alexandre Julliardregedit: Convert error box display to Unicode.
2009-01-07  Alexandre Julliardregedit: Fix integer printf formats in resource strings.
2009-01-07  Alexandre Julliardwinefile: Get rid of hack to load vswprintf from msvcrt.
2009-01-06  Francois Gougetcmd: Make some functions static.
2009-01-06  Francois Gougetcmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
2009-01-06  Francois Gougetcmd: Make WCMD_ask_confirm() static.
2009-01-06  Francois Gougetwinemine: Make some functions static.
2009-01-06  Vincent Povirkexplorer: Quiet a few fixmes.
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2009-01-03  Vincent Povirkstart.exe: Don't use the NO_UI flag when invoked with...
2009-01-03  Alexandre Julliardxcopy.exe: Don't use wvsprintf on sysv-style varargs...
2009-01-03  Alexandre Julliardcmd.exe: Don't use wvsprintf on sysv-style varargs...
2009-01-03  Alexandre Julliardreg.exe: Fix broken usage of va_list.
next