Find the real currently selected list view item. This fixes a bug where a non-selecte...
[reactos.git] / reactos /
2007-11-03 Eric KohlFind the real currently selected list view item. This...
2007-11-03 Eric KohlCoding style clean-up. No code changes.
2007-11-03 Hervé PoussineauMove files to recycle bin when asked to
2007-11-03 Aleksey Bragin- Don't bother flushing volatile hives.
2007-11-03 Hervé PoussineauAdd stubs for TRASH_CanTrashFile and TRASH_TrashFile
2007-11-03 Eric KohlImplement removal of environment variables by removing...
2007-11-03 James TaborFix a stub.
2007-11-02 Aleksey Bragin- Move Nt* APIs converted to new CM into config/cmapi.c
2007-11-02 James TaborAdd STOCK_LAST, update stock objects.
2007-11-02 Marc Piulachsremove '__REACTOS__' define already defined for project
2007-11-02 Aleksey Bragin- It may happen so, that the driver was loaded by the...
2007-11-02 Ged Murphyadd missing break
2007-11-02 Aleksey Bragin- Make use of the function Herve implemented in previou...
2007-11-02 Hervé PoussineauReport STATUS_NOT_SUPPORTED when IOCTL is not supported
2007-11-02 Hervé PoussineauAdd method to flush console input buffer
2007-11-02 Hervé PoussineauSupport IRP cancellation
2007-11-02 Johannes Anderwald- add szClass to static context menu struct
2007-11-02 James TaborWin32k:
2007-11-02 James TaborMove GDI_BATCH_LIMIT where it should go.
2007-11-02 Johannes Anderwald- turn off debug messages for X-time :)
2007-11-02 Johannes Anderwald- refactor dynamic context menu loading
2007-11-02 James TaborAssign define for gdi buffer size.
2007-11-02 Magnus Olsenrename framebuf_acc.* to framebufacc.* for rbuild can...
2007-11-01 Johannes Anderwald- fix a bug found by w3seek
2007-11-01 Johannes Anderwald- fix position of dynamic context menus
2007-11-01 Johannes Anderwald- remove debug prints
2007-11-01 Johannes Anderwald- implement loading & executing of static context menu...
2007-11-01 Magnus Olsenaccdented acctivated framebufacc in the build system...
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>:
next