wxWidgets.git
2009-01-29  Vadim Zeitlindon't fall back to the only currently existing document...
2009-01-29  Vadim Zeitlinno changes, just corrected/completed a comment truncate...
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-29  Vadim Zeitlinadd wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used...
2009-01-29  Václav SlavíkwxEpollDispatcher is in wxBase, not wxCore - fixed...
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  Francesco Montorsiuse singular when documenting group of functions as...
2009-01-28  Kevin OllivierAdding docs for new wx interface methods.
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  Vadim Zeitlindon't duplicate menu creation code in the parent and...
2009-01-28  Jouk JansenUpdate OpenVMS compile support
2009-01-28  Francesco Montorsibetter docs for wxDataViewColumn
2009-01-28  Francesco Montorsifix doxygen warnings
2009-01-28  Francesco Montorsidocument various enumerations defined in defs.h; give...
2009-01-28  Francesco Montorsino real changes; just cosmetic
2009-01-28  Francesco Montorsimove wxSizer docs to the beginning of the file, before...
2009-01-28  Vadim Zeitlindefine a separate run-tests-with-timing tag
2009-01-27  Francesco Montorsismall reorganization; no real change
2009-01-27  Bryan PettyApplied documentation typo/grammer corrections from...
2009-01-27  Bryan PettyFixed the class diagrams javascript to initialize the...
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  Vadim Zeitlinadded template wxScopedArray<> too
2009-01-27  Robert RoeblingFix for GetScrollPos() assert
2009-01-27  Vadim Zeitlindon't do anything in SetWindowMenu() if we're setting...
2009-01-27  Vadim Zeitlinyet another blind attempt to run tests with --timing...
2009-01-27  Vadim Zeitlinadd missing headers for PCH-less build
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  Vadim Zeitlindon't include wx/mdi.h from wx/wx.h when building the...
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  Vadim Zeitlintest ShowFullScreen() to verify that restoring menu...
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  Vadim Zeitlintrying to make the tests run in trunk release build...
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  Bryan PettyFixed the margins on the class diagram dropdown image...
2009-01-26  Jaakko SalliAdded wxPGChoices::Copy(), tweaked related documentation
2009-01-26  Robert RoeblingImplement hint cursor for resizable columns
2009-01-26  Vadim Zeitlinuse --timing option with trunk build, not stable one
2009-01-26  Vadim Zeitlindisable utils compilation in stable STL builds as tex2r...
2009-01-26  Vadim Zeitlindon't show the currently hidden frame if Iconize()...
2009-01-26  Vadim Zeitlindocument the correct base class
2009-01-26  Vadim Zeitlininclude missing header (wx/msw/wrapcctl.h) for PCH...
2009-01-25  Robert RoeblingLittle correction to hand-made sizing
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 Zeitlinfix state images after changing their style (see #9591)
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  Francesco Montorsiorganize in groups wxAppConsole functions
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
2009-01-25  Francesco Montorsiblind build fix for wxMac
2009-01-25  Vadim Zeitlinskip mouse events we're not interested in (e.g. mouse...
2009-01-25  Vadim Zeitlindon't use the not always appropriate word "document...
2009-01-25  Vadim Zeitlindon't use _() in the public header in case WXINTL_NO_GE...
2009-01-25  Vadim Zeitlinadd wxDrawStateBitmap() (closes #10289)
2009-01-25  Vadim Zeitlinnotify the timers outside of loop over m_timers to...
2009-01-25  Francesco Montorsibuild fix
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2009-01-25  Vadim Zeitlinreturn NULL from GetVoidPtr() for NULL variants instead...
2009-01-25  Vadim Zeitlinmerged libpng 1.2.34 into the trunk (see #10043)
2009-01-25  Vadim Zeitlinfix MSVC warning C4516 about using deprecated access...
2009-01-25  Vadim Zeitlinzero {host,serv}ent_data before passing it to the syste...
2009-01-25  Vadim Zeitlinadded wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir...
2009-01-25  Vadim Zeitlinconvert COM arguments to wx lazily to improve performan...
2009-01-25  Vadim Zeitlinadd IsOk() (closes #9872)
2009-01-25  Vadim Zeitlindon't deprecate the entire wxDrawObject class, this...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-25  Vadim Zeitlinallow using wxBG_STYLE_CUSTOM even with the native...
2009-01-25  Vadim Zeitlindeprecate wxDrawObject (#9860)
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-25  Vadim Zeitlinimplement wxChoicebook::SetWindowVariant() by forwardin...
2009-01-25  Vadim Zeitlinremoved debugging wxPrintf() which not only had nothing...
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-24  Stefan Csomorbring in the definition of wxSizer, making non-precomp...
2009-01-24  Stefan Csomorbring in the definition of wxScrollHelper, making non...
2009-01-24  Vadim Zeitlintake into account the controlling wxChoice size in...
next