Author: aandrejevic
Date: Wed Oct 23 00:26:50 2013
New Revision: 60735
URL:
http://svn.reactos.org/svn/reactos?rev=60735&view=rev
Log:
Sync with trunk for console graphics palettes.
Added:
branches/ntvdm/lib/rtl/memstream.c
- copied unchanged from r60734, trunk/reactos/lib/rtl/memstream.c
Modified:
branches/ntvdm/ (props changed)
branches/ntvdm/base/applications/mspaint/drawing.c
branches/ntvdm/base/setup/usetup/lang/es-ES.h
branches/ntvdm/base/shell/explorer/CMakeLists.txt
branches/ntvdm/base/shell/explorer/explorer.cpp
branches/ntvdm/base/shell/explorer/globals.h
branches/ntvdm/base/shell/explorer/shell/shellbrowser.cpp
branches/ntvdm/base/shell/explorer/shell/shellbrowser.h
branches/ntvdm/base/shell/explorer/taskbar/desktopbar.cpp
branches/ntvdm/base/shell/explorer/taskbar/startmenu.cpp
branches/ntvdm/base/shell/explorer/taskbar/taskbar.cpp
branches/ntvdm/base/shell/explorer/taskbar/traynotify.cpp
branches/ntvdm/base/shell/explorer/utility/shellclasses.cpp
branches/ntvdm/base/shell/explorer/utility/shellclasses.h
branches/ntvdm/dll/ntdll/CMakeLists.txt
branches/ntvdm/dll/ntdll/def/ntdll.spec
branches/ntvdm/dll/win32/samsrv/samrpc.c
branches/ntvdm/dll/win32/samsrv/samsrv.h
branches/ntvdm/dll/win32/samsrv/security.c
branches/ntvdm/dll/win32/samsrv/setup.c
branches/ntvdm/dll/win32/shell32/shellord.cpp
branches/ntvdm/drivers/hid/hidparse/ (props changed)
branches/ntvdm/drivers/hid/hidusb/ (props changed)
branches/ntvdm/drivers/usb/usbehci/ (props changed)
branches/ntvdm/drivers/usb/usbhub/ (props changed)
branches/ntvdm/drivers/usb/usbohci/ (props changed)
branches/ntvdm/include/ddk/ntsam.h
branches/ntvdm/include/ndk/rtlfuncs.h
branches/ntvdm/include/ndk/rtltypes.h
branches/ntvdm/include/reactos/idl/sam.idl
branches/ntvdm/lib/drivers/libusb/common_interfaces.h (props changed)
branches/ntvdm/lib/drivers/libusb/hcd_controller.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/hub_controller.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/libusb.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/libusb.h (props changed)
branches/ntvdm/lib/drivers/libusb/memory_manager.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/misc.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/purecall.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/usb_device.cpp (props changed)
branches/ntvdm/lib/rtl/CMakeLists.txt
branches/ntvdm/ntoskrnl/include/internal/i386/asmmacro.S
branches/ntvdm/ntoskrnl/include/internal/i386/ke.h
branches/ntvdm/ntoskrnl/include/internal/i386/mm.h
branches/ntvdm/ntoskrnl/include/internal/i386/trap_x.h
branches/ntvdm/ntoskrnl/include/internal/ke.h
branches/ntvdm/ntoskrnl/ke/i386/cpu.c
branches/ntvdm/ntoskrnl/ke/i386/exp.c
branches/ntvdm/ntoskrnl/ke/i386/patpge.c
branches/ntvdm/ntoskrnl/ke/i386/trap.s
branches/ntvdm/ntoskrnl/ke/i386/traphdlr.c
branches/ntvdm/ntoskrnl/ke/i386/usercall.c
branches/ntvdm/ntoskrnl/ke/i386/usercall_asm.S
branches/ntvdm/ntoskrnl/ke/time.c
branches/ntvdm/win32ss/gdi/ntgdi/gdiobj.c
branches/ntvdm/win32ss/gdi/ntgdi/gdiobj.h
branches/ntvdm/win32ss/include/ntuser.h
branches/ntvdm/win32ss/user/ntuser/desktop.c
branches/ntvdm/win32ss/user/ntuser/desktop.h
branches/ntvdm/win32ss/user/ntuser/focus.c
branches/ntvdm/win32ss/user/ntuser/focus.h
branches/ntvdm/win32ss/user/ntuser/input.c
branches/ntvdm/win32ss/user/ntuser/input.h
branches/ntvdm/win32ss/user/ntuser/keyboard.c
branches/ntvdm/win32ss/user/ntuser/main.c
branches/ntvdm/win32ss/user/ntuser/message.c
branches/ntvdm/win32ss/user/ntuser/misc.c
branches/ntvdm/win32ss/user/ntuser/msgqueue.c
branches/ntvdm/win32ss/user/ntuser/msgqueue.h
branches/ntvdm/win32ss/user/ntuser/ntstubs.c
branches/ntvdm/win32ss/user/ntuser/object.c
branches/ntvdm/win32ss/user/ntuser/object.h
branches/ntvdm/win32ss/user/ntuser/window.c
branches/ntvdm/win32ss/user/ntuser/winpos.c
branches/ntvdm/win32ss/user/user32/windows/prop.c
branches/ntvdm/win32ss/user/winsrv/consrv/condrv/conoutput.c
branches/ntvdm/win32ss/user/winsrv/consrv/condrv/text.c
branches/ntvdm/win32ss/user/winsrv/consrv/conoutput.c
branches/ntvdm/win32ss/user/winsrv/consrv/conoutput.h
branches/ntvdm/win32ss/user/winsrv/consrv/frontends/gui/graphics.c
branches/ntvdm/win32ss/user/winsrv/consrv/frontends/gui/guisettings.h
branches/ntvdm/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c
branches/ntvdm/win32ss/user/winsrv/consrv/frontends/gui/text.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/ntvdm/base/applications/mspaint/drawing.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/applications/mspaint…
Modified: branches/ntvdm/base/setup/usetup/lang/es-ES.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/setup/usetup/lang/es…
Modified: branches/ntvdm/base/shell/explorer/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/CMake…
Modified: branches/ntvdm/base/shell/explorer/explorer.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/explo…
Modified: branches/ntvdm/base/shell/explorer/globals.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/globa…
Modified: branches/ntvdm/base/shell/explorer/shell/shellbrowser.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/shell…
Modified: branches/ntvdm/base/shell/explorer/shell/shellbrowser.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/shell…
Modified: branches/ntvdm/base/shell/explorer/taskbar/desktopbar.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/taskb…
Modified: branches/ntvdm/base/shell/explorer/taskbar/startmenu.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/taskb…
Modified: branches/ntvdm/base/shell/explorer/taskbar/taskbar.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/taskb…
Modified: branches/ntvdm/base/shell/explorer/taskbar/traynotify.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/taskb…
Modified: branches/ntvdm/base/shell/explorer/utility/shellclasses.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/utili…
Modified: branches/ntvdm/base/shell/explorer/utility/shellclasses.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/shell/explorer/utili…
Modified: branches/ntvdm/dll/ntdll/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/ntdll/CMakeLists.txt?…
Modified: branches/ntvdm/dll/ntdll/def/ntdll.spec
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/ntdll/def/ntdll.spec?…
Modified: branches/ntvdm/dll/win32/samsrv/samrpc.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/samsrv/samrpc.c…
Modified: branches/ntvdm/dll/win32/samsrv/samsrv.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/samsrv/samsrv.h…
Modified: branches/ntvdm/dll/win32/samsrv/security.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/samsrv/security…
Modified: branches/ntvdm/dll/win32/samsrv/setup.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/samsrv/setup.c?…
Modified: branches/ntvdm/dll/win32/shell32/shellord.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/shell32/shellor…
Modified: branches/ntvdm/include/ddk/ntsam.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/ddk/ntsam.h?rev=6…
Modified: branches/ntvdm/include/ndk/rtlfuncs.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/ndk/rtlfuncs.h?re…
Modified: branches/ntvdm/include/ndk/rtltypes.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/ndk/rtltypes.h?re…
Modified: branches/ntvdm/include/reactos/idl/sam.idl
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/reactos/idl/sam.i…
Modified: branches/ntvdm/lib/rtl/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/rtl/CMakeLists.txt?re…
Modified: branches/ntvdm/ntoskrnl/include/internal/i386/asmmacro.S
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/include/internal…
Modified: branches/ntvdm/ntoskrnl/include/internal/i386/ke.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/include/internal…
Modified: branches/ntvdm/ntoskrnl/include/internal/i386/mm.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/include/internal…
Modified: branches/ntvdm/ntoskrnl/include/internal/i386/trap_x.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/include/internal…
Modified: branches/ntvdm/ntoskrnl/include/internal/ke.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/include/internal…
Modified: branches/ntvdm/ntoskrnl/ke/i386/cpu.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/ke/i386/cpu.c?re…
Modified: branches/ntvdm/ntoskrnl/ke/i386/exp.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/ke/i386/exp.c?re…
Modified: branches/ntvdm/ntoskrnl/ke/i386/patpge.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/ke/i386/patpge.c…
Modified: branches/ntvdm/ntoskrnl/ke/i386/trap.s
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/ke/i386/trap.s?r…
Modified: branches/ntvdm/ntoskrnl/ke/i386/traphdlr.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/ke/i386/traphdlr…
Modified: branches/ntvdm/ntoskrnl/ke/i386/usercall.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/ke/i386/usercall…
Modified: branches/ntvdm/ntoskrnl/ke/i386/usercall_asm.S
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/ke/i386/usercall…
Modified: branches/ntvdm/ntoskrnl/ke/time.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/ntoskrnl/ke/time.c?rev=60…
Modified: branches/ntvdm/win32ss/gdi/ntgdi/gdiobj.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/gdi/ntgdi/gdiobj.…
Modified: branches/ntvdm/win32ss/gdi/ntgdi/gdiobj.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/gdi/ntgdi/gdiobj.…
Modified: branches/ntvdm/win32ss/include/ntuser.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/include/ntuser.h?…
Modified: branches/ntvdm/win32ss/user/ntuser/desktop.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/deskt…
Modified: branches/ntvdm/win32ss/user/ntuser/desktop.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/deskt…
Modified: branches/ntvdm/win32ss/user/ntuser/focus.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/focus…
Modified: branches/ntvdm/win32ss/user/ntuser/focus.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/focus…
Modified: branches/ntvdm/win32ss/user/ntuser/input.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/input…
Modified: branches/ntvdm/win32ss/user/ntuser/input.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/input…
Modified: branches/ntvdm/win32ss/user/ntuser/keyboard.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/keybo…
Modified: branches/ntvdm/win32ss/user/ntuser/main.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/main.…
Modified: branches/ntvdm/win32ss/user/ntuser/message.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/messa…
Modified: branches/ntvdm/win32ss/user/ntuser/misc.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/misc.…
Modified: branches/ntvdm/win32ss/user/ntuser/msgqueue.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/msgqu…
Modified: branches/ntvdm/win32ss/user/ntuser/msgqueue.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/msgqu…
Modified: branches/ntvdm/win32ss/user/ntuser/ntstubs.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/ntstu…
Modified: branches/ntvdm/win32ss/user/ntuser/object.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/objec…
Modified: branches/ntvdm/win32ss/user/ntuser/object.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/objec…
Modified: branches/ntvdm/win32ss/user/ntuser/window.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/windo…
Modified: branches/ntvdm/win32ss/user/ntuser/winpos.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/ntuser/winpo…
Modified: branches/ntvdm/win32ss/user/user32/windows/prop.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/user32/windo…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/condrv/conoutput.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/condrv/text.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/conoutput.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/conoutput.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/frontends/gui/graphics.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/frontends/gui/guisettings.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/frontends/gui/text.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…