Commit Graph

45 Commits

Author SHA1 Message Date
Matej Špindler 46c7f2686b oleacc: Add Slovenian translation. 2010-05-21 18:58:06 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Alexander Nicolaysen Sørnes 9178a94868 oleacc: Add Norwegian Bokmål translation. 2009-12-14 12:04:06 +01:00
Michael Stefaniuc 385594aa11 oleacc: Add the Romanian translation. 2009-08-20 15:27:51 +02:00
Ricardo Filipe f7dbd0aa7e oleacc: Add Portuguese translation. 2009-07-20 12:17:17 +02:00
Michael Stefaniuc b880d71e28 oleacc: Add missing encoding info to the German resource file.
The file is already UTF-8.
2009-07-07 11:49:44 +02:00
Frédéric Delanoy 2de12c6541 oleacc: Update French translation. 2009-07-06 14:35:25 +02:00
Nikolay Sivov b2f6b44b25 oleacc: Add ObjectFromLresult stub. 2009-07-03 16:07:46 +02:00
Michael Stefaniuc fed054a9ef oleacc: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:33:51 +02:00
Aurimas Fišeras c22a97b142 oleacc: Add Lithuanian translation. 2009-06-19 13:51:59 +02:00
André Hentschel deadb41bbc oleacc: Add German translation. 2009-06-08 12:42:25 +02:00
Paul Vriens f5c00f7ff3 oleacc: Fix Dutch translations. 2009-06-01 16:16:01 +02:00
Łukasz Wojniłowicz 42be8171f3 oleacc: Added Polish translation. 2009-05-08 13:22:45 +02:00
Ricardo Filipe b15ba7696b oleacc: Add stub for AccessibleObjectFromPoint. 2008-12-27 20:35:19 +01:00
Ricardo Filipe bd17f0a6f3 oleacc: Fix LresultFromObject return type. 2008-12-27 20:34:39 +01:00
Jonathan Ernst 4307c14af6 oleacc: New French translation. 2008-12-17 13:52:40 +01:00
Paul Vriens 212ce8b6d6 oleacc/tests: Fix the test failures on Win9x/WinMe and Vista/W2K8. 2008-12-05 13:52:41 +01:00
Francois Gouget 3b140ccb0e Assorted spelling fixes. 2008-11-17 16:04:39 +01:00
Hwang YunSong(황윤성) 1a67f07caa oleacc: New Korean resource. 2008-11-12 11:49:12 +01:00
Frans Kool 169a4aaa61 oleacc: Added Dutch translations. 2008-10-31 13:27:10 +01:00
Alistair Leslie-Hughes a4dc3213ae oleacc: Removed failed test case. 2008-10-29 11:52:33 +01:00
Paul Vriens c9b8a28576 oleacc/tests: Fix some failures on Win98 up to W2K. 2008-10-23 12:13:46 +02:00
Nikolay Sivov e2399a969f oleacc: Implemented GetRoleText[A/W] with tests. 2008-10-15 15:20:31 +02:00
Louis Lenders 99e1e90f0f oleacc: Add GetOleaccVersionInfo. 2008-03-12 12:20:55 +01:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Dmitry Timoshkov 3c9e7a7f33 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
Michael Stefaniuc f9c23da310 oleacc: Win64 printf format warning fixes. 2006-10-04 09:59:10 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard 5258e061dc make_dlls: Ignore generated import libraries from the top-level .gitignore. 2006-07-10 20:55:58 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Alexandre Julliard b6b180a16d Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
Alexandre Julliard d37f0abf07 Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
2005-08-08 17:35:28 +00:00
Alexandre Julliard 34fa35dc99 Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
2005-05-09 14:42:30 +00:00
Alexandre Julliard d62356aa1e Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
2005-05-07 12:39:52 +00:00
Mike McCormack 62bffe46e2 Added DllRegisterServer/DllUnregisterServer calls. 2004-08-27 19:12:27 +00:00
Mike McCormack da0878df14 Stub implementations for LresultFromObject and
AccessibleObjectFromWindow.
2004-03-29 23:04:46 +00:00
Alexandre Julliard 9e4ed6460c .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Mike McCormack b6002e8830 Stub implementation for CreateStdAccessibleObject. 2003-11-25 01:46:10 +00:00
Dimitrie O. Paun fbdfd910c1 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. 2003-10-11 01:09:15 +00:00
Eric Pouech 5caccaf621 Created an empty oleacc DLL. 2003-06-23 03:43:00 +00:00