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):

2005-03-27 18:05 VZ, revision 33103

fixed crash introduced by recently applied autowidth patch (patch 1171455)

2005-03-27 18:03 VZ, revision 33102

applied heavily modified patch 1116702: support for specifying disabled toolbar images and modified the sample to show how it works (badly, background of tools for which disabled bitmap is not specified is wrong)

2005-03-27 18:00 VZ, revision 33101

use image mask colour if any instead of guessing that (0, 0) is always transparent in wxCreateGreyedImage()

2005-03-27 17:47 VZ, revision 33100

added wxBitmap::GetMaskBitmap()

2005-03-27 17:23 RR, revision 33099

Submit patch based on Michael W.'s invalid UTF8 to PUA patch. I added UTF8_TO_OCTAL and made that the default for filename conversion uner GTK2. More adapation, e.g. to G_FILENAME_ENCODING need to be done.

2005-03-27 16:39 VZ, revision 33098

applied part of patch 1169925: fix errors with multibyte <-> wx conversions

2005-03-27 16:21 VZ, revision 33097

use wxFileName to change catalog extension instead wxString methods, this fixes problems with dots inside file names (modified patch 1169837)

2005-03-27 16:12 VZ, revision 33096

make it clear which GL(U) library we can't find in error messages, otherwise the user has no idea what exactly failed

2005-03-27 16:01 VZ, revision 33095

corrected library order to make the sample link

2005-03-27 15:50 VZ, revision 33094

send wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once after end of dragging and not after each CHANGING event (modified patch 1076226)

2005-03-27 15:25 VZ, revision 33093

added wxTE_BESTWRAP style (which is the default now); renamed wxTE_LINEWRAP to wxTE_CHARWRAP as this corresponds better to what it does; added tests for wxTE_*WRAP to the widgets sample (replaces patch 1156507)

2005-03-27 14:26 VZ, revision 33092

don't crash when trying to dump struct members which are NULL pointers

2005-03-27 13:54 VZ, revision 33091

