Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

1999-02-20 10:02 RD, revision 1736

Changes needed to enable wxGTK compatibility.

1999-02-20 09:11 RD, revision 1735

Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a window handle. If you can get the window handle into the python code, it should just work... More news on this later. Added wxImageList, wxToolTip. Re-enabled wxConfig.DeleteAll() since it is reportedly fixed for the wxRegConfig class. As usual, some bug fixes, tweaks, etc.

1999-02-20 09:05 RD, revision 1734

Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a window handle. If you can get the window handle into the python code, it should just work... More news on this later. Added wxImageList, wxToolTip. Re-enabled wxConfig.DeleteAll() since it is reportedly fixed for the wxRegConfig class. As usual, some bug fixes, tweaks, etc.

1999-02-20 06:53 RD, revision 1733

Added missing | symbol

1999-02-19 21:54 JS, revision 1732

Added George Tasker's forward slash fix to file dialog; added some consts to prntbase.h; removed redundant IMPLEMENT_WXWIN_MAINs

1999-02-19 19:35 RD, revision 1731

added wxSetInstance()

1999-02-19 17:32 VZ, revision 1730

some minor fixes for DEC CXX compilation

1999-02-19 15:51 VZ, revision 1729

more locations for Motif headers

1999-02-19 15:05 VZ, revision 1728

directory for message catalogs

1999-02-19 13:24 RR, revision 1727

propagate key event from listctrl to its parent

1999-02-19 07:58 RD, revision 1726

Added first batch of docs and notes for wxPython.

1999-02-18 22:51 JS, revision 1725

Fixed wxMotif's wxExecute again, added OnPaint capability to wxFrame, removed old focus code from wxGTK's ~wxWindow

1999-02-18 21:24 JS, revision 1724

Cured last focus bug (I hope); some wxMotif mods

1999-02-18 19:39 VZ, revision 1723

i18n fixes

1999-02-18 18:18 GL, revision 1722

* Fixes and updates on wxMMedia.

1999-02-18 17:59 SC, revision 1721

mbstowcs hack for CodeWarrior's MSL

1999-02-18 15:12 JS, revision 1720

Doesn't overwrite setup.h now

1999-02-18 15:11 VZ, revision 1719

a file I forgot to check in (sorry Julian)

1999-02-18 14:55 JS, revision 1718

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

1999-02-18 14:23 VZ, revision 1717

wxMimeTypesManager::IsOfType() added (and documented)

1999-02-18 14:22 VZ, revision 1716

wxSplitPath() bugs corrected and it's documented

1999-02-18 14:04 RR, revision 1715

Dialog items inherit parent's font now Augmented beta to 5

1999-02-18 09:37 VZ, revision 1714

vsnprintf() detection now works

1999-02-18 09:28 VZ, revision 1713

AC_HAVE_LIBRARY replaced with AC_CHECK_LIB

1999-02-17 21:04 VZ, revision 1712

wxExecute() fixes and doc updates: the return value for sync exec case is now the exit code of the process and not its pid. Warning: MSW code is untested.

1999-02-17 20:26 VZ, revision 1711

wxExecute() fix (running console programs doesn't cause X errors any more)

1999-02-17 19:26 JS, revision 1710

Added missing const to wxGTK's wxMDIChildFrame::GetToolbar; added bc_ide.txt instructions.

1999-02-17 17:56 VZ, revision 1709

wxProcess fixes (Detach() added), cleared/corrected wxExecute() documentation

1999-02-17 17:18 JS, revision 1708

Changed .vc makefiles to allow different configurations to co-exist (so library names have changed a bit). Split ipvaddr.tex from sckaddr.tex.

1999-02-17 16:42 RR, revision 1707

Let's face it, GTK's resizing is broken and I cannot repair it.

1999-02-17 13:36 VZ, revision 1706

wxListCtrl will receive EVT_CHAR() events now

1999-02-17 10:13 RR, revision 1705

resize fun

1999-02-16 20:17 JS, revision 1704

Some doc corrections; removed wxDocument arg from wxView constructor; wxTextCtrl::OnChar correction; added SetString and default constructor to wxStringTokenizer; added missing MSW wxFrame::SetSize functions

1999-02-16 15:36 RR, revision 1703

MDI fixes

1999-02-16 09:31 RR, revision 1702

Applied Russel's changes to wxToolBarBase fixed stippled brush for bitmaps (as opposed to pixmaps)

1999-02-15 23:09 VZ, revision 1701

A couple of identifiers at global level moved to the .cpp file from .h where they had nothing to do from the very beginning

1999-02-15 23:07 VZ, revision 1700

1. Parser improvements a) const and virtual methods are parsed correctly (not static yet) b) "const" which is part of the return type is not swallowed 2. HelpGen improvements: -o outputdir parameter added to the cmd line, "//---------" kind comments discarded now.

1999-02-15 23:04 VZ, revision 1699

started wxIntl documentation

1999-02-15 20:41 JS, revision 1698

Added 'Include files' section to class references

1999-02-15 19:26 VZ, revision 1697

enable verbose messages by default in debug builds

1999-02-15 15:06 VZ, revision 1696

compilation warnings about missing braces fixed

1999-02-15 13:05 JS, revision 1695

GnuWin32 corrections (::ZeroMemory doesn't exist)

1999-02-14 23:23 JS, revision 1694

Added png, zlib targets to 16-bit makefiles

1999-02-14 21:59 VZ, revision 1693

made wxToolTip::Enable() and SetDelay() static (as in wxGTK) and added some code in the controls sample to test them

1999-02-14 17:46 GL, revision 1692

* Stream: update in doc, fix in code. * wxMMedia: various fixes, WAV and AIFF should work on Linux, preparing it for Windows.

1999-02-14 13:04 RR, revision 1691

Fixed refresh bug in wxGLCanvas

1999-02-12 22:00 JS, revision 1690

Small Tex2RTF fixes; wxMotif compile fixes (motif.inc, wxCheckListBox); wxMSW wxWindow::IsShown fix

1999-02-12 19:03 GL, revision 1689

* Stream doc.

1999-02-12 18:31 GL, revision 1688

* Added some warning in socket doc.

1999-02-12 15:05 VZ, revision 1687

wxToolTip entry changed (it's implemented after all)