]> git.saurik.com Git - wxWidgets.git/history - include
Open and Close clipboard properly
[wxWidgets.git] / include /
2008-02-28  Paul Cornettrevert updating GTK size hints when window decorations...
2008-02-28  Vadim Zeitlincorrect WinCE compilation after last change: can't...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-28  Vadim Zeitlinuse GlobalPtrLock (modified to allow not initializing...
2008-02-28  Vadim Zeitlincompilation fix after last change
2008-02-27  Vadim Zeitlinfix wxWeakRef<> for Borland C++ (slightly modified...
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2008-02-27  Vadim Zeitlinfixes for __WINCE_NET__ build (slightly modified patch...
2008-02-27  Vadim Zeitlinonly define wxAuiFloatingFrameBaseClass as wxMiniFrame...
2008-02-27  Vadim Zeitlinoverride SetDropTarget() in wxGrid to associate it...
2008-02-27  Julian SmartMade wxRichTextCtrl cursors accessible
2008-02-27  Vadim Zeitlinno changes, just a couple of typo fixes in comments
2008-02-26  Julian SmartDon't take the previous paragraph style when deleting...
2008-02-26  Vadim Zeitlinfixes for MSVC compilation with /Wp64 (used by new...
2008-02-26  Vadim Zeitlincheck whether the grid is fully created in Refresh...
2008-02-26  Julian SmartFixed [ 1720130 ] A minor 'bug' or 'annoyance' with...
2008-02-26  Paul Cornettupdate GTK size hints when window decorations change
2008-02-24  Vadim Zeitlinalways return 471 from wxApp::GetComCtl32Version()...
2008-02-24  Vadim Zeitlindon't forcefully disable regex and tiff, they build...
2008-02-24  Vadim Zeitlindon't define, nor use, LVS_EX_LABELTIP under WinCE
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2008-02-24  Václav SlavíkwxMac's wxListBox was missing GetDefaultAttributes...
2008-02-24  Vadim Zeitlinrevert r51647 change as it broke the code overriding...
2008-02-23  Vadim Zeitlinremove MacIsReallyShown() as we now have public IsShown...
2008-02-22  Robin DunnAdd MacHideApp
2008-02-22  Václav Slavíkfixed wxBitmapButton to use focus and hover bitmaps...
2008-02-22  Julian SmartFixed IsShownOnScreen() for Mac
2008-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2008-02-21  Vadim Zeitlinrestore generic DrawEllipticArc() used by CE which...
2008-02-21  Vadim ZeitlinVC8 doesn't have xlocale support under CE
2008-02-21  Václav Slavíkremoved now-unused wxSizer::GetMax/MinWindowSize helpers
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
next