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-10-28 03:00 RD, revision 42556

daily updates and add wxGrpahicsPath overloads

2006-10-28 02:59 RD, revision 42555

Add missing Contains overload

2006-10-28 02:59 RD, revision 42554

Typemaps for wxRect2D

2006-10-28 02:59 RD, revision 42553

Don't decref if the interpreter is not initialized, (eg. it's in its shutdown process.)

2006-10-28 02:58 RD, revision 42552

daily updates and tweaks

2006-10-28 02:28 RD, revision 42551

Ensure that the pen and bush are properly initialized

2006-10-28 01:15 MW, revision 42550

Fix portibility bug.

2006-10-28 00:52 VZ, revision 42549

explain that wxRTTI macros must be used for OnCompareItems() to be called

2006-10-28 00:44 VZ, revision 42548

verify that we checked all the array elements in TestSTL(); make the number of array elements a constant

2006-10-28 00:37 KO, revision 42547

Calling SetFocus from within an OnFocus handler causes infinite recursion on Mac...

2006-10-28 00:28 VZ, revision 42546

fix VC warning about forward declaring struct as class

2006-10-28 00:20 VZ, revision 42545

removed hard TAB

2006-10-27 22:10 MW, revision 42544

Add wxArchiveFSHandler.

2006-10-27 22:03 MW, revision 42543

Tidy up includes and #if wxUSE statements.

2006-10-27 20:22 KO, revision 42542

Don't use the superview when converting.

2006-10-27 20:05 RR, revision 42541

Indicate that EnableCloseButton is virtual.

2006-10-27 18:42 RR, revision 42540

Compile fix.

2006-10-27 18:02 RR, revision 42539

[ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation

2006-10-27 17:59 RR, revision 42538

[ 1585270 ] Further fixes to wxPathList

2006-10-27 17:25 KO, revision 42537

Don't use bitmaps to draw tree item buttons, use the HITheme drawing functions instead. (The bitmaps would show jaggies on dark backgrounds.)

2006-10-27 15:52 BIW, revision 42536

fixed crash in multi notebook

2006-10-27 15:19 SC, revision 42535

changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

2006-10-27 15:02 MW, revision 42534

Comment out compile time check.

2006-10-27 14:59 SC, revision 42533

switching things to ref counting

2006-10-27 14:32 JS, revision 42532

Pagination fix

2006-10-27 14:32 MW, revision 42531

Remove header now not needed here.

2006-10-27 14:30 MW, revision 42530

Missing header.

2006-10-27 14:26 VS, revision 42529

fixed typo in last commit: use YLOG2DEV for y coordinates, not XLOG2DEV

2006-10-27 14:21 SC, revision 42528

changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

2006-10-27 14:16 JS, revision 42527

Colour preview canvas grey to contrast with page

2006-10-27 14:14 MW, revision 42526

Compile fix for --enable-stl.

2006-10-27 14:06 MW, revision 42525

Missing exports.

2006-10-27 13:14 JS, revision 42524

Robert Lang's patch and wxRTC changes documented

2006-10-27 13:08 VS, revision 42523

compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine

2006-10-27 13:07 JS, revision 42522

Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies

2006-10-27 12:41 VS, revision 42521

don't draw the endpoint in DrawLine at least in the common cases of vertical and horizontal lines

2006-10-27 12:40 JS, revision 42520

Fixed caret droppings left when scrolling

2006-10-27 12:23 VS, revision 42519

wx{V,H}SCROLL code is needed on all platforms

2006-10-27 12:21 VS, revision 42518

fixed repainting of windows without the wxFULL_REPAINT_ON_RESIZE style under wxMSW/Univ

2006-10-27 12:16 MW, revision 42517

Base wxArchiveFSHandler on wxZipFSHandler.

2006-10-27 11:33 MW, revision 42516

Yes VC5 support large files.

2006-10-27 11:27 VZ, revision 42515

don't use _INTEGRAL_MAX_BITS to decide whether a (Windows) compiler supports huge files, this fails with Borland, so test for all compilers explicitly

2006-10-27 10:47 MW, revision 42514

Bug fix.

2006-10-27 10:14 MW, revision 42513

Use wxFS_SEEKABLE when opening images since some image handlers need seeking.

2006-10-27 10:11 MW, revision 42512

Add tar stream tests.

2006-10-27 10:06 MW, revision 42511

Include FindLength in the tests.

2006-10-27 09:57 MW, revision 42510

Rebake for new tar streams.

2006-10-27 09:54 MW, revision 42509

Implement new features for finding class factories. Put seek inside 2.6 compat ifdef.

2006-10-27 09:53 MW, revision 42508

Base class factory on the wxFilter base class and implement the new Find feature.

2006-10-27 09:35 MW, revision 42507

Allow per instance filesystem handlers.

2006-10-27 09:29 JS, revision 42506

Warning fixes

2006-10-27 09:28 MW, revision 42505

Add tar streams.

2006-10-27 09:27 JS, revision 42504

Typo fix

2006-10-27 09:12 RR, revision 42503

Add empty EnableCloseButton() into wxTLW base class.

2006-10-27 09:12 MW, revision 42502

Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.

2006-10-27 09:07 RR, revision 42501

Document wxTLW::EnableCloseButton.

2006-10-27 09:02 RR, revision 42500

Minor doc corrections.

2006-10-27 08:59 JS, revision 42499

Demonstrates printing

2006-10-27 08:56 JS, revision 42498

Added richtextprinting.cpp/h

2006-10-27 08:54 MW, revision 42497

Add FindLength()

2006-10-27 08:50 RR, revision 42496

Don't overwrite wxFD_ styles in m_windowStyle.

2006-10-27 08:45 RR, revision 42495

Move the wxFD_... flags back into m_windowStyle as requested. Add the list if flags, with which the wxFD_ flags have to cooperate into the header of wxFileDialog.

2006-10-27 08:43 JS, revision 42494

First cut at printing support for wxRichTextCtrl

2006-10-27 08:18 RR, revision 42493

Add EnableCloseButton() as wxMSW does. Use it in wxProgressDialog so that without wxPD_CAN_ABORT you cannot close the dialog. Closes [ 1585563 ] wxProgressDialog @ GTK CloseButton

2006-10-27 07:52 MW, revision 42492

Factory some of wxFilterClassFactory into a base class.

2006-10-27 07:48 ABX, revision 42491

Reverted winundef.h removal - without it build fails on GetWindowStyle later.

2006-10-27 07:45 ABX, revision 42490

Warning fixes.

2006-10-27 07:21 BIW, revision 42489

made the multi-notebook the default view in the aui sample; added welcome screen to the notebook

2006-10-27 07:06 MW, revision 42488

Add wxFS_SEEKABLE open flag.

2006-10-27 06:30 RD, revision 42487

flesh out the dummy classes reorg the class decls a bit do some overloading add docstrings

2006-10-27 06:29 RD, revision 42486

include mslu.h

2006-10-27 06:28 RD, revision 42485

fix some compile/link errors

2006-10-27 06:08 RD, revision 42484

Added Changer classes

2006-10-27 06:06 RD, revision 42483

Add wxRect2D

2006-10-27 05:32 RD, revision 42482

fix compile errors

2006-10-27 05:31 RD, revision 42481

Detabified

2006-10-27 04:42 PC, revision 42480

allow building with wxUSE_THREADS==0

2006-10-26 22:49 MW, revision 42479

Add wxFilterFSHandler.

2006-10-26 22:45 MW, revision 42478

Change wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().

2006-10-26 22:43 MW, revision 42477

Add wxFilterClassFactory::PopExtension().

2006-10-26 22:41 MW, revision 42476

For streams smaller than the buffer reduce the buffer to length + 1 instead of length, so that it doesn't go to disk.

2006-10-26 21:41 , revision 42475
  • A /wxWidgets/tags/wxPy_2_7_1_3
  • R /wxWidgets/tags/wxPy_2_7_1_3/build
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/animate
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/wxPy_2_7_1_3/debian
  • D /wxWidgets/tags/wxPy_2_7_1_3/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_7_1_3/docs/latex/wx/bufferdc.tex
  • R /wxWidgets/tags/wxPy_2_7_1_3/include/wx/dcbuffer.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/include/wx/graphics.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/include/wx/hyperlink.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/include/wx/mac
  • R /wxWidgets/tags/wxPy_2_7_1_3/lib/dummy
  • R /wxWidgets/tags/wxPy_2_7_1_3/Makefile.in
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/png/pngdemo.rc
  • D /wxWidgets/tags/wxPy_2_7_1_3/samples/resource
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_7_1_3/samples/tab
  • D /wxWidgets/tags/wxPy_2_7_1_3/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/common/gdicmn.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/common/graphcmn.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/expat.dsp
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/os2config.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/generic/graphicc.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/generic/hyperlink.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/mac
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/mac/carbon/filedlg.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/mac/carbon/listctrl_mac.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/mac/carbon/overlay.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/msw/graphics.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/configure
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/makefile.vc
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/README
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/wxWindows.dsp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_7_1_3/wxPython

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

2006-10-26 21:41 RD, revision 42474

wxPython 2.7.1.3

2006-10-26 21:36 VZ, revision 42473

include autopackage-related files

2006-10-26 21:35 VZ, revision 42472

include wx/msw/mslu.h for wxUsingUnicowsDll() declaration

2006-10-26 21:08 RR, revision 42471

[ 1585253 ] Various important bugfixes to wxFileName::Normalize

2006-10-26 20:35 RR, revision 42470

Make animation of combo-popdown optional. Replace wxMiniSleep() + wxYield() implemenation by wxTimer based one.

2006-10-26 20:29 RR, revision 42469

Rewrite selection event code for wxListBox. Remove ifdef for non-native wxCheckListBox.

2006-10-26 19:48 MW, revision 42468

Missing header.

2006-10-26 19:24 SC, revision 42467

moving rounded rect and ellipse to path class

2006-10-26 19:21 SC, revision 42466

missing apply call

2006-10-26 19:17 KO, revision 42465

Updating bindings for wxGraphicsContext and wxRichTextCtrl.

2006-10-26 19:12 VZ, revision 42464

no need to include wx/msw/mslu.h from here any more, wx/msw/wrapwin.h does what it used to do now

2006-10-26 19:11 VZ, revision 42463

rename UpdatePulse() to Pulse() (forgot to commit with the rest of the changes)

2006-10-26 19:06 VZ, revision 42462

move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h

2006-10-26 17:54 RD, revision 42461

Patch from Dj Gilcrease to fix gradients.

2006-10-26 17:31 SC, revision 42460

adding workarounds for 10.4 only implementations

2006-10-26 17:22 SC, revision 42459

switching to new renderer API

2006-10-26 16:49 JS, revision 42458

Minor corrections

2006-10-26 16:19 RD, revision 42457

fixed compile error (jump to label bypasses initialization, or something like that...)