Commit graph

29125 commits

Author SHA1 Message Date
Aleksey Bragin c3c7285a9b - Add SetConsoleCP api to the usetup, and make it call blue.sys in order to load font if needed.
- Fix a typo in WriteConsoleOutputCharacterW prototype.
- Add font.c to the blue.sys, move and add more definitions to a common header blue.h.
- Add Cyrillic font to blue.sys driver.

svn path=/trunk/; revision=31885
2008-01-19 14:51:12 +00:00
Pierre Schweitzer f3e620fb65 Updated French translation for Downloader
svn path=/trunk/; revision=31884
2008-01-19 12:48:53 +00:00
Christoph von Wittich 0bc44b86a6 ask before installing dependecies
svn path=/trunk/; revision=31883
2008-01-19 11:52:29 +00:00
Aleksey Bragin 75abc4b6f9 - Add missing label.
svn path=/trunk/; revision=31882
2008-01-19 11:47:55 +00:00
Daniel Reimer 8a132d82a5 Bug 2944: Last fixes for Polish Translation. Translates the new Strings which came with my sync to the English RC Files, which are more up to date. Thx to Caemyr
svn path=/trunk/; revision=31881
2008-01-18 23:41:53 +00:00
James Tabor 13460ac91f Enable
svn path=/trunk/; revision=31880
2008-01-18 23:07:14 +00:00
Colin Finck 0b6aa2dfb5 Download AbiWord 2.4.6 instead of 2.5.2 (2.5.2 is a development version, 2.4.6 the latest stable one)
svn path=/trunk/; revision=31879
2008-01-18 22:46:29 +00:00
Christoph von Wittich a00d6a195f add <Depends> and <PostInstallAction> to be able to install Diablo 2 Shareware with Download!
TODO: write the req. fix which creates a new shortcut with -w -glide
see <PostInstallAction> in the xml file

svn path=/trunk/; revision=31878
2008-01-18 22:23:52 +00:00
Christoph von Wittich 21613e19af constify parse_options parameter like it is done in wine
svn path=/trunk/; revision=31877
2008-01-18 19:14:30 +00:00
James Tabor e51a783417 Fix logic in IntGdiDeleteDC with permanent set.
svn path=/trunk/; revision=31876
2008-01-18 18:10:42 +00:00
Christoph von Wittich 126214d889 don't crash when GetUserNameW is called with NULL - fixes launching of Office 2003 setup
svn path=/trunk/; revision=31875
2008-01-18 17:54:09 +00:00
Aleksey Bragin f1b7277633 - Winesync to Wine-20080118.
svn path=/trunk/; revision=31874
2008-01-18 17:39:35 +00:00
Daniel Reimer faa2ab3874 Begin of adding DS_SHELLFONT to all RC files.
Changed the Font Size of Calc. 9 -> 8

svn path=/trunk/; revision=31873
2008-01-18 17:28:28 +00:00
Colin Finck 06fcf0c718 Hopefully the last fix to get this to compile under Windows and Unix hosts...
svn path=/trunk/; revision=31872
2008-01-18 17:14:31 +00:00
Colin Finck b93ff8eedd Define O_BINARY to 0 if it is not defined (all hosts, which don't define it, don't need it).
Update the .diff file as well.

svn path=/trunk/; revision=31871
2008-01-18 17:07:20 +00:00
Hervé Poussineau 83ea0639c1 Fix separators for .rbuild files in the generated makefile
Add a 'don't care' value for types and host.

svn path=/trunk/; revision=31870
2008-01-18 16:55:56 +00:00
Colin Finck 462e70bed3 Fix the fix
svn path=/trunk/; revision=31869
2008-01-18 16:26:31 +00:00
Colin Finck e2a747b76d Write the TLB file in binary mode, so the line endings won't be changed.
Fixes the MSI registration (I reenabled it as well).
Credits go to Aleksey and Hervé again.

svn path=/trunk/; revision=31868
2008-01-18 16:12:59 +00:00
Daniel Reimer c9cf79d518 Bug 2975: slovak translations for logoff and cacls (kario<AT>szm<DOT>sk)
Bug 2976: Lithuanian translation by Vytis Girdzijauskas (cman<AT>cman<DOT>us)
Bug 2979: Brazilian Portuguese Translation (wagner<DOT>snake<AT>gmail<DOT>com)
Bug 2980: Bulgarian language update (sstpr<AT>narod<DOT>ru)

