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-04-09 15:52 VZ, revision 45356

don't overwrite the buffer if extending it failed

2007-04-09 15:50 VZ, revision 45355

replaced deprecated wxMULTIPLE with wxFD_MULTIPLE

2007-04-09 15:46 VZ, revision 45354

compilation fixes: remove unneeded c_str()

2007-04-09 13:51 VZ, revision 45353

added wx/image.h to fix compilation without PCH after last change

2007-04-09 12:21 VZ, revision 45352

undid signed/unsigned warning fix of rev 1.73 as the type of wxString::iterator::operator-() is now signed again

2007-04-09 12:19 VZ, revision 45351

compilation fix after last change

2007-04-09 12:13 VZ, revision 45350

fix unused parameter warning introduced by last commit

2007-04-09 11:37 VZ, revision 45349

make wxVarVScrollLegacyAdaptor::OnGetLineHeight() non-pure virtual to fix compilation with WXWIN_COMPATIBILITY_2_8==1

2007-04-09 11:18 VZ, revision 45348

compilation fixes after last commit

2007-04-09 08:18 VS, revision 45347

string iterator's operator- should return difference_type, not size_t or unsigned

2007-04-09 06:50 VS, revision 45346

removed spurious semicolons

2007-04-09 06:47 VS, revision 45345

compilation fix: needs wx/string.h

2007-04-09 00:19 VZ, revision 45344

added missing membersection for CreateIconBundle

2007-04-08 23:25 VZ, revision 45343

fix a fatal crash due to using wxHSCROLL presence in m_windowStyle as indicator of whether we wrap lines or not: this didn't work because wxHSCROLL was temporarily reset in wxWindow::Create() and so we used wxTextWrappedData when we only had created wxTextMultiLineData

2007-04-08 23:06 VZ, revision 45342

don't skip the scroll position validity check in CalcScrollInc() if m_[xy]ScrollPixelsPerLine is NULL, this resulted in problems mentioned in patch 1696082

2007-04-08 22:42 VZ, revision 45341

pass 0, not NULL, to SendMsg() which takes long to avoid gcc warnings

2007-04-08 22:28 VZ, revision 45340

added mouse wheel support (patch 1696082)

2007-04-08 22:26 VZ, revision 45339

compilation fix after last change

2007-04-08 22:18 VZ, revision 45338

Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing it in wxButton implementations in (almost) all ports; changed its return type to "wxWindow *" from "void" to accommodate the ports needing the old default item (replaces part of patch 1696563)

2007-04-08 21:45 VZ, revision 45337

make test_for_selected_wxbuild target optional (patch 1696363)

2007-04-08 21:02 VZ, revision 45336

fix the problem with parsing HTML comments (closes bug 1116708; based on patch 1168583)

2007-04-08 17:52 VS, revision 45335

fix crash in ~wxString with global wxString objects: temporarily move conversion buffers from a hash to wxString

2007-04-08 13:59 VS, revision 45334

don't build wxscintilla lib if wxSTC is not built

2007-04-08 13:55 VZ, revision 45333

fix new wxHVScroll code to build with WXWIN_COMPATIBILITY_2_8==0

2007-04-08 06:13 PC, revision 45332

Children need to be updated in size_allocate even if widget is not realized. Fix initial GdkWindow sizes in realize.

2007-04-08 02:08 VZ, revision 45331

compilation fix for !USE_PCH (added missing wx/dc.h include)

2007-04-08 01:58 VZ, revision 45330

The great wxVScrolledWindow refactoring: allow using it both horizontal and vertical directions (slightly modified patch 1671181)

2007-04-08 00:51 VZ, revision 45329

corrected typo in the creation date

2007-04-08 00:49 VZ, revision 45328

added wxPosition helper class (extracted from patch 1671181)

2007-04-08 00:43 VZ, revision 45327

added wxEXEC_BLOCK flag (patch 1620430)

2007-04-08 00:23 VZ, revision 45326

use wxFD_XXX instead of deprecated wxXXX in the documentation

2007-04-08 00:18 VZ, revision 45325

added wxEXEC_BLOCK flag (patch 1620430)

2007-04-07 23:54 VZ, revision 45324

use wxIconBundle::GetIconOfExactSize() instead of duplicating its code

2007-04-07 23:53 VZ, revision 45323

added GetIconOfExactSize()

