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-24 17:58 VZ, revision 42356

mention that ChangeValue() is for wx 2.7.1+; don't use abbreviations like 'info' instead of 'information' in the manual

2006-10-24 17:44 VZ, revision 42355

wxCollapsiblePaneEvent is in adv library, not core

2006-10-24 17:38 JS, revision 42354

Fix incorrect comparison

2006-10-24 17:04 PC, revision 42353

correct deletes

2006-10-24 16:56 JS, revision 42352

Added missing header

2006-10-24 16:44 PC, revision 42351

correct access for virtuals

2006-10-24 16:43 PC, revision 42350

wx/window.h not needed

2006-10-24 16:32 JS, revision 42349

Compile fixes

2006-10-24 16:17 JS, revision 42348

Must define a symbol to test its value

2006-10-24 16:04 JS, revision 42347

Typo correction

2006-10-24 16:02 JS, revision 42346

Compile fixes

2006-10-24 15:41 JS, revision 42345

Added creation of printer DC to printer factory. Added wxPrintData ctor to wxGnomePrintDC. Added wxGnomePrintPreview.

2006-10-24 14:30 JS, revision 42344

Added GetTempDir change log

2006-10-24 14:26 JS, revision 42343

Added GetTempDir

2006-10-24 13:57 ABX, revision 42342

Blind Tinderbox build fix according to simiar usage in carbon/listbox.cpp

2006-10-24 13:50 ABX, revision 42341

non-PCH build fix (according to Tinderbox).

2006-10-24 12:29 VS, revision 42340

moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverlay for wxDirectFB port

2006-10-24 12:23 VZ, revision 42339

reset the internal flags at the end of DoSetValue(), whatever happened in the callback

2006-10-24 12:08 VZ, revision 42338

test that _INTEGRAL_MAX_BITS is defined before comparing with it; changed wxHAS_HUGE_FILES to be either defined or undef'd for consistency with the other wxHAS_XXXs

2006-10-24 11:52 VZ, revision 42337

fix compilation error in last commit

2006-10-24 11:22 ABX, revision 42336

Warning fix.

2006-10-24 11:21 ABX, revision 42335

Verify wx/filefn.h can be placed as first header in !PCH builds. Build fix for Watcom.

2006-10-24 10:35 ABX, revision 42334

ADV export fix.

2006-10-24 08:42 RR, revision 42333

Minor correction.

2006-10-24 08:37 RR, revision 42332

Minor corrections.

2006-10-24 07:47 MW, revision 42331

Add tests for wxBackingFile.

2006-10-24 07:29 MW, revision 42330

Fix check for wxUSE_BACKINGFILE.

2006-10-24 06:25 PC, revision 42329

static class variable needs a definition

2006-10-24 04:01 RD, revision 42328

reSWIGged

2006-10-24 03:50 RD, revision 42327
  • D /wxWidgets/trunk/contrib/build/animate/animate.bkl
  • D /wxWidgets/trunk/contrib/build/animate/animate.dsp
  • D /wxWidgets/trunk/contrib/build/animate/animate.dsw
  • D /wxWidgets/trunk/contrib/build/animate/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.vc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.wat
  • D /wxWidgets/trunk/contrib/include/wx/animate
  • D /wxWidgets/trunk/contrib/samples/animate
  • D /wxWidgets/trunk/contrib/src/animate
  • M /wxWidgets/trunk/contrib/src/Makefile.in

Remove animate contrib

2006-10-24 03:25 PC, revision 42326

non-pch build fixes

2006-10-24 01:58 RD, revision 42325

document new updates

2006-10-24 01:55 RD, revision 42324

reSWIGged

2006-10-24 01:33 RD, revision 42323

Stop the timer when the sample is destroyed

2006-10-24 01:30 RD, revision 42322

Factor the brush selection out of OnPaint so it can be overridden in derived classes

2006-10-24 01:29 RD, revision 42321

Fixes from Andrea

2006-10-24 01:16 RD, revision 42320

Pass the config object into the wxHtmlHelpFrame so it has the config info in time to set the position and size of the frame.

2006-10-24 01:08 RD, revision 42319

Allow both SetCurrent() and SetCurrent(context)

2006-10-24 01:07 RD, revision 42318

Remove ShowHidden property, it conflicts with the ShowHidden method

2006-10-24 01:05 RD, revision 42317

UpdatePulse --> Pulse

2006-10-24 00:35 RD, revision 42316

fix name errors

2006-10-24 00:34 RD, revision 42315

docstring update

2006-10-24 00:23 KO, revision 42314

Use the same selection highlight and text colors as native list/tree controls (i.e. Finder) do. Also, for wxTreeCtrl, enable wxTR_FULL_ROW_HIGHLIGHT when the default style is used, again to match OS LNF.

2006-10-23 22:57 VZ, revision 42313

added a section about the dialog buttons

2006-10-23 22:56 VZ, revision 42312

removed OnOk/Apply/Cancel() documentation, they don't exist any more

2006-10-23 22:12 VZ, revision 42311

don't use static objects containing bitmaps, this almost certainly results in problems during the program shutdown under X11; instead clean it up in a module

2006-10-23 22:11 VZ, revision 42310

moved wxCollapsiblePane files to adv library

2006-10-23 22:06 VZ, revision 42309

use wxBitmap object as m_buffer and not a pointer to it (replaces patch 1582878)

2006-10-23 22:00 VZ, revision 42308

moved wxCollapsiblePane files to adv library

