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-01-08 03:06 PC, revision 44156

backport rev 1.19: set error to GSOCK_TIMEOUT if the socket timed out

2007-01-08 03:05 PC, revision 44155

backport rev 1.203: made width computation in GetTextExtent() more precise, especially for italics fonts

2007-01-08 03:05 PC, revision 44154

backport rev 1.5: avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue

2007-01-08 03:05 PC, revision 44153

backport rev 1.537: don't redefine _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS if already defined

2007-01-08 02:52 KO, revision 44152

Fix GetNextItem for virtual wxListCtrl, and improve behavior for wxLIST_NEXT_ALL.

2007-01-07 23:35 VZ, revision 44151

fix compilation for latest SDK where EnumModulesProc() first parameter is now const (bug 1629333)

2007-01-07 22:48 VZ, revision 44150

updated version to 2.8.1

2007-01-07 22:48 VZ, revision 44149

also update wxVERSION_STRING

2007-01-07 22:41 VZ, revision 44148

fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)

2007-01-07 22:30 VZ, revision 44147

apparently the previous version was generated with a wrong bakefile, regenererated with 0.2.1

2007-01-07 22:28 VZ, revision 44146

also update manual.tex

2007-01-07 22:26 VZ, revision 44145

more informative output

2007-01-07 22:21 VZ, revision 44144

updated version to 2.8.1

2007-01-07 21:38 SN, revision 44143

Attempt at fixing deepCopyHostent/Servent. Fixed MT problem my making mutexes global.

2007-01-07 21:34 VZ, revision 44142

added a script to update release version field

2007-01-07 20:13 VZ, revision 44141

don't compile wxDataViewDateRendererPopupTransient if !wxUSE_POPUPWIN (as is always the case under Mac) (bug 1616964)

2007-01-07 20:09 VZ, revision 44140

no changes, just removed duplicate TreeView_HitTest() calls

2007-01-07 19:58 VZ, revision 44139

corrected message about page number overflow

2007-01-07 19:44 VZ, revision 44138

added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release, not press, under MSW (bug 1623761)

2007-01-07 19:41 VZ, revision 44137

regenerated after wx/richtext/richtextstyles.h addition

2007-01-07 19:29 VZ, revision 44136

added wx/richtext/richtextstyles.h (bug 1624364)

2007-01-07 19:27 VZ, revision 44135

make HitTest() public (bug 1626543); this changes ABI for protected part of wx API but not for the public one

2007-01-07 18:24 SN, revision 44134

Backported fix for setting the working directory on OS/2 from 1.288.

2007-01-07 18:22 SN, revision 44133

Fixed switching to a different drive/volume on OS/2.

2007-01-07 17:53 KO, revision 44132

Add more sanity checks to virtual list item nums as the native control sometimes fires events before things are totally set up.

2007-01-07 17:28 KO, revision 44131

Make it easier to switch between native and generic sample for testing purposes.

2007-01-07 17:26 VZ, revision 44130

disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397)

2007-01-07 17:09 VZ, revision 44129

fix attribute memory leak in wxGrid::ShowCellEditControl() (patch 1629949)

2007-01-07 16:58 VZ, revision 44128

added support and enable long long support when wxLongLong_t is available even if SIZEOF_LONG_LONG is not under wxMSW

2007-01-07 16:42 VZ, revision 44127

fix wxMDIChidFrame::GetPosition() (patch 1626610)

2007-01-07 16:36 VZ, revision 44126

fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)

2007-01-07 16:25 VZ, revision 44125

include WebKit.h as otherwise WebKit is not detected on PPC with gcc 3.3 (patch 1623616)

2007-01-07 16:19 VZ, revision 44124

mention RTL fixes by Diaa Sami

2007-01-07 16:18 VZ, revision 44123

fix combobox dropdown position in RTL (patch 1623127)

2007-01-07 16:17 VZ, revision 44122

fixes and workarounds to return value of our own wxVsnprintf_() implementation: handle -1 as error and not an indication that there is not enough space (patch 1623077)

2007-01-07 16:07 VZ, revision 44121

fix for popup positioning in RTL mode (patch 1622930)

2007-01-07 16:00 VZ, revision 44120

set tooltips for the both subcontrols (patch 1622531)

2007-01-07 15:53 VZ, revision 44119

added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() to version-script and use wxABI checks for them

2007-01-07 15:43 VZ, revision 44118

return correct item and position from wxTreeEvent::GetItem/Point() (patch 1622166)

2007-01-07 15:41 VZ, revision 44117

corrected ctor signature

2007-01-07 15:02 VZ, revision 44116

added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() methods; documented wxTreeItemId (patch 1622125)

2007-01-07 14:55 VZ, revision 44115

operators == and != are const (part of patch 1622125)

2007-01-07 14:08 SN, revision 44114

Backported wxGetHostName and wxGetDiskSpace implementations.

2007-01-07 14:07 SN, revision 44113

Extended wxGetHostName implementation.

2007-01-07 13:52 SN, revision 44112

Added wxGetDiskSpace implementation (patch #1625514).

2007-01-07 13:28 SN, revision 44111

Compilation fix for really old gcc versions.

2007-01-07 02:05 VZ, revision 44110

changed copyright year to 2007

2007-01-07 01:21 KO, revision 44109

Use GetItem to get item info for events, even for virtual wxListCtrl.

2007-01-07 01:15 KO, revision 44108

Generic list and tree ctrl should not use the focused selection color when the top level window is not active.

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

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