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

2007-02-23 07:57 RR, revision 44556

[ 1665996 ] Fixes/extensions to wxDataViewCtrl

2007-02-22 17:57 JS, revision 44555

Fixed a confusion between window and client size that could lead to gradually increasing window size on repeated layout, by duplicate application of the client to window size conversion.

2007-02-22 01:53 KO, revision 44554

Fix for crash when an invalid font was being mistakenly identified as valid due to a signed check on an unsigned value, and also change the wxLogDebug statement, as I was getting crashes with %s and wxString.

2007-02-21 23:41 RD, revision 44553

Support wxTELETYPE font family

2007-02-21 23:41 RD, revision 44552

update version number

2007-02-21 23:40 RD, revision 44551

show better technique for updating drawing from outside of EVT_PAINT handler

2007-02-21 23:37 RD, revision 44550

enable this demo for the Mac

2007-02-21 22:28 RD, revision 44549

Oops, forgot to remove the commented out code

2007-02-21 22:24 RD, revision 44548

simple test for wxGCDC::DoDrawEllipticArc

2007-02-21 22:24 RD, revision 44547

Use floating point math in wxGCDC::DoDrawEllipticArc. Also removed the lines closing the arc since wxDC doesn't do that.

2007-02-21 19:47 RD, revision 44546

Applied patch [ 1664571 ] ListCtrl::ColumnSorterMixin-new callback OnSortOrderChanged

2007-02-21 15:55 VS, revision 44545

fixed BAKEFILE_AUTOCONF_INC_M4_VERSION changed by mistake

2007-02-21 15:07 JS, revision 44544

Applied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug (troelsk - allow for left-handed mouse)

2007-02-20 20:05 VS, revision 44543

allow creating wxString from char*, assigning to it from char* and comparing with char* values

2007-02-20 19:40 VS, revision 44542

fixed incorrectly reported WXWIN_COMPATIBILITY_2_6 value in summary

2007-02-20 12:54 JS, revision 44541

Fixed a problem with tabs when text spills over the end of the tab stops

2007-02-20 11:12 VS, revision 44540

compilation fix

2007-02-20 07:57 JS, revision 44539

Ignore Windows key

2007-02-20 02:39 RD, revision 44538

another typo fixed

2007-02-20 02:29 RD, revision 44537

simple test for drawing and measuring text with a GC

2007-02-20 02:28 RD, revision 44536

reSWIGged

2007-02-20 02:27 RD, revision 44535

fix 'instance' typos

2007-02-20 02:18 RD, revision 44534

Add a bit of testing code

2007-02-20 02:12 RD, revision 44533

Add implementations for: wxCairoPathData::AddPath wxCairoContext::Clip wxCairoContext::ResetClip wxCairoContext::GetTextExtent Adjusted the baseline-relative DrawText to be offset by the ascent.

2007-02-19 21:17 RD, revision 44532

