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-12-09 16:24 VZ, revision 36353

added msw/ole subdirectories

2005-12-09 16:18 vell, revision 36352

cleanup in preparation for patch 1376506

2005-12-09 12:34 VS, revision 36351

made wxHtmlWindow::SetPage virtual so that the behaviour can be customized

2005-12-09 00:10 vell, revision 36350

format cleanup; some new comments; minor optimizations

2005-12-08 21:49 JS, revision 36349

Use ~/Application Support folder on Mac

2005-12-08 21:44 vell, revision 36348

applied patch 1376506 - remove unneeded member variable from GTK wxRadioButton

2005-12-07 09:35 SN, revision 36347

Compilation fix.

2005-12-06 19:07 JS, revision 36346

Initialize values (uninitialized variables reported to cause problems on WinME)

2005-12-06 16:34 vell, revision 36345

fix binary math in alignment flag assignment

2005-12-06 12:33 VZ, revision 36344

fixed typo in previous commit which, instead of fixing the bug in wxSizerflags::Align(), made it worse

2005-12-05 16:25 vell, revision 36343

applied patch 1373127

2005-12-05 01:07 vell, revision 36342

applied Paul Cornett's suggested changes

2005-12-04 13:01 VZ, revision 36341

fixed broken code using readlink(): please don't just cast wxChar * to char *, this doesn't risk to ever work

2005-12-04 07:54 vell, revision 36340

applied patch 1372567, with some minor mods and cleanup

2005-12-04 05:00 vell, revision 36339

fixed compilation bug in prior checkin (Pt. 2)

2005-12-04 01:04 vell, revision 36338

fixed compilation bug in prior checkin

2005-12-03 21:17 vell, revision 36337

fix for bug 1371386, with some minor mods and cleanup

2005-12-03 17:55 vell, revision 36336

applied patch 1372197, with some minor mods and cleanup

2005-12-03 12:47 VZ, revision 36335

corrected wxCHECK messages

2005-12-03 08:43 SC, revision 36334

avoiding unkown namespace std

2005-12-03 07:58 SC, revision 36333

correcting CGImage handling to be always correctly initialized and freed on OSX builds, even when not using CoreGraphics, Ryan's Patch 1372209

2005-12-02 10:05 MW, revision 36332

Backport recent changes:, use wx_truncate_cast for narrowing conversions and do a CloseEntry internally when OpenEntry is called on an already open stream.

2005-12-02 08:52 JJ, revision 36331

Committing in . OpenVMS compile updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2005-12-02 00:53 VZ, revision 36330

fixed problems with sometimes processing the events twice introduced in rev 1.170 but still don't leak memory (Tim Kosse)

2005-12-01 23:32 vell, revision 36329

minor cleanup, part 2

2005-12-01 23:20 vell, revision 36328

minor cleanup: corrected typos, etc.

2005-12-01 14:30 MW, revision 36327

Silence warning from bcc

2005-12-01 14:28 vell, revision 36326

minor cleanup: corrected typos, etc.

2005-12-01 12:55 VS, revision 36325

fixed wxComboBox::Clear to clear stored value

2005-12-01 11:05 ABX, revision 36324

[ 1357527 ] Cast to void to silence GCC's warnings.

2005-11-30 20:51 MW, revision 36323

Small fixes to allow compilation in Unicode mode with gcc

2005-11-30 20:48 MW, revision 36322

Replace non-ascii characters with escapes

2005-11-30 20:46 MW, revision 36321

Silence warning about truncation since the comment says it ok

2005-11-30 20:39 MW, revision 36320

Only define wxIntegerHash::longlongHash when long long isn't long

2005-11-30 20:35 MW, revision 36319

Let TARGET_CPU work with either upper or lower case

2005-11-30 20:33 MW, revision 36318

Instructions for Win64

2005-11-30 20:13 MW, revision 36317

Let TARGET_CPU work with either upper or lower case

2005-11-30 19:34 vell, revision 36316

corrected comment typos

2005-11-30 18:30 vell, revision 36315

readability cleanup

2005-11-30 17:45 vell, revision 36314

added missing #endif

2005-11-30 17:29 VZ, revision 36313

