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-04 06:24 SC, revision 44356

adding scroll axis to wheel events

2007-02-04 00:35 VZ, revision 44355

our build also depends on bc

2007-02-04 00:34 VZ, revision 44354

call OnInit() from all samples to allow using standard command line options with all of them (patch 1623971)

2007-02-04 00:22 VZ, revision 44353

add accessors using wxFileName to wxFile/DirPickerCtrl (patch 1622534)

2007-02-04 00:12 VZ, revision 44352

added wxEventBlocker class (patch 1622444)

2007-02-03 15:56 VZ, revision 44351

updated comments after latest commit (Tim Kosse)

2007-02-03 12:01 VZ, revision 44350

fix compilation problem when wxUSE_FSVOLUME==0 after last commit: declare wxIsDriveAvailable() before using it

2007-02-02 23:59 VZ, revision 44349

use wxFSVolume instead of duplicating its functionality in the (MSW branch of) wxGetAvailableDrives() (patch 1615074)

2007-02-02 23:55 VZ, revision 44348

don't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES) fails as it does all the time with network drives

2007-02-02 23:41 VZ, revision 44347

fix assert when the control doesn't have a valid date initially (bug 1648192)

2007-02-02 23:22 VZ, revision 44346

don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795)

2007-02-02 23:12 VZ, revision 44345

don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795)

2007-02-02 22:46 VZ, revision 44344

don't wake up on Windows messages when waiting for thread termination in a console application as this results in an infinite loop because we never process them and thus they remain in the queue for always (modified patch 1615875; closes bugs 877128)

2007-02-02 01:27 VZ, revision 44343

added support for underlined fonts

2007-02-01 22:54 RD, revision 44342

Reset g_lastMouseEvent after processing the mouse button release event

2007-02-01 22:52 RD, revision 44341

Don't capture the mouse until after we're sure we're not sending wxEVT_GRID_CELL_BEGIN_DRAG

2007-02-01 22:49 RD, revision 44340

Use Get instead of deprecated asTuple

2007-02-01 22:48 RD, revision 44339

fix typo

2007-02-01 00:26 VZ, revision 44338

document wxNewId() as being deprecated

2007-02-01 00:22 VZ, revision 44337

document Next/PrevControlId

2007-02-01 00:10 VZ, revision 44336

use wxObject copy ctor, not default ctor, in wxEvent copy ctor (backport from HEAD)

2007-02-01 00:07 VZ, revision 44335

use wxObject copy ctor, not default ctor, in wxEvent copy ctor

2007-01-31 14:27 JS, revision 44334

COrrected style doc

2007-01-31 03:40 VZ, revision 44333

removed wxABI_TESTS, they're irrelvant in 2.9

2007-01-31 03:34 VZ, revision 44332

Added wxSizerFlags::Top() and Bottom()

2007-01-31 03:26 VZ, revision 44331

Added wxSizerFlags::Top() and Bottom()

2007-01-31 03:24 VZ, revision 44330

removed 2.6 incompatibilities section

2007-01-28 16:57 JS, revision 44329

Added extra hit test style for more accurate reporting

2007-01-26 22:59 RD, revision 44328

fix typo

2007-01-26 22:39 RD, revision 44327

refactor InspectionTool

2007-01-26 21:47 SC, revision 44326

fix for drawing in the 'grox box' between two scrollbars

2007-01-26 20:14 RD, revision 44325

Patch #1645253, fixes overflow error

2007-01-26 17:36 SC, revision 44324

changing asserts to debug info

2007-01-26 17:22 SC, revision 44323

separate assert in case the control ref is already null

2007-01-26 16:37 RD, revision 44322

Added some missing "private:" keywords

2007-01-26 12:41 VS, revision 44321

fixes to InputPath values in custom build steps

2007-01-26 07:23 RD, revision 44320

Switch to AUI instead of splitter windows. Also load and save config settings.

2007-01-26 07:17 RD, revision 44319

fix docstring

2007-01-25 23:36 RD, revision 44318

reSWIGged

2007-01-25 23:35 RD, revision 44317

Added wxToolBar::SetTool[Normal|Disabled]Bitmap for wxMSW, wxGTK and wxMac

2007-01-25 23:07 RD, revision 44316

wx.FRAME_FLOAT_ON_PARENT experiments

2007-01-25 23:07 RD, revision 44315

Don't use a reference for the return value of wx.Rect.Inflate

2007-01-25 23:05 RD, revision 44314

DocString fix

2007-01-25 23:04 RD, revision 44313

Use ChangeValue instead of SetValue when changing the DescriptiveText in order to not generate unexpected EVT_TEXT events.

2007-01-25 22:59 RD, revision 44312

Fill in more info for the wxEVT_STC_AUTOCOMP_SELECTION event.

2007-01-25 22:52 RD, revision 44311

reorder the creation of the drag objects

2007-01-25 22:52 RD, revision 44310

minor tweaks

2007-01-25 17:33 VS, revision 44309

don't assume there's always an active wxEventLoop instance

2007-01-25 15:39 VZ, revision 44308

changing text alignment dynamically doesn't always work under XP, recreate the control there too (backport from HEAD)

2007-01-25 15:36 VZ, revision 44307

changing text alignment dynamically doesn't always work under XP, recreate the control there too

2007-01-24 22:32 VZ, revision 44306