Add wx.DD_DIR_MUST_EXIST style. (Patch #1662736)

2007-02-19 21:14 RD, revision 44531

simple wx.LogWindow test

2007-02-19 21:13 RD, revision 44530

fix import

2007-02-19 20:35 RD, revision 44529

Patch #1662729: TreeListCtrl::SetColumnWidth accepting wxLIST_AUTOSIZE and wxLIST_AUTOSIZE_USEHEADER.

2007-02-19 20:31 RD, revision 44528

TreeMixins 0.6 from Frank

2007-02-19 20:30 RD, revision 44527

wxMac can handle the foreign DnD too

2007-02-19 20:02 VS, revision 44526

added WXWIN_COMPATIBILITY_2_8

2007-02-19 18:32 JS, revision 44525

Layout correction

2007-02-19 18:30 JS, revision 44524

Doc corrections

2007-02-17 12:32 RR, revision 44523

Most of FM's wxDataViewCtrl patch.

2007-02-17 11:35 RR, revision 44522

Minor parts from FM's wxDataViewCtrl patch.

2007-02-17 09:16 RR, revision 44521

[1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr

2007-02-17 02:35 VZ, revision 44520

do adjust scrollbars in our EVT_SIZE handler now that we turn them off correctly (otherwise scrollbars wouldn't be shown correctly when the grid becomes too small to show its contents entirely after changes in rev 1.410)

2007-02-16 23:47 RD, revision 44519

use InspectableApp for testing

2007-02-16 23:46 RD, revision 44518

reSWIGged

2007-02-16 23:35 RD, revision 44517

Remove boxus property (getter requires param)

2007-02-16 23:34 RD, revision 44516

Add wx.lib.mixins.treemixin from Frank Niessink.

2007-02-16 23:32 RD, revision 44515

Fixes as described in #1661049 (Uncollectable ogl objects)

2007-02-16 22:12 JS, revision 44514

IsShown shouldn't cause empty sizers to not have their positions calculated

2007-02-16 17:43 VZ, revision 44513

don't delete inexistent column indices in DeleteCols() [backport from HEAD]

2007-02-16 17:41 VZ, revision 44512

don't delete inexistent column indices in DeleteCols()

2007-02-16 14:47 VZ, revision 44511

suppress warning about casting -1 to guint

2007-02-16 08:16 JS, revision 44510

Added support for hover bitmap

2007-02-16 02:21 VZ, revision 44509

update from Ivan Masar

2007-02-15 12:38 VZ, revision 44508

return size without decorations from size_request GTK callback in wxTLW

2007-02-14 20:35 VZ, revision 44507

use AllocExclusive() instead of duplicating its code in wxFont-specific Unshare(); this fixes recreating the font whenever it is modified (even if it's not shared) bug

2007-02-14 17:52 VZ, revision 44506

corrected StartDoc() return value testing broken in last commit

2007-02-14 16:13 VZ, revision 44505

fix warning about unused variable in release build by using standard wxLogLastError() if StartDoc() fails instead of duplicating it here

2007-02-14 16:12 VZ, revision 44504

fix warning about unused TRACE_MASK variable in release builds

2007-02-14 16:10 VZ, revision 44503

corrected IMPLEMENT_DYNAMIC_CLASS macros to ensure that the controls are seen to derive from wxControlWithItems by the wx RTTI code (patch 1659708)

2007-02-14 16:00 VZ, revision 44502

added wxEL_NO_REORDER style (modified patch 1655969)

2007-02-14 13:35 VZ, revision 44501

update from Adiel Mittmann

2007-02-14 13:32 VZ, revision 44500

Slovak translation added

2007-02-13 23:22 VZ, revision 44499

various compilation fixes [backport from HEAD]

2007-02-13 23:20 VZ, revision 44498

removed superfluous semicolon

2007-02-13 23:15 VZ, revision 44497

various compilation fixes

2007-02-13 17:08 ABX, revision 44496

Avoid do-nothing virtuals in WinCE.

2007-02-13 16:52 RD, revision 44495

rebaked makefiles with new version numbers

2007-02-13 16:30 ABX, revision 44494

Make QS_ALLPOSTMESSAGE available everywhere regardless SDK limitations.

2007-02-13 15:52 ABX, revision 44493

WinCE build fix.

2007-02-13 15:49 ABX, revision 44492

Warning fix.

2007-02-13 11:26 , revision 44491
  • A /wxWidgets/tags/WX_2_8_2rc1
  • R /wxWidgets/tags/WX_2_8_2rc1/build/bakefiles/common.bkl
  • R /wxWidgets/tags/WX_2_8_2rc1/build/bakefiles/version.bkl
  • R /wxWidgets/tags/WX_2_8_2rc1/configure
  • R /wxWidgets/tags/WX_2_8_2rc1/configure.in
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/animate
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/WX_2_8_2rc1/contrib/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/contrib/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_2rc1/debian/changelog
  • D /wxWidgets/tags/WX_2_8_2rc1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/changes.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/collpane.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/renderer.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/richtextbuffer.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/richtextctrl.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/toolbar.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/toolbook.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/readme.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/tech/tn0011.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/gtk/tbargtk.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/listbox.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/mac/carbon/toolbar.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/msw/chkconf.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/msw/seh.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/msw/tbar95.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/renderer.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/richtext/richtextbuffer.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/version.h
  • R /wxWidgets/tags/WX_2_8_2rc1/lib/dummy
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/aui/auidemo.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/regtest/regtest.cpp
  • D /wxWidgets/tags/WX_2_8_2rc1/samples/resource
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_8_2rc1/samples/tab
  • D /wxWidgets/tags/WX_2_8_2rc1/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/combocmn.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/datetime.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/dcgraph.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/event.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/evtloopcmn.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/fileconf.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/intl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/wxchar.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/configure
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/expat.dsp
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/generic/grid.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/generic/scrlwing.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/generic/srchctlg.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/listbox.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_8_2rc1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_8_2rc1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_8_2rc1/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/mac/carbon/font.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/mac/carbon/renderer.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/mac/carbon/toolbar.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/mac/carbon/utils.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/datectrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/menu.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/tbar95.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/thread.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/treectrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/window.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/configure
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/example.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/makefile.vc
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/png.5
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/png.c
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/png.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/README
  • D /wxWidgets/tags/WX_2_8_2rc1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_8_2rc1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/TODO
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_8_2rc1/src/regex/regfronts.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/richtext/richtextbuffer.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/richtext/richtextctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/richtext/richtextxml.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_2rc1/src/univ/combobox.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_8_2rc1/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/xrc/xh_hyperlink.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/xrc/xh_unkwn.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/README
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/wxprop
  • R /wxWidgets/tags/WX_2_8_2rc1/version-script.in
  • R /wxWidgets/tags/WX_2_8_2rc1/wxBase.spec
  • R /wxWidgets/tags/WX_2_8_2rc1/wxGTK.spec
  • R /wxWidgets/tags/WX_2_8_2rc1/wxMGL.spec
  • R /wxWidgets/tags/WX_2_8_2rc1/wxMotif.spec
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/config.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/Dialog.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/DragImage.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/GraphicsContext.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/I18N.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/Main.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/SearchCtrl.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/SizedControls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/distrib/all/build-all
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/docs/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/samples/doodle/setup.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/aui.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/grid.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/aui.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/grid.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_controls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_core.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/aui.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/grid.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_controls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_core.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/aui.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/grid.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_controls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_core.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_combobox.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_gdicmn.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_graphics.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_toolbar.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_window.i
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/tests/test_borders.py
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/tests/test_floatOnParent.py
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/tests/test_griddrag.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/lib/customtreectrl.py
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/lib/inspect.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/lib/mixins/inspect.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/lib/wxpTag.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/py/frame.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/globals.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/images.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/panel.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/params.py
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/src-images/ToolMoveDown.png
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/src-images/ToolMoveLeft.png
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/src-images/ToolMoveRight.png
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/src-images/ToolMoveUp.png
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/TODO.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/tree.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/undo.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/xrced.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/xxx.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wxaddons/sized_controls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxX11.spec

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

2007-02-13 11:26 CE, revision 44490

version update

2007-02-12 21:27 RD, revision 44489

Make the greyed image list be the same size as the main image list, don't assume 16x16

2007-02-12 21:01 JS, revision 44488

Pass correct values to spin control

2007-02-12 20:31 RR, revision 44487

Hack to support iso8859 and other wrongly formated filenames in UTF8 locales for file DnD as we do for the native GTK+ file dialog.

2007-02-12 19:17 VZ, revision 44486

clarify Wait() semantics (see patch 1652076)

2007-02-12 19:11 VZ, revision 44485

fixed LastRead() after Read(wxOutputStream&) (patch 1658301) [backport from HEAD]

2007-02-12 19:08 VZ, revision 44484

fixed LastRead() after Read(wxOutputStream&) (patch 1658301)

2007-02-12 18:18 RD, revision 44483

add Windows Python 2.3 build back in

2007-02-12 18:17 RD, revision 44482

Compile fix for Panther

2007-02-12 17:46 RD, revision 44481

fix version numbers

2007-02-12 16:36 VZ, revision 44480

compilation fix [backport from HEAD]

2007-02-12 16:35 VZ, revision 44479

compilation fix for last commit

2007-02-12 15:32 VZ, revision 44478

suppress gcc warnings about invalid format strings

2007-02-12 14:52 VZ, revision 44477

don't run WrongFormatStrings test with system printf, it doesn't work

2007-02-12 13:59 VS, revision 44476

fixed syntax errors

2007-02-12 13:21 VZ, revision 44475

update from Reinout van Schouwen

2007-02-12 13:13 CE, revision 44474

version 2.8.2

2007-02-12 13:05 VZ, revision 44473

removed spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks the code with Watcom (and maybe others) (bug 1618853) [backport from HEAD]

2007-02-12 13:04 VZ, revision 44472

removed spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks the code with Watcom (and maybe others) (bug 1618853)

2007-02-12 10:54 CE, revision 44471

add docs/msw/install.txt

2007-02-12 10:50 CE, revision 44470

change version to 2.8.2 in places mentioned in technotes tn0011

2007-02-12 10:05 JS, revision 44469

Added some change logs, updated version

2007-02-11 14:39 RR, revision 44468

Backport wxListBox::Insert() changes to 2_8.

2007-02-11 14:31 RR, revision 44467

Fix wxGTK wxListBox::Append() to return correct index (also for sorted list). Use wxControlWithItems::Insert(..) methods from wxListBox (can probably be removed).

2007-02-11 09:27 RR, revision 44466

pixbuf cursor support is for GTK 2.4.

2007-02-11 03:13 VZ, revision 44465

made GetStrings() const (patch 1655975)

2007-02-11 03:08 VZ, revision 44464

more const correctness (slightly modified patch 1655991)

2007-02-11 03:04 VZ, revision 44463

check for wxUSE_MDI which is needed by this code (patch 1656080)

2007-02-11 03:02 VZ, revision 44462

added support for colour cursors in wxGTK (patch 1655576)

2007-02-11 02:58 VZ, revision 44461

don't Printf() the string into itself (replaces patch 1655318) (backport from HEAD)

2007-02-11 02:55 VZ, revision 44460

don't Printf() the string into itself (replaces patch 1655318)

2007-02-11 02:53 VZ, revision 44459

miscellaneous minor corrections (patch 1652327)

2007-02-11 02:42 VZ, revision 44458

made AddPendingEvent() virtual (patch 1652077)

2007-02-11 02:34 VZ, revision 44457

fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924) (backport from HEAD)