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-01-21 20:04 KH, revision 31553

Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab key is lifted (otherwise each time you tab into the combobox, the text updated event is fired, which is wrong)

2005-01-21 18:48 ABX, revision 31552

Warning fixes for MinGW.

2005-01-21 18:26 ABX, revision 31551

Warning fixes for MinGW.

2005-01-21 18:23 RD, revision 31550

Patch #1106564, corrects possible 100% CPU load condition.

2005-01-21 18:15 ABX, revision 31549

Warning fixes for MinGW.

2005-01-21 17:54 VZ, revision 31548

more forward declarations (trying to fix bug 1106829)

2005-01-21 15:41 VZ, revision 31547

remove margins in the bitmap button

2005-01-21 15:36 VZ, revision 31546

implemented DrawComboBoxDropButton() for classic Win32

2005-01-21 15:32 VZ, revision 31545

added DrawComboBoxDropButton()

2005-01-21 15:08 VZ, revision 31544

compilation fix when used together with native control

2005-01-21 15:05 VZ, revision 31543

added possibility to use generic date control if configured

2005-01-21 15:02 VZ, revision 31542

check for error in GetSelection(long *, long *); clean up SetSelect(long, long)

2005-01-21 14:41 VZ, revision 31541

define wxHAS_NATIVE_DATEPICKCTRL in the header file to make it available to user code

2005-01-21 14:39 VZ, revision 31540

moved code working around combobox selection bug to wxComboBox: wxChoice doesn't have selection anyhow, why should it be there?

2005-01-21 14:08 VZ, revision 31539

added wxUSE_DATEPICKCTRL_GENERIC

2005-01-21 13:44 VZ, revision 31538

renamed generic version to wxDatePickerCtrlGeneric to allow using it alongside the native one

2005-01-21 13:42 VZ, revision 31537

put datectlg.cpp in ADVANCED_SRC so that it can be used in all ports, even MSW

2005-01-21 13:41 VZ, revision 31536

added wxUSE_DATEPICKCTRL

2005-01-21 12:40 VS, revision 31535

compilation fix

2005-01-21 12:38 VZ, revision 31534

don't include wx/popupwin.h in the header, use forward declarations

2005-01-21 11:33 ABX, revision 31533

Forgot to free string after usage.

2005-01-21 11:30 ABX, revision 31532

Start more than minimal TLW support.

2005-01-21 11:22 ABX, revision 31531

Reenable wxPalmOS status bar after recent changes. Start transition from faked drawing of the bar to usage of the native status bar. Source cleaning as usually.

2005-01-21 05:14 KH, revision 31530

Add support for wxSL_INVERSE using gtk_range_set_inverted

2005-01-21 05:13 KH, revision 31529

wxSL_INVERSE added, noted as being wxGTK only (for now)