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-08 17:30 ABX, revision 29053

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false.

2004-09-08 13:40 VZ, revision 29052

update from Vegh Janos

2004-09-08 12:00 VZ, revision 29051

unregister GL windows classes on program termination, fixes problem with wx being used in a DLL which is being unloaded and reloaded again

2004-09-08 11:18 ABX, revision 29050

Warning fix.

2004-09-08 10:49 VZ, revision 29049

reverted last check in

2004-09-08 09:53 VZ, revision 29048

added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

2004-09-08 06:41 ABX, revision 29047

Fixes and source cleaning for WinCE.

2004-09-08 06:26 ABX, revision 29046

Missed include due to wxBookCtrlSizer existence.

2004-09-08 06:20 ABX, revision 29045

Native Smartphone wxTextCtrl.

2004-09-07 21:02 VZ, revision 29044

added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

2004-09-07 20:39 VZ, revision 29043

documented GetIcon(s), extended SetIcons() doc

2004-09-07 20:34 VZ, revision 29042

extracted common wxDialog/wxFrame methods to tlw.tex

2004-09-07 20:16 VZ, revision 29041

define WINVER as 0x0502 by default (highest possible), not 0x0400; made the comment before it more clear

2004-09-07 19:50 VZ, revision 29040

added accels for submenus; removed weird wxConvCurrent assignment (such code has nothing to do in a sample, especially without any explanation)

2004-09-07 19:42 VZ, revision 29039

fixed MSW linking (check for wxUSE_GENERIC_DIALOGS_IN_MSW)

2004-09-07 11:11 ABX, revision 29038

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!/!IsEmpty(), TRUE/true. FALSE/false, tabs, whitespaces.

2004-09-07 08:34 JJ, revision 29037

Committing in . Update of an OpenVMS makefile Modified Files: wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2004-09-07 06:01 ABX, revision 29036

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE/true. FALSE/false, tabs, whitespaces.

2004-09-06 04:51 RL, revision 29035

Ported forward improvements from the 2.4.2.6 release. This still won't build new 2.5 packages yet, but it is changes that will happen anyway so I'm checkpointing the diff here.

2004-09-06 04:41 RL, revision 29034

Typo fixes backported from 2.5

2004-09-05 19:19 VS, revision 29033

added all IDs

2004-09-05 10:08 RL, revision 29032

GTK Combobox and Listbox aren't realized until actually visible, so a list_item created before that would receive a default style instead of the control's style. Instead of calling ApplyWidgetStyle() which would iterate all items, only the newly created item will receive the current style to speed things up. Thanks to Andreas Pflug. Closes 984861

2004-09-04 23:47 RD, revision 29031

reSWIGged

2004-09-04 23:39 RD, revision 29030

reSWIGed

2004-09-04 19:01 RD, revision 29029

reSWIGged

2004-09-04 18:48 RD, revision 29028

reSWIGed

2004-09-04 18:45 RD, revision 29027

Add DLL export macros

2004-09-04 18:06 RD, revision 29026

Add a link to the changes file, move the log file

2004-09-04 18:03 RD, revision 29025

Add the stock item helper fucntions back

2004-09-04 13:23 VS, revision 29024

wxArtProvider fix

2004-09-04 02:44 ABX, revision 29023

Spelling fixes [#1017001]

2004-09-04 01:53 ABX, revision 29022

Source cleaning: whitespaces, tabs, ::, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-04 01:26 ABX, revision 29021

Spelling fixes [#1017001], source cleaning.

2004-09-03 21:53 VS, revision 29020

updated version to match latest wxPython release

2004-09-03 21:20 VS, revision 29019

MBCS and IM fixes (patch 1016292)

2004-09-03 19:30 RD, revision 29018

Since it is documented, changed GetOrCreateCellAttr from protected to public so it can be used from wxPython.

2004-09-03 19:14 RD, revision 29017

fixed copy/paste error

2004-09-03 19:04 RD, revision 29016

Check for m_peer != NULL in Freeze and Thaw

2004-09-03 18:59 RD, revision 29015

Fixed incorrect clipping region on wxGTK

2004-09-03 18:32 ABX, revision 29014

Source cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(), TRUE/true, FALSE/false, whitespaces, tabs.

2004-09-03 14:35 ABX, revision 29013

Fix for coordinates in wxEVT_COMMAND_LIST_COL_RIGHT_CLICK [patch #1019696] with test code in the sample.

2004-09-03 12:43 RR, revision 29012

Applied patch to avoid g_lib wanrings.

2004-09-02 18:35 RD, revision 29011

Don't set the size until after everything is initialized

2004-09-02 00:52 RD, revision 29010

reSWIGged

2004-09-02 00:46 RD, revision 29009

stockitem.h no longer needed

2004-09-02 00:40 RD, revision 29008

reSWIGged

2004-09-02 00:33 RD, revision 29007

another tst style

2004-09-01 23:52 RD, revision 29006

more doc fixes and clarifications

2004-09-01 23:40 RD, revision 29005

really remove them

2004-09-01 23:39 RD, revision 29004

Remove wrappers for some functions meant to be interal use only.