no real changes, just minor refactoring and cleanup
[wxWidgets.git] / src / generic /
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-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-26  Francesco Montorsicleanup a bit the wxSplashScreen code; don't Yield...
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 Zeitlinuse GetBoundingRect() for the in place text control...
2009-01-25  Vadim Zeitlincorrections to size calculations for state images ...
2009-01-25  Vadim Zeitlinskip mouse events we're not interested in (e.g. mouse...
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Vadim Zeitlinimplement wxChoicebook::SetWindowVariant() by forwardin...
2009-01-25  Vadim Zeitlinremoved debugging wxPrintf() which not only had nothing...
2009-01-24  Stefan Csomorbring in the definition of wxSizer, making non-precomp...
2009-01-24  Vadim Zeitlintake into account the controlling wxChoice size in...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-23  Vadim Zeitlinadd missing wxUSE_DRAG_AND_DROP checks
2009-01-23  Robert RoeblingAlways use theme border for inner window under wxGTK
2009-01-23  Robert RoeblingGTK+'s native controls usually have a bigger line height
2009-01-23  Robert RoeblingRestore keyboard navi
2009-01-22  Robert RoeblingReorganized wxListCtrl's window layout (same as wxDataV...
2009-01-22  Robert RoeblingDon't extend last header column button, as the column...
2009-01-22  Robert Roeblingdraw icon before text label in header (huh?)
2009-01-22  Robert RoeblingFurther header button details
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingOverride GetDefaultBorder, currently changes nothing
2009-01-21  Robert RoeblingAdd visual drag hint
2009-01-21  Robert RoeblingAdd drop hint
2009-01-21  Vadim Zeitlinreally fix compilation in !wxUSE_LOG_DIALOG case (still...
2009-01-21  Vadim Zeitlinfix compilation in !wxUSE_LOG_DIALOG case (closes ...
2009-01-21  Robert RoeblingImplement simple Drop, doesn't work under wxMSW (?)
2009-01-20  Robert RoeblingImplement simple drag
2009-01-20  Robert RoeblingFindNode() must return m_root for wxDataViewItem(0)
2009-01-20  Robert RoeblingSkeleton for generic Drag code
2009-01-19  Jouk JansenUpdate compile support for OpenVMS
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Jaakko SalliTranslate keycode(s) into character more consistenly...
2009-01-16  Jouk JansenAdd combo sample to compile list of OpenVMS
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2009-01-14  Robert RoeblingFixes #10382: Memory leak in wxDataViewMainWindow:...
2009-01-13  Jouk JansenUpdate OpenVMS compile support
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Paul Cornettreturn index of first added image in Add(), like MSW...
2009-01-11  Francesco Montorsifix for PCH-less builds
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-09  Francesco Montorsisupport underlined text in wxCairoContext (Marcin's...
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Julian SmartAlways use live sash update on Mac since it can't paint...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-29  Francesco Montorsiadd the HTML string of the selected item to wxSimpleHtm...
2008-12-28  Francesco Montorsirestore tabg.h and tabg.cpp for wxMotif
2008-12-28  Francesco Montorsirestore tabg.cpp for wxMotif's wxNotebook implementation
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-27  Francesco Montorsiuse HasFlag(wxXX) instead of GetWindowStyle() & wxXX...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-12-25  Vadim Zeitlindon't use deprecated OnScroll()
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinprovide generic implementation for ShowScrollbars(...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-23  Vadim Zeitlindon't use \u escapes, VC6 doesn't understand them
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-22  Vadim Zeitlinuse CanSetValueAs() instead of CanGetValueAs() in wxGri...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-19  Robert RoeblingFixes #10288: wxDataViewCtrl missing selection change...
2008-12-19  Jouk JansenUpdate OpenVMS compile support
2008-12-18  Robert RoeblingRecalculate display (and scrollbars etc) before calling...
2008-12-17  Vadim Zeitlindon't scroll to the child which gets focus if it is...
2008-12-17  Vadim Zeitlinmade wxHeaderCtrl::GetColumn() const to get rid of...
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-16  Robert RoeblingFixes #10246: wxDataViewCtrl - first row does not react...
2008-12-16  Robert RoeblingFixes #10247: wxDataViewCtrl - event is generated when...
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-16  Vadim Zeitlinadded wxGrid::SetColumnsOrder() too
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-15  Bryan PettyFixed the incorrectly placed parenthesis so ScrollWindo...
2008-12-15  Vadim Zeitlinrenamed GetColHeader() to GetGridColHeader() for consis...
2008-12-15  Vadim Zeitlinreturn correct (false) value in onSeparator from FindCo...
2008-12-14  Vadim Zeitlindon't mistake a simple click on a column for a reorderi...
2008-12-14  Vadim Zeitlinno changes, just refactoring: extracted the code to...
2008-12-14  Vadim Zeitlinrefresh the grid after resetting the columns positions...
2008-12-14  Vadim Zeitlinadded wxHeaderCtrl::ResetColumnsOrder() function; use...
2008-12-14  Vadim Zeitlinadd support for hiding columns when using native header...
2008-12-14  Vadim Zeitlinno changes, just replaced SF bug number in a comment...
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
next