Aleksey Bragin
7b9b1a8536
- Free BusInterface only if it was really alloc'd
...
- Remove svn:needs-lock property from this [stub]-driver
svn path=/trunk/; revision=29399
2007-10-05 17:13:53 +00:00
Aleksey Bragin
5e5a42e89b
- Fix a mistake, led to usage of unitialized memory and then freeing it.
...
svn path=/trunk/; revision=29398
2007-10-05 17:08:23 +00:00
Johannes Anderwald
5e3641128f
- fix english SHELL_EXTENDED_SHORTCUT_DLG resource dialog
...
- add runas dialog resource definition (not yet used)
- store runas settings in shortcut properties
svn path=/trunk/; revision=29397
2007-10-05 15:12:25 +00:00
Aleksey Bragin
a6b4148654
- Fix DBG=0 build
...
svn path=/trunk/; revision=29396
2007-10-05 12:07:50 +00:00
Aleksey Bragin
9fe1e6e1d3
- Fix a bug with wrong handling of an ALT key pressed together with a mouse click.
...
svn path=/trunk/; revision=29395
2007-10-05 09:37:46 +00:00
James Tabor
853d34afaf
Fixed an old typo bug from rev 3450 by dwelch. Add support for DCX_NORESETATTRS and fixed up IntWindowFromDC.
...
svn path=/trunk/; revision=29394
2007-10-05 06:47:42 +00:00
Johannes Anderwald
fe4f628972
- implement create shortcut wizard (works currently only for files)
...
svn path=/trunk/; revision=29393
2007-10-04 23:51:10 +00:00
Johannes Anderwald
327e65fe96
- fix a bug and warning
...
svn path=/trunk/; revision=29392
2007-10-04 20:16:11 +00:00
Aleksey Bragin
b16c028e4f
- Update two doxyfiles to the newest version and fix paths. Many other doxyfiles remain...
...
svn path=/trunk/; revision=29391
2007-10-04 17:48:47 +00:00
Aleksey Bragin
e82583fbe8
- Comments, debug prints translation into readable english.
...
svn path=/trunk/; revision=29389
2007-10-04 08:47:13 +00:00
Aleksey Bragin
a030c28a82
- Change strange greatlord-like sentences to a short and clear one.
...
svn path=/trunk/; revision=29388
2007-10-04 08:30:01 +00:00
Aleksey Bragin
5cf9e02b1e
- Don't try to copy an uninitialized bitmap's contents (it worked only because it was zeroed, and thus zero-size RtlCopy and ExFreePool(NULL)).
...
svn path=/trunk/; revision=29387
2007-10-03 20:58:44 +00:00
Gregor Brunmar
79ce62a7c3
Fixed bug 2555 (Calendar window does not close automaticaly)
...
See issue #2555 for more details.
svn path=/trunk/; revision=29386
2007-10-03 20:47:59 +00:00
Aleksey Bragin
6d5d5b6293
- Fix ExAllocatePoolWithTag with a 0 tag.
...
svn path=/trunk/; revision=29385
2007-10-03 20:30:41 +00:00
Gregor Brunmar
7d65442299
Added context menu on right click in treeviews
...
svn path=/trunk/; revision=29384
2007-10-03 19:45:39 +00:00
Gregor Brunmar
62cb1ae6bf
* Fixed bug 2456 (propsheet's apply button enabling at the wrong time)
...
See issue #2456 for more details.
svn path=/trunk/; revision=29383
2007-10-03 19:34:34 +00:00
Johannes Anderwald
55df7a560f
- deactivate signal handler for linux
...
svn path=/trunk/; revision=29382
2007-10-03 17:53:03 +00:00
Aleksey Bragin
d2687b4de8
Dmitry Chapyshev <lentind@yandex.ru>
...
- Change listbox to listview
- Draw icons
- Add a find bar (it works, but will work better in future)
- "Install" button moved to a separate tab, also buttons "Download!" and "Find in the Internet" are added there too
- Applet's width increased
- "Modify/Remove" button will become active only when an application is selected
svn path=/trunk/; revision=29381
2007-10-03 17:50:43 +00:00
Johannes Anderwald
d4891b7759
- fix linux build
...
svn path=/trunk/; revision=29380
2007-10-03 17:38:18 +00:00
Christoph von Wittich
9dec8191db
fix some of the build errors
...
svn path=/trunk/; revision=29379
2007-10-03 16:52:31 +00:00
Hervé Poussineau
5fecef05ea
Add back windres, it is still used after wrc invocation
...
svn path=/trunk/; revision=29378
2007-10-03 14:17:46 +00:00
Hervé Poussineau
09ab02f6da
Remove usewrc attribute in rbuild files ; wrc should be able to compile all resources
...
svn path=/trunk/; revision=29377
2007-10-03 14:09:45 +00:00
Hervé Poussineau
5c98cc37b5
Remove hack added in r28961. It seems that wrc works well now.
...
svn path=/trunk/; revision=29376
2007-10-03 14:02:04 +00:00
Hervé Poussineau
69a12a6870
Implement NdisMWriteLogData, enough to see something
...
svn path=/trunk/; revision=29375
2007-10-03 13:48:51 +00:00
Aleksey Bragin
d3048bf9fd
- Silence badly placed debug message. DPRINT1 equals FIXME and ERR, but not TRACE!
...
svn path=/trunk/; revision=29374
2007-10-03 12:01:13 +00:00
Aleksey Bragin
a68ed2f38a
- Use IopLoanUnloadDriver() for calling unload routine too, in the context of system process, when needed.
...
svn path=/trunk/; revision=29373
2007-10-03 11:54:31 +00:00
Hervé Poussineau
d0ae8b7806
Try to fix Linux build
...
svn path=/trunk/; revision=29372
2007-10-03 11:24:56 +00:00
Hervé Poussineau
254bdce1b8
Support custom C and C++ compilers, by variables HOST_CC, HOST_CPP, TARGET_CC and TARGET_CPP
...
Simplify usage of ROS_PREFIX variable
svn path=/trunk/; revision=29371
2007-10-03 11:12:25 +00:00
Aleksey Bragin
2ea98ca374
- NtLoadDriver APIs refactor/improvent:
...
* Move loading of a driver to the common (in future) routine IopLoadUnloadDriver (name taken from http://wasm.ru/forum/viewtopic.php?pid=166891 ).
* Fix a bug: NtLoadDriver should always load drivers in a context of the system process, explanation here: http://www.osronline.com/showthread.cfm?link=114687
* Reformat NtLoadDriver's code.
svn path=/trunk/; revision=29370
2007-10-03 10:17:04 +00:00
Hervé Poussineau
597b822c7e
Separe right code from hack
...
svn path=/trunk/; revision=29369
2007-10-03 08:28:16 +00:00
Aleksey Bragin
2a55c8944c
- Fix a typo in shell32 resources.
...
See issue #2717 for more details.
svn path=/trunk/; revision=29368
2007-10-03 08:20:13 +00:00
James Tabor
dece4b531e
Move DCX_EXCLUDEUPDATE to the psdk where it belongs.
...
svn path=/trunk/; revision=29367
2007-10-03 04:08:22 +00:00
James Tabor
fbf23a8f57
Add dprint to debug the change to ownership for shutdown. Also free fake save DC if all window DCE are free.
...
svn path=/trunk/; revision=29366
2007-10-03 00:39:20 +00:00
Daniel Reimer
457f47ba2e
You forgot something in your Translation janderwald.
...
svn path=/trunk/; revision=29365
2007-10-02 23:48:56 +00:00
Johannes Anderwald
8146f33427
- start implementing create shortcut wizard
...
svn path=/trunk/; revision=29364
2007-10-02 23:34:00 +00:00
Johannes Anderwald
1b282a3cb5
- remove small hack
...
- enhance debug statement
- port the drive general / tools property dialog to all languages (english translation)
svn path=/trunk/; revision=29363
2007-10-02 22:09:12 +00:00
Daniel Reimer
f15bfece56
Bug 2716: Italian translation for Logoff (folleinvasato@yahoo.it)
...
svn path=/trunk/; revision=29362
2007-10-02 21:04:32 +00:00
Daniel Reimer
8ece61c8bf
Bug 2708: Ukrainian translation update (temarez@yandex.ru)
...
Bug 2712: Lithuanian translation (cman@cman.us )
Bug 2713: Italian translation for FIND (folleinvasato@yahoo.it )
Bug 2714: Italian translation for MORE (folleinvasato@yahoo.it )
svn path=/trunk/; revision=29361
2007-10-02 20:50:52 +00:00
Aleksey Bragin
5535e33b64
- Temporary revert 29342.
...
See issue #2715 for more details.
svn path=/trunk/; revision=29360
2007-10-02 20:09:31 +00:00
Johannes Anderwald
2a4148f4c2
- enable cleanup button
...
- start cleanmgr process on request
svn path=/trunk/; revision=29359
2007-10-02 18:03:15 +00:00
Johannes Anderwald
00b7f338fa
- implement drive extra dialog
...
svn path=/trunk/; revision=29358
2007-10-02 17:41:48 +00:00
Johannes Anderwald
5eef84319c
- remove superflious calls to sysreg
...
svn path=/trunk/; revision=29357
2007-10-02 16:10:11 +00:00
Johannes Anderwald
86ff6bfeaa
- perform all boot tests in one launch of sysreg
...
- check for timeouts in windows version to see if qemu has hung
svn path=/trunk/; revision=29356
2007-10-02 16:09:29 +00:00
Johannes Anderwald
384ad5f156
- draw drive dialog static controls
...
- use rtl library for calculating [free|used] diskspace
- add german resource strings
svn path=/trunk/; revision=29355
2007-10-02 16:03:48 +00:00
Hervé Poussineau
c5921b158e
Simplify code.
...
Spotted by Pablo Menichini, pablo at menichini dot com dot ar
svn path=/trunk/; revision=29354
2007-10-02 14:38:14 +00:00
Hervé Poussineau
ba13c6e131
Support "i386" as an alternative name for cdrom directory
...
svn path=/trunk/; revision=29353
2007-10-02 12:23:40 +00:00
Hervé Poussineau
f649143b56
Do not hardcode cdrom directory
...
svn path=/trunk/; revision=29352
2007-10-02 12:16:45 +00:00
Hervé Poussineau
68955155b7
Add a default debug channel
...
svn path=/trunk/; revision=29351
2007-10-02 10:57:00 +00:00
James Tabor
4b10f0559c
Fix NtUserGetIconSize prototype.
...
svn path=/trunk/; revision=29350
2007-10-02 00:56:04 +00:00
Johannes Anderwald
2ec6c16001
- improve drive property dialog a bit
...
svn path=/trunk/; revision=29349
2007-10-02 00:07:22 +00:00