Aleksey Bragin
5c34d25309
- SVN Maintenance.
...
svn path=/trunk/; revision=30251
2007-11-07 22:59:56 +00:00
Magnus Olsen
f3044a10fe
add some more guids id to ksguid
...
smaller cleanup/sort in the guids define list bit
svn path=/branches/reactx/; revision=30250
2007-11-07 22:47:20 +00:00
Aleksey Bragin
6f00345570
- Partly enable tamlin's implementation, just so it doesn't bitrot being #if0-ed.
...
svn path=/trunk/; revision=30249
2007-11-07 22:42:34 +00:00
Aleksey Bragin
692eaf0a33
- SVN Maintenance.
...
svn path=/trunk/; revision=30248
2007-11-07 22:39:24 +00:00
Aleksey Bragin
f5ccdfc8e8
- Don't include <windows.h> if it's not needed.
...
- Fix strange usage of TABs.
svn path=/trunk/; revision=30247
2007-11-07 22:34:05 +00:00
Magnus Olsen
419b1f3665
add 40 more guids for ksguid.a
...
svn path=/branches/reactx/; revision=30246
2007-11-07 21:45:50 +00:00
Magnus Olsen
d4856b4202
add around 100 more guids for ksguid.a
...
svn path=/branches/reactx/; revision=30245
2007-11-07 20:57:31 +00:00
James Tabor
9a0cb042b7
Win32k/Gdi32
...
- Use Batch with SetBrushOrgEx now, removed NtGdiGetBrushOrgEx, update all related files.
- Fixed WinDC DCE death to all window DCE's. This will move to gdiobj as a check to see if a object handle is on deaths door. This prevents exceptions.
- Implemented NtgdiGet/ABCCharWidth/sW, updated all related files. Float and Indices not supported yet.
- Added Brush, Region and Font user attribute structures. Based on Yuan book.
- All tested with linux qemu with AbiWord 2.4.1.
svn path=/trunk/; revision=30244
2007-11-07 17:58:02 +00:00
Ged Murphy
53a432f25e
initialize the main settings settings struct earlier as we'll need it to outside of the dialog
...
svn path=/trunk/; revision=30242
2007-11-07 14:59:43 +00:00
Ged Murphy
760b14d3cd
- add code to set changes to the main configuration and use it for the resolution slider
...
- fix a bug in showing the current resolution in the label
svn path=/trunk/; revision=30241
2007-11-07 13:49:31 +00:00
Ged Murphy
8274bc6115
- set the colors combo box according to the .rdp file
...
- add a note for server browsing
svn path=/trunk/; revision=30240
2007-11-07 13:13:05 +00:00
Hervé Poussineau
08a400e41b
On *nix systems, support absolute paths in ROS_INTERMEDIATE and ROS_OUTPUT
...
See issue #2518 for more details.
svn path=/trunk/; revision=30238
2007-11-07 11:29:57 +00:00
Hervé Poussineau
9a65b6cbc0
Set SysThreadCreated to TRUE when possible (used in DisplayBootBitmap() function)
...
svn path=/trunk/; revision=30237
2007-11-07 08:20:06 +00:00
James Tabor
a221ab29d5
Move NtGdiGetCharWidthW into text.
...
svn path=/trunk/; revision=30236
2007-11-07 00:12:17 +00:00
Ged Murphy
b2b76c26a3
only write out key/values in the lpSettings struct
...
svn path=/trunk/; revision=30235
2007-11-07 00:10:24 +00:00
James Tabor
c8c186109e
- Removed NtGdiGetCharWidthFloat, NtGdiGetCharABCWidthsFloat and NtGdiGetCharacterPlacement. Update all related items.
...
svn path=/trunk/; revision=30234
2007-11-06 23:31:28 +00:00
Magnus Olsen
c486e5e7c8
add 5 more guids for ksguid.a
...
svn path=/branches/reactx/; revision=30233
2007-11-06 23:27:39 +00:00
Ged Murphy
e9648e85b4
- add functionality to save .rdp files
...
- auto add file ip address to dialog
- fix various bugs
svn path=/trunk/; revision=30232
2007-11-06 23:23:25 +00:00
Magnus Olsen
1fdbfefe85
add 18 more guids for ksguid.a
...
svn path=/branches/reactx/; revision=30231
2007-11-06 23:15:50 +00:00
Magnus Olsen
ddd1c8f888
add 14 more guids for ksguid.a
...
svn path=/branches/reactx/; revision=30230
2007-11-06 21:42:29 +00:00
Hervé Poussineau
851285b465
All PnP IRPs must be initialized with STATUS_NOT_SUPPORTED
...
svn path=/trunk/; revision=30229
2007-11-06 21:37:37 +00:00
Hervé Poussineau
643d746aa9
Simplify code
...
svn path=/trunk/; revision=30228
2007-11-06 21:36:47 +00:00
Magnus Olsen
82e669aa42
add 37 more guids for ksguid.a
...
svn path=/branches/reactx/; revision=30227
2007-11-06 21:12:30 +00:00
Ged Murphy
12f6b06910
- fix various bugs in the .rdp parser
...
- add code to allow querying of key value pairs
svn path=/trunk/; revision=30226
2007-11-06 20:36:31 +00:00
Johannes Anderwald
1723012d87
- fix alignment of checkboxes for general dialog
...
svn path=/trunk/; revision=30225
2007-11-06 17:31:37 +00:00
Ged Murphy
d2c5de1c50
finish functionality to read .rdp files
...
svn path=/trunk/; revision=30224
2007-11-06 15:48:10 +00:00
Hervé Poussineau
082af2ff8a
Fix some compilation errors in ntkrnlmp
...
(code has not been tested, so it is probably wrong)
svn path=/trunk/; revision=30223
2007-11-06 14:34:32 +00:00
Hervé Poussineau
169a48594f
Add missing IDS_APPNAME in French translation
...
svn path=/trunk/; revision=30222
2007-11-06 14:06:58 +00:00
Ged Murphy
40e2d21684
Don't adjust the pointer inside the allocation function, otherwise we'll have trouble freeing it later
...
svn path=/trunk/; revision=30221
2007-11-06 14:06:18 +00:00
Ged Murphy
abb9904ca4
add the start of functionality to read and write standard Microsoft .rdp files
...
svn path=/trunk/; revision=30220
2007-11-06 13:53:34 +00:00
Hervé Poussineau
6e000cec2a
No need to create dependency files for zlib host library
...
svn path=/trunk/; revision=30219
2007-11-06 13:08:48 +00:00
Hervé Poussineau
8896e371aa
Don't hardcode bootsector output name in livecd target
...
Revert r30199
svn path=/trunk/; revision=30218
2007-11-06 12:36:16 +00:00
Hervé Poussineau
583d32afa5
Don't hardcode multiple times the mechanisms to get object file from source file
...
Revert r30188 and r30189
svn path=/trunk/; revision=30217
2007-11-06 12:18:36 +00:00
Ged Murphy
d8c2b4be07
add primitive geo selector code
...
svn path=/trunk/; revision=30215
2007-11-06 09:38:33 +00:00
James Tabor
8693d776a5
Implement GetCharABCWidthsI in gdi.
...
svn path=/trunk/; revision=30213
2007-11-06 07:27:55 +00:00
James Tabor
4be86e70e0
- Implement GetGlyphIndicesA/W with update changes ported from Wine.
...
- Tested with Abiword 2.4.1. I think the text file did not load the first time, now it does load.
svn path=/trunk/; revision=30212
2007-11-06 07:12:45 +00:00
James Tabor
06ccf45dd1
Sorry guys! Would have anyone know that Abiword calls GdiFlush every second.
...
svn path=/trunk/; revision=30211
2007-11-06 02:33:38 +00:00
Aleksey Bragin
6492c8da81
- Get rid of ReactOS Hive Flags.
...
- Get rid of some cruft from headers.
- Switch to new lazy flush code and get rid of older one.
- Update NtFlushKey to use CmFlushKey.
svn path=/trunk/; revision=30207
2007-11-05 22:54:47 +00:00
Colin Finck
0af0de852b
Copy one more header from RosBE-Windows' include directory to the source tree.
...
This should fix building of "rostests" under Unix-based hosts.
svn path=/trunk/; revision=30202
2007-11-05 22:03:16 +00:00
Colin Finck
4de5218bf0
Remove the "#define _TYPEDEFS64_H" line, which prevented the inclusion of the former typedefs64.h, so future generations are not confused :)
...
svn path=/trunk/; revision=30201
2007-11-05 20:38:32 +00:00
Magnus Olsen
343b7bf8c5
add 14 more guids for ksguid.a
...
svn path=/branches/reactx/; revision=30200
2007-11-05 20:37:16 +00:00
Colin Finck
fdf06585f4
Fix bootcd build, hope this fix is not too hackish...
...
Unfortunately, the backend only has full control over the object filenames, but not over the output filename. Therefore I had to place the change in the general backend-independent "module.cpp" file.
svn path=/trunk/; revision=30199
2007-11-05 20:36:56 +00:00
Pierre Schweitzer
039f648428
- Fixed typo with ";", ":", "?", "!" in French translations (Part 2 of X)
...
- Added French translation for liccpa (even if it was useless)
- Updated French translations for access, main, powercfg
svn path=/trunk/; revision=30198
2007-11-05 20:16:53 +00:00
Aleksey Bragin
654c68e8dc
- Fix a typo (compare a WCHAR with a WCHAR, not CHAR).
...
svn path=/trunk/; revision=30197
2007-11-05 20:12:03 +00:00
James Tabor
340ac0278b
Ntoskrnl:
...
- Plugged in batching.
- Thanks to Thomas for helping me again! 8^)
svn path=/trunk/; revision=30196
2007-11-05 20:02:58 +00:00
Magnus Olsen
e02097896e
add 30 more guids for ksguid.a
...
svn path=/branches/reactx/; revision=30195
2007-11-05 19:52:44 +00:00
Colin Finck
c41f093eb9
Attempt to fix the build by correcting the hardcoded filenames for "isoboot"
...
svn path=/trunk/; revision=30194
2007-11-05 18:55:15 +00:00
Pierre Schweitzer
6af7d07b77
Fixed a typo in English translation of access
...
svn path=/trunk/; revision=30193
2007-11-05 18:52:48 +00:00
Pierre Schweitzer
49ba1a5cfd
Gasp, forgotten some text...
...
svn path=/trunk/; revision=30192
2007-11-05 18:13:37 +00:00
Pierre Schweitzer
061985d6d9
- Fixed typo with ";", ":", "?", "!" in French translations (Part 1 of X)
...
- Added French translation for find tool
- Updated French translation for servman, regedit, cmd
svn path=/trunk/; revision=30191
2007-11-05 18:06:13 +00:00