More GC fixes.
[wxWidgets.git] / include /
2008-02-14  Václav Slavíkadded wxWindow::Set/GetMin/MaxClientSize convenience...
2008-02-13  Vadim Zeitlindon't define HAVE_FSYNC if it's already defined (as...
2008-02-13  Václav Slavíksplit wxSizer::Fit() into ComputeFittingWindow/ClientSi...
2008-02-13  Julian SmartFurther fixes, for selected text display and new paragr...
2008-02-12  Vadim Zeitlinuse platform-specific styles in xTR_DEFAULT_STYLE but...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-02-11  Vadim Zeitlinadd wxLanguageInfo::GetLocaleName(), this simplifies...
2008-02-11  Vadim Zeitlinavoid duplication in the code by refactoring LCID creat...
2008-02-11  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP...
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-02-11  Vadim Zeitlinmake wxGenericCollapsiblePane a wxControlContainer...
2008-02-10  Vadim Zeitlincast char values to unsigned char before passing them...
2008-02-10  Vadim Zeitlinreturn int, not wxUniChar, from wxTo{upp,low}er_l(...
2008-02-10  Vadim Zeitlinadd check for wxUSE_XLOCALE (and also wxUSE_INTL which...
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-02-10  David ElliottAdd wxCocoa to the list of ports which don't need wxCol...
2008-02-09  Vadim Zeitlinadded wxDebugContext::SetShutdownNotifyFunction() ...
2008-02-09  Vadim Zeitlinadd GetMDIParent() and use it to reduce the number...
2008-02-09  Vadim Zeitlinuse generic file picker in wxFLP_SAVE case as the nativ...
2008-02-09  Vadim Zeitlindon't lose the contents of the combobox if it was set...
2008-02-09  Vadim Zeitlinadd wxUSE_WEAKREF (modified partially applied patch...
2008-02-08  David ElliottFix tracking rectangles in 64-bit build by remembering...
2008-02-08  Vadim Zeitlindon't redeclare wxYield() if it had been already declar...
2008-02-08  David ElliottReword the comment again. I forgot to save before...
2008-02-08  David ElliottChange the __NEXT_RUNTIME__ test to __OBJC_GC__ which...
2008-02-08  David ElliottAvoid warnings in the Objective-C uniquifying code...
2008-02-07  David ElliottInstead of using wxCFRetain/wxCFRelease directly for...
2008-02-07  Václav Slavíkremoved unused SYMBOL_WXRICHTEXT.*_TITLE values that...
2008-02-06  David ElliottFix most of the Objective-C GC problems by using the...
2008-02-06  Vadim Zeitlinimplement (trivially) wxGLApp ctor
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-02-03  Vadim ZeitlinwxFontData doesn't need to be static in wxGenericFontBu...
2008-02-03  Vadim Zeitlinno real changes, just added 2 virtual keywords to ...
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-02-03  Vadim Zeitlincompilation fix for wchar_t-based builds after ParseISO...
2008-02-03  Vadim Zeitlinmake wxIdleEventHandler available in console applicatio...
2008-02-03  Vadim Zeitlinadded wxDateTime::FormatISOCombined() and ParseISODate...
2008-02-03  Vadim Zeitlingenerate include/wx/univ/setup0.h from setup_inc.h too
2008-02-03  Paul Cornettremove unused wxMenuBar::m_style
2008-02-02  Paul CornettEnable best size caching, remove unnecessary GetLabel...
2008-02-01  Julian SmartAdded a reset-buffer event to give an opportunity to...
2008-02-01  Paul Cornettremove unnecessary m_glWidget, fix return types for...
2008-01-31  Vadim Zeitlinavoid implicitly converting a wxWindow* to wxGLCanvas
2008-01-31  Vadim Zeitlinno changes, just fix a typo in comment
2008-01-31  Václav SlavíkFixed compilation of wxVector<T> with VC6:
2008-01-30  Václav Slavíkdo the VC6 hacks only when compiling with VC6
2008-01-29  Vadim Zeitlinmore VC6 fixes: nested value must be real classes,...
2008-01-29  Vadim Zeitlincorrected comment: wxSingleInstance is not for Win32...
2008-01-29  Václav Slavíkcorrected VC++ version check
2008-01-29  Vadim Zeitlinfix compilation with VC6
2008-01-29  Robin Dunnuse import/export macro on wxTrackable to avoid warning...
2008-01-29  Václav SlavíkVC5 didn't support partial specialization either, check...
2008-01-29  Václav Slavíkwx*DCImpl PCH-less compilation fix
2008-01-29  Václav Slavíkadded wxCHECK_VISUALC_VERSION macro
2008-01-29  Václav Slavíkcompilation fix for VC6, it doesn't support partial...
2008-01-29  Vadim Zeitlindefine __VISUALCn__ for n=5,6,7,8,9 and not only 8...
2008-01-29  Vadim Zeitlinsignificantly simplify this file by using token pasting...
2008-01-29  Paul CornettRemove unnecessary IsRadioButton().
2008-01-28  Paul CornettHP aC++ 3.80 can't handle parenthesized string literal...
2008-01-27  Václav SlavíkUTF-8 build fixes for appending, setting or searching...
2008-01-27  Vadim Zeitlinadd wxCONCAT[345]() helper macros
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-27  Vadim Zeitlindefine (empty) SetIcon() method in wxGenericMDIChildFra...
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2008-01-25  Vadim Zeitlininclude wx/stopwatch.h to get wxMilliClock_t and wxGetL...
2008-01-25  Julian SmartFixed a bug in HasAlignment
2008-01-23  Vadim Zeitlincompilation fix after r51188: only define operator...
2008-01-23  Bryan PettyReverted wxAuiFloatingFrame dtor crash fix (r51324...
2008-01-22  Vadim Zeitlinremove the unnecessary non-const GetPage() overload
2008-01-22  Václav Slavíkfixed wxVector<T> to work with non-POD types again...
2008-01-22  Julian SmartAdded event handler macro
2008-01-22  Bryan PettyFixed a rare wxAuiFloatingFrame dtor crash on MSW using...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2008-01-21  Václav Slavíkprefix implementation methods of wxBitmapButton with...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-21  Václav Slavíkuse full path to headers in header guards
2008-01-21  Václav Slavíkreverted last commit, it was wrong
2008-01-21  Václav Slavíkutils.h is not needed by wxVector, removed
2008-01-20  Vadim Zeitlinno changes, just come cleanup and more comments
2008-01-20  Vadim Zeitlinadd wxDatePickerCtrl support in wxGenericValidator...
2008-01-17  Vadim Zeitlincorrect misleading OnSize() comment
2008-01-17  Paul Cornettcheck for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
2008-01-17  Vadim Zeitlinrestored wxEnhMetaFileDC::Close() lost in wxDC reorgani...
2008-01-16  Václav Slavíkinclude VC++ version in build compatibility string
2008-01-16  Vadim Zeitlinremoved unneeded wxWeakRefDynamic::AssignCopy() (last...
2008-01-16  Vadim Zeitlincompilation fixes for standard-conformant compilers...
2008-01-16  Vadim Zeitlindefine (unusual) copy ctor and assignment operator...
2008-01-15  Václav Slavíkfixed wxHTML parser to not assert on invalid HTML input...
2008-01-14  Vadim Zeitlinrename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
2008-01-14  Vadim Zeitlinadded wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-14  Paul Cornettavoid GCC warning about type-punned pointer breaking...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-13  Paul Cornettprevent explicitly set client size from being changed...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-13  Vadim Zeitlinadd useful headers for meta-programming checks (part...
2008-01-12  Vadim Zeitlincall OnExec() taking wxString argument from OnExecute...
2008-01-12  Paul Cornettinitialize m_totalProportion in wxBoxSizer ctor
next