- convert the floating windows to use pointers within the main structure
authorGed Murphy <gedmurphy@reactos.org>
Tue, 18 Apr 2006 16:42:54 +0000 (16:42 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Tue, 18 Apr 2006 16:42:54 +0000 (16:42 +0000)
commit904d3ca622b29dfaf9a735b68e34fc6d64becb53
tree629586bf03ceaf88be20652f4ea0db8030abb89c
parent6da6e80112f6420773a1ae54c1891bb231451178
- convert the floating windows to use pointers within the main structure
- allow showing and hiding of floating windows
- implement a rough version of the history interface
- temp draw a suggestion on how the color window could look.
- insert a few menu hints
- lots of half implemented of temp stuff in this commit, but committing now before the patch gets any bigger.

svn path=/trunk/; revision=21651
14 files changed:
reactos/base/applications/imagesoft/En.rc
reactos/base/applications/imagesoft/floatwindow.c
reactos/base/applications/imagesoft/imagesoft.c
reactos/base/applications/imagesoft/imagesoft.rc
reactos/base/applications/imagesoft/mainwnd.c
reactos/base/applications/imagesoft/precomp.h
reactos/base/applications/imagesoft/res/icons/color/ColorLess.bmp [new file with mode: 0644]
reactos/base/applications/imagesoft/res/icons/color/ColorMore.bmp [new file with mode: 0644]
reactos/base/applications/imagesoft/res/icons/hist/HistBack.bmp [new file with mode: 0644]
reactos/base/applications/imagesoft/res/icons/hist/HistDelete.bmp [new file with mode: 0644]
reactos/base/applications/imagesoft/res/icons/hist/HistForward.bmp [new file with mode: 0644]
reactos/base/applications/imagesoft/res/icons/hist/HistRedo.bmp [new file with mode: 0644]
reactos/base/applications/imagesoft/res/icons/hist/HistUndo.bmp [new file with mode: 0644]
reactos/base/applications/imagesoft/resource.h