document that the parent window gets EVT_LEAVE_WINDOW when the mouse enters one of its children

2007-01-24 17:37 VZ, revision 44305

use LLONG_MIN instead of -1 (which is a valid time value corresponding to 1ms before Epoch) for the invalid wxDateTime m_time value

2007-01-24 13:42 VS, revision 44304

compiled fixes for builds without PCH

2007-01-24 07:51 JJ, revision 44303

Committing in . adding #include <sys/socket.h> for OpenVMS. mayby some other platforms need this include Modified Files: wxWidgets/include/wx/private/socketevtdispatch.h

2007-01-24 00:01 RD, revision 44302

newline at end of file

2007-01-24 00:01 RD, revision 44301

use the run module when run standalone.

2007-01-23 09:25 CE, revision 44300

fix SF bug 1640955

2007-01-23 09:06 CE, revision 44299

fix SF bug 1640955

2007-01-22 21:57 RD, revision 44298

bump subrelease number

2007-01-22 21:46 RD, revision 44297

changelog for 2.8.1.1

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

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

2007-01-22 17:43 VS, revision 44295

wxDFB doesn't require extra configure options anymore

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

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

2007-01-22 16:59 RD, revision 44293

changelog for 2.8.1.1

2007-01-22 16:51 RD, revision 44292

regenerated

2007-01-22 15:13 VS, revision 44291

implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

2007-01-22 15:10 VS, revision 44290

wxDFB: fix rendering artefacts when scrolling wxScrolledWindow that contains other widgets

2007-01-22 15:04 VS, revision 44289

implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

2007-01-22 14:05 VS, revision 44288

enable wxFontMapper in wxDFB port

2007-01-22 13:07 VS, revision 44287

allow building wxXRC with wxUSE_HTML=0: make linking work in absence of wxHTML library

2007-01-22 12:50 VS, revision 44286

SETUPHDIR is Bakefile variable, not MSVC IDE one

2007-01-22 12:26 VS, revision 44285

fixed wxGetTranslation() prototype in the !wxUSE_INTL case

2007-01-21 22:39 SN, revision 44284

Improve resetting table via SetTable (extended version of patch #1636377).

2007-01-21 07:07 RD, revision 44283

reswigged

2007-01-21 07:07 RD, revision 44282

suspend logging while in wx.DataFormat.GetId

2007-01-21 07:05 RD, revision 44281

remove bad property

2007-01-21 07:03 RD, revision 44280

Build and distrib tweaks

2007-01-21 06:59 RD, revision 44279

No animate contrib anymore

2007-01-21 06:58 RD, revision 44278

Return an empty string from wxDataFormat::GetId if there was an error

2007-01-21 06:53 RD, revision 44277

Add some wxCHECK_MSG's

2007-01-21 06:47 RD, revision 44276

Return an empty string from GetValue if the textctrl is set to the descriptive text

2007-01-21 06:43 RD, revision 44275

Revert menus and toolbars to using wxNewId() too since their IDs can't be negative either

2007-01-21 01:58 PC, revision 44274

expose handlers are supposed to return a gboolean; false may be correct, at least it's not random

2007-01-21 01:21 VZ, revision 44273

fix infinite recursion when processing navigation keys in panels containing book controls

2007-01-21 01:01 VZ, revision 44272

reverted last commit, using result of NewControlId() when creating the control (instead of wxID_ANY) results in an assert

2007-01-21 00:52 VZ, revision 44271

use wxID_ANY for internal controller control instead of wxID_CHOICE/LIST/TOOLBAR/TREEBOOKTREEVIEW; this fixes asserts about using negative ids after last change

2007-01-20 14:32 VZ, revision 44270

don't crash in dtor if the X11 window hadn't been created (patch 1640153)

2007-01-20 14:15 VZ, revision 44269

name user config file appname.conf when it's locayed in ~/.appname by default

2007-01-20 14:13 VZ, revision 44268

set command int (indicating whether the item is checked) correctly for the menu events (bug 1639891)

2007-01-20 03:28 RD, revision 44267

wx.FRAME_FLOAT_ON_PARENT notes

2007-01-20 03:26 RD, revision 44266

Use float-on-parent frames for the popups if wxPopupWindow is not available

2007-01-20 03:23 RD, revision 44265

Added support for the wxFRAME_FLOAT_ON_PARENT style Also add a mode for the wxPOPUP_WINDOW style as a temporary hack to make it easier using a wxFrame as a replacement for wxPopupWindow. See how it is used in wxStyledTextCtrl.

2007-01-19 23:25 VS, revision 44264

fixed typo in code for setting alternative locale name

2007-01-19 20:17 RD, revision 44263

Bump subrelease number

2007-01-19 20:15 RD, revision 44262

Add a note about wxSearchCtrl::[Get|Set]DescriptiveText

2007-01-19 20:13 RD, revision 44261

some updates to CHANGES.txt

2007-01-19 19:51 RD, revision 44260

Added stepColour utility function

2007-01-19 12:36 JS, revision 44259

Corrections

2007-01-19 12:17 JS, revision 44258

Added missing functions

2007-01-19 05:27 RD, revision 44257

Added wxSearchCtrl::[Get|Set]DescriptiveText Tweaked the layout of the subcontrols a bit Lightened the icons to be more like Mac