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

2004-09-29 21:52 RD, revision 29553

Change which image is used in the taskbar

2004-09-29 21:51 RD, revision 29552

Stop the timer before closing the demo

2004-09-29 21:24 RD, revision 29551

Overridable CreatePopupMenu in TaskBarIcon

2004-09-29 21:18 RD, revision 29550

Overridable CreatePopupMenu in TaskBarIcon

2004-09-29 21:07 VS, revision 29549

fixed flicker during MDI children creation: the frame is now created hidden and shown in idle time to maintain backward compatibility

2004-09-29 20:39 RD, revision 29548

Create a mask for the icon if it doesn't already have one

2004-09-29 17:53 JS, revision 29547

Fixed case sensitivity

2004-09-29 17:17 VZ, revision 29546

fixed memory leak in Submit(cmd, false) (bug 1037115)

2004-09-29 16:49 RD, revision 29545

Just return zero without failing for unknown metrics, like the other ports do.

2004-09-29 16:42 RD, revision 29544

off_t --> wxFileOffset changes

2004-09-29 16:21 JS, revision 29543

Temp fix for VC6/XTI

2004-09-29 16:07 DE, revision 29542

Get the stock label when stock ID is used with empty label in Create()

2004-09-29 15:30 VS, revision 29541

implementation should use DoFindFocus

2004-09-29 14:34 VS, revision 29540

changes to make wxWindow::FindFocus work as expected with composite controls

2004-09-29 14:02 JS, revision 29539

Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper

2004-09-29 13:29 JS, revision 29538

Increased a buffer size

2004-09-29 11:25 ABX, revision 29537

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-29 11:16 VZ, revision 29536

signed/unsigned comparison warning fix

2004-09-29 10:42 VZ, revision 29535

removed C++ comments from C files

2004-09-29 09:46 ABX, revision 29534

wxTLW::SetLeft/RightMenu of smart phones documented.

2004-09-29 09:25 VZ, revision 29533

more 64 bit correctness fixes

2004-09-29 09:07 RL, revision 29532

Update the wx-config man page. Remove some cruft from the docs package. Bump version in configure. Update aclocal.

2004-09-29 08:20 RN, revision 29531
  • D /wxWidgets/trunk/samples/drawer

remove unfinished sample for release

2004-09-29 08:03 ABX, revision 29530

Hardware defines spec.

2004-09-29 07:48 JS, revision 29529

Incremented version

2004-09-29 07:36 RL, revision 29528

Update odbc for parallel installs too.

2004-09-29 07:21 ABX, revision 29527

C++ removed from C syntax.

2004-09-29 05:44 ABX, revision 29526

Include missing.h to find O_* flags.

2004-09-29 05:42 ABX, revision 29525

Correction to lost #ifdef

2004-09-29 05:18 DE, revision 29524

wxStaticBox constructor is not supposed to take a wxValidator

2004-09-29 04:28 RN, revision 29523

drawer sample mods from ABX (with only one mod - _CODE Added to #define USE_DRAWER 0)

2004-09-29 00:22 RD, revision 29522

reSWIGged

2004-09-29 00:20 RD, revision 29521

Allow embedded double quotes, and hex-encode single quotes. Makes the typical case a bit more readable.

2004-09-29 00:15 RD, revision 29520

Updates for how the Python code is generated

2004-09-29 00:14 KH, revision 29519

Send EVT_COMMAND_TEXT_UPDATED from the spin control when the text in a spin control is updated by typing

2004-09-29 00:11 RD, revision 29518

Version number bump

2004-09-29 00:11 RD, revision 29517

Beginings of supporting multiple versions installed side-by-side

2004-09-28 23:36 RD, revision 29516

TRUE/FALSE/etc. cleanup in the *.in files, regenerated the .h and .cpp files

2004-09-28 23:23 KH, revision 29515

When enabling events, use CommonModes instead of DefaultMode for the RunLoop. In use locally since January, indicated as better mode setting by Dave E.

2004-09-28 21:53 VZ, revision 29514

wxListItem::m_data is now of type wxUIntPtr, not long, for compatibility with 64 bit systems

2004-09-28 21:48 VZ, revision 29513

added wxPtrToUInt() to cast pointer to an integer type without warnings

2004-09-28 21:46 VZ, revision 29512

added HAVE_REINTERPRET_CAST detection

2004-09-28 21:44 VZ, revision 29511

added AC_CXX_REINTERPRET_CAST

2004-09-28 21:44 VZ, revision 29510

added wx_reinterpret_cast() macro

2004-09-28 21:16 VZ, revision 29509

suppress VC7.1 64 bit correctness warnings

2004-09-28 19:49 RD, revision 29508

off-by-one fix

2004-09-28 19:24 RD, revision 29507

Corrected compile warnings, took out debug printf

2004-09-28 18:59 RD, revision 29506

Patch from Alberto Griggio to use the wxRenderer for drawing the header and buttons, plus some tweaks from me to calculate the height of the header based on font size.

2004-09-28 18:17 ABX, revision 29505

Hardware defines spec.

2004-09-28 17:39 ABX, revision 29504

Hardware defines spec.