]> git.saurik.com Git - wxWidgets.git/history - src
Probable fix for [ 1933745 ] Crash in wxDataViewHeaderWindowBase::GetColumn()
[wxWidgets.git] / src /
2008-03-06  Stefan Csomorinclude fixed for non-precomp
2008-03-05  Stefan Csomorgraphics context additions (work in progress for cocoa...
2008-03-05  Stefan Csomorgraphics context additions (work in progress for cocoa...
2008-03-05  Stefan Csomorshaped can be minimized
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2008-03-05  Václav Slavíkmade wxFindFocusedChild static, the comment wasn't...
2008-03-05  Vadim Zeitlincheck that parent is non-NULL in CreateWindowFromHWND...
2008-03-05  Vadim Zeitlincall SetHWND(hWnd) from SubclassWin(), this is consiste...
2008-03-05  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC
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-04  Václav Slavíkfixed wxGenericTreeCtrl::DoThaw to call base class...
2008-03-04  Václav Slavíkremoved IsFrozen() from paint handler, no need for...
2008-03-04  Václav Slavíkimplemented Freeze/Thaw in wxGTK
2008-03-03  Vadim Zeitlinuse the selection background colour set using SetSelect...
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  Vadim Zeitlinalways draw toolbar background ourselves under XP as...
2008-03-02  Václav Slavíkthere's no such thing as LANG_VALENCIAN
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 Zeitlindon't post WM_NULL if there is already a WM_NULL in...
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-02  Václav SlavíkwxMac: Fixed wxListCtrl to respect items' non-default...
2008-03-02  Václav Slavíkdon't set m_font upfront in wxMac, let the GetDefaultAt...
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 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 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-03-01  Julian SmartImage size fix
2008-03-01  Robert RoeblingPatch for context menu event for generic/Windows code
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-29  Stefan Csomoradjusting to changed ownership (font is only created...
2008-02-28  Václav Slavíkclear statusbar 'Connecting...' message on failure
2008-02-28  Paul Cornettrevert updating GTK size hints when window decorations...
2008-02-28  Paul Cornettforward Show() to base, not wxWindow
2008-02-28  Vadim Zeitlinadded DFCS_CHECKED to DrawCheckMark() (part of patch...
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-27  Julian SmartTake into account explorer associations and CurVer...
2008-02-27  Vadim Zeitlindon't attempt to create 0*0 bitmaps in GetBuffer()...
2008-02-27  Vadim Zeitlinclip the text in report mode to prevent it from overflo...
2008-02-27  Vadim Zeitlindon't track handlers connected to this object itself...
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2008-02-27  Vadim Zeitlintranslate "Copy URL" string in the popup menu (feature...
2008-02-27  Vadim Zeitlinoverride SetDropTarget() in wxGrid to associate it...
2008-02-27  Vadim Zeitlinforward WM_HELP from the buddy control to the main...
2008-02-27  Vadim Zeitlindon't hide the TLW being deleted unless there any other...
2008-02-27  Stefan Csomorapplying patch 1873285
2008-02-26  Robert Roeblingrestore wxComboBox's behaviour of reacting to <ENTER>
2008-02-26  Julian SmartDon't take the previous paragraph style when deleting...
2008-02-26  Vadim Zeitlin/Wp64 warnings fixes (mostly simply use wxUIntToPtr...
2008-02-26  Julian SmartCorrected GetFontAttributes
2008-02-26  Vadim Zeitlincheck whether the grid is fully created in Refresh...
2008-02-26  Paul Cornettinitialize m_miniTitle, fix button press detection...
2008-02-26  Julian SmartFixed [ 1775674 ] Invalid color in picker dialog
2008-02-26  Julian SmartFixed bug [ 1714813 ] ApplyXXXToSelection remove style
2008-02-26  Julian SmartRemoved redundant Init call (bug 1724495)
2008-02-26  Julian SmartFixed [ 1764805 ] wxSeek with negative offset fails...
2008-02-26  Julian SmartFixed bug [ 1870906 ] There are few problems selection...
2008-02-26  Paul Cornettupdate GTK size hints when window decorations change
2008-02-26  David Elliott* When hiding a wxWindow make sure that none of its...
2008-02-25  Václav Slavíkcompilation fix for pch-less build
2008-02-25  Vadim Zeitlincheck that we have a non-empty keyword in KeywordSearch...
2008-02-25  Vadim Zeitlinreset s_bInAssert in wxDoOnAssert() in an exception...
2008-02-25  Vadim Zeitlinimplement support for display enumeration under WinCE...
2008-02-25  Vadim Zeitlincheck for wxDF_UNICODETEXT and not only wxDF_TEXT in...
2008-02-25  Vadim Zeitlincorrect radio button best size calculation under CE...
2008-02-25  Vadim Zeitlinadded more includes of wx/msw/dc.h needed since r52054...
2008-02-24  Vadim Zeitlinuse wxLogLastError() to show the last error value when...
2008-02-24  Vadim Zeitlinalways return 471 from wxApp::GetComCtl32Version()...
2008-02-24  Vadim Zeitlindon't define, nor use, LVS_EX_LABELTIP under WinCE
2008-02-24  Vadim Zeitlincompilation fixes for Unicode build in !TIF_PLATFORM_CO...
2008-02-24  Vadim ZeitlinWinCE adjustments
2008-02-24  Vadim Zeitlindon't use hook code for positioning message box under...
2008-02-24  Vadim Zeitlinrestore checks for SM_SWAPBUTTON, it is not defined...
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2008-02-24  Václav Slavíkfixed wxListCtrl::RefreshItem(s) - it didn't update...
2008-02-24  Vadim Zeitlinrevert r51647 change as it broke the code overriding...
2008-02-23  Stefan Csomorunder 10.4 there are some theme brushes represented...
2008-02-23  Stefan Csomoradding comments for debugging visibility differences...
2008-02-23  Stefan CsomorUse native visibility information at this point, as...
2008-02-23  Stefan Csomoravoiding double firing of visibility state changed...
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  Václav Slavíkfixed strange focus order in wxTipDialog and set initia...
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  Julian SmartFix caret position when deleting last character
next