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)

1999-02-12 15:03 VZ, revision 1686

added a couple of items for 2.1

1999-02-12 13:55 VZ, revision 1685

mentioned the fact that wxArray can't be used for storing floats/doubles

1999-02-12 08:22 JS, revision 1684

Some doc corrections (added blank lines at end of docs); corrected Forty sample dialog behaviour; added dummy menubar constructors; corrected wxMSW wxRegion bug

1999-02-11 20:44 RR, revision 1683

Added CTRL-TAB navigation to notebook Added ESC -> Cancel convresion Added greying out of tooltips (I had some spare minutes)

1999-02-11 17:41 SC, revision 1682

CW Win32 and Mac adaptions

1999-02-11 17:29 VZ, revision 1681

"continue;" restored to prevent the app from going into infinite loop

1999-02-11 16:56 SC, revision 1680

CW Win32 and Mac adaptions

1999-02-11 16:27 RR, revision 1679

distrin corrections files the return of TAB, part IV

1999-02-11 16:00 , revision 1678
  • A /wxWidgets/branches/tag
  • D /wxWidgets/branches/tag/.cvsignore
  • D /wxWidgets/branches/tag/config.guess
  • D /wxWidgets/branches/tag/config.sub
  • D /wxWidgets/branches/tag/configure
  • D /wxWidgets/branches/tag/configure.in
  • D /wxWidgets/branches/tag/distrib
  • D /wxWidgets/branches/tag/docs
  • D /wxWidgets/branches/tag/include
  • D /wxWidgets/branches/tag/install-sh
  • D /wxWidgets/branches/tag/lib
  • D /wxWidgets/branches/tag/Makefile
  • D /wxWidgets/branches/tag/misc
  • D /wxWidgets/branches/tag/mkinstalldirs
  • D /wxWidgets/branches/tag/samples
  • D /wxWidgets/branches/tag/setup
  • D /wxWidgets/branches/tag/src/.cvsignore
  • D /wxWidgets/branches/tag/src/common/.cvsignore
  • D /wxWidgets/branches/tag/src/common/cmndata.cpp
  • D /wxWidgets/branches/tag/src/common/config.cpp
  • D /wxWidgets/branches/tag/src/common/cwlex_yy.c
  • D /wxWidgets/branches/tag/src/common/cwy_tab.c
  • D /wxWidgets/branches/tag/src/common/date.cpp
  • D /wxWidgets/branches/tag/src/common/datstrm.cpp
  • D /wxWidgets/branches/tag/src/common/db.cpp
  • D /wxWidgets/branches/tag/src/common/dbtable.cpp
  • D /wxWidgets/branches/tag/src/common/docmdi.cpp
  • D /wxWidgets/branches/tag/src/common/docview.cpp
  • D /wxWidgets/branches/tag/src/common/doslex.c
  • D /wxWidgets/branches/tag/src/common/dosyacc.c
  • D /wxWidgets/branches/tag/src/common/dynarray.cpp
  • D /wxWidgets/branches/tag/src/common/dynlib.cpp
  • D /wxWidgets/branches/tag/src/common/event.cpp
  • D /wxWidgets/branches/tag/src/common/extended.c
  • D /wxWidgets/branches/tag/src/common/file.cpp
  • D /wxWidgets/branches/tag/src/common/fileconf.cpp
  • D /wxWidgets/branches/tag/src/common/filefn.cpp
  • D /wxWidgets/branches/tag/src/common/framecmn.cpp
  • D /wxWidgets/branches/tag/src/common/ftp.cpp
  • D /wxWidgets/branches/tag/src/common/gdicmn.cpp
  • D /wxWidgets/branches/tag/src/common/glob.inc
  • D /wxWidgets/branches/tag/src/common/hash.cpp
  • D /wxWidgets/branches/tag/src/common/helpbase.cpp
  • D /wxWidgets/branches/tag/src/common/http.cpp
  • D /wxWidgets/branches/tag/src/common/intl.cpp
  • D /wxWidgets/branches/tag/src/common/ipcbase.cpp
  • D /wxWidgets/branches/tag/src/common/layout.cpp
  • D /wxWidgets/branches/tag/src/common/lexer.l
  • D /wxWidgets/branches/tag/src/common/list.cpp
  • D /wxWidgets/branches/tag/src/common/log.cpp
  • D /wxWidgets/branches/tag/src/common/matrix.cpp
  • D /wxWidgets/branches/tag/src/common/memory.cpp
  • D /wxWidgets/branches/tag/src/common/mimetype.cpp
  • D /wxWidgets/branches/tag/src/common/module.cpp
  • D /wxWidgets/branches/tag/src/common/mstream.cpp
  • D /wxWidgets/branches/tag/src/common/object.cpp
  • D /wxWidgets/branches/tag/src/common/objstrm.cpp
  • D /wxWidgets/branches/tag/src/common/odbc.cpp
  • D /wxWidgets/branches/tag/src/common/parser.y
  • D /wxWidgets/branches/tag/src/common/prntbase.cpp
  • D /wxWidgets/branches/tag/src/common/process.cpp
  • D /wxWidgets/branches/tag/src/common/protocol.cpp
  • D /wxWidgets/branches/tag/src/common/resourc2.cpp
  • D /wxWidgets/branches/tag/src/common/resource.cpp
  • D /wxWidgets/branches/tag/src/common/sckaddr.cpp
  • D /wxWidgets/branches/tag/src/common/sckfile.cpp
  • D /wxWidgets/branches/tag/src/common/sckipc.cpp
  • D /wxWidgets/branches/tag/src/common/sckstrm.cpp
  • D /wxWidgets/branches/tag/src/common/serbase.cpp
  • D /wxWidgets/branches/tag/src/common/socket.cpp
  • D /wxWidgets/branches/tag/src/common/stream.cpp
  • D /wxWidgets/branches/tag/src/common/string.cpp
  • D /wxWidgets/branches/tag/src/common/tbarbase.cpp
  • D /wxWidgets/branches/tag/src/common/tbarsmpl.cpp
  • D /wxWidgets/branches/tag/src/common/textfile.cpp
  • D /wxWidgets/branches/tag/src/common/time.cpp
  • D /wxWidgets/branches/tag/src/common/timercmn.cpp
  • D /wxWidgets/branches/tag/src/common/tokenzr.cpp
  • D /wxWidgets/branches/tag/src/common/url.cpp
  • D /wxWidgets/branches/tag/src/common/utilscmn.cpp
  • D /wxWidgets/branches/tag/src/common/valgen.cpp
  • D /wxWidgets/branches/tag/src/common/validate.cpp
  • D /wxWidgets/branches/tag/src/common/valtext.cpp
  • D /wxWidgets/branches/tag/src/common/variant.cpp
  • D /wxWidgets/branches/tag/src/common/wfstream.cpp
  • D /wxWidgets/branches/tag/src/common/wincmn.cpp
  • D /wxWidgets/branches/tag/src/common/wxexpr.cpp
  • D /wxWidgets/branches/tag/src/common/zstream.cpp
  • D /wxWidgets/branches/tag/src/cygnus.bat
  • D /wxWidgets/branches/tag/src/generic
  • D /wxWidgets/branches/tag/src/gtk
  • D /wxWidgets/branches/tag/src/gtk.inc
  • D /wxWidgets/branches/tag/src/gtk1
  • D /wxWidgets/branches/tag/src/iodbc
  • D /wxWidgets/branches/tag/src/Makefile
  • D /wxWidgets/branches/tag/src/Makefile.in
  • D /wxWidgets/branches/tag/src/mac
  • D /wxWidgets/branches/tag/src/make.env
  • D /wxWidgets/branches/tag/src/makeb32.env
  • D /wxWidgets/branches/tag/src/makebcc.env
  • D /wxWidgets/branches/tag/src/makeenvs
  • D /wxWidgets/branches/tag/src/makefile.bcc
  • D /wxWidgets/branches/tag/src/makefile.dos
  • D /wxWidgets/branches/tag/src/makefile.vc
  • D /wxWidgets/branches/tag/src/makeg95.env
  • D /wxWidgets/branches/tag/src/makelib.b32
  • D /wxWidgets/branches/tag/src/makelib.bcc
  • D /wxWidgets/branches/tag/src/makelib.env
  • D /wxWidgets/branches/tag/src/makelib.g95
  • D /wxWidgets/branches/tag/src/makelib.vc
  • D /wxWidgets/branches/tag/src/makelib.wat
  • D /wxWidgets/branches/tag/src/makemsc.env
  • D /wxWidgets/branches/tag/src/makeprog.b32
  • D /wxWidgets/branches/tag/src/makeprog.bcc
  • D /wxWidgets/branches/tag/src/makeprog.env
  • D /wxWidgets/branches/tag/src/makeprog.g95
  • D /wxWidgets/branches/tag/src/makeprog.msc
  • D /wxWidgets/branches/tag/src/makeprog.sl
  • D /wxWidgets/branches/tag/src/makeprog.vc
  • D /wxWidgets/branches/tag/src/makeprog.wat
  • D /wxWidgets/branches/tag/src/makesc.env
  • D /wxWidgets/branches/tag/src/makesl.env
  • D /wxWidgets/branches/tag/src/maketwin.env
  • D /wxWidgets/branches/tag/src/makevc.env
  • D /wxWidgets/branches/tag/src/makewat.env
  • D /wxWidgets/branches/tag/src/make_cw.mcp
  • D /wxWidgets/branches/tag/src/mingegcs.bat
  • D /wxWidgets/branches/tag/src/mingw32.bat
  • D /wxWidgets/branches/tag/src/motif
  • D /wxWidgets/branches/tag/src/motif.inc
  • D /wxWidgets/branches/tag/src/msw
  • D /wxWidgets/branches/tag/src/ntwxwin.mak
  • D /wxWidgets/branches/tag/src/png
  • D /wxWidgets/branches/tag/src/qt
  • D /wxWidgets/branches/tag/src/qt.inc
  • D /wxWidgets/branches/tag/src/stubs
  • D /wxWidgets/branches/tag/src/stubs.inc
  • D /wxWidgets/branches/tag/src/xpm
  • D /wxWidgets/branches/tag/src/zlib
  • D /wxWidgets/branches/tag/template.mak
  • D /wxWidgets/branches/tag/user
  • D /wxWidgets/branches/tag/utils
  • D /wxWidgets/branches/tag/wx-config.in
  • D /wxWidgets/branches/tag/wxGTK.spec
  • D /wxWidgets/branches/tag/wxinstall

