]> git.saurik.com Git - wxWidgets.git/commit - include/wx/stubs/colour.h
Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute
authorJulian Smart <julian@anthemion.co.uk>
Thu, 18 Feb 1999 14:55:34 +0000 (14:55 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 18 Feb 1999 14:55:34 +0000 (14:55 +0000)
commit33b64e6f8b7cf372a569e61d7eee879217945043
tree27dd244b3c1c92a2b3fca3cecbdfb6a0fd4c2cd7
parenta5a19b836081432731d0302c95985fbb4ebc70d8
Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute
crash on wxMotif; added wxHelpControllerBase::SetViewer; added consts to wxColour
== and != operators; changed beta version; fixed wxChoice/wxComboBox bugs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
34 files changed:
distrib/msw/bc.rsp
distrib/msw/generic.rsp
distrib/msw/gtk.rsp
distrib/msw/motif.rsp
distrib/msw/tardist [new file with mode: 0644]
docs/changes.txt
docs/latex/proplist/classes.tex
docs/latex/wx/helpinst.tex
docs/msw/bc_ide.txt
docs/msw/install.txt
docs/readme.txt
include/wx/generic/helpext.h
include/wx/gtk/colour.h
include/wx/gtk/mdi.h
include/wx/gtk1/colour.h
include/wx/gtk1/mdi.h
include/wx/helpbase.h
include/wx/motif/colour.h
include/wx/msw/colour.h
include/wx/prop.h
include/wx/stubs/colour.h
samples/help/demo.cpp
src/generic/helpext.cpp
src/gtk/colour.cpp
src/gtk/mdi.cpp
src/gtk1/colour.cpp
src/gtk1/mdi.cpp
src/motif/utilsexc.cpp
src/msw/choice.cpp
src/msw/combobox.cpp
src/msw/dummy.cpp
src/msw/helpwin.cpp
src/msw/makefile.vc
src/msw/window.cpp