]> git.saurik.com Git - wxWidgets.git/history - src
The recent change to ::Refresh() (strangely) fails to invalidate e.g. a wxTreeCtrl...
[wxWidgets.git] / src /
2009-02-02  Robert RoeblingThe recent change to ::Refresh() (strangely) fails...
2009-02-01  Robert RoeblingMake wxCheckListBox call event.SetString() on all platf...
2009-02-01  Robert RoeblingThe check column needs more space
2009-02-01  Robert RoeblingEnable the correct code making sure that subwindows...
2009-02-01  Vadim Zeitlincorrect the tests for the window position to actually...
2009-02-01  Vadim Zeitlinposition the popup on the correct screen (see #10462)
2009-02-01  Vadim Zeitlincheck for m_parentMenu being NULL in IsChecked/Checked...
2009-02-01  Francesco Montorsifix a typo in comment
2009-02-01  Jaakko SalliUse wxToolBar::SetToolBitmapSize() to setup tool bitmap...
2009-02-01  Stefan Csomorfixing utf32 native conversion
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-02-01  Stefan Csomoradding explicit log.h include
2009-02-01  Paul Cornettfix drawing from Update() being overwritten, fixes...
2009-02-01  Stefan Csomoradding the GetEventHandler() indirection
2009-02-01  Stefan Csomoradding explicit log.h include
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-31  Vadim Zeitlinallow calling SetItemLabel() for menu items with NULL...
2009-01-31  Vadim Zeitlinlog error message in wxRmdir() for consistency with...
2009-01-31  Vadim Zeitlinattempt to fix DLL samples link with VC6 which has...
2009-01-31  Vadim Zeitlinallow calling SetItemLabel() for items not attached...
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Vadim Zeitlinload ImageList_Copy() dynamically to allow wx apps...
2009-01-31  Vadim Zeitlincorrections after last commit, (see #10452 comment:6)
2009-01-31  Francesco Montorsigive better names to wxTextValidator::IsInCharIncludes...
2009-01-31  Vadim Zeitlinfix warnings about conversion between DWORD and pointer...
2009-01-31  Vadim Zeitlindefine MIIM_BITMAP &c in wx/msw/missing.h instead of...
2009-01-31  Robert RoeblingDisable wxSIZE_FORCE_EVENT and demonstrate its bug...
2009-01-31  Vadim Zeitlinuse margin width after updating it in OnMeasureItem...
2009-01-31  Vadim Zeitlindon't use built-in support for menu bitmaps if they...
2009-01-31  Vadim Zeitlinuse SetMenuItemInfo() to update the item label to avoid...
2009-01-31  Vadim Zeitlinno real changes, just remove unnecessary code; use...
2009-01-31  Vadim Zeitlindon't override the toolbar height with too small value
2009-01-31  Robert RoeblingFixes #10437 (wxDataObjectComposite::Add may add object...
2009-01-31  Robert RoeblingFixes #10432 (wxDataObjectComposite::GetAllFormats...
2009-01-31  Robert RoeblingCommit Hartwig's patch for DnD in wxDataViewCtrl
2009-01-31  Vadim Zeitlininclude errno.h to fix buildbot compilation
2009-01-31  Jaakko SalliFixed broken 'hidden categories' mode (aka. alphabetic...
2009-01-31  Václav Slavíkdon't include private headers from wx/unix/evtloop.h
2009-01-30  Robert RoeblingExplain reasoning behind using wxSIZE_FORCE_EVENT
2009-01-30  Robert RoeblingDon't call SetMinSize() on the pane as this prevents...
2009-01-30  Robert RoeblingRemove debug code
2009-01-30  Robert RoeblingReorganize wxCollapsiblePane event and layout code...
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-30  Robert RoeblingDon't use a cached best size if the window has a sizer
2009-01-30  Francesco Montorsicleanup code and reorganize it to reuse the same switch...
2009-01-30  Jaakko SalliLet's make sure embedded wxPropertyGrid does not get...
2009-01-30  Václav SlavíkwxDFB: use Unix event loop and timers (fixes #10408)
2009-01-30  Stefan Csomoruse native conversions that are close to the native...
2009-01-30  Václav Slavíkhandle EINTR when reading data from the wakeup pipe
2009-01-30  Robert RoeblingMove body of SetMinSize and SetMaxSize from header...
2009-01-30  Robert RoeblingGive wxCollapsiblePane's pane a name for easier debugging
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2009-01-29  Jaakko SalliDo not propagate key events from child controls unless...
2009-01-29  Vadim Zeitlinuse HandleWindowEvent() instead of ProcessEvent() to...
2009-01-29  Jaakko SalliFixed wxPropertyGridManager::CreatePropertyGrid(),...
2009-01-29  Vadim Zeitlindon't fall back to the only currently existing document...
2009-01-29  Vadim Zeitlinno real changes, just minor refactoring and cleanup
2009-01-29  Vadim Zeitlindon't crash if we have no accelerators for the "Window...
2009-01-28  Vadim Zeitlincorrect wxDateTime DST begin/end computations for years...
2009-01-28  Vadim Zeitlinanother fix for wxUSE_DRAG_AND_DROP==0 build
2009-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-28  Robert RoeblingFixes #10443: wxListCtrl::MoveToItem
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-28  Vadim Zeitlinno real changes, just small cleanup, in particular...
2009-01-28  Jouk JansenUpdate OpenVMS compile support
2009-01-27  Bryan PettyForward ported r58463. (Check for null text control...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-27  Vadim Zeitlinadded CreateAccelTable() helper which creates the accel...
2009-01-27  Robert RoeblingFix for GetScrollPos() assert
2009-01-27  Francesco Montorsifix PCH builds
2009-01-27  Francesco Montorsifix crash when calling InsertColumn() on a wxListCtrl...
2009-01-27  Francesco Montorsismall cleanup; move private class definitions in a...
2009-01-27  Francesco Montorsiinclude wx/mdi.h also for non-PCH builds
2009-01-27  Francesco Montorsiinclude wx/mdi.h also for non-PCH builds
2009-01-26  Vadim Zeitlinadd more wxUSE_MENUS guards
2009-01-26  Václav SlavíkAutomatically adjust toolbar's tool size if the provide...
2009-01-26  Vadim Zeitlinuse a virtual function instead of wxDynamicCast(wxMDIPa...
2009-01-26  Václav Slavíkchanged wxMSW's default toolbar bitmaps size from obsol...
2009-01-26  Vadim Zeitlindisable the "Next" and "Previous" commands in the windo...
2009-01-26  Francesco Montorsicleanup a bit the wxSplashScreen code; don't Yield...
2009-01-26  Robert RoeblingRemoved queuedResize code again as GTK+ does this inter...
2009-01-26  Francesco Montorsisuppress warning about unused win pointer when wxUSE_GR...
2009-01-26  Robert RoeblingImplement hint cursor for resizable columns
2009-01-26  Vadim Zeitlindon't show the currently hidden frame if Iconize()...
2009-01-26  Vadim Zeitlininclude missing header (wx/msw/wrapcctl.h) for PCH...
2009-01-25  Robert RoeblingFinally corrected drawing of wxListCtrl selection rect...
2009-01-25  Vadim ZeitlinMac build fixes after latest change (closes #10433)
2009-01-25  Vadim Zeitlindon't change the combobox text when it's being resized...
2009-01-25  Vadim Zeitlinundo r58380 as it breaks tree control background repain...
2009-01-25  Vadim Zeitlincompilation fix for VC6 after last change; use wx namin...
2009-01-25  Vadim Zeitlinremove unused function and out of date comments (we...
2009-01-25  Vadim Zeitlinuse GetBoundingRect() for the in place text control...
2009-01-25  Vadim Zeitlincorrections to size calculations for state images ...
2009-01-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
2009-01-25  Vadim Zeitlinuse correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE...
2009-01-25  Vadim Zeitlinallow specifying the mask colour in wxImage::ConvertAlp...
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
2009-01-25  Francesco Montorsiblind build fix for wxMac
next