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-03-18 23:57 VZ, revision 44906

fixed all the other ports broken by controls labels in wxToolBar patch commit

2007-03-18 23:52 VZ, revision 44905

replaced c_str() with mb_str() to fix compilation after c_str() changes

2007-03-18 23:18 VZ, revision 44904

fixed typo in last commit

2007-03-18 23:13 VZ, revision 44903

added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)

2007-03-18 23:07 VZ, revision 44902

fix assert because of passing more than one border bit in style to the base class Create()

2007-03-18 22:33 VZ, revision 44901

wxMediaCtrl improvements from 2.8 (patches 1448442 and 1448518)

2007-03-18 21:12 VZ, revision 44900

modify m_encoding, not m_name, in wxCSConv::CreateConvIfNeeded() if we don't have either (as is the case with wxConvLocal); this fixes an infinite recursion in wxMac after the latest changes as wxLocale::GetSystemEncodingName() there returned empty (and not NULL) string which resulted in call to wxFontMapperBase::CharsetToEncoding() and reentrancy into wxConvLocal

2007-03-18 21:08 VZ, revision 44899

don't check if the file exists if we don't use it

2007-03-18 20:39 VZ, revision 44898

give us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible behind it (patch 1683221)[backport from HEAD]

2007-03-18 20:34 VZ, revision 44897

give us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible behind it (patch 1683221)

2007-03-18 19:26 DE, revision 44896

wxTopLevelWindowCocoa::SetTitle title parameter is used as of VZ 1.35. Compilation fix.

2007-03-18 17:49 VZ, revision 44895

fix XModifierKeymap memory leak (patch 1683137) [backport from HEAD]

2007-03-18 17:48 VZ, revision 44894

fix XModifierKeymap memory leak (patch 1683137)

2007-03-18 17:34 VZ, revision 44893

use wxStandardPaths and wxFileName in wxFileConfig resulting in big code simplification and cleanup but also in change of the default file locations under Windows (replaces patch 1620492)

2007-03-18 15:32 VZ, revision 44892

wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)

2007-03-18 14:56 VZ, revision 44891

fix the run-time behaviour after the last compilation fixing patch

2007-03-18 14:43 VZ, revision 44890

added wxJoin and wxSplit functions (modified patch 1638950)

2007-03-18 14:32 VZ, revision 44889

fix VC warning about applying unary minus to unsigned type yielding still unsigned result by using wxFileOffset instead of size_t

2007-03-18 14:29 VZ, revision 44888

compilation fixes after c_str() changes

2007-03-18 12:00 VZ, revision 44887

updated copyright and version

2007-03-18 11:59 VZ, revision 44886

added samples/minimal/Info.plist

2007-03-18 11:54 VZ, revision 44885

removed minimal-specific Info.plist; updated the version in the generic one

2007-03-18 11:51 VZ, revision 44884

list samples/Info.plist in one manifest only (the Mac one); remove samples/minimal/Info.plist and (non existent) samples/minimal/minimal.pbproj/project.pbxproj

2007-03-17 23:19 VZ, revision 44883

corrected typo in \texttt in last commit

2007-03-17 23:05 VZ, revision 44882

updated portability note for wxGetDiskSpace (patch 1682889)

2007-03-17 22:55 VZ, revision 44881

fixed signed/unsigned comparison warnings; reformatted the code a little

2007-03-17 22:52 VZ, revision 44880

compilation fixes after c_str() changes (due to casting of its return value to non-const wxChar *)

2007-03-17 17:00 VZ, revision 44879

removed tests for WXWIN_COMPATIBILITY_2_4

2007-03-17 16:57 VZ, revision 44878

produce better HTML output by using Unicode equivalents of LaTeX quotes and dashes (patch 1610494)

2007-03-17 16:48 VZ, revision 44877

renamed meaningless IsRealClass() function in CanBeUsedWithXRCCTRL() because this is what it really does

2007-03-17 16:46 VZ, revision 44876

don't try to use XRCCTRL() with wxMenuBar or wxStaticBoxSizer, this fails (at run- or compile-time) (1st part of patch 1596624)

2007-03-17 16:41 VZ, revision 44875

fix extra indentation in wxHTML_ALIGN_JUSTIFY display (patch 1565375) [backport from HEAD]

2007-03-17 16:39 VZ, revision 44874

fix extra indentation in wxHTML_ALIGN_JUSTIFY display (patch 1565375)

2007-03-17 16:20 VZ, revision 44873

call wxYield() to force display of the busy info frame contents under wxGTK (patch 1511746)

2007-03-17 15:38 VZ, revision 44872

implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all stream tests

2007-03-17 15:28 VZ, revision 44871

added wxMemoryInputStream(wxInputStream&, size_t) ctor (modified patch 1680108)

2007-03-17 15:01 VZ, revision 44870

gcc signed/unsigned warning fix

2007-03-17 15:00 VZ, revision 44869

corrected WX_DEFINE_VARARG_FUNC_NOP usage

2007-03-17 14:40 VZ, revision 44868

output '}' as wxChar, not char, which results in using the int overload of operator<<() in Unicode build (patch 1682643) [backport from HEAD]

2007-03-17 14:39 VZ, revision 44867

output '}' as wxChar, not char, which results in using the int overload of operator<<() in Unicode build (patch 1682643)

2007-03-17 14:28 VZ, revision 44866

removed Classic files from the manifest after removing them from the cvs

2007-03-17 10:26 VS, revision 44865

first phase of transition to unified Unicode build: 1. changed c_str() to return wxCStrData (implicitly convertible to wxChar*) 2. added template type-safe wrappers for vararg functions 3. added wxUniChar class representing single Unicode character 4. changed wxString::operator[] and wxString::iterator to return wxUniChar

2007-03-17 02:15 VZ, revision 44864

shutdown sockets gracefully instead of doing it with TCP reset (patch 1682438) [backport from HEAD]

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

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

2007-03-17 02:14 VZ, revision 44862

shutdown sockets gracefully instead of doing it with TCP reset (patch 1682438)

2007-03-16 20:19 VS, revision 44861

added missing #pragma hdrstop

2007-03-16 20:10 VS, revision 44860

changed wxPlatform implicit conversion to string to return const reference to wxString instead of const wxString object

2007-03-16 19:09 ROL, revision 44859

default setting fix

2007-03-16 16:43 VZ, revision 44858

regenerated after wxSelectDispatcher addition (patch 1618976)

2007-03-16 16:40 VZ, revision 44857

wxX11 Unicode compilation fix