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'.

2007-01-06 19:44 RD, revision 44106

Add dependency on tabmdi.h

2007-01-06 09:01 RD, revision 44105

Added wx.aui.AuiNotebook.GetAuiManager(). Added wx.aui.AuiMDIParentFrame and wx.aui.AuiMDIChildFrame, which essentially implement the MDI interface using a normal wx.Frame and a wx.aui.AuiNotebook.

2007-01-06 08:59 RD, revision 44104

Fixes for segfaults when the parent frame is destroyed

2007-01-06 08:53 RD, revision 44103

Add GetAuiManager

2007-01-06 02:09 KO, revision 44102

Add a grid sizer demo, and document the props accepted by SetSizerProps.

2007-01-06 01:53 KO, revision 44101

Don't draw the primary highlight colors if the control doesn't have the focus.

2007-01-05 19:45 KO, revision 44100

Apply patch #1626802, which fixes GetNextItem to return -1 instead of 0 when an item can't be found, and add support for wxLIST_NEXT_ABOVE, wxLIST_NEXT_BELOW, and wxLIST_STATE_DONTCARE.

2007-01-05 17:30 ABX, revision 44099

'-version' parameter for tex2rtf.

2007-01-05 16:28 SC, revision 44098

allowing vertical scrolling even if wxTE_NO_VSCROLL is given, displaying a scrollbar only when needed.

2007-01-05 14:49 VZ, revision 44097

more unescaped underscores

2007-01-05 14:30 VZ, revision 44096

fix broken links to File/DirName()

2007-01-05 13:36 VZ, revision 44095

rename Inside(x,y) parameters to avoid gcc warnings about parameters shadowing member variables

2007-01-04 08:09 JJ, revision 44094

Update OpenVMS make-files Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/x11/descrip.mms

2007-01-04 06:47 KO, revision 44093

Have SetSizerProps internally handle the assignment of growable rows and cols.

2007-01-03 17:25 VS, revision 44092

fixed deadlock when calling wxPostEvent() from worker thread

2007-01-02 23:19 RD, revision 44091

Remove some items from the Recent additions list

2007-01-02 23:18 RD, revision 44090

reformat the overview string

2007-01-02 20:50 CE, revision 44089

fix errant __BORLAND__ see http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/70616/match=common+intl+cpp+problems+bcc

2007-01-02 09:55 JJ, revision 44088

avoid reading KDE-tables on OpenVMS. They will never be installed since KDE is not available on OpenVMS. Modified Files: wxWidgets/src/unix/mimetype.cpp

2007-01-01 22:27 PC, revision 44087

restore declaration inline specifier, and make definition match

2007-01-01 20:56 RD, revision 44086

reSWIGged

2007-01-01 20:48 RD, revision 44085

Don't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTIVATED if any of the modifier keys is pressed. This let's RETURN+Modifier be used as a normal accelerator key when the list ctrl has the focus.

2007-01-01 20:47 RD, revision 44084

fixed a compile error in one of the stub classes

2007-01-01 19:49 PC, revision 44083

remove inline from declaration of functions which are not inline

2006-12-31 18:07 VZ, revision 44082

correct OnOpenError() return type

2006-12-31 06:50 KO, revision 44081

Adding overview docs and a couple tweaks to the demo.

2006-12-31 06:06 KO, revision 44080

Add SizedControls demo.

2006-12-31 06:03 KO, revision 44079

Make sure mouse events are only sent in the case of the native control.

2006-12-30 21:46 SN, revision 44078

Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019).

2006-12-30 20:21 CE, revision 44077

revert this as Vadim's seems cleaner http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/distrib/scripts/create_archives.sh.diff?r1=1.19&r2=1.20

2006-12-29 20:22 VZ, revision 44076

wxVariant and wxVariantData are ref counted too (patch 1624344)

2006-12-29 20:18 VZ, revision 44075

wxFileModificationTime return -1, not 0, on error (patch 1624484)

2006-12-29 20:16 VZ, revision 44074

fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)

2006-12-29 19:37 JS, revision 44073

Process capture lost event to avoid assertion

2006-12-28 20:03 PC, revision 44072

fix idle handling when a new event loop is run from an idle event handler

2006-12-28 17:50 KO, revision 44071

Fixing inactive state drawing, and removing warning.

2006-12-28 16:33 VS, revision 44070

added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST discussion

2006-12-28 16:08 SC, revision 44069

fix to always have a proper activation for DataBrowser controls (stay in bkgnd otherwise) bug 1621547

2006-12-28 13:52 JS, revision 44068

Temporary fix for inconsistent menu item margins (see Quit item in ownerdraw sample)

2006-12-28 06:33 KO, revision 44067

exposing generic system option define, adding missing event.Skip() to OnChar, and tweaking handling of scrollbars.

2006-12-27 15:49 SC, revision 44066

applying patch 1622389, fixing two memory leaks

2006-12-26 20:44 KO, revision 44065

Add middle-item click support.

2006-12-26 20:32 RD, revision 44064

Fix for bug #1621459, Made the Selection property read-only since it needs two parameters. You can instead use SelectionStart and SelectionEnd properties for setting the selection if needed.

2006-12-25 19:28 KO, revision 44063

Stop crash when wxVSCROLL is specified for native OS X wxListCtrl.

2006-12-25 14:39 VZ, revision 44062

show RTL message box (in Unicode build only) when using RTL (patch 1622000)

2006-12-25 00:34 KO, revision 44061

Add new wxListCtrl symbols.

2006-12-25 00:21 KO, revision 44060

Implement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.

2006-12-24 19:50 VS, revision 44059

disable (some) features that are not available in DirectFB

2006-12-24 19:06 VS, revision 44058

fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE

2006-12-24 18:39 KO, revision 44057

Implementing LIST_ITEM_RIGHT_CLICK event support, and fixing sorting (turning off code for native sorting).