Sign in
goma
/
wine
/
0ba3dc758977f51a3463c5dc0bfaa78236a0d5f0
/
ole
3acab71
Implemented GetDateFormatW.
by Steve Lustbader
· 23 years ago
9c1de6d
Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h.
by Patrik Stridvall
· 23 years ago
66e3183
Fixed GetLocaleInfoW to handle Unicode properly and completed
by Alexandre Julliard
· 23 years ago
6b97f5e
Very hacked implementation of url monikers.
by Huw D M Davies
· 23 years ago
1166dc7
Stubs for DragDropHelper.
by Juergen Schmied
· 23 years ago
5cdda82
Fixed duplication of definitions between shlwapi.h and obj_queryassociations.h.
by Alexandre Julliard
· 23 years ago
f673b71
Fixed make install target to work even when nothing has been compiled
by Alexandre Julliard
· 23 years ago
449bb92
Fix use of LOCALE_NOUSEROVERRIDE flag in GetNumberFormatA and
by Paul Millar
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
3629074
Fixed buffer handling of some locale functions (based on a patch by
by Alexandre Julliard
· 23 years ago
55e845d
Removed most inclusions of options.h.
by Alexandre Julliard
· 23 years ago
9bb05fc
Specify the complete source file list for a dll inside the main
by Alexandre Julliard
· 23 years ago
b06116e
Added definitions for the Component Categories Manager.
by John K. Hohm
· 23 years ago
ce830a9
Added mkinstalldirs to create directories more portably.
by Alexandre Julliard
· 23 years ago
b6a7ca5
Removed a bunch of multimedia code at Hidenori's request.
by Alexandre Julliard
· 23 years ago
5769d1d
Better support for configure detection of missing types, added check
by Alexandre Julliard
· 23 years ago
e747da4
Implemented the basic COM framework. Fixed all IUnknown of shdocvw.dll.
by Hidenori Takeshima
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
c59655e
Reimplement GetStringTypeA and GetStringTypeExA.
by Dmitry Timoshkov
· 23 years ago
a3ff175
Moved guids needed for Proxy/Stub factories to respective .h files,
by Marcus Meissner
· 23 years ago
193cf50
Removed some of the calls to HEAP_strdup* functions.
by Alexandre Julliard
· 23 years ago
038af79
Fix the definition of structs NUMBERFMT* and CURRENCYFMT*.
by Francois Gouget
· 24 years ago
eb273de
Added missing IIDs.
by Hidenori Takeshima
· 24 years ago
eecf93b
Include GUIDs in strmif.h and uuids.h.
by Hidenori Takeshima
· 24 years ago
da920ee
Spelling fixes.
by Andreas Mohr
· 24 years ago
a49b5be
Fixed some more overflowing string traces.
by Andreas Mohr
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
affc9a8
Move IsCharAlphaA and IsCharAlphaNumericA to user32.
by Dmitry Timoshkov
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
0925d6e
When reading resources in NLS_LoadStringExW we should map
by Huw D M Davies
· 24 years ago
930b509
Include the GUIDs in ddrawi.h in the libwine_uuid.a library.
by Ove Kaaven
· 24 years ago
3d7cd87
- Provide lobby provider COM object header file and stub implementation
by Peter Hunnisett
· 24 years ago
035a758
Small typo fix.
by James Hatheway
· 24 years ago
77d06fc
Implement TIME_FORCE24HOURFORMAT and TIME_NOTIMEMARKER flags in OLE_GetFormatA.
by Rein Klazes
· 24 years ago
d0a4177
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
b99367e
debugstr_xxx already does the quoting.
by François Gouget
· 24 years ago
c4d1176
Renamed libuuid.a to libwine_uuid.a
by Alexandre Julliard
· 24 years ago
44a1822
winuser.h now requires that we include winbase.h first.
by François Gouget
· 24 years ago
751625e
Got rid of main.h.
by Alexandre Julliard
· 24 years ago
5be8e7d
Created a small static library in ole/libuuid.a that contains all the
by Alexandre Julliard
· 24 years ago
2b3aa61
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
24a62ab
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
by Alexandre Julliard
· 24 years ago
5b971f0
Moved wsprintf functions to dlls/user.
by Alexandre Julliard
· 24 years ago
f2918f9
CompareStringW returned wrong results sometimes.
by Andreas Mohr
· 24 years ago
3391555
We no longer have an ole/nls directory.
by Dimitrie O. Paun
· 24 years ago
6dfaf18
GetDateFormatA: Check range and recalculate wDayOfWeek.
by Uwe Bonnes
· 25 years ago
15bfcd0
Moved $(MODULE).o rule out of Make.rules into the individual Makefiles.
by Alexandre Julliard
· 25 years ago
83f52d1
Moved all Win16 definitions out of the standard Windows headers.
by Alexandre Julliard
· 25 years ago
072dfb5
Removed inclusion of wine/winestring.h from winbase.h and added it to
by Alexandre Julliard
· 25 years ago
b2628e5
Use the system local time if lpTime=NULL.
by Dimitrie O. Paun
· 25 years ago
ef6dca5
- Implemented loading and initialization of service providers
by Peter Hunnisett
· 25 years ago
56f8e27
Added new language detection scheme that uses NLS data base instead of
by Dmitry Timoshkov
· 25 years ago
c7e7df8
Replaced all lstr* calls from inside Wine code by their str* equivalent.
by Alexandre Julliard
· 25 years ago
c97bb4c
Added Unicode ctype support.
by Alexandre Julliard
· 25 years ago
5ec92ad
Fix for calling ctype functions with Unicode characters.
by Hidenori Takeshima
· 25 years ago
cb10fda
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
by Alexandre Julliard
· 25 years ago
bea617b
Moved GUID definitions to their respective dll.
by Alexandre Julliard
· 25 years ago
a0f0138
LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
by Dmitry Timoshkov
· 25 years ago
f1fd89d
FindResourceExA/W should search for the specified language resource only.
by Dmitry Timoshkov
· 25 years ago
ce4784d
Made --language behave the same as setting the LANGUAGE environment variable.
by Alexandre Julliard
· 25 years ago
961053f
Moved all NLS dependent data to the KERNEL resources.
by Dmitry Timoshkov
· 25 years ago
7415c21
Complete NLS values for Russian language.
by Dmitry Timoshkov
· 25 years ago
3c53612
Remove duplicates in the NLS files.
by Dmitry Timoshkov
· 25 years ago
8dd8d30
Commented out IsBadWritePtr check. Makes winhlp32.exe happy in extended search.
by Bertho Stultiens
· 25 years ago
5ea2247
Use the Unicode string functions from wine/unicode.h instead of the crtdll ones.
by Alexandre Julliard
· 25 years ago
846880b
Basic Croatian language support.
by Zoran Dzelajlija
· 25 years ago
ecd921e
Separate OLE2NLS out of KERNEL.
by Dimitrie O. Paun
· 25 years ago
77f07cc
Henning Hoffmann (of Macadamian for Corel)
by Alexandre Julliard
· 25 years ago
7b080ec
Added further implementation of WINAPI EnumDateFormats() to support
by Owen Wang
· 25 years ago
c53ceba
Improved support for Makefiles that need to recurse in subdirectories.
by Alexandre Julliard
· 25 years ago
3c30bba
Implemented API EnumTimeFormatsA(). It supports now all different
by Owen Wang
· 25 years ago
ef76a1c
Michael Abd-El-Malek (Corel)
by Alexandre Julliard
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
d628f43
Fixed some ANSI C violations.
by Patrik Stridvall
· 25 years ago
c03da66
Improved CompareStringA performance.
by Andrew Lewycky
· 25 years ago
c1a700c
Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
by Steven Elliott
· 25 years ago
9b59da0
Misc small cleanups.
by Alexandre Julliard
· 25 years ago
0ee98cc
Fixed ANSI C violations.
by Patrik Stridvall
· 25 years ago
c4857a8
Japanese support implemented.
by Hidenori Takeshima
· 25 years ago
5e1ea6e
Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
by Steven Elliott
· 25 years ago
1758f2d
Misc. fixes for compiler warnings.
by James Abbatiello
· 25 years ago
33536e2
Added support for the following celtic languages: Irish Gaelic, Scots
by Alastair McKinstry
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
05e8157
GetNumberFormatA implementation added.
by Julio César Gázquez
· 25 years ago
ae26a07
EnumSystemLocalesA should look for registry values, not subkeys.
by Rein Klazes
· 25 years ago
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
bb3929c
Added some constants for Spanish.
by Juergen Schmied
· 25 years ago
3f15f81
Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
by Eric Pouech
· 25 years ago
1d5bc46
Removed extra #include statements.
by Niels Kristian Bech Jensen
· 25 years ago
8ced881
Implementation of RegisterNLSInfoChanged.
by Andreas Mohr
· 25 years ago
febd2db
Added some missing definitions.
by Eric Pouech
· 25 years ago
5b2415d
Added some values that were missing in the Swedish nls file.
by Dennis Bjorklund
· 26 years ago
2a722f4
Moved bulk of OLE implementation to dlls/ subdirectories.
by Ulrich Weigand
· 26 years ago
311e456
Added support for anonymous structs/unions on compilers that implement it.
by Patrik Stridvall
· 26 years ago
3467dab
Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
by Ulrich Weigand
· 26 years ago
e4fbab5
Added stub for OLE32.DllGetClassObject.
by Juergen Schmied
· 26 years ago
66e8c4e
Added stub for RegisterActiveObject().
by Marcus Meissner
· 26 years ago
2970067
- Implement interprocess clipboard communication.
by Noel Borthwick
· 26 years ago
cf9395a
Only declare DateStyle in a single compilation unit.
by Eric Pouech
· 26 years ago
b101a5c
Fixed typelib reading to correctly use the offset of the typelib that
by Rein Klazes
· 26 years ago
Next »