]> git.saurik.com Git - wxWidgets.git/commit - utils/screenshotgen/src/customcombo.h
added the automatic screenshot generator utility by Utensil Candel (with some revisio...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 6 Oct 2008 09:37:27 +0000 (09:37 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 6 Oct 2008 09:37:27 +0000 (09:37 +0000)
commit0d5eda9ccdc4c24ac09f58bd0cb6a0709e9ead72
treeb6565e645a988f3597e47e76ff35bf68470bbb28
parentcbff0d0e3d1a9f3fd08cabfdf140f00c768d8127
added the automatic screenshot generator utility by Utensil Candel (with some revisions and reorganizations)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
36 files changed:
utils/screenshotgen/Makefile.in [new file with mode: 0644]
utils/screenshotgen/README.txt [new file with mode: 0644]
utils/screenshotgen/src/Makefile.in [new file with mode: 0644]
utils/screenshotgen/src/autocapture.cpp [new file with mode: 0644]
utils/screenshotgen/src/autocapture.h [new file with mode: 0644]
utils/screenshotgen/src/bitmaps/bell.png [new file with mode: 0644]
utils/screenshotgen/src/bitmaps/dropbuth.png [new file with mode: 0644]
utils/screenshotgen/src/bitmaps/dropbutn.png [new file with mode: 0644]
utils/screenshotgen/src/bitmaps/dropbutp.png [new file with mode: 0644]
utils/screenshotgen/src/bitmaps/sound.png [new file with mode: 0644]
utils/screenshotgen/src/bitmaps/throbber.gif [new file with mode: 0644]
utils/screenshotgen/src/bitmaps/wxwin32x32.png [new file with mode: 0644]
utils/screenshotgen/src/ctrlmaskout.cpp [new file with mode: 0644]
utils/screenshotgen/src/ctrlmaskout.h [new file with mode: 0644]
utils/screenshotgen/src/customcombo.cpp [new file with mode: 0644]
utils/screenshotgen/src/customcombo.h [new file with mode: 0644]
utils/screenshotgen/src/guidesign.fbp [new file with mode: 0644]
utils/screenshotgen/src/guiframe.cpp [new file with mode: 0644]
utils/screenshotgen/src/guiframe.h [new file with mode: 0644]
utils/screenshotgen/src/makefile.bcc [new file with mode: 0644]
utils/screenshotgen/src/makefile.gcc [new file with mode: 0644]
utils/screenshotgen/src/makefile.vc [new file with mode: 0644]
utils/screenshotgen/src/makefile.wat [new file with mode: 0644]
utils/screenshotgen/src/richtext.xml [new file with mode: 0644]
utils/screenshotgen/src/screenshot_app.cpp [new file with mode: 0644]
utils/screenshotgen/src/screenshot_app.h [new file with mode: 0644]
utils/screenshotgen/src/screenshot_main.cpp [new file with mode: 0644]
utils/screenshotgen/src/screenshot_main.h [new file with mode: 0644]
utils/screenshotgen/src/screenshotgen.bkl [new file with mode: 0644]
utils/screenshotgen/src/screenshotgen.dsp [new file with mode: 0644]
utils/screenshotgen/src/screenshotgen.dsw [new file with mode: 0644]
utils/screenshotgen/src/screenshotgen.rc [new file with mode: 0644]
utils/screenshotgen/src/screenshotgen_vc7.sln [new file with mode: 0644]
utils/screenshotgen/src/screenshotgen_vc7.vcproj [new file with mode: 0644]
utils/screenshotgen/src/screenshotgen_vc8.sln [new file with mode: 0644]
utils/screenshotgen/src/screenshotgen_vc8.vcproj [new file with mode: 0644]