Gé van Geldorp
09a762db1d
Revert part of r20493. Created bug 1229 to keep track of the issue.
...
svn path=/trunk/; revision=20499
2006-01-01 10:24:27 +00:00
Magnus Olsen
d600323cad
ShowCursor, gott a internal count to show the mouse or not, and return that value. as msdn descripe.
...
svn path=/trunk/; revision=20498
2006-01-01 01:09:08 +00:00
Gregor Anich
25e7c9121c
New ibrowser icon by mf :P 4 mins late but still ;)
...
svn path=/trunk/; revision=20497
2005-12-31 23:04:53 +00:00
Eric Kohl
d142c4f988
- Service list entries use a pointer to a group list entry instead of the goup name.
...
- New group list entries are created in the unknown-group-list for services of unknown groups.
svn path=/trunk/; revision=20496
2005-12-31 22:42:41 +00:00
James Tabor
1d13ed66fa
Close bug 1223.
...
svn path=/trunk/; revision=20495
2005-12-31 21:37:52 +00:00
Martin Fuchs
7d1617eecb
Registry entries for shell folders
...
svn path=/trunk/; revision=20494
2005-12-31 20:49:43 +00:00
Gé van Geldorp
6418505010
On FAT16 partitions smaller than 128MB, the cluster size is 2048, which is
...
smaller than PAGE_SIZE. This caused creation of the paging file on such a
partition to fail, which in turn made SMSS fail, blocking the boot process.
Creation of paging file fixed, and failure to create it is no longer a blocker
for the boot process (just try to run without paging file).
svn path=/trunk/; revision=20493
2005-12-31 19:50:29 +00:00
Eric Kohl
840e249e37
SVN maintenance
...
svn path=/trunk/; revision=20492
2005-12-31 19:02:48 +00:00
Eric Kohl
d244063997
Move group-list related code to a separate file and keep the group name in the group record because it never changes.
...
svn path=/trunk/; revision=20491
2005-12-31 18:56:34 +00:00
Ged Murphy
e3dd268bed
- Use a separate icon for minimizing windows.
...
- Add new icon
svn path=/trunk/; revision=20489
2005-12-31 17:27:25 +00:00
Hervé Poussineau
f9048f833e
Implement VideoPortGetAssociatedDeviceExtension and VideoPortCheckForDeviceExistence
...
svn path=/trunk/; revision=20487
2005-12-31 16:01:02 +00:00
Thomas Bluemel
374de44cd0
set eol-style to native
...
svn path=/trunk/; revision=20485
2005-12-31 15:47:15 +00:00
Maarten Bosma
62aafa2438
Add a tree file without subcategories.
...
svn path=/trunk/; revision=20484
2005-12-31 15:13:01 +00:00
Eric Kohl
5525664ffe
Forward StartServiceA/W to services.exe
...
svn path=/trunk/; revision=20480
2005-12-31 11:33:46 +00:00
Hervé Poussineau
650caac316
Fix bugs in ChangeServiceConfig2W spotted by Casper and Royce
...
svn path=/trunk/; revision=20478
2005-12-31 10:11:58 +00:00
Andrew Munger
0f3dff0211
Revert 20343, which puts the implementation of QueryServiceConfigW back into place. (20255)
...
svn path=/trunk/; revision=20477
2005-12-31 01:38:59 +00:00
Alex Ionescu
e1a79c8b7f
- Cleanup assembly files and create a header for the macros added and new ones that will be added later for syscall.S & friends.
...
svn path=/trunk/; revision=20476
2005-12-31 00:03:19 +00:00
Magnus Olsen
3362b78138
solv the issue with mouse poiter is hide, do not show the mousepointer when you are moving the mouse. tested in winquake
...
svn path=/trunk/; revision=20475
2005-12-30 23:56:27 +00:00
Alex Ionescu
cadc0d6ee9
- Rewrite Executive Interlocked Functions to actually work as supposed and also immensly increase their speed, most notably on non-SMP machines:
...
* The functions now disable interrupts as they should. This is a core functionality of the ExInterlocked functions which we did not do.
* The functions now preserve EFLAGS as they should. This is another core functionality and point of ExInterlocked functions, which we did not do.
* Use KiAcquire/ReleaseSpinlock equivalents instead of going through HAL. Also make them macros which can be later used in other assembly files.
* Write optimized versions for non-SMP machines. Namely, the spinlock macros are coded to be no-ops on UP machines, since they are not needed.
* Write all functions in assembly, so we can cleanly optimize them and properly restore/save EFLAGS and use CLI.
- Use the right interlocked macro in guarded mutex implementation.
- Fix export of Exi386InterlockedExchangeUlong
- Use documented EFLAGS definition instead of hard-coded value in some interlocked functions.
svn path=/trunk/; revision=20474
2005-12-30 23:53:13 +00:00
Gé van Geldorp
26dd690ad1
Kaj Kaloinen <kkaloine@gmail.com>
...
Finnish translation
svn path=/trunk/; revision=20473
2005-12-30 23:50:05 +00:00
Gé van Geldorp
b907d39b7a
Allocate room for terminator. Fixes bug 1203, r20343 can be re-applied.
...
svn path=/trunk/; revision=20472
2005-12-30 23:44:03 +00:00
Gé van Geldorp
1523f688af
ExpandEnvironmentStrings returns the number of TCHARs, not bytes
...
svn path=/trunk/; revision=20471
2005-12-30 23:42:04 +00:00
Magnus Olsen
21734ef15a
Implement ShowCursor, it is a issue with quake when you moving the mouse, the mousepointer will show, when you stand still with the mouse it will not show the mousepointer.
...
svn path=/trunk/; revision=20470
2005-12-30 22:02:59 +00:00
Thomas Bluemel
d79a923113
use a .spec file and fix the export ordinals
...
svn path=/trunk/; revision=20469
2005-12-30 21:18:25 +00:00
Alex Ionescu
e8ce2b897c
Make sure compiler doesn't optimize our wait loop away. Patch by Thomas Weidenmueller
...
svn path=/trunk/; revision=20468
2005-12-30 20:31:11 +00:00
Magnus Olsen
920d3a2408
languages file update for Hu.rc by Talley.
...
svn path=/trunk/; revision=20467
2005-12-30 20:28:35 +00:00
Magnus Olsen
59818c3543
Fix a mouse bug for hide the cursor. It is working now with my test code for ShowCursor and NtShowCursor. The code for it is not finish.
...
and it also working now hide the mouse with EngMovePointer(SurfObj,-1,-1,NULL); and that did not work before.
svn path=/trunk/; revision=20466
2005-12-30 20:15:07 +00:00
Gé van Geldorp
97334543e3
temarez <temarez@yandex.ru>:
...
Ukrainian translation of notepad (from bug 1179)
svn path=/trunk/; revision=20465
2005-12-30 19:14:58 +00:00
Klemens Friedl
ae81d0a8a4
DJ_Smith <dj_smith_reactos@online.de>
...
german language file updated
svn path=/trunk/; revision=20464
2005-12-30 19:12:40 +00:00
Gé van Geldorp
42c1f0fab7
Another coordinate transformation change. Fixes final problem with bug 1201.
...
svn path=/trunk/; revision=20463
2005-12-30 19:10:43 +00:00
Ged Murphy
61b0f100bc
update all resource files. All need translating.
...
info for translating purposes:
IDS_INETTIMESUCSYNC "The time has been successfully synchronized with <server> on <date> at <time>"
IDS_INETTIMENEXTSYNC "Next synchronization: <date> at <time>"
svn path=/trunk/; revision=20461
2005-12-30 18:48:27 +00:00
Gé van Geldorp
73b306468b
- Detect end of chain
...
- Correct copy/paste error
Fixes bug 1212
svn path=/trunk/; revision=20460
2005-12-30 18:35:49 +00:00
Ged Murphy
ecf93b6c49
Put skeleton in place for 'internet time' tab in the 'date and time' control panel applet
...
svn path=/trunk/; revision=20459
2005-12-30 18:19:24 +00:00
Gé van Geldorp
e4c4a50a9e
Use the BSOD color that Cutler intended
...
svn path=/trunk/; revision=20458
2005-12-30 15:28:43 +00:00
Nathan Woods
94c6a2cd26
Modified rbuild to generate a map file of the boot loader
...
svn path=/trunk/; revision=20457
2005-12-30 13:33:31 +00:00
Hervé Poussineau
3c9ea526e3
Forward ChangeServiceConfig2W call to services.exe
...
svn path=/trunk/; revision=20456
2005-12-30 10:29:07 +00:00
Thomas Bluemel
7caea251af
protect access to buffers with SEH in NtSetSecurityObject and NtQuerySecurityObject and ask for the proper access rights
...
svn path=/trunk/; revision=20455
2005-12-30 01:41:02 +00:00
Filip Navara
2482000b65
Fix a cut & paste error.
...
svn path=/trunk/; revision=20454
2005-12-30 01:39:34 +00:00
Filip Navara
887fc26b44
Transform correctly the coordinates.
...
svn path=/trunk/; revision=20453
2005-12-30 01:28:29 +00:00
Filip Navara
5b6dea58e1
Transform correctly the coordinates.
...
svn path=/trunk/; revision=20452
2005-12-30 01:19:41 +00:00
Thomas Bluemel
484ec5bcf7
fixed returned status code in RtlAnsiStringToUnicodeString and properly free allocated memory in case converting the string failed
...
svn path=/trunk/; revision=20449
2005-12-30 00:18:48 +00:00
Brandon Turner
7d203ec76d
Use only NtCreateKey and better suited access rights.
...
svn path=/trunk/; revision=20448
2005-12-29 22:54:24 +00:00
Hervé Poussineau
8ac1adfd7d
Relicence newdev.dll to LGPL. Christoph von Wittich and I both agree on this licence change.
...
Do according changes in source to follow Wine way of code
svn path=/trunk/; revision=20447
2005-12-29 22:43:44 +00:00
Magnus Olsen
a73d1b05b1
sorry did commit debug on by mistake
...
svn path=/trunk/; revision=20446
2005-12-29 22:43:36 +00:00
Magnus Olsen
790e422ec6
new icon from mf
...
svn path=/trunk/; revision=20445
2005-12-29 22:38:56 +00:00
Brandon Turner
864361fafc
Correctly open the registry when using MOVEFILE_DELAY_UNTIL_REBOOT
...
svn path=/trunk/; revision=20444
2005-12-29 22:24:19 +00:00
Hervé Poussineau
980dfd8109
Set DI_FLAGSEX_ALLOWEXCLUDEDDRVS flag when searching a driver for a PnP device
...
svn path=/trunk/; revision=20443
2005-12-29 22:02:14 +00:00
Magnus Olsen
c9108dbb1b
Fix Bug 1217 with patch from bugzila by ravelo "If you type > or < in cmd and hit ENTER, cmd.exe crashes"
...
svn path=/trunk/; revision=20442
2005-12-29 21:46:40 +00:00
Thomas Bluemel
5753d6ea97
add some missing constants
...
svn path=/trunk/; revision=20441
2005-12-29 21:45:17 +00:00
Thomas Bluemel
847c1627b2
add the driver details dialog (not fully implemented)
...
svn path=/trunk/; revision=20440
2005-12-29 21:43:21 +00:00