]> git.saurik.com Git - wxWidgets.git/history - include
simplified and cleaned up wxGTK's focus handling
[wxWidgets.git] / include /
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-03-13  Václav Slavíkreverted Julian's r44600, it broke help window behavior...
2008-03-13  Václav Slavíkfixed crash in wxHtmlHelpController if the help window...
2008-03-11  Vadim Zeitlindelete wxNativeContainerWindow when the native window...
2008-03-10  Vadim Zeitlinadded wxNativeContainerWindow and implemented it for...
2008-03-09  Francesco Montorsiuse wxAcceleratorEntryFlags as wxACCEL_* enum name...
2008-03-09  Vadim Zeitlinremove wxTextAttr::CreateFont(); return wxNullFont...
2008-03-07  Stefan Csomorxcode_config moved
2008-03-07  Stefan Csomoradding Aspen (iPhone)
2008-03-07  Stefan Csomormoving out of 'carbon' dir
2008-03-07  Stefan Csomormoving out of 'carbon' dir
2008-03-07  Stefan Csomoradding DLOPEN
2008-03-07  Václav Slavíkfixed syntax error
2008-03-06  Václav Slavíkdeprecated wxWindow::SetHelpTextForId()
2008-03-06  Václav Slavíkuse 6px as the default wxSizer border in wxGTK to be...
2008-03-05  Vadim Zeitlinremove wxFindFocusedChild() declaration too as g++...
2008-03-05  Stefan Csomormerging graphics bitmap additions from Kevin O.
2008-03-05  Vadim Zeitlindisable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostr...
2008-03-05  Vadim Zeitlininclude wx/artprov.h to define wxArtID used in this...
2008-03-04  Vadim Zeitlinset wxUSE_IOSTREAMH to 0 by default, we're in 2008...
2008-03-04  Vadim ZeitlinVC6 doesn't have wostream when using old iostream.h
2008-03-04  Václav Slavíkadded macros for checking for conflicts between flags...
2008-03-04  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that...
2008-03-04  Václav Slavíkimplemented Freeze/Thaw in wxGTK
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-03-02  Vadim Zeitlinuse custom selection colours in wxHtmlListBox again...
2008-03-02  Vadim Zeitlindecouple item index from string value (patch 1905702)
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-02  Vadim Zeitlinfix WPARAM typo
2008-03-02  Václav Slavíkheader files are not executable
2008-03-02  Václav Slavíkadded Get(Class)DefaultAttributes implementation for...
2008-03-02  Vadim Zeitlinuse generic dialogs under Palm (generic.diff part of...
2008-03-02  Vadim Zeitlindefine wxConfig where the header implementing it is...
2008-03-02  Vadim Zeitlinpredefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff...
2008-03-02  Vadim Zeitlinadd platform info for Palm (add-wxpalm-info.diff part...
2008-03-02  Vadim Zeitlindeclare file-related APIs missing under Palm (pflib...
2008-03-02  Vadim Zeitlincompilation fixes for PalmOS and implementations of...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-03-01  Robert RoeblingImplemented wxURLDataObject for wxGTK using text/x...
2008-03-01  Vadim Zeitlinno real changes, just refactor/simplify the code to...
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...
next