IsItemShown/Enabled() are now implemented on more platforms than just wxMSW

2005-11-30 17:28 VZ, revision 36312

implemented IsItemEnabled/Shown()

2005-11-30 17:24 VZ, revision 36311

put user-specified CPP/C/CXXFLAGS after the ones we set from configure to allow overriding them

2005-11-30 16:39 VZ, revision 36310

1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports 2. implemented wxRadioBox::IsItemShown/Enabled() for wxGTK

2005-11-30 16:33 VZ, revision 36309

Set major dim after the items have been created

2005-11-30 16:31 VZ, revision 36308

added wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro

2005-11-30 16:28 VZ, revision 36307

1. moved m_majorDim duplicated in many ports to wxRadioBoxBase 2. also implement Getcolumn/RowCount() in it now and document them 3. removed various remains of old (pre-wxRadioBoxBase) cruft sorry in advance for any compilation breakage on the platforms I can't test on

2005-11-30 15:35 VZ, revision 36306

suppress gcc warnings about class having private dtor and no friends

2005-11-30 15:27 VZ, revision 36305

corrected GetChildren() docs

2005-11-30 14:50 VZ, revision 36304

added test for wxString::Format() string truncation for longer strings

2005-11-30 14:49 VZ, revision 36303

avoid multiple reallocations in wxString::PrintfV() if vsnprintf() returns the total required size

2005-11-30 13:32 VZ, revision 36302

removed sentence about ParseDateTime() not being implemented

2005-11-30 13:30 VZ, revision 36301

don't expect errno to be set to EOVERFLOW if vsnprintf() fails (backport of changes 1.260 and 1.261)

2005-11-30 13:20 SC, revision 36300

backporting rev 1.189 fix from cvs head

2005-11-30 13:14 MW, revision 36299

Make behaviour of Eof() more consistent

2005-11-30 12:41 MW, revision 36298

Make Eof() consistent with other streams

2005-11-30 08:43 ABX, revision 36297

