]> git.saurik.com Git - wxWidgets.git/history - src/common
simplified and cleaned up wxGTK's focus handling
[wxWidgets.git] / src / common /
2008-03-10  Vadim Zeitlinfix handling of native toolkit command line options...
2008-03-09  Vadim Zeitlinremove wxTextAttr::CreateFont(); return wxNullFont...
2008-03-08  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Julian SmartOnly use fonts in wxTextAttr::Combine if they are reall...
2008-03-06  Václav Slavíkdeprecated wxWindow::SetHelpTextForId()
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2008-03-04  Václav Slavíkformat strings with no real text don't need translating
2008-03-04  Vadim Zeitlinremove leading dots from .ini/.conf in AddConfFileExtIf...
2008-03-04  Vadim Zeitlinremove duplicate end iterator declaration from Destroy()
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-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-03-03  Vadim Zeitlinposition help windows shown when Shift-F1 is pressed...
2008-03-02  Václav Slavíkthere's no such thing as LANG_VALENCIAN
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-02  Vadim Zeitlinworkarounds for Palm compiler errors (pacc-error.diff...
2008-03-02  Vadim Zeitlinadd platform info for Palm (add-wxpalm-info.diff part...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-02-29  Vadim Zeitlinreally use the position passed to ShowHelpAtPoint(...
2008-02-29  Václav Slavíkfixed ~wxWindowBase to remove associated context help...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-27  Vadim Zeitlindon't attempt to create 0*0 bitmaps in GetBuffer()...
2008-02-27  Vadim Zeitlindon't track handlers connected to this object itself...
2008-02-27  Vadim Zeitlindon't hide the TLW being deleted unless there any other...
2008-02-26  Julian SmartCorrected GetFontAttributes
2008-02-25  Vadim Zeitlinreset s_bInAssert in wxDoOnAssert() in an exception...
2008-02-25  Vadim Zeitlincheck for wxDF_UNICODETEXT and not only wxDF_TEXT in...
2008-02-24  Vadim Zeitlinrevert r51647 change as it broke the code overriding...
2008-02-21  Vadim Zeitlinfix harmless unused variable warning under CE
2008-02-21  Vadim Zeitlinrestore generic DrawEllipticArc() used by CE which...
2008-02-21  Václav Slavíkremoved now-unused wxSizer::GetMax/MinWindowSize helpers
2008-02-20  Vadim Zeitlinrevert not encoding the colons in FileNameToURL() under...
2008-02-19  Vadim Zeitlindon't encode collons in file:// URLs under Windows...
2008-02-18  Vadim Zeitlinhonour locale modifiers such a @valencia in system...
2008-02-17  Vadim Zeitlinadd ka_GE, ku_TR and ne_NP; some cleanup and better...
2008-02-14  Václav Slavíkfixed wxSizer::SetSizeHints() to allow setting smaller...
2008-02-13  Václav Slavíksplit wxSizer::Fit() into ComputeFittingWindow/ClientSi...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-12  Václav Slavíkuse ClientToWindowSize/WindowToClientSize
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-02-12  Paul Cornettbuild fix for non-MSW
2008-02-12  Vadim Zeitlinuse wxLanguageInfo::GetLocaleName() instead of Desscrip...
2008-02-11  Vadim Zeitlinsimplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code
2008-02-11  Vadim Zeitlinremove half a dozen #ifndef __WXWINCE__ as they dont...
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 Zeitlininitialize m_backgroundBrush to an invalid brush instea...
2008-02-11  Vadim Zeitlinupdate m_lastcount correctly in wxBufferedInputStream...
2008-02-11  Vadim Zeitlincompilation fix for wxUSE_STL==1
2008-02-11  Vadim Zeitlinuse CanAcceptFocus() instead of CanAcceptFocusFromKeybo...
2008-02-11  Vadim Zeitlinno changes, just do the case of m_winLastFocused to...
2008-02-11  Vadim Zeitlindon't use parent window of a TLW in HandleOnNavigationK...
2008-02-10  Vadim Zeitlinfixed wxXLocale(wxLanguage) ctor under Windows, use...
2008-02-10  Vadim Zeitlinreturn int, not wxUniChar, from wxTo{upp,low}er_l(...
2008-02-10  Vadim Zeitlincompilation fix for wxUSE_XLOCALE == 0
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-02-10  Vadim Zeitlinuse correct locale in GetInfo() under Mac (slightly...
2008-02-09  Vadim Zeitlinadded wxDebugContext::SetShutdownNotifyFunction() ...
2008-02-09  Vadim Zeitlinadded alpha support to wxImage::Paste() (patch 1883497...
2008-02-09  Vadim Zeitlinadd wxUSE_WEAKREF (modified partially applied patch...
2008-02-06  Julian SmartResolved ambiguity for VC 9
2008-02-03  Vadim Zeitlinuse wxSOCKET_REUSEADDR for IPC sockets (part of patch...
2008-02-03  Vadim Zeitlincompilation fix with wxUSE_EXTENDED_RTTI==1
2008-02-02  Paul Cornettavoid GCC warnings about breaking strict aliasing rules
2008-02-01  Václav Slavíkeliminate code duplication in wxSizer::Fit()
2008-02-01  Václav Slavíkfixed RR's change of wxSizer::Fit to set client size...
2008-02-01  Michael WetherellCompile fix for --without-zlib --enable-compat26.
2008-01-31  Václav Slavíkcompilation fix for wxUSE_BOOKCTRL=0
2008-01-31  Václav Slavíkcompilation fix for wxUSE_MENUS=0
2008-01-30  Vadim Zeitlinuse HandleWindowEvent() in ProcessCommand(); return...
2008-01-29  Vadim Zeitlindefine __VISUALCn__ for n=5,6,7,8,9 and not only 8...
2008-01-29  Julian SmartFixed global cursor setting on Mac, which fixes busy...
2008-01-28  Paul Cornettanother fix for HP-UX 11.11 vsscanf, should have been...
2008-01-27  Vadim Zeitlinonly define wxEventPtr in wxBase, not wxCore
2008-01-26  Vadim Zeitlindon't fail in wxTransferStreamToFile if file size is...
2008-01-26  Vadim Zeitlindelete the event object in ProcessPendingEvents() even...
2008-01-24  Paul Cornettremove redundant WX_CLEAR_LIST, it's done by base dtor
2008-01-23  Vadim Zeitlinno real changes, just use HandleWindowEvent() instead...
2008-01-23  Václav Slavíkcatch exceptions when sending menu events
2008-01-22  Stefan Csomorfixing 1877182
2008-01-22  Václav Slavíkuse xdg-open in wxLaunchDefaultBrowser() on Unix if...
2008-01-21  Vadim Zeitlintemporary fix for shared build linking problems after...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-20  Vadim Zeitlinadd wxDatePickerCtrl support in wxGenericValidator...
2008-01-17  Václav Slavíkthe wxConvUI hack in wxMsgCatalog should only be done...
2008-01-17  Paul Cornetton HP-UX 11.11, vsscanf first parameter is not const
2008-01-17  Paul Cornettcheck for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
2008-01-16  Vadim Zeitlinmade all XPM const to avoid warnings from mingw32 4...
2008-01-15  Vadim Zeitlinadded unit tests for decoding invalid base64 strings...
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  Robert RoeblingImproved wxDataViewSpinCtrlRenderer under OS X
next