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.

2006-03-23 16:14 JS, revision 38303

Fixed home and end accelerators

2006-03-23 15:56 RD, revision 38302

no longer need reverse renamers for the *Ptr classes

2006-03-23 15:28 JS, revision 38301

Added an optimization that fixes a recursive paint problem when controls are embedded in wxHTML (or other circumstances where the parent resizes the choice/combobox within a paint handler). This also speeds up addition of strings considerably (see "Add many strings" in widgets sample). Also added a check for silly values that can be returned from CB_GETDROPPEDCONTROLRECT.

2006-03-23 13:00 ABX, revision 38300

Centering maximized wxTLWs on screen should do nothing.

2006-03-23 11:47 ABX, revision 38299

Unconditional assert means fail.

2006-03-23 11:44 RR, revision 38298

Implement basic MVC logic (change an item in one view and all views update themselves) and made wxDataViewToggleCell react to mouse clicks as a test for that (generic code).

2006-03-23 11:38 JS, revision 38297

Don't centre frame on WinCE

2006-03-23 11:35 JS, revision 38296

Don't centre the frame on WinCE

2006-03-23 11:02 RR, revision 38295

Make generic wxDataViewCtrl draw its contents.

2006-03-23 10:11 ABX, revision 38294

Warning fix.

2006-03-23 09:57 ABX, revision 38293

Warning fix.

2006-03-23 02:01 VZ, revision 38292

workaround for mingw 3.2.3 DLL build with wxUSE_STL=1

2006-03-23 01:01 VZ, revision 38291

nested iterator classes must be dll-exported

2006-03-23 00:48 VZ, revision 38290

removed unneeded (and provoking warnings in DLL build) DLL export declarations

2006-03-23 00:47 VZ, revision 38289

don't compare invalid iterators/node pointers

2006-03-23 00:43 VZ, revision 38288

don't return true from wxRadioBox::AcceptsFocus() even when it's hidden/disabled

2006-03-23 00:41 vell, revision 38287

fixed compilation issue in prior checkin

2006-03-22 23:03 vell, revision 38286

cleanup - reformatting

2006-03-22 20:51 ABX, revision 38285

wxFrameNameStr was already delivered by #include one line earlier.

2006-03-22 20:39 ABX, revision 38284

DMC bug workaround.

2006-03-22 19:37 VZ, revision 38283

make it possible to predefine __WXFUNCTION__ in user code to have a different behaviour (e.g. use __PRETTY_FUNCTION instead of __FUNCTION__ with gcc) if needed

2006-03-22 19:32 VZ, revision 38282

define __WXFUNCTION__ instead of redefining the (semi-)standard __FUNCTION__ which could result in conflicts

2006-03-22 19:31 VZ, revision 38281

documented __WXFUNCTION__

2006-03-22 19:20 VZ, revision 38280

made alphabetical list of functions more alphabetical

2006-03-22 19:14 VZ, revision 38279

made wxList methods return compatibility_iterator instead of Node * to further reduce differences between wxUSE_STL==0 and 1 cases

2006-03-22 18:29 ABX, revision 38278

Semicolon needed.

2006-03-22 18:07 ABX, revision 38277

Test both constuctors. Warning fix.

2006-03-22 17:55 ABX, revision 38276

Unconditional assert means fail.

2006-03-22 17:39 JS, revision 38275

Added missing include

2006-03-22 17:36 JS, revision 38274

Missing include file

2006-03-22 17:03 VZ, revision 38273

another compilation fix after last commit

2006-03-22 17:03 VZ, revision 38272

compilation fix after last commit

2006-03-22 16:45 JS, revision 38271

Mac compile fixes

2006-03-22 16:21 vell, revision 38270

fix wxMac compilation problem by hoisting simple variable declarations above all goto stmts

2006-03-22 15:51 JS, revision 38269

Missing include

2006-03-22 14:39 ABX, revision 38268

Warning fix.

2006-03-22 14:38 JS, revision 38267

Rearranged, added info about universal builds

2006-03-22 14:18 VZ, revision 38266

fixed handling PNG errors accidentally broken in rev 1.46 (libpng would just abort on invalid files now); fixed huge memory leak when failing to load an invalid PNG (backport from HEAD)

2006-03-22 14:12 VZ, revision 38265

fixed handling PNG errors accidentally broken in rev 1.46 (libpng would just abort on invalid files now); fixed huge memory leak when failing to load an invalid PNG

2006-03-22 13:24 ABX, revision 38264

Build fix.

2006-03-22 10:27 RR, revision 38263

Setup notifiers from datamodel to generic wxDataViewCtrl.

2006-03-22 10:01 RR, revision 38262

In the generic version of wxDataViewCtrl, all cells are custom cells (nothing native).

2006-03-22 07:47 JJ, revision 38261

Committing in . Updates to make OpenVMS happy Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/defs.h wxWidgets/src/gtk/choice.cpp wxWidgets/src/gtk/descrip.mms ----------------------------------------------------------------------

2006-03-22 01:11 VZ, revision 38260

fixed wxCHECK in release build

2006-03-21 20:23 JS, revision 38259

Applied patch [ 1448810 ] Double click defective in listboxes

2006-03-21 19:33 KO, revision 38258

Backporting Universal binary support.

2006-03-21 17:00 VZ, revision 38257

fixed __FUNCTION__ use in Unicode build (it's a variable, not a macro)

2006-03-21 16:21 VZ, revision 38256

added ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to see the dates in cppunit output

2006-03-21 16:20 VZ, revision 38255

fixed several bugs in ParseDate() (invalid dates could result in assert failure while some valid dates such as 29 Feb 2004 were not recognized)

2006-03-21 15:59 VZ, revision 38254

don't throw away the first three stack frames in the assert stack dump (fix needed after recent assert cleanup/changes)