reactos.git
2007-11-01 Magnus Olsenrename framebuf_acc to framebufacc to make rbuild happy
2007-11-01 Thomas BluemelIncrease size of current date selection
2007-11-01 Aleksey Bragin- Fix a bug with incorrect handling of the keyboard...
2007-11-01 Johannes Anderwald- use translated menu from resources if available
2007-11-01 Ged Murphy- don't pass minus values for creating topdown bitmaps.
2007-11-01 Magnus OlsenRename framebuf.def to framebuf_acc.def, framebuf.h...
2007-11-01 Johannes Anderwald- fix a bug in IntGetMenuDefaultItem
2007-11-01 Johannes Anderwald- silence debug
2007-11-01 Johannes Anderwald- dont show Open With shell extension when a selected...
2007-11-01 Eric KohlExpand an environment variable only if its value got...
2007-11-01 Ged MurphyDon't lock unnecessarily and don't leak a bitmap object...
2007-11-01 James TaborFix structure storage types.
2007-11-01 Johannes Anderwald- implement IPersistFolder2 interface for desktop object
2007-10-31 Colin Finck- Add an #error, when UNICODE is not defined.
2007-10-31 James TaborWin32k/Gdi:
2007-10-31 Johannes Anderwald- refresh folder when deleting an item
2007-10-31 Aleksey Bragin- Update cached KCB values when necessary.
2007-10-31 Magnus OlsenComment out a hack in framebuf_acc, same hack should...
2007-10-31 Aleksey Bragin- Get rid of parent key member in PKEY_OBJECT, and...
2007-10-31 Johannes Anderwald- implement CWM_GETISHELLBROWSER support in IShellView
2007-10-31 Magnus Olsenstart implement the system cache buffer.
2007-10-31 Hervé PoussineauRepair TCP/IP service installation
2007-10-31 Thomas BluemelFix abusing the heap by using strdupW instead of _wcsdup
2007-10-31 Thomas BluemelDon't call SHBrowseForFolder() with random pointers
2007-10-31 Ged Murphyremove a sneaky little bugger
2007-10-31 Ged Murphy- Fix param checking and don't send negative values...
2007-10-31 Hervé PoussineauRemove LIST_ITEM structure, and replace it by well...
2007-10-31 Aleksey Bragin- Dispatch all symbol loads to a single function, which...
2007-10-31 Magnus Olsencopy frambuf to framebuf_acc
2007-10-31 Hervé PoussineauRemove debug/useless code
2007-10-31 Hervé PoussineauSilent debug messages
2007-10-31 Hervé PoussineauAllocate enough memory to keep file details
2007-10-31 Hervé PoussineauAdd traces
2007-10-31 Aleksey Bragin- By default, #define YDEBUG should be generally commen...
2007-10-31 Hervé PoussineauWe're using combo channel here...
2007-10-31 Hervé PoussineauFix typo
2007-10-31 Hervé PoussineauClean some header mess
2007-10-31 Hervé PoussineauClean up method which assigns groups to logged on user
2007-10-31 Hervé PoussineauPartially implement ElfrReportEventW
2007-10-31 Hervé PoussineauFix two typos
2007-10-31 Hervé PoussineauReplace drive letter by a root path
2007-10-31 Hervé PoussineauChange i8042prt to a PnP driver
2007-10-31 Hervé PoussineauImplement SHEmptyRecycleBinA/W
2007-10-31 Hervé PoussineauFix some bugs which were preventing enumeration of...
2007-10-31 Hervé PoussineauAdd .ndi extension as it is usually done in network...
2007-10-31 Hervé PoussineauFix typo: "SourceDiskFiles" -> "SourceDisksFiles"
2007-10-31 Hervé PoussineauFix indentation
2007-10-31 Hervé PoussineauLink xcopy to wine library, as it is using wine debug...
2007-10-31 James TaborFix gdi init so it can support batch. Used wrong limit...
2007-10-31 James Tabor- Add gdi batching command structures.
2007-10-31 Thomas BluemelFix freeing callproc handles when freeing window classes
2007-10-30 Thomas BluemelRemove unused code
2007-10-30 Thomas BluemelSilence possible uninitialized variable warning when...
2007-10-30 Thomas Bluemelfix compilation with full optimizations
2007-10-30 Colin FinckTry to unbreak build by adding the -Iinclude/psdk line...
2007-10-30 Aleksey Bragin- Start using members inside the KCB instead of the...
2007-10-30 Aleksey Bragin- Fix my mistakes when changing type of the Name field...
2007-10-30 Johannes Anderwald- silence debug messages
2007-10-30 Johannes Anderwald- fix identation
2007-10-30 Aleksey Bragin- Fix incorrect size calculation.
2007-10-30 Johannes Anderwald- populate Open With with found entries
2007-10-30 Johannes Anderwald- add required registry entries for "Open With" shell...
2007-10-30 Johannes Anderwald- fix a bug in ShellView_DoContextMenu which made shell...
2007-10-30 Hervé PoussineauDo not directly include psdk directory when building...
2007-10-30 Hervé PoussineauAdd missing constants in winnt.h
2007-10-30 Aleksey Bragin- Yes, this is the last fix, really!!
2007-10-30 Aleksey Bragin- Forgot to add 't'.
2007-10-30 Aleksey Bragin- More fixes, leaving what's unfixed yet to Marc. 3dtex...
2007-10-30 Aleksey Bragin- Proper fix for unicode/ansi compilation ability of...
2007-10-30 James TaborAdd Gdi batch flush command types.
2007-10-30 Thomas Bluemelstock objects don't need to be deleted
2007-10-30 Thomas BluemelPatch by Heis Spiter <heis_spiter@hotmail.com>:
2007-10-30 Thomas BluemelKeep callproc handles valid as long as a window classes...
2007-10-29 Marc Piulachs- Compile screensavers as UNICODE applications + minor...
2007-10-29 Marc Piulachs- Compile screensavers as UNICODE applications + minor...
2007-10-29 Colin FinckRevert hpoussin's commit in r29960 to unbreak build.
2007-10-29 Colin FinckMove cylfrac, matrix, scrmsave and starfield to rosapps...
2007-10-29 Hervé PoussineauRemove unneeded hack because host tools don't use targe...
2007-10-29 Aleksey Bragin- Actually create KCB where needed.
2007-10-29 Aleksey BraginSo, finally, do that right... (re. 29956).
2007-10-29 Gregor BrunmarRemoved debug spamming from previous checkin
2007-10-29 Hervé PoussineauDon't crash when starting a 2nd GUI application when...
2007-10-29 Aleksey Bragin- Merge KCB/NCB code (and related delay alloc/free...
2007-10-29 Ged Murphywe don't need the 0xff
2007-10-29 Ged Murphyspeed up the DrawIconEx alpha maths a little bit
2007-10-29 Hervé PoussineauDisplay status window only if it is not a console boot
2007-10-29 Ged Murphychange text to something meaningful
2007-10-29 Hervé PoussineauRemove debug message
2007-10-29 Hervé PoussineauRename console boot switch to CONSOLE
2007-10-29 Hervé PoussineauAdd a virtual function table for UI, as already done...
2007-10-29 Hervé PoussineauInitialize CurrentDirectory before sending it to Create...
2007-10-28 Art Yerkeslower IRQL at appropriate time.
2007-10-28 Aleksey Bragin- Include config/cm.h for cm based code, and remove...
2007-10-28 Aleksey Bragin- Move registry shareable types (not internal to ntoskr...
2007-10-28 James TaborSorry I did not want to change that part of the object.
2007-10-28 Thomas BluemelFix console painting bugs
2007-10-28 James TaborUse DC object member hHmgr instead of hSelf. hSelf...
2007-10-28 Thomas Bluemeloptimize FrameRgn for simple rectangular regions
2007-10-28 Martin Fuchsdisable PHP search in Doxy docu, enable caller graphs...
2007-10-28 Martin Fuchsdisable PHP search in Doxy docu
next