2006-10-23 21:59 VZ, revision 42307

added wxHAS_XXX section

2006-10-23 21:58 MW, revision 42306

Add tests for wxBackingFile.

2006-10-23 21:46 MW, revision 42305

Rename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES.

2006-10-23 21:32 MW, revision 42304

Undo most of the previous commit.

2006-10-23 21:27 MW, revision 42303

Remove the part that says "don't remove this!" as discussed on wx-dev, to leave the symbols in the first version on a new stable branch unversioned.

2006-10-23 21:20 MW, revision 42302

On unicode builds detect gcc 3.4 precompiled header bug (bugzilla 13361).

2006-10-23 21:05 VZ, revision 42301

don't update the size of a maximized TLW, whatever happens with the pane

2006-10-23 20:39 VZ, revision 42300

try to simplify the web of ifdefs; add Borland to the list of Windows compilers (partially addresses bug 1173702)

2006-10-23 20:19 VZ, revision 42299

don't show licence pane if there is no licence text

2006-10-23 20:15 RD, revision 42298

Bump subrelease number

2006-10-23 19:35 RR, revision 42297

Document wxAppTraits::GetDesktopEnvironment.

2006-10-23 19:23 RD, revision 42296

Used wxConstCast where needed, fixed other compile errors, and removed TABs

2006-10-23 19:21 RD, revision 42295

added missing default ctor

2006-10-23 19:20 RD, revision 42294

Use wxGTK_CONV to fix compile error when building in Unicode mode

2006-10-23 19:19 RD, revision 42293

Add collpane headers to files.bkl, and also collpaneg.cpp for OSX, and rebake

2006-10-23 19:00 RR, revision 42292

Mention that GTK now supports wxALWAYS_SHOW_SB.

2006-10-23 18:55 RR, revision 42291

[ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK

2006-10-23 17:47 JS, revision 42290

Added GetTempDir

2006-10-23 17:38 VS, revision 42289

don't disable caret blinking on non-MSW platforms

2006-10-23 15:53 ABX, revision 42288

PCH build fix.

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

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

2006-10-23 15:52 RD, revision 42286

Update GraphcsContext/Path dummy classes

2006-10-23 15:51 RD, revision 42285

Update ReST docs

2006-10-23 15:50 RD, revision 42284

2.7.1.2 release

2006-10-23 15:48 RD, revision 42283

Split the Python wxaddons package into its own package

2006-10-23 15:45 MW, revision 42282

Added wxBackingFile and wxBackedInputStream.

2006-10-23 15:39 MW, revision 42281

Compile fix.

2006-10-23 14:49 MW, revision 42280

Correct comment.

2006-10-23 14:47 MW, revision 42279

Added wxBackingFile and wxBackedInputStream.

2006-10-23 13:33 MW, revision 42278

Check for fdopen. Probably everywhere has it, but check until we are sure.

2006-10-23 13:10 MW, revision 42277

wxFileName::CreateTempFileName changes. Open the tempfiles read/write. Allow self delting temp files to be created, where the OS supports it. Add support for opening wxFFile temp files.

2006-10-23 12:57 MW, revision 42276

Warning fix for vc8, and move wxGetFileKind out of the wrong section in the source file (was in with the globbing functions).

2006-10-23 12:51 MW, revision 42275

Add WXFILE_LARGEFILE/wxFFILE_LARGEFILE to indicate whether large files are supported by wxFile and wxFFile. Add wxO_BINARY.

2006-10-23 12:30 ABX, revision 42274

Use generic collapsible pane for wxUniv based builds.

2006-10-23 11:58 ABX, revision 42273

Correct 'markup' for GetResourceHandle after recent change in wx/gdiobj.h.

2006-10-23 11:32 ABX, revision 42272

Use generic collapsible pane for wxOS2.

2006-10-23 10:57 ABX, revision 42271

Use generic collapsible pane for wxUniv based builds.

2006-10-23 10:51 ABX, revision 42270

Warning fix.

2006-10-23 10:00 ABX, revision 42269

Warning fix.

2006-10-23 09:58 ABX, revision 42268

Rebaked makefiles after htmllistbox and collapsable panel additions.

2006-10-23 08:53 SC, revision 42267

adding new constructors

2006-10-23 07:06 JS, revision 42266

Fixed return values

2006-10-23 00:50 PC, revision 42265

non-pch build fix

2006-10-22 23:27 VZ, revision 42264

avoid code duplication between the generic and GTK versions, factor the common code out in OnStateChange()

2006-10-22 23:23 VZ, revision 42263

1. We don't need GetTopLevelParent() here, we already have wxGetTopLevelParent() 2. Don't hardcode button id in the generic version 3. Don't include unneeded headers from the header

2006-10-22 23:13 VZ, revision 42262

use gtk_expander_new_with_mnemonic() instead of just gtk_expander_new()

2006-10-22 23:10 VZ, revision 42261

cleanup (mainly wrapping lines to be < 80 chars); added IsExpanded()

2006-10-22 22:33 VZ, revision 42260

show the item for which the context menu is shown correctly

2006-10-22 22:28 VZ, revision 42259

initial draft of wxCollapsiblePane (patch 1577412 by Francesco)

2006-10-22 22:12 VZ, revision 42258

there is no need to convert wxArrayString to wxString[] explicitly any more, wx controls accept wxArrayString directly now

2006-10-22 22:09 VZ, revision 42257

added wxSimpleHtmlListBox (patch 1576109 by Francesco)