This commit was manufactured by cvs2svn to create branch 'tag'.

1999-02-11 16:00 JS, revision 1677

Solved wxMotif scrolling display problem; added wxImageModule; added wxRETAINED support in wxMotif; changed wxDC::SetBackground behaviour; changed OnKeyDown/OnChar behaviour; fixed wxToolBar toggle bugs; fixed wxImage on wxMotif bug whereby new was used to allocate XImage data

1999-02-11 13:59 VZ, revision 1676

added FreeBSD

1999-02-11 13:58 VZ, revision 1675

compilation fixes for gcc 2.7.2.1 under FreeBSD

1999-02-11 12:44 RR, revision 1674

Solaris compilation patches dbtest now works a little

1999-02-10 23:08 RR, revision 1673

distribution things implemented native docking for menus and toolbars (see toolbar sample) someone may have to create the new wxMenuBar constructor corrected wxFileDlg appearance and made it i18n implemented defaults buttons improved look of all common dlgs except print setup corrected forty's player dlg added wxMB_DOCKABLE and wxTB_DOCKABLE flags augmented BETA_VERSION to 4 prevent wxListBox from sending a list_item_selected event when adding the first item to a list that is a single selection list using AppendXX()

1999-02-10 22:44 JS, revision 1672

Cured some small doc typos; some WIN16 fixes; transferred DLL WinMain to IMPLEMENT_APP() macro so dummy.obj doesn't have to be linked; lexer.l fix for LEX (I hope)

