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-11 21:53 RD, revision 45406

Don't use hidden items for size calc (patch 1698314)

2007-04-11 19:53 VZ, revision 45405

remove documentation of (protected) AutoSizeColumnOrRow()

2007-04-11 15:37 SC, revision 45404

compile guard

2007-04-11 15:32 SC, revision 45403

changing the Multiple Inheritance along the Single Inheritance, patch 1623801

2007-04-11 13:55 VZ, revision 45402

add aglUpdateContext() call (doesn't seem to change anything but should be there according to the docs)

2007-04-11 13:36 VZ, revision 45401

forward declare wxDC (fixes wxMotif compilation)

2007-04-11 13:13 VS, revision 45400

fixed another place where wxString was used as bool

2007-04-11 12:13 VZ, revision 45399

derive wxStaticText from wxStaticTextBase under wxGTK1 too, in particular thi sfixes missing wxStaticText::Wrap() problem during linking

2007-04-11 11:53 VZ, revision 45398

linking fix after the one before last commit

2007-04-11 10:32 MBN, revision 45397

Added --enable-extended_rtti configure switch (defaults to disabled). Fix compilation when WXINTL_NO_GETTEXT_MACRO is defined. Added wx/flags.h to installed files. Fix XTI compilation after wxString changes. Fix 'virtual functions but non-virtual destructor' GCC warnings. Minimal XTI definition for wxOwnerDrawnComboBox (cut'n'paste from wxComboBox, will need to be completed). Requires rerunning bakefile and autoconf.

2007-04-11 00:26 VZ, revision 45396

compilation fix after last commit

2007-04-11 00:23 VZ, revision 45395

don't use obsolete functions (mostly copystring() and Count()), remove their documentation (patch 1697956)

2007-04-11 00:19 VZ, revision 45394

add support for a data tag which can be used to embed arbitrary data into the generated code (part of some forgotten patch...)

2007-04-11 00:12 VZ, revision 45393

added our own implementation of strto[u]ll() if the system doesn't have one (patch 1696533)

2007-04-10 23:56 VZ, revision 45392

send selection events when Ctrl-clicking an item repeeatedly in a multiselection tree

2007-04-10 23:48 VZ, revision 45391

added a menu command to clear log

2007-04-10 19:32 VS, revision 45390

reverted previous commit and added a comment explaining why CByteArrayFormat should be kept

2007-04-10 19:13 VS, revision 45389

don't crash if (char*)c_str() is used twice in a row on the same string and both pointers are used at the same time

2007-04-10 17:38 VZ, revision 45388

Big wxGL classes refactoring/cleanup: 1. Provide the same API, especially, but not limited to, wxGLCanvas and wxCLContext ctors (which were completely different in all ports) 2. Extracted common parts into wxGLCanvas/ContextBase classes 3. Deprecate the old API using implicitly created wxGLContext

2007-04-10 16:51 VZ, revision 45387

rename the menu to avoid conflict with a standard Mac menu

2007-04-10 16:09 SC, revision 45386

don't change the case of extensions

2007-04-10 15:43 VZ, revision 45385
  • D /wxWidgets/branches/WX_2_8_BRANCH/docs/latex/wx/dcsvg.tex
  • D /wxWidgets/branches/WX_2_8_BRANCH/include/wx/dcsvg.h
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/common/dcsvg.cpp

removing the files recently added to HEAD from 2.8 branch

2007-04-10 14:55 VS, revision 45384

fixed typo: _T(), not _()

2007-04-10 14:35 VZ, revision 45383

add GetOwner() documentation

2007-04-10 13:37 VS, revision 45382

removed unused CByteArrayFormat function