2007-04-07 23:40 VZ, revision 45322

made wxTLW::SetIcon() non-virtual, it was already implemented in terms of SetIcons() in most of the ports, now do it in all of them

2007-04-07 23:38 VZ, revision 45321

don't allocate m_refData unnecessarily

2007-04-07 23:36 VZ, revision 45320

don't crash when IsEmpty() is called on invalid bundle; don't assert if GetIcon(-1) is called on an invalid or empty bundle as existing code expects to be able to do it

2007-04-07 23:14 VZ, revision 45319

don't use invalid wxIconBundles, it results in asserts after recent changes

2007-04-07 23:05 VZ, revision 45318

don't try to access empty wxIconBundle in gtk_frame_realized_callback

2007-04-07 23:04 VZ, revision 45317

added IsEmpty()

2007-04-07 22:25 VZ, revision 45316

filter out bundles/packages when showing the open file dialog (patch 1675784)

2007-04-07 22:14 VZ, revision 45315

use 2 extensions in a filter in FileSave() for testing

2007-04-07 22:13 VZ, revision 45314

choose the first extension by default, if several are specified, in the save file dialog (patch 1675781)

2007-04-07 21:59 VZ, revision 45313

don't remove the tools we hadn't added to the toolbar (replaces patch 1660201)

2007-04-07 21:18 MBN, revision 45312

Rework wxMotif font/color inheritance so it works like in the other ports. Avoid setting foreground/background color for windows and let the toolkit use the natural color. As an intermediate step font is still explicitly set. Handle the cases where m_foregroundColour, m_backgroundColour ir m_font are not initialized. Set default (overridable) X resources to emulate the old look. Unify wxMOTIF_NEW_FONT_HANDLING with wxMOTIF_USE_RENDER_TABLE. Minor unrelated (sizing) fixes to wxCheckListBox, wxStaticText, wxTextCtrl. Tagged with MOTIF_BEFORE_COLOUR_FONT_INHERITANCE before the changes.

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

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

2007-04-07 20:31 VZ, revision 45310

fix crash introduced in last commit (the correct item variable was shadowed by another one and so remained NULL)

2007-04-07 19:59 VZ, revision 45309

1. changed wxIconBundle to use m_refData and COW to make copying icon bundles fast (which was needed for 2) 2. make it possible to return wxIconBundles from wxArtProvider 3. implement Mac-specific wxArtProvider doing (2) (modified patch 1581960)

2007-04-07 18:23 VZ, revision 45308

add support for resources forks in wxCopyFile() (modified patch 1620336)

2007-04-07 17:05 VZ, revision 45307

support accelerators for buttons too (slightly modified patch 1549012)

2007-04-07 16:05 VZ, revision 45306

added MacOpenURL() (patch 1235957)

2007-04-07 15:45 VZ, revision 45305

document GetAnimation() (patch 1695722)

2007-04-07 15:44 VZ, revision 45304

document adding new resource handlers (patch 1695722)

2007-04-07 15:42 VZ, revision 45303

don't mention obsolete 2.2 version (part of patch 1695722)

2007-04-07 15:41 VZ, revision 45302

mention more predefined array classes (part of patch 1695722)

2007-04-07 14:41 RR, revision 45301

Restore border around non-scrolling widgets. The border seems to have the wrong colour now (?).

2007-04-07 13:33 VZ, revision 45300

use C++ compiler for all getsockopt() tests, not just one of them to fix compilation under HP-UX (patch 1693708)

2007-04-07 13:25 VZ, revision 45299

use smaller icons, it looks better (patch 1695225)

2007-04-07 13:18 VZ, revision 45298

use C++ compiler for all getsockopt() tests, not just one of them to fix compilation under HP-UX (patch 1693708)

2007-04-07 12:28 SN, revision 45297

Compilation fix for wxCStrData handling.

2007-04-07 12:21 SN, revision 45296

Replaced incorrect or inefficient usage of char_str() by wx_str().

2007-04-07 11:41 VZ, revision 45295

don't access the window after it had been deleted by the focus event handler (patch 1693063) [backport from HEAD]

2007-04-07 11:39 VZ, revision 45294

don't access the window after it had been deleted by the focus event handler (patch 1693063)

2007-04-07 10:40 VZ, revision 45293

fix typo in OnClosingDocument() name

