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 23:57 ABX, revision 38353

Updated changes list after int/size_t unsigned int.

2006-03-24 23:51 RD, revision 38352

The null byte at the end of the string should not be included in the size of a text data object in the clipboard, otherwise we have to subtract it when the data is requested and that results in truncating one byte for other data formats.

2006-03-24 23:46 ABX, revision 38351

Back to unsigned int count in wxTreeCtrl.

2006-03-24 22:50 ABX, revision 38350

More null virtuals in wxRadioBoxBase (see: 'Developers_Notebook-Incomplete-API' in wxWiki)

2006-03-24 17:19 vell, revision 38349

minor cleanup

2006-03-24 17:01 RD, revision 38348

Add a note about WXK*PRIOR and WXK*NEXT

2006-03-24 13:50 JS, revision 38347

Commented out code that breaks metal style setting when set before Create

2006-03-24 13:49 JS, revision 38346

Commented out call that breaks metal style setting before Create

2006-03-24 13:41 ABX, revision 38345

Allow easier PalmOS5 development by volounteers.

2006-03-24 13:41 JS, revision 38344

Big performance gain when appending plus infinite looping fix (paint -> size -> paint -> size)

2006-03-24 13:01 JS, revision 38343

Reduced deprecation warning frequency

2006-03-24 12:27 JS, revision 38342

Hidden variable warning fix

2006-03-24 12:17 ABX, revision 38341

PRIOR/NEXT build fixes.

2006-03-24 12:13 JS, revision 38340

Added note about accelerator translation

2006-03-24 10:32 ABX, revision 38339

Keep wxPalmOS buildable in case Access would reuse some portions of PalmOS6.

2006-03-24 10:27 ABX, revision 38338

PRIOR/NEXT build fixes.

2006-03-24 10:20 ABX, revision 38337

PRIOR/NEXT build fixes and warning corrections.

2006-03-24 08:44 ABX, revision 38336

Source cleaning.

2006-03-24 08:31 ABX, revision 38335

Warning fixes.

2006-03-24 08:28 JS, revision 38334

Updated adding samples section.

2006-03-24 08:28 ABX, revision 38333

Fix after removal of PRIOR/NEXT in common headers.

2006-03-24 08:22 JS, revision 38332

Build corrections

2006-03-24 08:22 ABX, revision 38331

Fix after removal of PRIOR/NEXT in common headers (duplicates change in GTK2 sources).

2006-03-24 08:19 ABX, revision 38330

Warning fixes.

2006-03-24 07:51 ABX, revision 38329

Back to 'unsigned int' after reasearch of 'size_t' problems.

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.