svn path=/trunk/; revision=31867
2008-01-18 15:55:02 +00:00
Christoph von Wittich a9de2ac45a add wpp_ros.diff
svn path=/trunk/; revision=31866
2008-01-18 14:42:20 +00:00
Christoph von Wittich d4fb037596 update wine headers included by widl to wine-0.9.53
svn path=/trunk/; revision=31865
2008-01-18 14:11:42 +00:00
Colin Finck 5c06769534 Switch to the new widl (Wine-20080118)
svn path=/trunk/; revision=31864
2008-01-18 12:41:15 +00:00
Hervé Poussineau 4caea795dd Update status
svn path=/trunk/; revision=31862
2008-01-18 12:25:40 +00:00
Christoph von Wittich ca51e7ab6e Rob Shearman : rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.
<rob at codeweavers.com>

svn path=/trunk/; revision=31861
2008-01-18 11:57:48 +00:00
Hervé Poussineau 327cd0f9bc Shuffle functions to look more like in Wine.
Add a few stubs

svn path=/trunk/; revision=31860
2008-01-18 11:51:01 +00:00
Christoph von Wittich cc0209690e Rob Shearman : rpcrt4: Handle complex arrays in calc_arg_size. <rob at codeweavers.com>
svn path=/trunk/; revision=31859
2008-01-18 11:38:47 +00:00
Christoph von Wittich 88179de4f8 rpcrt4: Fix the calculation of element sizes for complex arrays by using a new function ComplexStructSize that doesn 't touch the buffer to calculate the size.
<rob at codeweavers.com>

svn path=/trunk/; revision=31858
2008-01-18 11:35:06 +00:00
Christoph von Wittich 690e2cd071 rpcrt4: Add support for calculating the memory size of complex types with embedded non-conformant strings. <rob at codeweavers.com>
svn path=/trunk/; revision=31857
2008-01-18 11:28:18 +00:00
Christoph von Wittich 34190c7a32 rpcrt4: Allocate a context handle if a NULL GUID is being unmarshalled. <rob at codeweavers.com>
svn path=/trunk/; revision=31856
2008-01-18 11:25:21 +00:00
Christoph von Wittich d9ca23e550 rpcrt4: Don't print fixmes for NDR types without a freeing function.
rpcrt4: Add traces to the start of TowerConstruct and TowerExplode.
<rob at codeweavers.com>

svn path=/trunk/; revision=31855
2008-01-18 11:22:16 +00:00
Christoph von Wittich 7e4a0d01fb widl: Fix context handle "cannot be null" detection.
The "cannot be null" attibute is applied to a parameter if and only if 
it is in-only.

widl: Fix the conditions under which array freeing code is output.

It doesn't matter whether or not the array is declared as a pointer or 
is declared using array subscripts - the array is still allocated by the 
unmarshalling function and so needs to be freed.

<rob at codeweavers.com>

