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):

2006-12-12 21:44 RR, revision 43956

Add a few more controls to the toolbar.

2006-12-12 21:43 RR, revision 43955

Moved 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 16:08 RD, revision 43954

Add entry for 2.8.0.1

2006-12-12 11:50 VZ, revision 43953

replaced 25 in libraries names with 28

2006-12-12 10:40 RR, revision 43952

Add hack for correct height of wxComboBox in toolbar.

2006-12-12 07:25 RD, revision 43951

regenerated

2006-12-12 07:23 RD, revision 43950

Compile fixes for Panther

2006-12-12 02:09 RD, revision 43949

Typo fix

2006-12-12 01:52 RD, revision 43948

Bump subrelease number

2006-12-12 01:51 RD, revision 43947

Added a set of button classes to wx.lib.buttons from David Hughes that uses the native renderer to draw the button.

2006-12-12 01:00 RD, revision 43946

Mention wx.SearchCtrl

2006-12-12 00:53 RD, revision 43945

Also do LayoutControls from EVT_SIZE handler

2006-12-11 21:32 RD, revision 43944

Some more _BTN changes

2006-12-11 21:27 RD, revision 43943

Put a separator between the controls

2006-12-11 21:26 RD, revision 43942

comment out test code

2006-12-11 21:14 VS, revision 43941

fixed wxCSConv to work again for iso-8859-1

2006-12-11 21:12 RD, revision 43940

Fix compile error

2006-12-11 20:32 KO, revision 43939

Change event names to clarify that they are only fired by button clicks, and note ways of retrieving search queries in the docs.

2006-12-11 20:13 RD, revision 43938

reSWIGged

2006-12-11 20:10 RD, revision 43937

Add docstrings and a dummy class to be used in builds that don't have wxSearchCtrl.

2006-12-11 20:07 RD, revision 43936

Remove AdjustedBestSize property since the function it calls is deprecated.

2006-12-11 18:34 PC, revision 43935

cleanup: wrap everything in #if wxUSE_SEARCHCTRL, implementation include comes first

2006-12-11 18:33 PC, revision 43934

cleanup: 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

2006-12-11 18:28 RD, revision 43933

reSWIGged

2006-12-11 18:26 RD, revision 43932

Docstring fixes

2006-12-11 16:36 RD, revision 43931

Add wxTextCtrl::CreatePeer for wxMac. Backport a couple other minor changes to this fix branch.

2006-12-11 16:34 KO, revision 43930

Updating with Vadim's API changes.

2006-12-11 14:18 VZ, revision 43929

removed unused variable

2006-12-11 14:17 VZ, revision 43928

more SetXXXVisible/ShowXXX() replacements

2006-12-11 14:14 VZ, revision 43927

added $Id$ to the header

2006-12-11 14:08 VZ, revision 43926

added wx prefix to wxUSE_NATIVE_SEARCH_CONTROL

2006-12-11 13:48 VZ, revision 43925

mention wxSearchCtrl

2006-12-11 13:48 VZ, revision 43924

1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVisible() 2. Moved wxSearchCtrlBase to wx/srchctrl.h to avoid duplicating it 3. Removed gcc #pragmas

2006-12-11 13:34 VZ, revision 43923

wxSearchCtrl is an editable control (too)

2006-12-11 13:31 VZ, revision 43922

deTABified

2006-12-11 13:30 VZ, revision 43921

restored variabes initialization in OnButtonSet() to avoid spurious MSVC warnings

2006-12-11 13:11 VZ, revision 43920

fix LaTeX syntax (non-escaped underscore)

2006-12-11 12:58 VZ, revision 43919

compilation fix for USE_PCH==0

2006-12-11 12:57 VZ, revision 43918

use wx prefix for wxUSE_NATIVE_SEARCH_CONTROL macro name

2006-12-11 10:25 CE, revision 43917

2.8.0

2006-12-11 09:43 CE, revision 43916

fix watcom problem (thanks ABX)

2006-12-11 09:33 CE, revision 43915

sorry about bad commit

2006-12-11 09:30 CE, revision 43914

fix missing includessrc/generic/srchctlg.cpp

2006-12-11 08:04 ABX, revision 43913

Updated build files.

2006-12-11 07:48 RD, revision 43912

include bitmap.h

2006-12-11 07:35 KO, revision 43911

Improve default wxSearchCtrl GetBestSize() width and ensure that SetFocus focuses in the control's text area.

2006-12-11 07:33 RD, revision 43910

reSWIGged

2006-12-11 07:19 RD, revision 43909

Move #include of srchctrl.h to wxPython_int.h

2006-12-11 06:19 RD, revision 43908

Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField)

2006-12-11 04:20 RD, revision 43907

size_t's --> int's