]> git.saurik.com Git - wxWidgets.git/history - interface
handle correctly never/always shown scrollbars in GetClientSize()
[wxWidgets.git] / interface /
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-23  Bryan PettyAdded grid event classes to the events group in docs.
2008-12-23  Robert RoeblingwxDataViewCtrl::IsExpanded should work now under OS...
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-20  Francesco Montorsimention multi-core systems and wxThread::GetCPUCount
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-12-19  Robert RoeblingwxImage::ConvertToBitmap() doesn't exist anymore
2008-12-18  Robert RoeblingCorrect AssignTempFile docs
2008-12-17  Vadim Zeitlinmany improvements and corrections from Charles (see...
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 RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-16  Francesco Montorsitypo fix
2008-12-16  Francesco Montorsidon't remove docs for wxThreadHelper::Create; list...
2008-12-16  Vadim Zeitlinadded wxGrid::SetColumnsOrder() too
2008-12-16  Robert RoeblingMention header control in Category page
2008-12-16  Vadim Zeitlinmention that mouse events carry position in window...
2008-12-16  Bryan PettyMoved wxWeakRef template docs from the misc category...
2008-12-15  Vadim Zeitlinthe dialogs documented here are defined in wxcore,...
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-15  Vadim Zeitlinadded a helper function to show the popup menu allowing...
2008-12-15  Vadim Zeitlindisable UI updating during GetPopupMenuSelectionFromUse...
2008-12-15  Vadim Zeitlinadded helper Is{Col,Row}Shown()
2008-12-15  Vadim Zeitlinrenamed GetColHeader() to GetGridColHeader() for consis...
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  Francesco Montorsiforce doxygen autolink wrt wxLanguage enum
2008-12-14  Francesco Montorsidocument wxFileOffset
2008-12-14  Francesco Montorsireformat stream overview and provide a description...
2008-12-14  Francesco Montorsidistribute in the right places documentations for the...
2008-12-14  Francesco Montorsifix note about OpenGL-enabling
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
2008-12-13  Vadim Zeitlinexplain EVT_GRID/EVT_GRID_CMD difference and don't...
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-12  Francesco Montorsiput zlib streams in the archive category, too; fix...
2008-12-12  Francesco Montorsifix doxygen warnings
2008-12-12  Francesco Montorsidocument wxInitializer and wxInitialize and wxUninitialize
2008-12-12  Francesco Montorsifix typo
2008-12-12  Francesco Montorsisplit AddCatalog docs for the two overloads
2008-12-11  Vadim Zeitlindon't duplicate the column reordering in generic wxHead...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-12-11  Vadim Zeitlinadded wxHeaderCtrl::OnColumnCountChanging()
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-12-11  Vadim Zeitlinfix wxTextCtrl::Replace() under wxGTK; added unit test...
2008-12-11  Jaakko SalliSpinCtrl editor's 'value change by mouse motion' featur...
2008-12-11  Vadim Zeitlinadded wxVector::resize()
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
2008-12-10  Vadim Zeitlinclarify wxFlexSizerGrowMode description
2008-12-10  Vadim Zeitlinadded EVT_HEADER_DRAGGING_CANCELLED event sent when...
2008-12-10  Vadim Zeitlinimplement column reordering support in wxMSW wxHeaderCt...
2008-12-09  Vadim Zeitlindocument UpdateColumn()
2008-12-08  Francesco Montorsiadd an event table; even if wxMenuItem is not a widget...
2008-12-08  Francesco Montorsiformatting change; added @c in front of wxEVT_ constants
2008-12-08  Vadim Zeitlinrename wxHeaderCtrl DRAG events into RESIZE ones as...
2008-12-08  Francesco Montorsiadd some missing semicolons
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlinadded wxHeaderCtrlSimple::GetBestFittingWidth() for...
2008-12-08  Vadim Zeitlinadd wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
2008-12-08  Vadim Zeitlinimplement click events in wxHeaderCtrl
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Francesco Montorsidocument GetPickerCtrl() method and provide an example...
2008-12-07  Francesco Montorsiformatting change
2008-12-07  Francesco Montorsiadd a link to the page of the GTK+ manual stock items
2008-12-06  Francesco Montorsiadded a @todo about references to old wx functions
2008-12-06  Francesco Montorsimoved many things from wxString reference page to the...
2008-12-05  Vadim Zeitlinemulate scrolling in wxMSW header control; document...
2008-12-05  Vadim Zeitlinadd Show/HideColumn() methods
2008-12-05  Vadim Zeitlinadd IsShown() accessor which is sometimes more convenie...
2008-12-05  Francesco Montorsidocument wxLogLevel, wxTraceMask antypes and wxLogLevel...
2008-12-05  Francesco Montorsismall refinements
2008-12-04  Francesco Montorsirepair the example code; get rid of useless wxT() from it
2008-12-04  Francesco Montorsidocument wxWindowID
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-03  Francesco Montorsidocument the wxArtID and wxArtClient types; they help...
2008-12-03  Francesco Montorsiremove the implementation of the conversion operators...
2008-12-03  Vadim Zeitlinfix syntax error
2008-12-02  Francesco Montorsidocument GetWheelAxis
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
2008-12-02  Francesco Montorsidocument the main event table macros, wxEventType,...
2008-12-02  Francesco Montorsifix #4754 providing better description of how to set...
2008-12-02  Vadim Zeitlinbetter documentation for wxEvent ctor
2008-12-01  Francesco Montorsidocument wx[US]Char and wxStringCharType typedefs;...
2008-12-01  Francesco Montorsiinitial declaration of wx*Char*Buffer and wxUniChar...
2008-12-01  Francesco Montorsiadd 'redirection page' for wxULongLong
2008-12-01  Francesco Montorsiadd @deprecated tag
2008-12-01  Francesco Montorsiremove wxNotebookSizer; it's not in wx anymore
2008-12-01  Francesco Montorsicommitting the slightly-modified patch by R.U.10 for...
2008-12-01  Francesco Montorsiput wxURI under networking group, next to wxURL
2008-11-30  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-30  Francesco Montorsidocument default ctor
2008-11-29  Vadim Zeitlinadd wxVector(size_t size[, const value_type& value...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-28  Francesco Montorsifix wrong placement of the @apperance tag previously...
2008-11-28  Francesco Montorsiremove @appearance tag from abstract classes; add the...
2008-11-28  Francesco Montorsiprovide GetSize() getters in wxBitmap and wxImage
2008-11-28  Francesco Montorsireturn wxDefaultSize (as done in all other platforms...
2008-11-28  Francesco Montorsimove style table in the detailed description like for...
next