Missing wxUSE_PALETTE markup (#1369489).

2005-11-30 07:59 vell, revision 36296

minor refactoring of menu UpdateUI handling

2005-11-30 07:58 ABX, revision 36295

Missing wxUSE_PALETTE markup (#1369489).

2005-11-30 07:43 ABX, revision 36294

Missing wxUSE_JOYSTICK markup (#1369478).

2005-11-30 06:36 RL, revision 36293

Output deprecated warning for --rezflags and permanently disable it. Remove WXCONFIG_POSTLINK_COMMAND that existed only for it. Make the explanation more explanatory. This is not an invitation for stray options and script helpers to do a little 'open mike', its a holding ground for nasty things we still need to fix.

2005-11-30 02:42 VZ, revision 36292

removed (now) unnecessary errno.h include

2005-11-29 23:05 VZ, revision 36291

fixed bug in wxSizerFlags::Align/Expand() methods

2005-11-29 22:59 VZ, revision 36290

don't expect errno to be set to EOVERFLOW if vsnprintf() fails

2005-11-29 22:10 VZ, revision 36289

don't clip out hidden radiobox buttons: otherwise they're displayed incorrectly when themes are in use

2005-11-29 19:26 VZ, revision 36288

added wxRadioBox::IsItemEnabled/Shown() (for MSW only for now, other platforms to come); corrected Enable/Show() return values

2005-11-29 17:48 MW, revision 36287

Remove pragma interface

2005-11-29 17:41 vell, revision 36286

cleaned up comments

2005-11-29 14:09 MW, revision 36285

It seems that wxFileInput/OutputStream now report eof after the last byte has been read past, so change docs to match.

2005-11-29 12:50 MR, revision 36284

Make wxJoystick::GetNumberJoystick a static method, as the number of joysticks attached to the computer is a global property, not one of the specific instance. Patch from Lauri Nurmi.

2005-11-29 09:03 JS, revision 36283

Removed duplicate xh_grid.cpp/h and rebaked files

2005-11-29 08:57 JS, revision 36282

Made explanation more concise

2005-11-29 05:17 RL, revision 36281

Fix include dirs for windres, enable emxbind to actually produce output, restore RESCOMP for backward compatibility and forward availability. Check for windres again. Whatever bakefiles do with it, they do not make it available to configure.

2005-11-29 01:19 VZ, revision 36280

added xrc/xh_grid.{h|cpp} and regenerated makefiles

2005-11-29 01:17 VZ, revision 36279

define REZ option (fixes problem with rebaking wx.bkl for autoconf format)

2005-11-29 00:54 VZ, revision 36278

guard grid XRC handler by #if wxUSE_GRID

2005-11-28 22:24 vell, revision 36277

fixed improper (long) casts

2005-11-28 15:27 vell, revision 36276

changed background color reference from light gray to assigned bkgd color

2005-11-28 00:19 VZ, revision 36275

fix unused parameter warning

2005-11-27 21:42 SN, revision 36274

Cleaned up some erroneous stuff from previous commit, added HAVE_GETADDRINFO to setup.h.in.

2005-11-27 21:30 SN, revision 36273

Applied patch #1198422 (CheckBox labels being truncated).

2005-11-27 21:25 SN, revision 36272

Applied patch #1198422 (CheckBox labels being truncated).

2005-11-27 18:12 MW, revision 36271

Take out wxASSERTs since they give a warning with gcc.

2005-11-27 18:04 MW, revision 36270

wx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid a warning about an unused function, and clean up the function at the same time.

2005-11-27 17:55 MW, revision 36269

Do CloseEntry internally when OpenEntry called on an already open stream.

2005-11-27 17:46 , revision 36268
  • A /wxWidgets/branches/AUTOCONF_ARCHIVE
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/.cvsignore
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/acinclude.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/aclocal.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/art
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/autoconf_inc.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/autogen.sh
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/BuildCVS.txt
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/.cvsignore
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gtk.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/pkg.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/sdl.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/autogen.mk
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/bakefiles
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/msw
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/palmos
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/README.txt
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/script
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/update-setup-h
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/config.guess
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/config.sub
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/configure
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/configure.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/contrib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/debian
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/demos
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/descrip.mms
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/difflast.pl
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/distrib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/docs
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/include
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/install-sh
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/lib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/locale
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/Makefile.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/make-deb
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/misc
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/mkinstalldirs
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/regen
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/samples
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/setup.h.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/setup.h_vms
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/src
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/tests
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/utils
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/version-script.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wx-config-inplace.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wx-config.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxBase.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxGTK.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxGTK_RR.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxMGL.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxMotif.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxPython
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxWINE.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxwin.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxX11.spec

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

2005-11-27 17:46 SN, revision 36267

Detect thread-safe versions of gethostbyname/gethostbyaddr/getservbyname and how many arguments they use. Detect thread-safe versions of localtime/gmtime and readdir.

2005-11-27 14:03 VZ, revision 36266

don't compare bools with NULL

2005-11-27 12:42 MW, revision 36265

Generate rcdefs.h include file for resources on Windows

2005-11-27 12:42 , revision 36264

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

2005-11-27 09:29 MW, revision 36263

Small fixes

2005-11-27 03:04 MW, revision 36262

Changes to speed up wxRegEx and add 'wx_' prefix to builtin regfree & regerror

2005-11-27 03:01 MW, revision 36261

Warning fixes

2005-11-27 02:03 MW, revision 36260

Small fixes to allow compilation with --enable-stl

2005-11-27 02:01 MW, revision 36259

Small fixes to allow compilation in Unicode mode with gcc

2005-11-27 01:58 MW, revision 36258

Replace non-ascii characters with escapes

2005-11-27 01:56 MW, revision 36257

Silence warning about truncation since the comment says it ok

2005-11-26 23:27 vell, revision 36256

fixed GetFreeMemory decl. to match wxWidgets

2005-11-26 15:42 VZ, revision 36255

renaming of variables in rev 1.1090 introduced a clash between 2 different DEBUG_FLAG variables, so renamed the one containing debugging options for the compiler to DEBUG_CFLAGS to avoid it

2005-11-26 14:40 VZ, revision 36254

include missing header; add default values for wxPlotWindow ctor pos and size parameters for consistency with all the other wx classes