Commit Graph
19321 Commits
Author SHA1 Message Date
Alex Ionescu 6f729fd39b - Remove inline assembly and use assembly files isntead. These come from lib\rtl\i386... it woudl be nice to share them but atm this causes some problems. I think the math code in lib\rtl should be split into lib\math eventually...
svn path=/trunk/; revision=20739
2006-01-08 23:05:38 +00:00
Hervé Poussineau c193b1f709 Display the error message only in case of... error
svn path=/trunk/; revision=20738
2006-01-08 22:50:11 +00:00
Ged Murphy b6b7f582ba Make the toolbar a bit more attractive.
svn path=/trunk/; revision=20737
2006-01-08 22:48:21 +00:00
Gé van Geldorp 7735f4484a Obtain DHCP info from DHCP client service
svn path=/trunk/; revision=20736
2006-01-08 22:14:26 +00:00
Brandon Turner 79678edae8 Check for NULL char and not '\' ;)
svn path=/trunk/; revision=20733
2006-01-08 21:26:34 +00:00
Alex Ionescu 183e4c4a5f - Forgot this file for msvc build
svn path=/trunk/; revision=20732
2006-01-08 21:26:17 +00:00
Brandon Turner 1039bf0a68 Check to see if we are at the end of the string even if there isnt a " there.
svn path=/trunk/; revision=20731
2006-01-08 21:17:40 +00:00
Klemens Friedl 3761ecf1a5 altered several year numbers from "2005" to "2006"
svn path=/trunk/; revision=20730
2006-01-08 21:09:00 +00:00
Gé van Geldorp b538d8f543 - Scream a little louder about unimplemented IOCTL codes
- Work around missing FSCTL_PIPE_TRANSCEIVE implementation

svn path=/trunk/; revision=20729
2006-01-08 20:50:08 +00:00
Christoph von Wittich 70307d0d99 fixed two bugs (spotted by w3seek)
svn path=/trunk/; revision=20728
2006-01-08 20:33:14 +00:00
Gé van Geldorp bb6b6e3a60 Don't close the pipe, we need it for the next client
svn path=/trunk/; revision=20727
2006-01-08 20:12:11 +00:00
Brandon Turner de0a2f083b * Replace NtGdiCreatePatternBrush and NtGdiCreateHatchBrush with NtGdiCreatePatternBrushInteral and NtGdiCreateHatchBrushInteral
* Implement CreateHatchBrush, CreatePatternBrush

