2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl... |
tree | commitdiff |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | return the correct number of columns from wxGridStringT... |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | rename wxGrid::SendSizeEvent() to SendGridSizeEvent... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | generate wxEVT_GRID_{COL,ROW}_SIZE events when the... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | set correct EOL style for files added in r58024 |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | implement tooltips for wxStatusBar panes whose contents... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | move forward declarations unneeded in wx/log.h to wx... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | no changes, just wrap long lines |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-10 |
Vadim Zeitlin | also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see... |
tree | commitdiff |
2009-03-08 |
Robert Roebling | Commit most parts of #10495 wxDataViewCtrl needs a... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | replace wxGetMultipleChoices() with wxGetSelectedChoice... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Make all instances of HasEditorCtrl() const, not just... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | pass ApplyEdit() arguments to EndEdit() too for better... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | Indentation/coding style adjustments. |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | remove SetValue() which is not needed and which definit... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
tree | commitdiff |
2009-02-24 |
Kevin Ollivier | Fix for deprecated constructor issues, setting a functi... |
tree | commitdiff |
2009-02-19 |
Robert Roebling | Make wxImageList not copiable (fixes #10503), replace... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | optimize rendering code by calling GetClientSize()... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | use Ellipsize() in wxStatusBarGeneric so that the text... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Add (currently unimplemented) missing wxRegion construc... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | compilation fixes for wxMSW/Univ |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | blind fix for wxMac |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | add GetControlWidget() accessor to the generic wxCollap... |
tree | commitdiff |
2009-02-01 |
Stefan Neis | Removed extraneous semicolons and commas (partly fixes... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | add missing headers for PCH-less build |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | small cleanup; move private class definitions in a... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added support for wxCAL_SHOW_WEEK_NUMBERS to generic... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
tree | commitdiff |
2009-01-24 |
Stefan Csomor | bring in the definition of wxScrollHelper, making non... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | add missing wxUSE_DRAG_AND_DROP checks |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Reorganized wxListCtrl's window layout (same as wxDataV... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Override GetDefaultBorder, currently changes nothing |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Skeleton for generic Drag code |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-15 |
Robert Roebling | Use paint handler instead of wxClientDC to draw DnD... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | Fix wxTextValidator introducing a wxTextValidatorStyle... |
tree | commitdiff |
2009-01-08 |
Robert Roebling | use wxRound(x) instead of int( x+0.5 ) |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
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 |
next |