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-02-28 23:05 VS, revision 32503

workaround for lack of res-define in our custom formats

2005-02-28 22:29 RR, revision 32502

Minimal layout change.

2005-02-28 21:16 JS, revision 32501

Search path correction (in line with intl.cpp)

2005-02-28 21:14 ABX, revision 32500

Don't use the 'unix-like' check for Palm.

2005-02-28 20:35 RD, revision 32499

delete singleInstanceChecker when exiting

2005-02-28 20:32 RD, revision 32498

NotebookSizer is deprecated

2005-02-28 20:31 RR, revision 32497

Implemented wxRadioBox using a GtkTable.

2005-02-28 20:16 RD, revision 32496

Updates for doc/view from Morgan Hua

2005-02-28 20:09 RN, revision 32495

note wxURI change

2005-02-28 20:06 RD, revision 32494

reSWIGged

2005-02-28 20:03 RD, revision 32493

Updates for MouseGestures

2005-02-28 20:01 RN, revision 32492

rename wxURI::GetUser to wxURI::GetUserInfo and add wxURI::GetUser and wxURI::GetPassword

2005-02-28 19:47 RD, revision 32491

reSWIGged

2005-02-28 19:34 RD, revision 32490

Oops, checked in wrong file by mistake. Reverted last change.

2005-02-28 19:31 RD, revision 32489

updated setup.h changes for MSW

2005-02-28 19:30 RD, revision 32488

Don't build the old versions of OGL or iewin by default anymore

2005-02-28 19:19 RD, revision 32487

Don't build the old versions of OGL or iewin by default anymore

2005-02-28 18:50 ABX, revision 32486

Missing include.

2005-02-28 18:46 ABX, revision 32485

XRC for wxListbook [patch 1152306] and wxChoicebook. Regenerated makefiles.

2005-02-28 18:45 RD, revision 32484

Added more image options

2005-02-28 18:45 RD, revision 32483

Patch from Will Sadkin: Enclosed are two patches, one for timectrl, re: exceptions (now?) thrown on wxDateTime.strftime(%p) in a non-am/pm locale, and one for a problem that prevented input into the integer digit of a integerwidth=1 numctrl, if the current value was 0.

2005-02-28 18:43 RD, revision 32482

Undeprecated AddWindow, AddSizer, AddSpacer and etc.

2005-02-28 18:43 RD, revision 32481

Added wx.PrintData.Get/SetPrivData

2005-02-28 18:41 RD, revision 32480

GetSelection is available on wxGTK now too.

2005-02-28 18:41 RD, revision 32479

Added GetBitmap, GetIcon to wx.ImageList.

2005-02-28 18:40 RD, revision 32478

Fix GetAmPmStrings wrapper

2005-02-28 18:40 RD, revision 32477

doc updates

2005-02-28 18:37 RD, revision 32476

Build/distrib updates

2005-02-28 18:36 RD, revision 32475

use wxMin

2005-02-28 18:35 RD, revision 32474

avoid buffer overrun

2005-02-28 18:18 RN, revision 32473

wxDisplay::GetFromWindow is only on msw evidently

2005-02-28 17:28 SC, revision 32472

mask access row bytes fixed

2005-02-28 17:23 VZ, revision 32471

trying to fix dmc warning about potential overload ambiguity

2005-02-28 17:20 VZ, revision 32470

return const ref to label from GetLabel() and other accessors instead of copying it, this fixes 1153178

2005-02-28 16:13 CE, revision 32469

fix missing defines with DMC

2005-02-28 16:05 VZ, revision 32468

removed strange bit flipping under wxGTK when saving TIFFs

2005-02-28 16:02 SC, revision 32467

correcting last commit

2005-02-28 15:14 RR, revision 32466

This change will make the parent TLW come to the front again after it has been sent to the back for some unknown reason, after a message dialog has been show.

2005-02-28 15:01 JS, revision 32465

Unicode fix

2005-02-28 14:45 RR, revision 32464

Apply combobox patch II.

2005-02-28 14:41 JS, revision 32463

Removed call to obsolete (and presumably redundant) SetPageSize

2005-02-28 14:38 RR, revision 32462

Changed ComboDropDown button under GTK+ so that it will create a transparent button. This works for the date control, but should be generalized somehow.

2005-02-28 13:55 JS, revision 32461

Documented wxImage XPM data ctor

2005-02-28 13:08 VZ, revision 32460

don't hide m_cal when disabling the control (bug 1150830)

2005-02-28 12:28 VZ, revision 32459

restored manual calls to gtk_glwindow_realized/map_callback() and added comment explaining why they're (sometimes) needed

2005-02-28 11:36 JS, revision 32458

Applied patch [ 1121371 ] configtool NULL pointer accesses

2005-02-28 11:36 JS, revision 32457

Applied socket destruction bug patch

2005-02-28 11:34 JS, revision 32456

WinCE doesn't have DFCS_FLAT

2005-02-28 11:33 JS, revision 32455

WinCE doesn't have GetThreadLocale

2005-02-28 11:31 JS, revision 32454

MSW doesn't have EOVERFLOW, WinCE additionally doesn't have errno.h