add meta to manifests
[wxWidgets.git] / include /
2008-02-19  Vadim Zeitlinimplement wxRadioBox::Reparent(): it didn't reparent...
2008-02-18  Vadim Zeitlinmake IsOk() virtual to allow it to be overridden in...
2008-02-18  Vadim Zeitlinreverted r51340: don't use wxWeakRef in the library...
2008-02-18  David ElliottDon't include dlfcn.h from wx/dynlib.h on Darwin. ...
2008-02-18  David ElliottLimit wxListBox best size to 100x100. Particularly...
2008-02-18  David ElliottRevert the 2.8 hacks from r51892 on the trunk.
2008-02-18  David ElliottEnsure that the NSTableColumn width is that of its...
2008-02-18  David ElliottAdd a new macro to the Objective-C uniquifying support...
2008-02-18  Vadim Zeitlintell user to define _USE_OLD_RW_STL for BC5.6 instead...
2008-02-17  Vadim Zeitlinadd ka_GE, ku_TR and ne_NP; some cleanup and better...
2008-02-16  Vadim Zeitlinturn wxUSE_STD_IOSTREAM on by default (except for the...
2008-02-16  Vadim Zeitlinfix redundant storage of current date both in wxCalenda...
2008-02-15  Vadim Zeitlincompilation fix for bcc 5.82: don't use enum for value...
2008-02-14  David ElliottMove wxWindowCocoaScrollView class into its own header.
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...
next