Colin Finck
cbc24ae88e
Change some leftover .rbuild files from compiler="cpp" to compiler="cxx"
...
svn path=/trunk/; revision=40638
2009-04-21 19:53:10 +00:00
Steven Edwards
6fe4f11391
started working on a ReactOS bootcamp management application. Just a mockup for now
...
svn path=/trunk/; revision=40568
2009-04-18 02:03:33 +00:00
Timo Kreuzer
bfeb3b8fe0
forgot this file
...
svn path=/trunk/; revision=40493
2009-04-13 21:40:14 +00:00
Timo Kreuzer
154af4036b
Add rosperf test for scrolling.
...
svn path=/trunk/; revision=40491
2009-04-13 21:36:56 +00:00
Steven Edwards
41b8520ae8
move telnetd out of rosapps
...
svn path=/trunk/; revision=40482
2009-04-13 13:30:03 +00:00
Timo Kreuzer
9e3589a7b1
remove doenloader from rosapps build
...
svn path=/trunk/; revision=40468
2009-04-11 20:29:31 +00:00
Ged Murphy
b52ee19030
remove downloader from rosapps
...
svn path=/trunk/; revision=40463
2009-04-11 16:58:21 +00:00
Aleksey Bragin
e0df4e3d38
- Move 4 apps from rosapps to trunk for consistency (fontview, magnify, winver and write) [2/2].
...
svn path=/trunk/; revision=40443
2009-04-10 19:04:12 +00:00
Timo Kreuzer
32337f8c06
Fix downloader progress bar, by using an ULONGLONG, so it doesn't overflow at ~40MB, instead up to 4GB downloads should work now.
...
svn path=/trunk/; revision=40429
2009-04-09 14:20:24 +00:00
Aleksey Bragin
069eab936a
- Delete qssi, it wasn't included in build since 2002.
...
- Delete ddraw demo since it doesn't actually demo anything on my XP, but paints the screen to the rose color and hangs.
- Remove imagesoft entry from applications.rbuild.
svn path=/trunk/; revision=40347
2009-04-03 10:04:06 +00:00
Aleksey Bragin
238cd262d0
- Remove dflat32. It doesn't start up in Windows XP at all (when launching edit.exe nothing happens).
...
- Remove dflat32.dll, no active work on it since 2002.
<[Tycho]>: Fireball ustroil subbotnik.
svn path=/trunk/; revision=40346
2009-04-03 09:41:09 +00:00
Aleksey Bragin
f3b33304fe
- Move imagesoft to templates.
...
- Exclude all templates from the build. They are templates, useful as a source code, not as a binary.
- Delete packmgr.
svn path=/trunk/; revision=40345
2009-04-03 09:29:39 +00:00
Aleksey Bragin
81b0e18658
- Delete cputointel and roswebparser as unfinished components which aren't going to be further developed.
...
- Delete zoomin because there is a nicely working magnify application, and zoomin development stopped in 2002.
svn path=/trunk/; revision=40344
2009-04-03 09:16:09 +00:00
Daniel Reimer
7cd8a66013
Sync write with Wine HEAD
...
svn path=/trunk/; revision=40291
2009-03-29 23:17:43 +00:00
Timo Kreuzer
b023f69f76
gdihv: add a possibility to view all handles
...
svn path=/trunk/; revision=40216
2009-03-25 03:48:51 +00:00
Cameron Gutman
1326452802
- Fix instructions (I should've read the howto more closely)
...
svn path=/trunk/; revision=39962
2009-03-11 21:24:50 +00:00
Cameron Gutman
5d5bd6fb04
- Add a driver section to Download
...
- Add the AC97 driver
- We need an icon for this section
svn path=/trunk/; revision=39958
2009-03-11 19:53:23 +00:00
Sylvain Petreolle
36586bfb83
Recode rosapps French files from UTF-8 to CP-1252.
...
svn path=/trunk/; revision=39823
2009-03-01 12:47:18 +00:00
Daniel Reimer
daec6ac09d
Sync winfile and write to Wine HEAD
...
svn path=/trunk/; revision=39679
2009-02-19 10:09:34 +00:00
Steven Edwards
f3795555d3
hardcode c:\reactos\system32\cmd.exe for now
...
svn path=/trunk/; revision=39643
2009-02-17 07:06:45 +00:00
Steven Edwards
df4a100ba2
Always call TerminateProcess when exiting a session.
...
svn path=/trunk/; revision=39460
2009-02-07 17:39:51 +00:00
Steven Edwards
748579a668
- Reimplement TerminateShell function using WaitForSingleObject
...
to avoid some of the excessive usage of Sleep. Let me know if
you spot a bug.
svn path=/trunk/; revision=39457
2009-02-07 15:21:15 +00:00
Johannes Anderwald
3dad41d9c4
- new oo entry, patch Mario Kacmar
...
svn path=/trunk/; revision=39443
2009-02-06 16:27:58 +00:00
Steven Edwards
7f0c18cb38
- Some formating changes
...
- Remove unneeded spec, just use the comments
- Syslog interface for my wine usage, disabled in ReactOS tree
but included here to reduce my diff.
svn path=/trunk/; revision=39432
2009-02-06 08:22:18 +00:00
Steven Edwards
286adffc4b
Changed port back to 23
...
svn path=/trunk/; revision=39430
2009-02-06 06:47:54 +00:00
Steven Edwards
321bf76918
- Use the Wine spooler service as the service entry template as I was
...
testing on Wine. (Disabled to allow stand alone build while we wait on
AFD fix)
- Move some stuff around to the header to prepare for later cleanups
svn path=/trunk/; revision=39429
2009-02-06 06:45:54 +00:00
Steven Edwards
d0c78a0f46
- Make telnetd only slightly more RFC-compatible
...
Thanks to Fedora Anaconda telnet code as an example.
This allows us to actually get an echo back on the
screen when we type commands.
svn path=/trunk/; revision=39428
2009-02-06 05:34:39 +00:00
Steven Edwards
98b23c7c52
Warning cleanup:
...
- disable the unused service related functions for now
- comment out a bunch of unused variables
- cast a few things to shut up compiler warnings for now
svn path=/trunk/; revision=39383
2009-02-04 10:01:42 +00:00
Steven Edwards
e84a9a9093
Hacks to get telnetd to work in XP and Wine
...
- turn off unicode in rbuild file and serviceentry.c
Its not unicode yet anyway
- Disable authentication stuff
svn path=/trunk/; revision=39380
2009-02-04 06:35:57 +00:00
Steven Edwards
29f2647a3e
Enable the hackish telnet daemon for network testing.
...
Please forgive this commit as this does cause warnings.
I will be cleaning this up, time premitting over the next
few weeks.
svn path=/trunk/; revision=39376
2009-02-04 04:55:01 +00:00
Colin Finck
c22c004a09
Update mIRC to 6.35, works under 0.3.8 and as long as this version is the latest one, it doesn't ask for updates all the time :-)
...
svn path=/trunk/; revision=39246
2009-01-31 17:23:09 +00:00
Dmitry Chapyshev
f71841ce0c
- Fix typo (revealed by Kario)
...
svn path=/trunk/; revision=39244
2009-01-31 16:53:06 +00:00
Colin Finck
61c4b88ea4
Fix some deadlinks
...
svn path=/trunk/; revision=39215
2009-01-30 17:13:37 +00:00
Colin Finck
2028a69cc0
- Update versions of Firefox, Thunderbird, Opera and SeaMonkey.
...
The previous links were all broken.
- Remove the Thunderbird 1.5 entry, I didn't find any official working download link for it and version 2.x can also be used for testing.
svn path=/trunk/; revision=39187
2009-01-28 21:01:26 +00:00
Pierre Schweitzer
5ac93863fa
More French translations...
...
I start hating that language :p
svn path=/trunk/; revision=39067
2009-01-24 18:41:47 +00:00
Stefan Ginsberg
4e7ee302a9
- Fix regexpl build
...
svn path=/trunk/; revision=38906
2009-01-18 18:40:02 +00:00
Daniel Reimer
478947654c
Sync Apps to wine HEAD (1 of 2)
...
svn path=/trunk/; revision=38842
2009-01-17 19:59:22 +00:00
Daniel Reimer
2fa1f6d4c8
Sync to Wine HEAD. Done with my first try of a autosync script for the normal apps.
...
svn path=/trunk/; revision=38642
2009-01-08 14:07:10 +00:00
Timo Kreuzer
a3bf2399ff
kjk_hyperion: "underscores solve all issues"
...
replace wcsicmp with _wcsicmp
svn path=/trunk/; revision=38288
2008-12-22 23:49:02 +00:00
Timo Kreuzer
da70a17936
Replace deprectaed function (unlink, stricmp) with new ones (_unlink, _stricmp)
...
svn path=/trunk/; revision=38283
2008-12-22 23:24:18 +00:00
Timo Kreuzer
1fc586e88c
Use _getch instead of deprecated getch
...
svn path=/trunk/; revision=38281
2008-12-22 22:58:41 +00:00
Timo Kreuzer
044b7c4522
include time.h instead of sys/time.h
...
svn path=/trunk/; revision=38240
2008-12-21 18:01:57 +00:00
Andrew Munger
aa10663d0b
Fix packmgr linkage.
...
svn path=/trunk/; revision=38229
2008-12-21 09:22:46 +00:00
Daniel Reimer
480c8cbd40
Sync winfile with wine HEAD.
...
Bug 3881: Greek update by Apostolos Alexiadis
svn path=/trunk/; revision=38153
2008-12-17 15:41:17 +00:00
Timo Kreuzer
a49057dcd6
Didn't want to commit this. Use the opportunity to convert spaces -> tabs.
...
svn path=/trunk/; revision=38062
2008-12-13 23:50:28 +00:00
Timo Kreuzer
fd55d5ab90
fix rosperf build
...
svn path=/trunk/; revision=38061
2008-12-13 23:48:38 +00:00
Timo Kreuzer
b59e7d655f
include stdlib.h for exit()
...
svn path=/trunk/; revision=38060
2008-12-13 23:37:26 +00:00
Timo Kreuzer
6b7663640a
fix fontview build
...
svn path=/trunk/; revision=38058
2008-12-13 22:25:59 +00:00
Timo Kreuzer
fc635826a5
print out some info on non-type symbols
...
svn path=/trunk/; revision=38040
2008-12-13 12:05:16 +00:00
Steven Edwards
69e77bdaf0
Suggest LogonUser/CreateProcessAsUser as a possible
...
authentication method
svn path=/trunk/; revision=37800
2008-12-01 19:32:22 +00:00