1999-02-10 20:47 VZ, revision 1671

bug in wxSplitPath() corrected: the returned file name doesn't have the trailing dot any more

1999-02-10 20:01 GL, revision 1670

* Doc updates * Fixes about socket, stream core, a superfluous stream.

1999-02-10 17:15 RR, revision 1669

isosurf corrections #ifdeffed tab code in wxPanel

1999-02-10 16:33 KB, revision 1668

added test for long long

1999-02-10 16:14 KB, revision 1667

Added test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)

1999-02-10 13:38 VZ, revision 1666

wxSplitterWindow::ReplaceWindow() function added and documented

1999-02-10 12:55 VZ, revision 1665

added #include <fcntl.h> to allow compilation under Linux

1999-02-10 11:56 RR, revision 1664

Various update to Blit() SetBackground() Clear() etc.

1999-02-10 11:19 KB, revision 1663

small modification to stdin/stdout/stderr behaviour in wxExcute()

1999-02-10 10:06 JS, revision 1662

Added wxUSE_STREAMS

1999-02-09 22:58 RD, revision 1661

fixed somebody's typo in a preprocessor directive (&6 --> &&)

1999-02-09 22:39 VZ, revision 1660

wxMSW compilation problem fixed

1999-02-09 21:22 JS, revision 1659

