wxWidgets/debian
Ron Lee b63b07a809 More updates to the Debian packaging for wxPython, unicode and
the project name change.

Applied patch from ABX to make tex2rtf unicode compatible, then
removed wxSprintf lameness from it so it might actually work.
Also modified it to return true from tex2rtf OnInit in console
builds so the app will exit with a successful return code rather
than always returning failure even when it succeeds.

Implemented unicode capable wxCtime for glibc systems also needed
by tex2rtf.

Wrapped dde include in tex2rtf in a guard and assert that dde is
MSW only in its forwarding header.

Lowered the limit of maxlen in wxSprintf so it actually has a
chance to segfault on people instead of failing silently and
mysteriously with glibc.

Silenced some other 'potentially uninitialised variable' warnings
from gcc3, most of which were bogus, one potentially not so.

Added missing newline at the end of fontdlg.cpp.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-05 17:40:38 +00:00
..
changelog More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
compat
control.in
copyright
libwxgtk-dbg.links More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dbg.postinst More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dbg.prerm More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dev.links More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dev.postinst More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dev.prerm More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-python.dirs
libwxgtk-python.docs More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-python.menu More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-python.postinst
libwxgtk-python.prerm
libwxmsw-dbg.dirs
libwxmsw-dbg.links
libwxmsw-dbg.postinst
libwxmsw-dbg.prerm
libwxmsw-dev.dirs
libwxmsw-dev.links
libwxmsw-dev.postinst
libwxmsw-dev.prerm
lintian-override
README.Debian
README.examples More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
rules More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wx-config.1 More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wx-doc.doc-base More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wx-doc.docs More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wx-examples.examples More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wx-headers-msw.dirs More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wxPython-tools.1 More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00

These examples are provided as extended documentation for the wxWidgets
package.  If you wish to actually run them rather than just browse them
as documents you should copy them into a working directory elsewhere
first.  Note that some of them will attempt to write to the current
working directory, or to the home directory of the user they are run as.

Some of the files have been compressed in accordance with Debian policy
regarding documentation, you will need to uncompress such files before
building or executing them.

  Ron