]> git.saurik.com Git - wxWidgets.git/commit
1. moved fontenum.cpp to unix because implementation is common to X and GTK+
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 25 Oct 1999 17:22:13 +0000 (17:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 25 Oct 1999 17:22:13 +0000 (17:22 +0000)
commitd111a89a859456a8649e809eec131f2639907610
tree8a3f51a4eaf84e30a4bb2a6b1e07adaf422ee89e
parentbbeb6c2bc2365fb93a4de48b4f51d36af91c321c
1. moved fontenum.cpp to unix because implementation is common to X and GTK+
   (had to add wxGetDisplay() to wxGTK)
2. implemented EnumerateEncodings() - now only if we could do something useful
   with this...
3. added makefile for the console sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
distrib/msw/tmake/filelist.txt
include/wx/fontenum.h
include/wx/utils.h
samples/console/Makefile.in [new file with mode: 0644]
samples/font/font.cpp
samples/minimal/minimal.cpp
src/gtk/utilsgtk.cpp
src/gtk1/utilsgtk.cpp
src/unix/fontenum.cpp [new file with mode: 0644]