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

2006-03-24 07:26 ABX, revision 38328

Removed useless pragma after fixing code to use insigned ints.

2006-03-24 07:19 ABX, revision 38327

Fixed missing usage of x during Layout.

2006-03-24 04:14 RD, revision 38326

Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP and WXK*PAGEDOWN

2006-03-24 01:52 RD, revision 38325

reSWIGged

2006-03-24 01:49 RD, revision 38324

* wx.Panel doesn't have a SetTitle anymore. What was this used for anyway? * Allow wxMenuBar to be created inside a wxFrame * More robust clipboard handling

2006-03-24 00:13 RD, revision 38323

Need to use wizard.GetPageAreaSizer().Add(page) now to get the layout handled correctly

2006-03-24 00:12 RD, revision 38322

wxFileSystemHandler needs a destructor and to give ownership to wxFileSystem

2006-03-24 00:10 RD, revision 38321

Length --> length

2006-03-24 00:08 RD, revision 38320

Several instances of int --> unsigned int

2006-03-23 22:05 VZ, revision 38319

replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX)

2006-03-23 22:04 vell, revision 38318

minor cleanup

2006-03-23 21:28 JS, revision 38317

Fixes/makefiles for building data view control on Windows

2006-03-23 19:00 RR, revision 38316

Take into account cell's own size, not only the space allocated to it (mostly much more).

2006-03-23 18:18 SC, revision 38315

filedata implementation streamlined

2006-03-23 18:16 SC, revision 38314

implementation streamlined

2006-03-23 18:11 SC, revision 38313

setting the hacked cocoa font panel as default

2006-03-23 18:09 SC, revision 38312

convenience methods

2006-03-23 18:06 SC, revision 38311

better file data support

2006-03-23 17:45 VZ, revision 38310

fixed last commit which accidentally included parts of upcoming size_t/unsigned patch

2006-03-23 17:15 JS, revision 38309

Added missing declarations required for e.g. VC++ 6

2006-03-23 16:56 VZ, revision 38308

Minor fixes after last commit: 1. don't pass -1 to base class DoSetSize(), this is documented to not work under Win2k 2. instead, don't do anything at all if neither size nor position changed 3. only call DoGetSize() once instead of doing it in both if branches 4. added comment about 30000 returned by CB_GETDROPPEDCONTROLRECT

2006-03-23 16:29 VZ, revision 38307

1. fixed compilation after wxList::compatibility_iterator changes 2. removed #if wxUSE_STL tests which are not needed any longer 3. better fix for SetCurrent() virtual hiding: just rename the method

2006-03-23 16:19 VZ, revision 38306

reverted return type of wxList method to nodetype * from compatibility_iterator (undoing change of rev 1.103) because this breaks very old core relying on conversion of wxList::GetFirst() to wxNode* for example

2006-03-23 16:16 JS, revision 38305

Miscellaneous change log updates.

2006-03-23 16:16 JS, revision 38304

Fixed home and end accelerators.