Modular resource script for POSIX+ terminal emulator in W32.
[reactos.git] / reactos / lib /
2004-10-31 Thomas Bluemelfixed typo
2004-10-31 Thomas BluemelGerman RC-File for sysdm and timedate and a few change...
2004-10-31 Eric Kohl- Define a unique base address for each control panel...
2004-10-31 Eric KohlDefine a unique base address for each control panel...
2004-10-31 Thomas Bluemelfixed memory leak in CheckNameLegalDOS8Dot3A() (free...
2004-10-31 Thomas Bluemelimplemented InitializeProcessForWsWatch() and GetWsChan...
2004-10-31 Thomas Bluemelfixed a comment
2004-10-31 Thomas Bluemelremoved obsolete debug output
2004-10-31 Thomas Bluemelimplemented Heap32ListFirst(), Heap32ListNext(), Module...
2004-10-30 Thomas Bluemeladded a few missing structures and some janitory work
2004-10-30 Martin Fuchsadjust WINE specific texts for ReactOS (Klemens Friedl...
2004-10-30 Eric KohlAdd Date/Time control panel application.
2004-10-30 Eric KohlUse W32API.
2004-10-30 Filip Navara- Make InitializeListHead, InsertHeadList, InsertTailLi...
2004-10-30 Eric KohlAdd ability to start individual control panel applications.
2004-10-30 Eric KohlBuild new control panel applications.
2004-10-30 Eric KohlAdd Keyboard and Mouse (Main) control panel application.
2004-10-30 Eric KohlAdd Regional Options (Intl) control panel application.
2004-10-29 Eric KohlSort control panels by name.
2004-10-29 Eric Kohl- Support control panel applications that provide more...
2004-10-28 Casper Hornstrup2004-10-28 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-26 Eric KohlDrawStatusText() must not process prefix characters.
2004-10-24 Thomas Bluemelmore prototype fixes
2004-10-24 Thomas Bluemelfixed prototypes of NtCreateMutant(), NtQueryMutant...
2004-10-24 Thomas Bluemelfixed prototypes of NtSetEvent(), NtResetEvent(), NtQue...
2004-10-24 Thomas Bluemeladded some base addresses to the list
2004-10-24 Thomas Bluemelminor fixes
2004-10-24 Casper Hornstrup2004-10-24 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-24 Thomas Bluemelminor fixes
2004-10-24 Thomas Bluemelminor fixes
2004-10-24 Thomas Bluemelminor fixes
2004-10-23 Casper Hornstrup2004-10-23 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-23 Filip Navara- Add _hooks.c and _stubs.S to list of ignore files.
2004-10-21 Gé van Geldorp- Don't double-quote an already double-quoted argument
2004-10-21 Thomas Bluemelfixed a comment
2004-10-21 Gé van GeldorpPut back -D__REACTOS__ for now
2004-10-21 Gé van GeldorpBetter drawing of +/- boxes at smaller icon sizes
2004-10-20 Thomas Bluemelfixed language code
2004-10-20 Thomas Bluemelforgot to add these files
2004-10-20 Casper Hornstrup2004-10-20 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-20 Gé van GeldorpRemove global -DCOBJMACROS for winedll's since they...
2004-10-20 Thomas Bluemeldisabled mouse tracking should just supress MSG_MOUSE_M...
2004-10-20 Gé van GeldorpSync to Wine-20041019
2004-10-20 Gé van GeldorpSync to Wine-20041019:
2004-10-20 Gé van GeldorpSync to Wine-20041019:
2004-10-20 Gé van GeldorpSimplify wine/shlwapi.h
2004-10-20 Gé van GeldorpSync to Wine-20041019:
2004-10-20 Gé van GeldorpHans Leidekker <hans@it.vu.nl>
2004-10-20 Gé van GeldorpSync to Wine-20041019:
2004-10-20 Gé van GeldorpJacek Caban <jack@itma.pwr.wroc.pl>
2004-10-20 Gé van GeldorpSync to Wine-20041019:
2004-10-20 Gé van GeldorpVincent B�ron <vberon@mecano.gme.usherb.ca>
2004-10-20 James TaborPorted Wine CompareStringA.
2004-10-19 Emanuele Aliberticvs-ignore compiled resources
2004-10-19 Eric KohlInstall class installers.
2004-10-19 Eric KohlDisable debug messages.
2004-10-19 Eric KohlImplement
2004-10-19 Thomas Bluemelthe last parameter of NtQueryInformationProcess() is...
2004-10-19 Gé van GeldorpRolf Kalbermatter <rolf.kalbermatter@citeng.com>
2004-10-18 Gé van GeldorpDon't free subclass stack while it's still in use
2004-10-18 Casper Hornstrup2004-10-18 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-10-15 Thomas Bluemelsome german translations and fixes by Michael Wirth
2004-10-13 Gé van GeldorpPass win.ini as filename to *PrivateProfile* functions...
2004-10-13 Gé van GeldorpCreate "Program Files" directory and store its location...
2004-10-13 Eric KohlUse the W32API headers.
2004-10-12 Gé van GeldorpLastError needs to be set always if disposition is...
2004-10-12 Eric KohlImplement GetCurrentHwProfileA/W.
2004-10-11 Thomas Bluemeluse INT_PTR as return type for dialog callbacks as...
2004-10-11 Filip Navara- Return correct error value from WSPSocket.
2004-10-10 Eric KohlRemove obsolete comments.
2004-10-10 Eric KohlSilence a debug message.
2004-10-10 Eric KohlImplement RegQueryMultipleValuesA().
2004-10-10 Hartmut Birr- Fixed some size calculations according to the last...
2004-10-09 Gé van Geldorp- Implement GetPrivateProfileSectionA/W()
2004-10-09 Filip Navara- Delete all build files on "make clean".
2004-10-08 Thomas BluemelCreate named pipes with security information if argumen...
2004-10-08 Thomas BluemelCreate mail slots with security information if argument...
2004-10-08 Thomas Bluemellittle simplification
2004-10-08 Thomas Bluemelatomically increment the pipe id to be thread-safe...
2004-10-08 Thomas Bluemellittle simplification
2004-10-08 Thomas Bluemelfixed return value of FindCloseChangeNotification()
2004-10-08 Thomas Bluemelimplemented GetNamedPipeHandleStateA() and a few fixes...
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-10-08 Eric Kohl- User resource strings instead of constant strings...
2004-10-07 Gé van GeldorpRemove forgotten breakpoint
2004-10-07 Gé van GeldorpFix GetFullPathNameA/W() return value
2004-10-07 Gé van GeldorpUndo last change, since GetFullPathName is supposed...
2004-10-07 Gé van GeldorpDon't rely on UNICODE being #define'ed
2004-10-07 Gé van GeldorpFrancois Gouget <fgouget@free.fr>
2004-10-06 Gé van GeldorpGetFullPathName returns length without nul byte
2004-10-06 Gé van GeldorpRolf Kalbermatter <rolf.kalbermatter@citeng.com>
2004-10-05 Gé van GeldorpDo some simple error checking on .cur and .ico file...
2004-10-05 Gé van GeldorpFrancois Gouget <fgouget@free.fr>
2004-10-05 Gregor AnichMesa version 6.2 import (also removed _MSC_VER define...
2004-10-05 Eric KohlRemove outdated profile path postfix.
2004-10-05 Eric KohlRemove fixed heap base address (HEAP_BASE) to enable...
2004-10-05 Gé van GeldorpRecognize our CD-Rom drives
2004-10-05 Gé van GeldorpAlexandre Julliard <julliard@winehq.org>
2004-10-04 Gé van GeldorpPiotr Caban <pio13@poczta.onet.pl>
next