svn path=/trunk/; revision=20726
2006-01-08 20:08:38 +00:00
Brandon Turner b191c63dd2 Small fix for the patch special char patch earlier.
svn path=/trunk/; revision=20725
2006-01-08 20:02:26 +00:00
Alex Ionescu 81b68f28dc - Update debug.h
svn path=/trunk/; revision=20724
2006-01-08 19:50:52 +00:00
Brandon Turner 66f4ffc0fd Fix build.
svn path=/trunk/; revision=20723
2006-01-08 19:33:06 +00:00
Ged Murphy 6428d77793 A very rough implementation of the control buttons. (I'll work on my image skills ;) )
svn path=/trunk/; revision=20722
2006-01-08 19:31:26 +00:00
Alex Ionescu 1211e0f220 Fix win32k build
svn path=/trunk/; revision=20721
2006-01-08 19:17:14 +00:00
Christoph von Wittich 753034cee1 fix building with MSVC
fixed some warnings

svn path=/trunk/; revision=20720
2006-01-08 19:15:31 +00:00
Christoph von Wittich adee19d592 fixed some bugs
use PCH when building with MSVC

svn path=/trunk/; revision=20719
2006-01-08 19:07:16 +00:00
Alex Ionescu 3abd4e8621 Fix umpnpmgr build
svn path=/trunk/; revision=20718
2006-01-08 18:55:24 +00:00
Ged Murphy 35103e4c37 - fix toolbar position, deleted a line accidentally.
- Fix the formatting a bit while we're at it
- Comment out German language whilst it's still in development

svn path=/trunk/; revision=20717
2006-01-08 18:50:54 +00:00
Mindflyer ca659d9a90 These should have been committed a long time ago
svn path=/trunk/; revision=20716
2006-01-08 18:43:46 +00:00
Magnus Olsen 48fabbd103 patch from bradon fixing special key for other language's that English example Swedish keyboard layout. we can type now backslash again. it did regress in rev 19906
svn path=/trunk/; revision=20715
2006-01-08 18:22:46 +00:00
Ged Murphy 9ca8bfbe66 - rearrange code ready for custom tool bar bitmaps (untested)
svn path=/trunk/; revision=20714
2006-01-08 17:58:59 +00:00
Magnus Olsen 144e8cd262 fix cmd build with MSVC 2005
svn path=/trunk/; revision=20713
2006-01-08 15:22:56 +00:00
Royce Mitchell III 4f8bfb838f minor bugfix: sswprintf(L"%hs","foo") was returning L"fff"
svn path=/trunk/; revision=20712
2006-01-08 13:54:06 +00:00
Maarten Bosma d9a1902bea Another german translation update by DJ_Smith from IRC (dj_smith_reactos(at)online(dot)de)
svn path=/trunk/; revision=20710
2006-01-08 11:48:49 +00:00
Christoph von Wittich 2d98c7fef8 Ukrainian translations from temarez <[email protected]> (Bug 1243)
svn path=/trunk/; revision=20708
2006-01-08 11:20:02 +00:00
Alex Ionescu a3a142a962 - userinit, usetup, vmwinst, welcome, winefile, winlogon, winver.
svn path=/trunk/; revision=20707
2006-01-08 10:23:23 +00:00
Alex Ionescu df61d0f1b6 Thanks gge..
svn path=/trunk/; revision=20706
2006-01-08 10:19:21 +00:00
Alex Ionescu 5d4d6485f2 - PCHify notepad and add missing header from regedit.
svn path=/trunk/; revision=20704
2006-01-08 10:09:23 +00:00
Alex Ionescu d0b4d13b4f - Get autochk, calc, cmd, devmgr, expand, format, gettype, hostname, lsass, msconfig, msiexec, notepad, reactos, regedit, regsvr32, reporterror, rundll32, sc, services, servman, setup, sm, sndvol32 compiling on MSVC.
- PCHify some things.
- Reduce NDK usage.

svn path=/trunk/; revision=20703
2006-01-08 10:05:37 +00:00
Alex Ionescu 4df19f8aaa - get csrss, ntvdm, smss compiling on msvc.
svn path=/trunk/; revision=20701
2006-01-08 09:00:02 +00:00
Alex Ionescu 114d8bb1b6 - Get services compiling with msvc (dhcp, eventlog, tcvpsvcs, rpcss, umpnpmgr). Also PCHified some stuff and reduced NDK usage.
svn path=/trunk/; revision=20700
2006-01-08 08:17:38 +00:00
Alex Ionescu 6075bfb808 - Oops....
svn path=/trunk/; revision=20699
2006-01-08 06:39:31 +00:00
Alex Ionescu 2d4ec8662e - Bless halxbox too.
svn path=/trunk/; revision=20698
2006-01-08 06:38:39 +00:00
Alex Ionescu 9afb713356 - Get MP hal and Generic HAL to build too.
svn path=/trunk/; revision=20697
2006-01-08 06:30:00 +00:00
Alex Ionescu 9c52bdbe04 - Remove some public APIs from internal headers.
- Remove some internal APIs/types from public headers.
- Make PSECTION_OBJECT a PVOID unless really needed (which should only be inside \mm)
- Make hal buildable on msvc.
- Fix some other misc. various msvc/ddk incompatibilities.

svn path=/trunk/; revision=20696
2006-01-08 06:23:17 +00:00
Alex Ionescu 96ab5d2979 - Remove auto-geenrated file.
svn path=/trunk/; revision=20695
2006-01-08 04:36:33 +00:00
Christoph von Wittich 992bede333 fix pch bug (patch by Brezenbak)
svn path=/trunk/; revision=20694
2006-01-08 02:39:11 +00:00
Alex Ionescu 139c2b58af Fix build
svn path=/trunk/; revision=20693
2006-01-08 01:24:27 +00:00
Ged Murphy e17d7c91c7 - list items alphabetically
- double click opens properties dialog

svn path=/trunk/; revision=20692
2006-01-08 01:18:49 +00:00
Christoph von Wittich cd2b2bca16 comment out some more not needed code
svn path=/trunk/; revision=20691
2006-01-08 00:59:24 +00:00
Christoph von Wittich e7ac44d731 don't use VCToolsFile anymore because of different include dirs for subprojects
svn path=/trunk/; revision=20690
2006-01-08 00:48:28 +00:00
Christoph von Wittich 4dfc853855 fixed a copy/paste error
svn path=/trunk/; revision=20689
2006-01-08 00:29:02 +00:00
Christoph von Wittich 8dc6c31f38 added slovak keyboard written by Malin <[email protected]>
svn path=/trunk/; revision=20688
2006-01-08 00:26:49 +00:00
Christoph von Wittich bdc204be61 fix msvc compile problems
svn path=/trunk/; revision=20687
2006-01-08 00:01:16 +00:00
Maarten Bosma ab32cfcaa8 German translation by DJ_Smith from IRC ([email protected])
svn path=/trunk/; revision=20686
2006-01-07 23:45:59 +00:00
Christoph von Wittich 51905dc6d8 fix msvc compile problem
svn path=/trunk/; revision=20685
2006-01-07 23:42:34 +00:00
Gé van Geldorp 216f6b8898 inet_addr returns address in network order, the IP address control wants it
in host order

svn path=/trunk/; revision=20684
2006-01-07 23:41:42 +00:00