2007-04-07 09:25 VS, revision 45292

STL build compilation fix

2007-04-06 23:16 VZ, revision 45291

add conversion of wxUniChar[Ref] to unsigned int if it's not already covered by conversion to wint_t

2007-04-06 22:56 VZ, revision 45290

added operator-(const wxChar *, const wxCStrData&) to allow compilation of the code doing "p - s.c_str()" where p is a pointer into the string s

2007-04-06 22:52 SN, revision 45289

Compilation fix for wxCStrData handling.

2007-04-06 22:48 VZ, revision 45288

wxCStrData must be dllexport'd now that it has non-inline methods

2007-04-06 22:41 VZ, revision 45287

suppress warning about converting -1 to MenuItemIndex

2007-04-06 22:19 SN, revision 45286

Backported bugfix (comparision vs. assignment).

2007-04-06 22:16 SN, revision 45285

Bugfix (comparision vs. assignment).

2007-04-06 21:42 SN, revision 45284

Added missing argument for DoGiveHelp.

2007-04-06 21:38 VZ, revision 45283

compilation fix: don't try to convert wxString to bool, use empty() instead

2007-04-06 21:35 VZ, revision 45282

compilation fix: don't try to convert wxString to bool (apparently unnecessarily)

2007-04-06 21:23 VZ, revision 45281

compilation fix: test correctly for filter string not being empty in MakeUserDataRec

2007-04-06 21:08 RD, revision 45280

More patches from FM to clean up after moving contribs. Also removes use of wxUSE_RESOURCES

2007-04-06 20:49 SN, revision 45279

Rather use the "obvious" implementation of wxStaticText::DoGetLabel().

2007-04-06 20:42 SN, revision 45278

Tentative implementation of wxStaticText::DoGetLabel().

2007-04-06 20:31 SN, revision 45277

Compilation fix for wxCStrData handling.

2007-04-06 20:06 SN, revision 45276

Compilation fix for wxCStrData handling.

2007-04-06 19:22 VZ, revision 45275

handle child destruction notifications in wxTLW itself and reset both normal and temporary default item pointers when the default window is destroyed

2007-04-06 19:16 VZ, revision 45274

more compilation and linking fixes for !wxHAS_NATIVE_TAB_TRAVERSAL after recent changes

2007-04-06 19:08 VZ, revision 45273

compilation fix for VC7.1: add size_t overloads for arithmetic operators on wxStringImpl::iterator

2007-04-06 18:08 SN, revision 45272

Compilation fix for wxCStrData handling.

2007-04-06 17:22 SN, revision 45271

Compilation fix for wxCStrData handling.

2007-04-06 17:10 SN, revision 45270

OS/2 specific compilation fix for wxCStrData handling.

2007-04-05 22:33 VZ, revision 45269

compilation fix for g++ 3 (and probably others) after the last commit

2007-04-05 22:32 VZ, revision 45268

compilation fixes for generic TAB navigation after last commit

2007-04-05 22:29 VZ, revision 45267

make wxControlContainer accept focus depending on whether it has any focusable children when using native TAB navigation too but also allow to manually override this automatic detection; added wxWindow::SetCanFocus() to notify GTK+ about changed focus state

2007-04-05 21:56 VZ, revision 45266

wxString::[const_]iterator operators -= and += should return reference and not iterator object

2007-04-05 21:55 VZ, revision 45265

added overloads taking pairs of const char/wchar_t pointers for wxString methods working with const_iterators for backwards compatibility with old wxString::const_iterator which used to be convertible to/from const wxChar *

2007-04-05 21:54 VZ, revision 45264

added WX_ASSERT_STR_EQUAL helper macro for comparing wxStrings with C strings

2007-04-05 21:47 VS, revision 45263

compilation fix for previous commit

2007-04-05 21:28 VS, revision 45262

provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type

2007-04-05 18:28 RD, revision 45261

Compile fix for gcc on MSW

2007-04-05 18:26 RD, revision 45260

Patch from FM with more bakefile tweaks and etc.

2007-04-05 16:31 BIW, revision 45259

avoid assert in window list drop down

2007-04-05 15:38 VS, revision 45258

compilation fixes

2007-04-05 15:01 VZ, revision 45257

use wxINT32_MIN, not LONG_MIN, in wxDateTime default ctor to fix it under LP64 platforms