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

2006-12-11 02:58 , revision 43906
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/include/wx/stc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/lib/dummy
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/internat/internat.rc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/internat/makefile.vms
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/internat/mondrian.ico
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/layout/expt.cpp
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/layout/makefile.vms
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/mdi/chart.ico
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/mdi/makefile.vms
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/png/pngdemo.rc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/stc
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/svg
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/aclocal.m4
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/configure
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/configure.in
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/expat.dsp
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/expat.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/internal.h
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/os2config.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/cross.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/horiz.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/verti.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/cross.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/verti.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/.cvsignore
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/ANNOUNCE
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/ansi2knr.1
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/ansi2knr.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/CHANGES
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/configure
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/example.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/INSTALL
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/KNOWNBUG
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/LICENSE
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/libpng.3
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/libpng.txt
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/libpngpf.3
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/makefile.nt
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/makefile.unx
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/makefile.vc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/png.5
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/png.c
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/png.dsp
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/png.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngasmrd.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngconf.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngerror.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pnggccrd.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngget.c
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngM8.xml
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngmem.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngpread.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngread.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngrio.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngrtran.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngrutil.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngset.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngtest.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngtrans.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngvcrd.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngwio.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngwrite.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngwtran.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngwutil.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/beos
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/borland
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/msvc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/README
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/TODO
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/Y2KINFO
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/regex/regfronts.c
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/stc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/algorithm.txt
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/crc32.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/FAQ
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/INDEX
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/inflate.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/README
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/trees.h

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

2006-12-11 02:58 KH, revision 43905

As per discussion in bug #1612106, change default socket flag from NONE to NOWAIT to prevent application hang

2006-12-10 23:37 PC, revision 43904

size_t passed to %d format specifier

2006-12-10 16:01 VS, revision 43903

added brief installation instructions for wxDFB port

2006-12-10 15:58 VS, revision 43902

1. removed code that already exist in ~wxTLWBase from ~wxTLW 2. reordered TLW destruction so that the TLW is fully usable until all children (that could possibly use it from their dtors) are destroyed

2006-12-10 15:53 VS, revision 43901

removed code that already exist in ~wxTLWBase from ~wxTLW

2006-12-10 15:37 VZ, revision 43900

set wxDATAVIEW_CELL_SELECTED in flags passed to Render() (patch 1611212)

2006-12-10 15:35 VZ, revision 43899

GetLongPath() should just do nothing under CE as there are no short/long paths there (patch 1612271)

2006-12-10 14:18 VZ, revision 43898

replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones)

2006-12-10 13:50 VZ, revision 43897

added collpane sample

2006-12-10 13:46 VZ, revision 43896

fixed off by one error in OnButtonSet()

2006-12-10 13:21 VZ, revision 43895

compilation fix for g++ < 3.4 after last commit

2006-12-10 13:19 SC, revision 43894

switching to autorelease

2006-12-10 13:08 SC, revision 43893

adding an autorelease capability (got weird crashes when deleting tools from a toolbar otherwise)

2006-12-10 10:49 ABX, revision 43892

Implemented Set button for date picker page.

2006-12-10 10:47 ABX, revision 43891

Warning fix.

2006-12-10 01:50 RD, revision 43890

test popup menus with checkable items

2006-12-10 01:48 RD, revision 43889

wxStaticLineNameStr

2006-12-09 23:43 MW, revision 43888

Fix so that AR/AROPTIONS can be overridden on the configure command line when using Sun CC.

2006-12-09 22:28 MW, revision 43887

Revert last commit.

2006-12-09 22:09 MW, revision 43886

Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were only being set when language being tested matched the current language, so C++ flags weren't being set since we changed the default language back to C.

2006-12-09 22:04 MW, revision 43885

Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were only being set when language being tested matched the current language, so C++ flags weren't being set since we changed the default language back to C.

2006-12-09 19:49 PC, revision 43884

indentation fixes

2006-12-09 19:49 PC, revision 43883

unused variable

2006-12-09 19:48 RR, revision 43882

Update Readme.txt

2006-12-09 19:48 PC, revision 43881

correct access for virtuals

2006-12-09 17:50 PC, revision 43880

SetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does

2006-12-09 17:46 PC, revision 43879

rename RemoveIdleSource to SuspendIdleCallback

2006-12-09 16:20 VZ, revision 43878

mention wxCSConv(utf-16/32) fix

2006-12-09 16:19 VZ, revision 43877

implement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16) didn't work correctly even if the underlying wxMBConvUTF16 did

2006-12-09 15:58 VZ, revision 43876

Unicode compilation fixes

2006-12-09 15:57 VZ, revision 43875

added test cases for wxTextInputStream and UTF-xx encoded text (based on patch 1611286)

2006-12-09 14:52 VZ, revision 43874

default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr

2006-12-09 14:38 VZ, revision 43873

ignore warning 4535 for VC8 too as it still seems to be harmless

2006-12-09 13:42 RR, revision 43872

Mention that GetEditControl is only missing in Mac version.

2006-12-09 09:48 SC, revision 43871

fixing memory leaks (toolbartool not released) and a bug where native embedded controls were not beeing released correctly in situations where the native toolbar does not get really used

2006-12-09 06:21 PC, revision 43870

fix for SetPosition/SetInsertionPoint when called during Freeze

2006-12-08 23:47 RD, revision 43869

Clear error if wxPyConvertSwigPtr failed

2006-12-08 23:46 RD, revision 43868

Use correct flags Chinese

2006-12-08 23:28 RD, revision 43867

MustHaveApp(wxWindow_FromHWND);

2006-12-08 17:22 PC, revision 43866

re-enable blocking of wx idle events when assert dialog is showing

2006-12-08 15:06 SC, revision 43865

switching from native rtti to wxrtti

2006-12-08 02:46 RD, revision 43864

get rid of one of the extra slashes in the download URLs

2006-12-08 00:35 VZ, revision 43863

1. don't assert if we're passed an empty defaultDir and full path in defaultFileName (the other ports don't do it) 2. don't duplicate gtk_file_chooser_set_current_folder() calls for save and open dialogs unnecessarily 3. reformated a couple of comments to fit in 80 columns

2006-12-08 00:01 VZ, revision 43862

use MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8_TO_OCTAL in wxMimeTextFile to avoid quoting backslashes (which occur naturally in MIME files) in Unicode builds

2006-12-07 21:38 RR, revision 43861

No longer break idle (and indeed all) event handling after using the assert dialog.

2006-12-07 21:03 RD, revision 43860

minor build tweaks

2006-12-07 21:02 RD, revision 43859

ignore a const overloaded method

2006-12-07 16:29 PC, revision 43858

bitwise vs. logical operator

2006-12-07 09:00 PC, revision 43857

static functions don't need an instance