2008-12-31 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | compilation fix for LoadFile(name, type) calls which... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | restore tabg.h and tabg.cpp for wxMotif |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | fix wxSashEvent, wxFindDialogEvent, wxSplitterEvent... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make Scroll() itself virtual too as existing code might... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | compilation fix after wxScrollHelperNative renaming... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | further untangle generic and native GTK implementations... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG... |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxGrid::SetColumnsOrder() too |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | added helper Is{Col,Row}Shown() |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | renamed GetColHeader() to GetGridColHeader() for consis... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | don't mistake a simple click on a column for a reorderi... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | refresh the grid after resetting the columns positions... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | add support for hiding columns when using native header... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | add support for sorting to grid columns |
tree | commitdiff |
2008-12-13 |
Vadim Zeitlin | support column reordering using drag and drop when... |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | fix compuation of dirty cells when the columns are... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | added wxGrid::UseNativeColHeader() (column reordering... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | implement column reordering by dragging in the generic... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | properly implement Do[GS]etColumnsOrder() in the generi... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | provide Do[GS]etColumnsOrder() stubs for the generic... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCt... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | restore sorting functionality of the generic wxDataView... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | honour column min width when resizing in wxHeaderCtrl... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add the possibility to cancel drag-resizing by pressing Esc |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | fix another logical/physical coords confusion and updat... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | update the generic wxHeaderCtrl implementation after... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | generic implementation of wxHeaderCtrl API so far |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | add size parameter to the generic wxFileDialog ctor |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | add GetValue,GetRange and GetMessage helpers |
tree | commitdiff |
2008-11-30 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | fix warning about hiding the base class LoadFile() |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-21 |
Robert Roebling | Correct TAB handling for generic wxDataViewCtrl |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | compilation fix for include wx/generic/stattextg.h... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add wxGenericStaticText (#9656) |
tree | commitdiff |
2008-10-10 |
Robert Roebling | Fix crash again |
tree | commitdiff |
2008-10-09 |
Robert Roebling | implement GetSizeAvailableForScrollTarget |
tree | commitdiff |
2008-10-08 |
Stefan Neis | Workaround for bug in gcc-3.1 through gcc-3.3 in handli... |
tree | commitdiff |
2008-10-04 |
Vadim Zeitlin | added the possibility to draw grid lines across the... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | progress message passed to wxDC::StartDoc() is not... |
tree | commitdiff |
2008-09-20 |
Vadim Zeitlin | add const synonyms for wxGridTableBase::GetNumberRows... |
tree | commitdiff |
2008-09-20 |
Vadim Zeitlin | use a single wxKeyboardEvent parameter instead of 4... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | - Main change is the addition of wxGridSelectRowsOrColu... |
tree | commitdiff |
2008-09-16 |
Vadim Zeitlin | more grid folding: got rid of duplicate version of... |
tree | commitdiff |
2008-09-16 |
Vadim Zeitlin | start of the great grid folding: introduce wxGridOperat... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | more cleanup (removed some TODOs/FIXMEs); use native... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | remove the now unused GetScroll[XY] |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | take old (wx 2.2? older?) wxGrid compatibility function... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | move the grid-specific workaround for scrollbar hystere... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | no changes, just removed the unnecessary wxGrid:: quali... |
tree | commitdiff |
2008-09-13 |
Vadim Zeitlin | cache the item text size to optimize tree layout/painti... |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | fix the event type in EVT_GRID_[CMD_]COL_MOVE declarati... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | made wxLogGui more flexible and documented it and added... |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | listctrl generic is used outside of osx-carbon |
tree | commitdiff |
2008-08-22 |
Julian Smart | Cleanup of previous fix |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | osx regrouping |
tree | commitdiff |
2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic... |
tree | commitdiff |
2008-06-27 |
Robert Roebling | Ticket #9641: wxBitmapComboBox_SetFont.patch, making... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608) |
tree | commitdiff |
2008-06-16 |
Robert Roebling | #9591: Item state (icons) for wxTreeCtrl on any platform |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | use native calendar control in wxDatePickerCtrl if... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-11 |
Bryan Petty | Replaced @returns with @return for more standard comman... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct the signature of the overriden Reparent() |
tree | commitdiff |
2008-04-19 |
Robert Roebling | Fixed wxDatePickerCtrl under OS X |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | use an enum to make it easier to document the values |
tree | commitdiff |
2008-04-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
tree | commitdiff |
2008-04-07 |
Vadim Zeitlin | correct positioning of the control and removed workarou... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | no changes, just fix typo in variable name |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | move all appearace-related methods down to wxCalendarCt... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
tree | commitdiff |
2008-03-22 |
Francesco Montorsi | use wx-style header and commets; fix indentation to... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | rename classes use by generic wxSpinCtrl implementation... |
tree | commitdiff |
2008-03-21 |
Francesco Montorsi | add the default ctor |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | add the wxAnimation's ctor which automatically loads... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-17 |
Robin Dunn | Make some wxDataViewCustomRenderer virtuals consistent... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | implement wxSpinCtrl::Reparent() to properly reparent... |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | include wx/artprov.h to define wxArtID used in this... |
tree | commitdiff |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too |
tree | commitdiff |
next |