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
Changelog for wxWidgets (70435 changes):
2006-12-12 21:44 RR, revision 439562006-12-12 21:43 RR, revision 43955Add a few more controls to the toolbar.
2006-12-12 16:08 RD, revision 43954Moved allocate size correction code from combobox to toolbar code since that is where the problem is and it affects other controls, too.
2006-12-12 11:50 VZ, revision 43953Add entry for 2.8.0.1
2006-12-12 10:40 RR, revision 43952replaced 25 in libraries names with 28
2006-12-12 07:25 RD, revision 43951Add hack for correct height of wxComboBox in toolbar.
2006-12-12 07:23 RD, revision 43950regenerated
2006-12-12 02:09 RD, revision 43949Compile fixes for Panther
- M /wxWidgets/trunk/wxPython/src/gtk/_controls.py
- M /wxWidgets/trunk/wxPython/src/mac/_controls.py
- M /wxWidgets/trunk/wxPython/src/msw/_controls.py
- M /wxWidgets/trunk/wxPython/src/_srchctrl.i
2006-12-12 01:52 RD, revision 43948Typo fix
- M /wxWidgets/trunk/configure
- M /wxWidgets/trunk/configure.in
- M /wxWidgets/trunk/include/wx/version.h
- M /wxWidgets/trunk/wxPython/config.py
2006-12-12 01:51 RD, revision 43947Bump subrelease number
- M /wxWidgets/trunk/wxPython/demo/GenericButtons.py
- M /wxWidgets/trunk/wxPython/docs/CHANGES.txt
- M /wxWidgets/trunk/wxPython/wx/lib/buttons.py
2006-12-12 01:00 RD, revision 43946Added a set of button classes to wx.lib.buttons from David Hughes that uses the native renderer to draw the button.
2006-12-12 00:53 RD, revision 43945Mention wx.SearchCtrl
2006-12-11 21:32 RD, revision 43944Also do LayoutControls from EVT_SIZE handler
- M /wxWidgets/trunk/wxPython/src/gtk/_controls.py
- M /wxWidgets/trunk/wxPython/src/gtk/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/mac/_controls.py
- M /wxWidgets/trunk/wxPython/src/mac/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/msw/_controls.py
- M /wxWidgets/trunk/wxPython/src/msw/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/_srchctrl.i
2006-12-11 21:27 RD, revision 43943Some more _BTN changes
2006-12-11 21:26 RD, revision 43942Put a separator between the controls
2006-12-11 21:14 VS, revision 43941comment out test code
2006-12-11 21:12 RD, revision 43940fixed wxCSConv to work again for iso-8859-1
2006-12-11 20:32 KO, revision 43939Fix compile error
- M /wxWidgets/trunk/docs/latex/wx/srchctrl.tex
- M /wxWidgets/trunk/include/wx/srchctrl.h
- M /wxWidgets/trunk/src/common/srchcmn.cpp
- M /wxWidgets/trunk/src/generic/srchctlg.cpp
- M /wxWidgets/trunk/src/mac/carbon/srchctrl.cpp
- M /wxWidgets/trunk/wxPython/demo/SearchCtrl.py
- M /wxWidgets/trunk/wxPython/src/_srchctrl.i
2006-12-11 20:13 RD, revision 43938Change event names to clarify that they are only fired by button clicks, and note ways of retrieving search queries in the docs.
- M /wxWidgets/trunk/wxPython/src/gtk/_controls.py
- M /wxWidgets/trunk/wxPython/src/gtk/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/gtk/_core.py
- M /wxWidgets/trunk/wxPython/src/mac/_controls.py
- M /wxWidgets/trunk/wxPython/src/mac/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/mac/_core.py
- M /wxWidgets/trunk/wxPython/src/msw/_controls.py
- M /wxWidgets/trunk/wxPython/src/msw/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/msw/_core.py
2006-12-11 20:10 RD, revision 43937reSWIGged
2006-12-11 20:07 RD, revision 43936Add docstrings and a dummy class to be used in builds that don't have wxSearchCtrl.
2006-12-11 18:34 PC, revision 43935Remove AdjustedBestSize property since the function it calls is deprecated.
2006-12-11 18:33 PC, revision 43934cleanup: wrap everything in #if wxUSE_SEARCHCTRL, implementation include comes first
2006-12-11 18:28 RD, revision 43933cleanup: wrap everything in #if wxUSE_SEARCHCTRL, implementation include comes first, parenthesize macro replacement containing operators, unused variable, use of pointer after delete, bizarre boolean expression
- M /wxWidgets/trunk/wxPython/src/gtk/_controls.py
- M /wxWidgets/trunk/wxPython/src/gtk/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/gtk/_core.py
- M /wxWidgets/trunk/wxPython/src/mac/_controls.py
- M /wxWidgets/trunk/wxPython/src/mac/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/mac/_core.py
- M /wxWidgets/trunk/wxPython/src/msw/_controls.py
- M /wxWidgets/trunk/wxPython/src/msw/_controls_wrap.cpp
- M /wxWidgets/trunk/wxPython/src/msw/_core.py
2006-12-11 18:26 RD, revision 43932reSWIGged
Docstring fixes