made Update() recursive under wxGTK2 (doesn't work for wxGTK1 because Refresh() is not recursive htere neither) and documented its behaviour

2005-03-27 13:03 SN, revision 33090

Somewhat cleaned up handling of OMF mode for OS/2.

2005-03-27 09:28 DE, revision 33089

Added documentation for using MW compilers with configure.

2005-03-27 08:56 DE, revision 33088

Thinking about it, this is a bad idea as MW CRT's struct tm is two fields shorter than BSD's as MW's lacks TZ fields.

2005-03-27 08:48 DE, revision 33087

Declare strptime when using MSL headers on OS X.

2005-03-27 08:38 DE, revision 33086

Declare strptime when using MSL headers on OS X.

2005-03-27 08:27 DE, revision 33085

Allow compilation with MW CRT on OS X. Unlike BSD CRT, MW CRT does not define SIGTRAP so we have to use the Mac OS Debugger() function.

2005-03-27 04:15 DE, revision 33084

EOVERFLOW is not available on classic Mac OS.

2005-03-27 04:06 DE, revision 33083

Disable wxStackWalker on platforms other than Win32 or UNIX. For instance, Mac OS (PEF) doesn't have an implementation.

2005-03-27 01:59 DE, revision 33082

Added #if wxUSE_STACKWALKER. Fixes compilation of OS X shared libraries. TODO: What does it take to get wxStackWalker on OS X?

2005-03-27 01:51 DE, revision 33081

qadll depends on coredll. First part of OS X shared library build fix.

2005-03-26 21:47 DE, revision 33080

Improve type safety by doing a runtime check to make sure the wxFontMapper really is a wxFontMapper when GUI code asks for it. Remove some incorrect comments and add some new ones.

2005-03-26 21:00 RD, revision 33079

Add note about the recursive Refresh change

2005-03-26 19:07 VZ, revision 33078

compilation fix for wxUSE_ON_FATAL_EXCEPTION == 0

2005-03-26 16:34 VZ, revision 33077

added deprecation note

2005-03-26 16:32 VZ, revision 33076

changed wxWindow::Refresh() to refresh the window children as well (as wxGTK already did); documented this as correct behaviour

2005-03-26 16:29 VZ, revision 33075

don't use *.* under Unix as it does not match all files, use wxFileSelectorDefaultWildcardStr

2005-03-26 14:18 JS, revision 33074

Added C/wxString array constructors to wxArrayString

2005-03-26 12:44 RR, revision 33073

Small fix for generic print dialog.

2005-03-26 12:14 RR, revision 33072

Commit empty wxConvBrokenFileNames

2005-03-26 08:34 JS, revision 33071

Fix for link error

2005-03-26 08:25 JS, revision 33070

Added bakefile/makefiles for FoldBar extended samples

2005-03-26 07:10 DE, revision 33069

Get rid of wxFontMapper in wxBase library.

2005-03-26 06:51 DE, revision 33068

Use wxFontMapperBase::Get instead of wxFontMapper::Get from wxBase code.

2005-03-26 05:51 DE, revision 33067

Moved #if wxUSE_COMBOBOX after real wx/wxprec.h include.

2005-03-26 05:39 SC, revision 33066

correcting DoGetPosition for windows with borders

2005-03-26 05:28 DE, revision 33065

Metrowerks Objective-C++ is more strict about types than Apple's.

2005-03-26 05:25 DE, revision 33064

Metrowerks: The unix.h header is part of MSL_Extras. It's not needed for Darwin and so with the change I don't need to include MSL_Extras.

2005-03-26 05:12 SC, revision 33063

correct scrolling and clipping of list headers

2005-03-26 04:12 DE, revision 33062

Make expat's configure detect if -ext o is needed (MW) so tests work correctly. Had to move the CC test earlier for this to work, thus the huge configure changes. Did use autoconf 2.57 though so it matches perfectly otherwise.

2005-03-26 03:49 DE, revision 33061

Moved compiler detection macros to Bakefile.

2005-03-25 23:49 VZ, revision 33060

do nothing in Freeze/Thaw() if the window is hidden, otherwise the window is not redrawn correctly after being eventually shown

2005-03-25 22:39 RD, revision 33059

Fixed bug [ 1166937 ] Toolbar.DeleteToolByPos

2005-03-25 22:32 MW, revision 33058

Some improvements to the zip stream docs thanks to helpful feedback from Andrew Ziem, Stas Sergeev and Artur Kornacki.

2005-03-25 20:37 RD, revision 33057

reSWIGged

2005-03-25 20:34 , revision 33056
  • A /wxWidgets/tags/b4_big_updates
  • D /wxWidgets/tags/b4_big_updates/.cvsignore
  • D /wxWidgets/tags/b4_big_updates/acinclude.m4
  • D /wxWidgets/tags/b4_big_updates/aclocal.m4
  • D /wxWidgets/tags/b4_big_updates/art
  • D /wxWidgets/tags/b4_big_updates/autoconf_inc.m4
  • D /wxWidgets/tags/b4_big_updates/autogen.sh
  • D /wxWidgets/tags/b4_big_updates/BuildCVS.txt
  • D /wxWidgets/tags/b4_big_updates/build
  • D /wxWidgets/tags/b4_big_updates/config.guess
  • D /wxWidgets/tags/b4_big_updates/config.sub
  • D /wxWidgets/tags/b4_big_updates/configure
  • D /wxWidgets/tags/b4_big_updates/configure.in
  • D /wxWidgets/tags/b4_big_updates/contrib
  • D /wxWidgets/tags/b4_big_updates/debian
  • D /wxWidgets/tags/b4_big_updates/demos
  • D /wxWidgets/tags/b4_big_updates/descrip.mms
  • D /wxWidgets/tags/b4_big_updates/difflast.pl
  • D /wxWidgets/tags/b4_big_updates/distrib
  • D /wxWidgets/tags/b4_big_updates/docs
  • D /wxWidgets/tags/b4_big_updates/include
  • D /wxWidgets/tags/b4_big_updates/install-sh
  • D /wxWidgets/tags/b4_big_updates/lib
  • D /wxWidgets/tags/b4_big_updates/locale
  • D /wxWidgets/tags/b4_big_updates/Makefile.in
  • D /wxWidgets/tags/b4_big_updates/make-deb
  • D /wxWidgets/tags/b4_big_updates/misc
  • D /wxWidgets/tags/b4_big_updates/mkinstalldirs
  • D /wxWidgets/tags/b4_big_updates/regen
  • D /wxWidgets/tags/b4_big_updates/samples
  • D /wxWidgets/tags/b4_big_updates/setup.h.in
  • D /wxWidgets/tags/b4_big_updates/setup.h_vms
  • D /wxWidgets/tags/b4_big_updates/src
  • D /wxWidgets/tags/b4_big_updates/tests
  • D /wxWidgets/tags/b4_big_updates/utils
  • D /wxWidgets/tags/b4_big_updates/version-script.in
  • D /wxWidgets/tags/b4_big_updates/wx-config-inplace.in
  • D /wxWidgets/tags/b4_big_updates/wx-config.in
  • D /wxWidgets/tags/b4_big_updates/wxBase.spec
  • D /wxWidgets/tags/b4_big_updates/wxGTK.spec
  • D /wxWidgets/tags/b4_big_updates/wxMGL.spec
  • D /wxWidgets/tags/b4_big_updates/wxMotif.spec
  • D /wxWidgets/tags/b4_big_updates/wxPython/.cvsignore
  • D /wxWidgets/tags/b4_big_updates/wxPython/b
  • D /wxWidgets/tags/b4_big_updates/wxPython/b.bat
  • D /wxWidgets/tags/b4_big_updates/wxPython/b.win32
  • D /wxWidgets/tags/b4_big_updates/wxPython/config.py
  • D /wxWidgets/tags/b4_big_updates/wxPython/contrib
  • D /wxWidgets/tags/b4_big_updates/wxPython/demo
  • D /wxWidgets/tags/b4_big_updates/wxPython/distrib
  • D /wxWidgets/tags/b4_big_updates/wxPython/docs
  • D /wxWidgets/tags/b4_big_updates/wxPython/include
  • D /wxWidgets/tags/b4_big_updates/wxPython/misc
  • D /wxWidgets/tags/b4_big_updates/wxPython/SWIG
  • D /wxWidgets/tags/b4_big_updates/wxPython/samples
  • D /wxWidgets/tags/b4_big_updates/wxPython/scripts
  • D /wxWidgets/tags/b4_big_updates/wxPython/setup.py
  • D /wxWidgets/tags/b4_big_updates/wxPython/src
  • D /wxWidgets/tags/b4_big_updates/wxPython/wx/.cvsignore
  • D /wxWidgets/tags/b4_big_updates/wxPython/wx/build
  • D /wxWidgets/tags/b4_big_updates/wxPython/wx/lib
  • D /wxWidgets/tags/b4_big_updates/wxPython/wx/tools
  • D /wxWidgets/tags/b4_big_updates/wxPython/wxPython
  • D /wxWidgets/tags/b4_big_updates/wxPython/wxversion
  • D /wxWidgets/tags/b4_big_updates/wxWINE.spec
  • D /wxWidgets/tags/b4_big_updates/wxwin.m4
  • D /wxWidgets/tags/b4_big_updates/wxX11.spec

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

2005-03-25 20:34 RD, revision 33055

Be a little smarter about converting unicode command-lines to string objects.

2005-03-25 20:16 RD, revision 33054

A little cleanup