svn path=/trunk/; revision=31854
2008-01-18 11:17:50 +00:00
Christoph von Wittich 643cc20639 rpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer. <rob at codeweavers.com>
svn path=/trunk/; revision=31853
2008-01-18 10:42:16 +00:00
Christoph von Wittich 02f7a25753 rpcrt4: Fix memory leak in NdrFullPointerXlatFree. <rob at codeweavers.com>
First of all, the code was freeing the wrong pointer (i.e. the pointer
supplied by the caller of one of the NdrFullPointer* functions, not the
PFULL_PTR_TO_REFID_ELEMENT. Second, the code wasn't following the Next
link to the next entry in the list.

svn path=/trunk/; revision=31852
2008-01-18 10:37:37 +00:00
Christoph von Wittich bf565b3d3a rpcrt4: Fix a leak of msg in RPCRT4_io_thread on the error paths. <rob at codeweavers.com>
svn path=/trunk/; revision=31851
2008-01-18 10:34:34 +00:00
Christoph von Wittich 41862fd922 Rob Shearman : rpcrt4: Improve error handling in RPCRT4_io_thread and remove commented-out code. <rob at codeweavers.com>
svn path=/trunk/; revision=31850
2008-01-18 10:09:21 +00:00
Hervé Poussineau 5914c98aa9 Use new interface names
svn path=/trunk/; revision=31849
2008-01-18 10:08:49 +00:00
Christoph von Wittich e83b5427a6 Rob Shearman : rpcrt4: Set the fBufferValid flag in NdrProxyGetBuffer. <rob at codeweavers.com>
svn path=/trunk/; revision=31848
2008-01-18 10:05:52 +00:00
Christoph von Wittich 714d031d4f Rob Shearman : rpcrt4: Remove some unused includes. <rob at codeweavers.com>
svn path=/trunk/; revision=31847
2008-01-18 10:02:41 +00:00
James Tabor 3f063e5fa2 Patch by Stefan100 stefan__100__ at hotmail.com. Remove NtGdiGetTextExtentPoint32, update all related.
svn path=/trunk/; revision=31846
2008-01-18 03:43:03 +00:00
Daniel Reimer 6274286a77 Hopefully the last changes for now. Fixed the warnings due to a missing empty line.
svn path=/trunk/; revision=31845
2008-01-17 20:18:11 +00:00
Thomas Bluemel 162436143d Patch by Carlo Bramix <carlo.bramix@libero.it>
Enable the find menu items
See issue #2978 for more details.

svn path=/trunk/; revision=31844
2008-01-17 20:08:18 +00:00
Hervé Poussineau beaf1037f9 Do not autoregister msi, as long as problem is not fixed (2nd stage break)
svn path=/trunk/; revision=31843
2008-01-17 16:12:44 +00:00
Colin Finck 860c4aab05 These files still included the now non-existent "resource.h" files.
svn path=/trunk/; revision=31842
2008-01-17 15:22:18 +00:00
Colin Finck c64d173b9a This file was still including "resource.h" although there is no "resource.h" for xcopy
svn path=/trunk/; revision=31841
2008-01-17 15:01:14 +00:00
Colin Finck 2d0464ddb2 - Define the copyright year one time and then use this constant everywhere instead of redefining it at X places
- Get rid of the "include/reactos/resource.h" header file.
  It contained outdated strings and had no effect on the resource files anymore. The "version.rc" file has the same purpose and does a better job.

svn path=/trunk/; revision=31840
2008-01-17 14:50:36 +00:00
Daniel Reimer 9238f49148 Continue of my try to get all RCs in Sync.
Same as before. Killed {}, changed to default font etc.

svn path=/trunk/; revision=31839
2008-01-17 14:02:01 +00:00
Daniel Reimer ff4f467cdb Continue of my try to get all RCs in Sync.
Same as before. Killed {}, changed to default font etc.
This syncs all cpls except the diabled rcs of intl and sysdm which are in a rather incomplete shape.
I might fill them up again later this day to gether with the rest of the dlls folder which is not synched..

svn path=/trunk/; revision=31838
2008-01-17 14:01:53 +00:00
Daniel Reimer 8a120c9e61 Bug 2944: Polish translation: part 4/4 - Dll (olaf_siejka<AT>o2<DOT>pl)
Some German RC Fixes by Dark_Shadow<AT>gmx<DOT>at and me
Remove the {} and replace with BEGIN END
Still TBD:
- Sync the CPL Resources
- DO all the same for DLL Folder.

svn path=/trunk/; revision=31837
2008-01-17 09:34:17 +00:00
Colin Finck 76fa5d59e8 Get rid of bin2res and all rbuild stuff associated with it. We don't need it anymore after the latest winesyncs.
This also requires adding an '<include base="stdole2" root="intermediate">.</include>' line to stdole2.rbuild, because previously this include directory was automatically added when processing Wine modules.
This is already done for similar modules like "msi".

svn path=/trunk/; revision=31836
2008-01-17 00:35:44 +00:00
Aleksey Bragin 7b3487eb9a - Sync NDK changes.
svn path=/trunk/; revision=31835
2008-01-16 23:19:01 +00:00