Christoph von Wittich
66ae45808d
copyrights of all files are changed to 1998-2007 (patch by Colin Finck)
...
See issue #1942 for more details.
svn path=/trunk/; revision=25330
2007-01-06 13:12:53 +00:00
Eric Kohl
f3b40cead4
Add DrawMenuBarTemp prototype.
...
svn path=/trunk/; revision=25329
2007-01-06 12:23:48 +00:00
Maarten Bosma
34386521e2
Two more formating and debug output changes from cc branch.
...
svn path=/trunk/; revision=25326
2007-01-06 02:50:53 +00:00
Maarten Bosma
0456489590
Some formating and debug output changes based on cc branch.
...
svn path=/trunk/; revision=25324
2007-01-06 02:34:58 +00:00
Maarten Bosma
a384da8a87
DbgPrint => DPRINT1
...
svn path=/trunk/; revision=25323
2007-01-06 00:24:51 +00:00
Ged Murphy
75a5ab0577
forgot to clean up my mess
...
svn path=/trunk/; revision=25321
2007-01-05 22:59:33 +00:00
Ged Murphy
057b027ea2
fix a menu resource leak
...
svn path=/trunk/; revision=25320
2007-01-05 22:55:49 +00:00
Christoph von Wittich
f0ae8b4726
fix a warning
...
svn path=/trunk/; revision=25319
2007-01-05 21:02:15 +00:00
Eric Kohl
ddd07cb10c
- Draw the Scrollbar.
...
- Draw the Titlebar using DrawCaptionTemp.
- Clean up the code structure.
svn path=/trunk/; revision=25318
2007-01-05 20:58:24 +00:00
Christoph von Wittich
d5de43d13e
* fixed some warnings
...
svn path=/trunk/; revision=25316
2007-01-05 20:22:44 +00:00
Christoph von Wittich
d2e64780de
* fixed a bug in AddPartitionToList (value must be of type FORMATSTATE instead of MEDIA_TYPE
...
* fixed some warnings
svn path=/trunk/; revision=25315
2007-01-05 20:19:21 +00:00
Christoph von Wittich
aafd5a63ad
* handle REG_EXPAND_SZ in GetAutostartEntriesFromRegistry
...
* changed license to LGPL
svn path=/trunk/; revision=25314
2007-01-05 20:15:07 +00:00
Aleksey Bragin
a8637ee73e
Don't call ReadCacheSegmentChain() twice (thanks Maarten).
...
svn path=/trunk/; revision=25313
2007-01-05 19:41:19 +00:00
Ged Murphy
09ce11f2a5
fix build
...
svn path=/trunk/; revision=25312
2007-01-05 18:41:48 +00:00
Eric Kohl
ca20e276b2
Add DrawCaptionTempA/W prototypes.
...
svn path=/trunk/; revision=25311
2007-01-05 18:28:32 +00:00
Ged Murphy
7de51b4bdd
comment out monitor blits until I (or someone else) gets around to writing a custom control to take changes of dialog units into account.
...
svn path=/trunk/; revision=25310
2007-01-05 18:16:32 +00:00
Ged Murphy
66e877331a
- Add a bit of a hack to paint over the NULL text values in the caption bar. At least they look pretty now until a better fix is found
...
- load resource strings onto heap to avoid overfows from translations
svn path=/trunk/; revision=25309
2007-01-05 17:51:05 +00:00
Saveliy Tretiakov
3f8e525b58
Fix bsod when executing IntLoadKeyboardLayout. (NtOpenKey() tryes to modify readonly memory and it causes crash)
...
svn path=/trunk/; revision=25308
2007-01-05 17:12:10 +00:00
Johannes Anderwald
d77a0d5e2e
- add italian translations from bugzilla
...
- fixes bugs from 1921-1935
svn path=/trunk/; revision=25306
2007-01-05 11:38:25 +00:00
Johannes Anderwald
eaaccf0016
- ignore default libraries when msvcrt.lib is used.
...
Using msvcrt.lib causes duplicate symbols linking errors for projects
svn path=/trunk/; revision=25305
2007-01-05 08:21:54 +00:00
Ged Murphy
565b2f4f9e
It's strange that I always notice my own errors in ros-diffs and not before the commit.
...
svn path=/trunk/; revision=25299
2007-01-04 23:39:26 +00:00
Christoph von Wittich
6b47dbcdc8
activate openfile dialog (doesn't load files yet)
...
svn path=/trunk/; revision=25298
2007-01-04 23:19:11 +00:00
Ged Murphy
9b2c97c827
Eric's cute control made me smile, so I've added some text to the windows.
...
Note, as we can't use SetWindowText for these caption, the text must be drawn on manually (which makes for some icky code). This 'should' mean we can remove DC_TEXT in DrawCaption to get rid of those squares. However, removing these removes the gradient.
Eric, any ideas other than painting over the white squares?
svn path=/trunk/; revision=25297
2007-01-04 23:03:38 +00:00
Christoph von Wittich
a0320a1bf7
change extensions in commdlg filter to rtf
...
svn path=/trunk/; revision=25296
2007-01-04 22:35:34 +00:00
Johannes Anderwald
15c3d63c0f
- improve error checking
...
svn path=/trunk/; revision=25295
2007-01-04 16:22:06 +00:00
Johannes Anderwald
6e368b2fff
- remove line
...
svn path=/trunk/; revision=25294
2007-01-04 16:04:05 +00:00
Johannes Anderwald
d214a58cf9
- order all tools in alphabetically order
...
- add rgenstat to tools.mak
svn path=/trunk/; revision=25293
2007-01-04 15:57:47 +00:00
Magnus Olsen
7d473e742a
do not build hello as GUI apps it is CUI apps. printf is redirect in GUI apps and does not output to console. Now we change to CUI, printf are redirect to console when it build as CUI.
...
svn path=/trunk/; revision=25292
2007-01-04 14:46:20 +00:00
Maarten Bosma
08c66925aa
Add Miranda 0.5.1 (0.6 does not work)
...
svn path=/trunk/; revision=25291
2007-01-04 14:19:19 +00:00
Maarten Bosma
acc3b65d41
Make Downloader perform better under ReactOS:
...
- Use other font.
- Redraw buttons at resize.
svn path=/trunk/; revision=25290
2007-01-04 12:16:18 +00:00
Alex Ionescu
e7f7023167
- Fix a bug in KeLeaveCriticalRegion which was delivering APCs even if Special APCs were disabled. The check is now fixed. Thanks to Dominique Cote for the bug report.
...
svn path=/trunk/; revision=25289
2007-01-04 01:55:27 +00:00
Ged Murphy
70f0e9dbce
update text to 2007
...
svn path=/trunk/; revision=25288
2007-01-03 23:12:19 +00:00
Maarten Bosma
5d34a990dc
Boot sector for regression tests: Do always boot hdd if there is a MDR, otherwise always start the installation.
...
svn path=/trunk/; revision=25287
2007-01-03 21:46:46 +00:00
Ged Murphy
863cdcf393
Add 24bpp formats. This will clean up the look of interface until I get time to finish the alpha code changes
...
svn path=/trunk/; revision=25286
2007-01-03 20:58:37 +00:00
Ged Murphy
edb6261c52
Add 24bpp formats. This will clean up the look of interface until I get time to finish the alpha changes
...
svn path=/trunk/; revision=25285
2007-01-03 20:57:09 +00:00
Ged Murphy
3acea05096
These should have 24bpp versions.
...
svn path=/trunk/; revision=25284
2007-01-03 19:14:58 +00:00
Maarten Bosma
9d06a14bae
Do not show "Press any key to boot from CD"-Message if there is no MBR on the hard drive.
...
svn path=/trunk/; revision=25283
2007-01-03 14:33:41 +00:00
Saveliy Tretiakov
f7e1cf715a
Test application for loading and switching keyboard layouts
...
svn path=/trunk/; revision=25281
2007-01-03 11:16:47 +00:00
Eric Kohl
f3908f6d83
Add the appearance preview control. Right now it doesn't do much but sitting there and looking great. ;-)
...
svn path=/trunk/; revision=25279
2007-01-02 21:53:26 +00:00
Magnus Olsen
88784c27ec
remove #define IMAGE_FILE_MACHINE_* from elf32.c it hack for we did miss them in the winnt.h header before, now seen few rev back we got them in right place.
...
svn path=/trunk/; revision=25278
2007-01-02 17:01:21 +00:00
Maarten Bosma
30c9c68789
Comment out definition of IMAGE_FILE_MACHINE_ARM to fix compilation - please fix properly.
...
svn path=/trunk/; revision=25277
2007-01-02 11:43:12 +00:00
Peter Ward
f17d99c983
- Add the rtltypes.h change from r25264 back and add the define for HEAP_CREATE_ENABLE_EXECUTE to winnt.h, this, I believe, is the proper fix.
...
svn path=/trunk/; revision=25276
2007-01-02 10:25:51 +00:00
Aleksey Bragin
b977a28611
Revert rtltypes.h change from r25264 until a proper fix is found.
...
svn path=/trunk/; revision=25275
2007-01-02 09:53:01 +00:00
Magnus Olsen
fe4dcf7a00
1. starting adding pe loader to cputointel to misc.c
...
2. move the loadimage stuff to own functions to misc.c
3. rewrite so loader call to brain* after it load the image.
4. setup main using the loader
5. add few more input param to main -in, -inexe, -in try autodetect type of file, -inexe try convert a PE file.
svn path=/trunk/; revision=25272
2007-01-02 02:21:58 +00:00
Hervé Poussineau
d9e5c48061
Fix HalXbox build
...
svn path=/trunk/; revision=25271
2007-01-01 23:55:40 +00:00
Maarten Bosma
8e087e40db
Set explicitly set default icon when adding item to the applications tree view. Workaround for reactos bug.
...
svn path=/trunk/; revision=25270
2007-01-01 21:46:29 +00:00
Hervé Poussineau
c5f27e3581
Move -enable-stdcall-fixup definition to .rbuild file. Other platforms may not need it.
...
svn path=/trunk/; revision=25269
2007-01-01 21:42:27 +00:00
Magnus Olsen
d333f341a6
adding more define of IMAGE_SUBSYSTEM that we are missing
...
svn path=/trunk/; revision=25268
2007-01-01 21:32:21 +00:00
Maarten Bosma
ca95529086
Add Samba TNG
...
svn path=/trunk/; revision=25267
2007-01-01 20:42:15 +00:00
Magnus Olsen
9f258befad
adding allot IMAGE_FILE_MACHINE to winnt that we where missing
...
svn path=/trunk/; revision=25266
2007-01-01 20:21:43 +00:00