Aleksey Bragin
20ef8df953
Dmitry Chapyshev <lentind@yandex.ru>
...
- Translate MSTSC to Russian language.
svn path=/trunk/; revision=30101
2007-11-04 09:08:46 +00:00
James Tabor
a3547b55a7
Fix types in header.
...
svn path=/trunk/; revision=30100
2007-11-04 03:52:17 +00:00
James Tabor
8460e343d4
Remove unneeded structure info.
...
svn path=/trunk/; revision=30099
2007-11-04 01:29:46 +00:00
James Tabor
d4a8d54b73
- Removed NtGdiTranslateCharsetInfo, updated w32ksvc.db and ntgdibad.h.
...
- Implemented TranslateCharsetInfo from wine. Works the same just different.
svn path=/trunk/; revision=30098
2007-11-04 00:55:28 +00:00
James Tabor
0029160b44
Gdi32:
...
- Implement GdiGetCodePage and SetROP2. Still testing.
- Implemented batch support for SetBrushOrgEx. Still testing.
- Moved PatBlt and PolyPatBlt out of stubs.
svn path=/trunk/; revision=30097
2007-11-04 00:28:49 +00:00
James Tabor
87d8ff0d8c
Implement NtGdiGetCharSet, for testing.
...
svn path=/trunk/; revision=30096
2007-11-03 23:42:07 +00:00
Eric Kohl
6405278e8c
Select the first user and system environment variable upon initialization.
...
svn path=/trunk/; revision=30095
2007-11-03 22:09:27 +00:00
Ged Murphy
782962b8cf
Add an mstsc (remote desktop client) which is based on the GPL WinRDesktop.
...
It's a VS project at the moment, not yet converted to be buildable via rbuild, and still pretty incomplete.
svn path=/trunk/; revision=30094
2007-11-03 22:02:59 +00:00
Sylvain Petreolle
1477901eb4
Miscellanous fixes and updates for french translations
...
by Pierre Schweitzer
svn path=/trunk/; revision=30093
2007-11-03 21:16:56 +00:00
Eric Kohl
d601833eab
Select the previous list view item when an environment variable has been deleted.
...
svn path=/trunk/; revision=30092
2007-11-03 17:14:16 +00:00
Eric Kohl
0b6af09c68
Find the real currently selected list view item. This fixes a bug where a non-selected item gets edited or deleted.
...
svn path=/trunk/; revision=30091
2007-11-03 15:53:52 +00:00
Eric Kohl
ee5fa63537
Coding style clean-up. No code changes.
...
svn path=/trunk/; revision=30090
2007-11-03 14:39:08 +00:00
Hervé Poussineau
f9e795297b
Move files to recycle bin when asked to
...
svn path=/trunk/; revision=30089
2007-11-03 14:17:00 +00:00
Aleksey Bragin
5a59a4ee2f
- Don't bother flushing volatile hives.
...
svn path=/trunk/; revision=30088
2007-11-03 13:59:26 +00:00
Hervé Poussineau
be299c8c04
Add stubs for TRASH_CanTrashFile and TRASH_TrashFile
...
svn path=/trunk/; revision=30087
2007-11-03 13:39:55 +00:00
Eric Kohl
495c4b799c
Implement removal of environment variables by removing all environment variables from the registry and re-adding the stored ones.
...
svn path=/trunk/; revision=30086
2007-11-03 11:02:31 +00:00
James Tabor
6033dd0e44
Fix a stub.
...
svn path=/trunk/; revision=30085
2007-11-03 01:30:04 +00:00
Aleksey Bragin
3765b77c14
- Move Nt* APIs converted to new CM into config/cmapi.c
...
- Start removing usage of ReactOS Hive Flags and use NT Hive Flags instead.
- Add CmpLockRegsitry based on CmpLockRegistryExclusive.
- Add new lazy flush implementation based on the old one, but with parallel work support. Not yet in use.
- Don't delete a key that's already being deleted.
- Update KcbMaxNameLen after a deletion.
- Set the DELETE flag in the KCB during a deletion.
- Remove the KCB Key hash during a delete.
- Implement CmFlushKey (not yet used).
svn path=/trunk/; revision=30079
2007-11-02 23:12:22 +00:00
James Tabor
64fe695591
Add STOCK_LAST, update stock objects.
...
svn path=/trunk/; revision=30075
2007-11-02 22:14:45 +00:00
Marc Piulachs
7783b645a2
remove '__REACTOS__' define already defined for project
...
svn path=/trunk/; revision=30073
2007-11-02 19:59:55 +00:00
Aleksey Bragin
7c3d94291e
- It may happen so, that the driver was loaded by the bootloader, but failed initialization (thus DriverObject == NULL), and later PNP manager tries to install it again, and BSOD due to NULL DriverObject (because really only its image is loaded, but it's not initialized). Prevent this situation by initializing DriverObject in that case.
...
svn path=/trunk/; revision=30071
2007-11-02 16:00:58 +00:00
Ged Murphy
1679d0bf4c
add missing break
...
svn path=/trunk/; revision=30070
2007-11-02 13:39:56 +00:00
Aleksey Bragin
ed826bf53e
- Make use of the function Herve implemented in previous commit to flush key buffer at the beginning of every page in usetup.
...
See issue #2131 for more details.
svn path=/trunk/; revision=30069
2007-11-02 13:13:55 +00:00
Hervé Poussineau
fae0c09e4b
Report STATUS_NOT_SUPPORTED when IOCTL is not supported
...
svn path=/trunk/; revision=30068
2007-11-02 13:01:15 +00:00
Hervé Poussineau
4885fbac2a
Add method to flush console input buffer
...
svn path=/trunk/; revision=30067
2007-11-02 12:37:50 +00:00
Hervé Poussineau
426db02b5b
Support IRP cancellation
...
svn path=/trunk/; revision=30066
2007-11-02 12:36:50 +00:00
Johannes Anderwald
42bab9d044
- add szClass to static context menu struct
...
- remove szCmd from static context menu struct
- let ShellExecuteEx do the work of executing static context menu
- remove DoOpenExplore function, the verbs "open" + "explore" are now read from registry depending on the class
- check if there are dynamic / static available shell extensions
svn path=/trunk/; revision=30065
2007-11-02 12:08:57 +00:00
James Tabor
405a934dab
Win32k:
...
- Forked dcutil and gdibatch.
- Added our first batch SetBrushOrg.
- cleaned up dcutil.
- Added dcattr support for NtGdiSetBrushOrg.
- Tested with qemu and hardware. Needs vendor app testing.
svn path=/trunk/; revision=30064
2007-11-02 04:23:31 +00:00
James Tabor
6383a43920
Move GDI_BATCH_LIMIT where it should go.
...
svn path=/trunk/; revision=30063
2007-11-02 02:56:21 +00:00
Johannes Anderwald
36a2283520
- turn off debug messages for X-time :)
...
svn path=/trunk/; revision=30062
2007-11-02 02:50:07 +00:00
Johannes Anderwald
4b03170fff
- refactor dynamic context menu loading
...
- dynamic shell extensions should now work
- WinRar extension is now working except for the email handling thing
svn path=/trunk/; revision=30061
2007-11-02 02:49:14 +00:00
James Tabor
cf90034545
Assign define for gdi buffer size.
...
svn path=/trunk/; revision=30060
2007-11-02 02:42:09 +00:00
Magnus Olsen
7c4c90e02b
rename framebuf_acc.* to framebufacc.* for rbuild can not handle _, forget about that
...
implement DrvSetPointerShape, left todo is the copy process for mono and color pointer data before it is completed.
svn path=/trunk/; revision=30059
2007-11-02 00:03:02 +00:00
Johannes Anderwald
28eb54745a
- fix a bug found by w3seek
...
- free memory when destroying IContextMenu
svn path=/trunk/; revision=30056
2007-11-01 22:00:38 +00:00
Johannes Anderwald
df53d0f9d6
- fix position of dynamic context menus
...
svn path=/trunk/; revision=30055
2007-11-01 21:30:44 +00:00
Johannes Anderwald
f61ad64412
- remove debug prints
...
- remove useless file
svn path=/trunk/; revision=30053
2007-11-01 20:56:35 +00:00
Johannes Anderwald
4d202f55ee
- implement loading & executing of static context menu extensions
...
svn path=/trunk/; revision=30052
2007-11-01 20:54:46 +00:00
Magnus Olsen
0fd4f6a205
accdented acctivated framebufacc in the build system, sorry it broken the build
...
svn path=/trunk/; revision=30050
2007-11-01 20:42:12 +00:00
Magnus Olsen
48dbc73039
rename framebuf_acc to framebufacc to make rbuild happy
...
implement hw support for DrvMovePointer, it mean if a driver have this function implement our framebufacc will use it
svn path=/trunk/; revision=30049
2007-11-01 20:32:39 +00:00
Thomas Bluemel
80b9ed9c09
Increase size of current date selection
...
svn path=/trunk/; revision=30047
2007-11-01 17:41:00 +00:00
Aleksey Bragin
4a05c1e591
- Fix a bug with incorrect handling of the keyboard layout pointer (which is HKL in fact in our current implementation).
...
- Change the prototype to better match actual parameters usage.
See issue #2787 for more details.
svn path=/trunk/; revision=30046
2007-11-01 17:06:49 +00:00
Johannes Anderwald
8609c9c790
- use translated menu from resources if available
...
svn path=/trunk/; revision=30045
2007-11-01 16:09:04 +00:00
Ged Murphy
fa1e99d927
- don't pass minus values for creating topdown bitmaps.
...
- fixes loading of toolbar bitmaps in abiword
svn path=/trunk/; revision=30043
2007-11-01 15:45:42 +00:00
Magnus Olsen
75d64c3e09
Rename framebuf.def to framebuf_acc.def, framebuf.h to framebuf_acc.h, framebuf.rbuild to framebuf_acc.h
...
Start add hw mouse cures support
Deleted all old mouse pointer code that was disable.
Disable the new cached code for now
svn path=/trunk/; revision=30040
2007-11-01 14:40:22 +00:00
Johannes Anderwald
fc74dc4764
- fix a bug in IntGetMenuDefaultItem
...
svn path=/trunk/; revision=30039
2007-11-01 14:20:43 +00:00
Johannes Anderwald
dc1e031efd
- silence debug
...
svn path=/trunk/; revision=30038
2007-11-01 13:35:30 +00:00
Johannes Anderwald
a2e44a6af1
- dont show Open With shell extension when a selected item is a folder or a shortcut
...
- add the "explore" verb only if folder has a subfolder
- always add open verb
svn path=/trunk/; revision=30037
2007-11-01 13:33:18 +00:00
Eric Kohl
1308d46688
Expand an environment variable only if its value got at least two percent characters.
...
svn path=/trunk/; revision=30035
2007-11-01 11:45:14 +00:00
Ged Murphy
a03d9e441c
Don't lock unnecessarily and don't leak a bitmap object in case of failure
...
svn path=/trunk/; revision=30034
2007-11-01 10:06:11 +00:00
James Tabor
7110b8e047
Fix structure storage types.
...
svn path=/trunk/; revision=30033
2007-11-01 01:59:05 +00:00