Daniel Reimer
5d79f46a06
Bug 3217: shdocvw translation patch by Seungju Kim (admin@manateeshome.com)
...
Bug 3228: Update for few slovak RCs by Mario Kacmar (kario@szm.sk )
Some fixes and translation updates for winhelp and wordpad synched from wine
Netherland Translation for charmap from Wouter Thierens
svn path=/trunk/; revision=33392
2008-05-09 12:45:47 +00:00
Daniel Reimer
85fbc8ec50
Bug 3228: Update for few slovak RCs by Mario Kacmar (kario@szm.sk)
...
svn path=/trunk/; revision=33391
2008-05-09 12:38:26 +00:00
Dmitry Chapyshev
96e0908452
Add keyboard layouts:
...
- Armenian Eastern
- Azeri Cyrillic
- Azeri Latin
- Belarusian
- Portuguese (Brazilian ABNT2)
- Kazakh
svn path=/trunk/; revision=33390
2008-05-09 12:29:22 +00:00
Colin Finck
e459df7144
Compile calc as Unicode and remove the unneeded __USE_W32API define
...
svn path=/trunk/; revision=33389
2008-05-09 12:24:56 +00:00
Colin Finck
7b6887ffc8
- Delete "winecalc", there is no reason to keep it as we have our own calculator app now.
...
- Delete "smartpdf", it never worked and is outdated.
svn path=/trunk/; revision=33388
2008-05-09 11:58:30 +00:00
Colin Finck
9e45b56ced
Change the translation of the "Help" menu item to "?", so that the menu can be displayed in one line at a small window size.
...
Also minor indentation fix
See issue #2590 for more details.
svn path=/trunk/; revision=33387
2008-05-09 11:38:45 +00:00
Dmitry Chapyshev
fbc903478d
- Add some defines
...
svn path=/trunk/; revision=33386
2008-05-09 11:32:56 +00:00
Christoph von Wittich
8fd63a45fa
add some initial xen support to sysreg (hack)
...
svn path=/trunk/; revision=33385
2008-05-09 10:39:51 +00:00
Aleksey Bragin
ceabf213ba
- Revert 33366 for explorer too. Bugs in explorer should be fixed first.
...
svn path=/trunk/; revision=33384
2008-05-09 09:32:17 +00:00
Ged Murphy
e53bcfc884
- revert r32389. It's both useless and incorrect.
...
- thanks to shadowflare for noticing
svn path=/trunk/; revision=33383
2008-05-09 07:30:26 +00:00
Colin Finck
3dcbb5e00d
Revert r33366 for regedit and compile it as Unicode with ANSI command line parsing again.. :-/
...
Changing everything internally to TCHAR would be like rewriting the app, because regedit even hardcodes string sizes in bytes and then memcmp's them... (see regproc.c:234)
Compiling it ANSI-only also doesn't work, because the API's for ACL stuff are Unicode-only.
svn path=/trunk/; revision=33382
2008-05-08 19:19:22 +00:00
Hervé Poussineau
0a216e7da4
Fix compilation by using an unicode entrypoint
...
svn path=/trunk/; revision=33381
2008-05-08 18:42:29 +00:00
Hervé Poussineau
618eb75c49
Fix some various unicode problems
...
svn path=/trunk/; revision=33380
2008-05-08 18:26:15 +00:00
Colin Finck
4198aafc54
- Fix build by converting everything to use TCHAR's
...
- Bugfix: Previously macros like "gotoroot=cd \" weren't passed correctly as we just used argv[1].
Now use GetCommandLine and pass the full command line.
- Fix indentation
svn path=/trunk/; revision=33379
2008-05-08 18:11:56 +00:00
Hervé Poussineau
b26bf1b115
Use _tWinMain instead of WinMain, as msconfig.exe uses TCHAR in other places
...
svn path=/trunk/; revision=33378
2008-05-08 17:49:42 +00:00
Hervé Poussineau
78c2b00d5f
Fix route.exe compilation by removing hack
...
svn path=/trunk/; revision=33377
2008-05-08 17:48:13 +00:00
Hervé Poussineau
0a651dddad
Use _tWinMain instead of WinMain, as welcome.exe uses TCHAR in other places
...
svn path=/trunk/; revision=33376
2008-05-08 17:08:47 +00:00
Hervé Poussineau
76ed4ec83b
Do not define _UNICODE twice (on command line and in utility.h)
...
svn path=/trunk/; revision=33375
2008-05-08 17:06:47 +00:00
Colin Finck
908a3aa96b
Fix win32kdxtest build
...
svn path=/trunk/; revision=33374
2008-05-08 17:00:15 +00:00
Hervé Poussineau
900237d0da
Use _tWinMain instead of WinMain, as setup.exe uses TCHAR in other places
...
svn path=/trunk/; revision=33373
2008-05-08 16:56:03 +00:00
Hervé Poussineau
433491c7f4
Fix sc.exe compilation by removing hack
...
svn path=/trunk/; revision=33372
2008-05-08 16:48:39 +00:00
Colin Finck
3367d25567
Same fix for libpng
...
svn path=/trunk/; revision=33371
2008-05-08 16:41:46 +00:00
Colin Finck
529cde0611
Fix libjpeg build by removing the __REACTOS__ define from it (already defined in "ReactOS-generic.rbuild")
...
Also remove the USE_W32API define, which was done for many other modules in the past.
Finally, fix the indentation of the rbuild file :)
svn path=/trunk/; revision=33370
2008-05-08 16:38:20 +00:00
Hervé Poussineau
35aafac05c
Don't depend of UNICODE/_UNICODE
...
svn path=/trunk/; revision=33369
2008-05-08 16:29:50 +00:00
Hervé Poussineau
c834528bf8
Fix typo spotted by Stephan100 on IRC
...
svn path=/trunk/; revision=33368
2008-05-08 16:16:48 +00:00
Dmitry Chapyshev
0dc710cada
- Revert r33314
...
svn path=/trunk/; revision=33367
2008-05-08 16:03:10 +00:00
Hervé Poussineau
06094f3e4d
Fix some .rbuild file problems
...
See issue #2710 for more details.
svn path=/trunk/; revision=33366
2008-05-08 16:01:30 +00:00
Dmitry Chapyshev
854bf95b90
- Fix typo
...
svn path=/trunk/; revision=33365
2008-05-08 13:18:23 +00:00
Dmitry Chapyshev
19bf8ba5ed
- Adding and deleting layouts using Substitutes
...
svn path=/trunk/; revision=33364
2008-05-08 10:47:30 +00:00
Filip Navara
047aaf23ed
Use correct path when loading plugins.
...
svn path=/trunk/; revision=33362
2008-05-08 08:00:35 +00:00
Johannes Anderwald
6208860a11
- check if the requested MenuItem object was really found
...
- makes user32_winetest not crash reactos
svn path=/trunk/; revision=33361
2008-05-08 07:46:46 +00:00
Pierre Schweitzer
89ac2632f2
Updated French translation for Syssetup.dll
...
svn path=/trunk/; revision=33360
2008-05-08 06:17:20 +00:00
Pierre Schweitzer
68f8d4b60c
Added an Ext2 provider. Not yet used by Autochk.
...
svn path=/trunk/; revision=33359
2008-05-08 06:03:54 +00:00
Dmitry Chapyshev
7abc3b64af
- Add more languages to usetup
...
svn path=/trunk/; revision=33358
2008-05-08 05:13:28 +00:00
Colin Finck
b9b700035f
Filip Navara:
...
- Only increment VideoPortDeviceNumber, when IntVideoPortCreateAdapterDeviceObject and IntVideoPortFindAdapter succeeded.
This fixes loading the CL54xx miniport driver. But it still isn't usable, because win32k cannot find the DDI driver for it.
svn path=/trunk/; revision=33357
2008-05-07 21:51:39 +00:00
Colin Finck
df3116fa7f
Fix circles build
...
svn path=/trunk/; revision=33356
2008-05-07 21:11:12 +00:00
Marc Piulachs
76afdc12da
-try to fix linux build
...
svn path=/trunk/; revision=33355
2008-05-07 21:08:40 +00:00
Marc Piulachs
0e8ea6dc04
-fix linux build
...
svn path=/trunk/; revision=33354
2008-05-07 20:58:06 +00:00
Marc Piulachs
f289d2ad19
- add missing idl files to build
...
svn path=/trunk/; revision=33353
2008-05-07 20:54:42 +00:00
Marc Piulachs
29859e5fd3
-autogenerate dxsdk headers as part of the build as requested
...
svn path=/trunk/; revision=33352
2008-05-07 20:49:15 +00:00
Colin Finck
e2c529ca16
Fix indentation :)
...
svn path=/trunk/; revision=33351
2008-05-07 20:19:43 +00:00
Marc Piulachs
98d47d1fc4
-Implement reconnect on connection lost as requested. Techbot will now try to re-connect every 60 seconds when a connection lost is detected.
...
svn path=/trunk/; revision=33350
2008-05-07 19:53:14 +00:00
Gregor Brunmar
1e922dc43f
Implemented IDirect3DDevice9::GetCreationParameters()
...
svn path=/trunk/; revision=33349
2008-05-07 18:23:46 +00:00
James Tabor
95bc4a2671
Adding more than one video device.. We need to fix NtGdiCreateCompatibleDC and DceCreateDisplayDC so they can access the device name from the default PDev or PrimarySurface. ATM we use L"DISPLAY" not L"\\??\\DISPLAY%d"(<-display number) to create a new HDC. In Gdi32 IntCreateDICW we basicly do the same w/o the display number. This code is correct and please leave it alone. I add some code in win32k dc.c, so we can start the changes.
...
svn path=/trunk/; revision=33348
2008-05-07 18:12:19 +00:00
Gregor Brunmar
04fbc5df72
* Fixed an error in IDirect3DDevice9::GetDisplayMode() spotted by Steven Edwards
...
* Renamed an internal D3D9 struct variable
* Re-implemented IDirect3DDevice9::GetAvailableTextureMem(), hopefully more correct this time around
svn path=/trunk/; revision=33347
2008-05-07 18:00:50 +00:00
Dmitry Chapyshev
e904314653
- Small fix modifier_bits structure
...
svn path=/trunk/; revision=33346
2008-05-07 17:22:47 +00:00
Dmitry Chapyshev
96257d48db
- Adding shortcuts to kbswitch
...
- Move regedit shortcut to "System Tools"
svn path=/trunk/; revision=33345
2008-05-07 16:45:30 +00:00
Marc Piulachs
d7b2077ed8
- code refactoring
...
- made more and more easily extensible:
* commands automatically loaded from plugins dlls
* declarative and automatic command parameter parsing
* common code moved to base classes
- other fixes
svn path=/trunk/; revision=33344
2008-05-07 14:59:28 +00:00
Timo Kreuzer
e3407fdd9c
UserCreateHeap: use SIZE_T for parameter, also use SIZE_T for MmMapViewOfSection
...
svn path=/trunk/; revision=33343
2008-05-07 14:39:31 +00:00
Timo Kreuzer
335831c108
remove unimplemented IntDrawCaret from caret.h
...
svn path=/trunk/; revision=33342
2008-05-07 14:14:52 +00:00