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-05-25 05:08 PC, revision 46206

Remove unneeded wxTLW child inserter function. Simplify wxFrame child inserter. Use the same signature for all the child inserters.

2007-05-25 01:19 VZ, revision 46205

deal correctly with having too few items in wxFlexGridSizer (this is not an error, more items could be added later): don't crash and don't assert

2007-05-25 00:53 VZ, revision 46204

put #if wxUSE_FFILE && wxUSE_STREAMS around functions using wxFFileStream (patch 1721939)

2007-05-25 00:52 VZ, revision 46203

added wxMSW-specific wxEntryStart() overload taking WinMain-like parameters

2007-05-25 00:46 VZ, revision 46202

fix unreachable code warning in GetUntranslatedString()

2007-05-24 23:53 VZ, revision 46201

disable clearing event tables by default, only do it if wxUSE_MEMORY_TRACING is used: this fixes the problems with events not being dispatched correctly when the library is reinitialized

2007-05-24 16:34 JS, revision 46200

Fix assert due to multiple border styles

2007-05-24 12:50 VZ, revision 46199

1. Derive wxMessageDialogBase from wxDialog (why did we use multiple inheritance here?), moved more wxMessageDialog fields into the base class 2. Added functions to set the text of message box buttons (patch 1700393, currently only implemented for wxMac) 3. Added wxMessageDialog::SetMessage() and SetExtendedMessage() and implemented them for wxMac (part of the patch), wxGTK 2.4+ and in a generic way for everybody else 4. Allow changing the dialog attributes between creating and showing it, for this the real dialog creation is now done on in ShowModal() in all ports

2007-05-24 12:42 VZ, revision 46198

fix DLL export declaration (adv, not core)

2007-05-24 12:28 VZ, revision 46197

don't create wxEventLoop in Initialize(), it's too early to do it there -- wait until it's really needed in MainLoop()

2007-05-24 10:59 VZ, revision 46196

put #if wxUSE_FFILE && wxUSE_STREAMS around functions using wxFFileStream (patch 1721939)

2007-05-24 10:58 VZ, revision 46195

s/wxStaticIcon/wxStaticBitmap/g (bug 1724527) [backport from HEAD]

2007-05-24 10:56 VZ, revision 46194

s/wxStaticIcon/wxStaticBitmap/g (bug 1724527)

2007-05-24 09:57 VZ, revision 46193

include wx/wxcrtvararg.h needed for wxSscanf() when WXWIN_COMPATIBILITY_2_8 == 0

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

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

2007-05-24 01:47 VZ, revision 46191

added wxRect::operator+() and *() (union and intersection); also made other operators friends instead of members (patch 1589175)

2007-05-24 01:37 VZ, revision 46190

declare wxFileSelectorDefaultWildcardStr to fix compilation without PCH

2007-05-24 00:50 VZ, revision 46189

added wxAppTraits::CreateConfig() (patch 1721149)

2007-05-24 00:27 VZ, revision 46188

use a different indicator when binding parameters and columns (patch 1718474)

2007-05-24 00:14 VZ, revision 46187

deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just always show the filters if they're present (modified patch 1719448)

2007-05-24 00:03 VZ, revision 46186

fix wxODCB_PAINTING_SELECTED not being always set (patch 1719364) [backport from HEAD]

2007-05-23 23:58 VZ, revision 46185

fix wxODCB_PAINTING_SELECTED not being always set (patch 1719364)

2007-05-23 23:40 VZ, revision 46184

don't crash in dtor if the dialog had never been shown (patch 1723848) [backport from HEAD]

2007-05-23 23:38 VZ, revision 46183

don't crash in dtor if the dialog had never been shown (patch 1723848)

2007-05-23 19:10 VS, revision 46182

take wxString, not wxChar* in wxStandardPaths::GetLocalizedResourcesDir

2007-05-23 09:47 SC, revision 46181

removing residual higlights in case the menu item was not handled at all (eg missing about handler)

2007-05-23 04:19 SC, revision 46180

bitmap support factored

2007-05-23 04:17 SC, revision 46179

scrap implementation changed

2007-05-22 17:33 SC, revision 46178

cocoa bridge added

2007-05-22 17:19 SC, revision 46177

cocoa bridge added

2007-05-22 17:17 SC, revision 46176

cocoa bridge file added

2007-05-22 16:15 SC, revision 46175

cocoa bridge file added

2007-05-22 16:14 SC, revision 46174

rename file to work around problem with idential object file names in gcc

2007-05-22 16:01 SC, revision 46173

cocoa bridge utils

2007-05-22 14:39 SC, revision 46172

more cgimageref support

2007-05-22 14:21 SC, revision 46171

another round for quartz bitmap fixes

2007-05-22 08:49 SC, revision 46170

adding CGImageRef support

2007-05-22 08:48 SC, revision 46169

adapting new APIs

2007-05-22 07:55 RR, revision 46168

[ 1712381 ] CRASH: closing floating panel on GTK

2007-05-22 07:49 RR, revision 46167

[ 1721029 ] [GTK] memory leak in wxMenu

2007-05-22 07:48 RR, revision 46166

[ 1721029 ] [GTK] memory leak in wxMenu

2007-05-22 06:35 SC, revision 46165

cgimageref support

2007-05-22 06:24 SC, revision 46164

switching to pasteboard

2007-05-22 06:05 SC, revision 46163

switching to pasteboard

2007-05-22 06:04 SC, revision 46162

64 bit workaround

2007-05-22 06:02 SC, revision 46161

scrap.h removal

2007-05-22 05:58 SC, revision 46160

scrap.h removal and 64 bit offset fix

2007-05-22 03:52 SC, revision 46159

adding support for cursor change from OnDragOver [1522063]

2007-05-22 02:30 VZ, revision 46158

don't define wxEventLoop class differently in GUI and base, this breaks the ODR and hence results in many problems in practice; instead use wxEventLoopBase whenever possible and #define wxEventLoop differently in console applications

2007-05-22 02:02 VZ, revision 46157

remove unused static function (avoids a warning about it)