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)

2005-01-21 05:12 KH, revision 31528

Add wxSL_INVERSE flag

2005-01-21 03:56 KH, revision 31527

Fixed name strings to match documentation (Expanded patch 1098784)

2005-01-21 02:00 VZ, revision 31526

switched to using wxPopupWindow

2005-01-21 01:27 VZ, revision 31525

define wxDateEvent static stuff here

2005-01-21 01:21 VZ, revision 31524

use ResetTime() in Today() instead of dealing with raw struct tm which introduces a bug around DST changes (replaces patch 1097811)

2005-01-20 20:55 RD, revision 31523

Fix typos

2005-01-20 17:33 DE, revision 31522

Add support for Metrowerks compilers.

2005-01-20 17:24 ABX, revision 31521

WM_CONTEXTMENU available since WinCE.NET

2005-01-20 17:08 ABX, revision 31520

Missing define.

2005-01-20 17:03 DE, revision 31519

Check for vsnprintf while using namespace std if its not found when not.

2005-01-20 16:23 VZ, revision 31518

expanded the date picker part to show wxDP_XXX styles

2005-01-20 16:22 VZ, revision 31517

added and implemented for MSW wxDP_SHOWCENTURY flag

2005-01-20 16:10 DE, revision 31516

Make sure -DNO_GCC_PRAGMA is in wx-config output regardless of the reason. Mostly reverts configure.in,1.916,1.917 and uses a simpler method.

2005-01-20 16:09 ABX, revision 31515

Simple wxBatteryPower API for the support in wxWinCE, wxPalmOS and any other mobile device with wxWidgets. Minor source cleaning.

2005-01-20 15:50 ABX, revision 31514

Syntax error fixes.

2005-01-20 14:06 VZ, revision 31513

compilation fix for CE: don't use GetModuleHandleA() which doesn't exist there

2005-01-20 11:44 VZ, revision 31512

call InitCommonControlsEx() when using comtl32.dll <= 4.72; check for date picker availability for even earlier versions

2005-01-20 11:32 VZ, revision 31511

report more information about the control whose creation failed in the assert

2005-01-20 10:07 VZ, revision 31510

fixed typo in testing whether wxUSE_NATIVE_STATUSBAR should be set to 0

2005-01-20 06:56 ABX, revision 31509

PalmOS description.

2005-01-20 01:04 VZ, revision 31508

wxUSE_CRASHREPORT/STACKWALKER may be sued without wxUSE_ON_FATAL_EXCEPTION

2005-01-20 01:01 VZ, revision 31507

trying to get wxUSE_NATIVE_STATUSBAR setting correctly: define it to 1 by default but reset it to 0 in wx/chkconf.h if it's not supported

2005-01-19 22:06 RD, revision 31506

Adjust the bounding box of the labels to client coordinants

2005-01-19 21:49 KH, revision 31505

Additional header files required

2005-01-19 21:41 SN, revision 31504

Compilation fix for OS/2.