Removed some TODOs in the Latex docs; changed wxMotif wxClipboard to match wxGTK/wxMSW syntax; added Ron Kuris' wxExecute patch

1999-02-09 18:19 JS, revision 1658

Fixed property list OnClose problem that caused Dialog Editor problem

1999-02-09 18:12 GL, revision 1657

* wxStream doc updates

1999-02-09 17:04 VZ, revision 1656

wxFindFirst/NextFile() now return wxString and not "char *", wxGetCwd() added (to be used instead of wxGetWorkingDirectory)

1999-02-09 16:52 VZ, revision 1655

wxArrayString::Sort() implemented

1999-02-09 16:00 JS, revision 1654

Added more makefiles; fixed some samples for Cygwin

1999-02-09 15:40 JS, revision 1653

Added more makefiles

1999-02-09 15:37 JS, revision 1652

Rationalised Cygwin sample makefiles

1999-02-09 09:58 SC, revision 1651

cw pro adaption (illegal default argument error was given)

1999-02-09 08:18 RR, revision 1650

custom icons for DnD

1999-02-09 07:25 RR, revision 1649

radiobox optical changes textctrl single line append/insert stuff more precise testing of the above in controls

1999-02-08 22:13 VZ, revision 1648

micro compilation fix

1999-02-08 17:19 JS, revision 1647

Make it binary

1999-02-08 16:25 RR, revision 1646

Keep up the good work, people...

1999-02-08 15:20 KB, revision 1645

updated wxLayout

1999-02-08 12:04 KB, revision 1644

fixed linkage problem

1999-02-08 11:59 VZ, revision 1643

wxProcess-related code now works

1999-02-08 10:54 KB, revision 1642

compilation fixes PLEASE CHECK valgen.cpp: I had to insert a #include <wx/wx.h> to make it compile.

1999-02-08 00:15 JS, revision 1641

Tried to fix wxPanel bug (windows now set the panel current focus window on deletion); undid wxMSW wxRadioBox::SetSize changes that made it resizeable because it just doesn't work (see notes in radiobox.cpp); fixed wxTextCtrl enter processing bug; fixed Dialog Editor wxRadioBox-writing bug

1999-02-07 23:56 JS, revision 1640

Removed small OGL glitches; added new sample

1999-02-07 23:45 VZ, revision 1639

made wxProcess-related code compile again (it doesn't work correctly yet, will be fixed a bit later)

1999-02-07 21:45 VZ, revision 1638

replaced "#include <wx/process.h>" by "class wxProcess;" - I don't like recompile the files just for the pleasure of it...

1999-02-07 21:26 VZ, revision 1637

wxProcess() fixes: will really call parent's event handler and will pass the exited process status now