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

2008-02-08 00:35 DE, revision 51585

Add wxGCSafeRetain/wxGCSafeRelease to the vast majority of wxCocoa code. Copyright 2008 Software 2000 Ltd.

2008-02-07 23:37 DE, revision 51584

Instead of using wxCFRetain/wxCFRelease directly for Objective-C objects add new wxGCSafeRetain/wxGCSafeRelease functions which are specific to Objective-C objects and can be compile-time switched to standard retain/release without breaking wxCFRetain/wxCFRelease for CF objects.

2008-02-07 21:29 DE, revision 51583

Regenerate configure.

2008-02-07 20:59 DE, revision 51582

Add in some support for separate CXXFLAGS and OBJCXXFLAGS. Add -DWX_PRECOMP to CXXFLAGS instead of CPPFLAGS. Combined with very slight Bakefile changes to use OBJCXXFLAGS, this greatly improves the wxCocoa build.

2008-02-07 16:42 JS, revision 51581

Show 3D border on XP Classic theme

2008-02-07 14:16 JS, revision 51580

Avoid scrolling parts of the screen that don't belong to us

2008-02-07 14:15 JS, revision 51579

Avoid scrolling parts of the screen that don't belong to us

2008-02-07 12:33 VS, revision 51578

removed unused SYMBOL_WXRICHTEXT.*_TITLE values that were only polluting translation files with untranslatable "titles" such as "wxRichTextBulletsPage"

2008-02-06 20:10 DE, revision 51576

Fix most of the Objective-C GC problems by using the stronger CFRetain/CFRelease in wxObjcAutoRef. Actually use wxObjcAutoRef for the wxNSViewNotificationObserver singleton to keep it from being finalized. Copyright 2008 Software 2000 Ltd.

2008-02-06 19:58 VZ, revision 51575

correction after the previous commit which introduced bug 1888014 [backport of r51574 from trunk]

2008-02-06 19:57 VZ, revision 51574

correction after the previous commit which introduced bug 1888014

2008-02-06 19:18 JS, revision 51573

Reset scroll position when clearing buffer

2008-02-06 19:18 JS, revision 51572

Reset scroll position when clearing buffer

2008-02-06 14:20 VZ, revision 51571

fix GetTLWParentIfNotBeingDeleted() to work correctly even if an intermediate non-TLW parent is being deleted, it should still return the TLW parent and not NULL in this case, otherwise we'd crash when a button child of a panel being deleted is current temporary default button [backport of r51570 from trunk]

2008-02-06 13:56 VZ, revision 51570

fix GetTLWParentIfNotBeingDeleted() to work correctly even if an intermediate non-TLW parent is being deleted, it should still return the TLW parent and not NULL in this case, otherwise we'd crash when a button child of a panel being deleted is current temporary default button

2008-02-06 08:45 JS, revision 51568

Resolved ambiguity for VC 9

2008-02-06 00:25 VZ, revision 51567

implement (trivially) wxGLApp ctor

2008-02-05 22:38 MW, revision 51566

Fix the email notification's fromaddr.

2008-02-05 22:29 MW, revision 51565

Try out email notifications, just to me initially.

2008-02-05 22:26 MW, revision 51564

Whitespace fixes.

2008-02-05 22:16 MW, revision 51563

Add email address lookup table for wx devs.

2008-02-05 19:13 VS, revision 51562

call Show(false) from ~wxDialog to call EndModal if the dialog is still modal consistently in all ports

2008-02-05 18:10 MW, revision 51561

Clean up the tools for offline checking of the configuration.

2008-02-05 11:07 VZ, revision 51560

fix typo in warning message

2008-02-05 09:12 JS, revision 51559

Strip menu codes from page label for consistency with other platforms