2012-11-06 |
Vadim Zeitlin | Keep item data in sync with their position in wxEditabl... |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | Restore propagation of EVT_SEARCHCTRL_CANCEL_BTN events... |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | Minor improvements to wxEVT_COMMAND_DIRCTRL_CHANGED... |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | No changes, just fix indentation in wxDataViewMainWindo... |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | Update the current row after item deletion in generic... |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | Never collapse invisible root item in generic wxDataVie... |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | Remove __WXMSW__ check around background erasing in... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Update tree control layout in EditLabel() for wxOSX... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Added wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selec... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | No changes, just some cleanup in wxGenericDirCtrl code. |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Add wxDirCtrl::GetPath(). |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Avoid double destruction of wxTipWindow under wxOSX. |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Don't call wxSafeYield() from wxGenericListCtrl::EditLa... |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Close wxLogWindow automatically if it's the last remain... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Invalidate wxGrid best size when the grid is changed. |
tree | commitdiff |
2012-10-18 |
Robin Dunn | non-pch build fix |
tree | commitdiff |
2012-10-17 |
Vadim Zeitlin | Factor out text measurement from wxDC and wxWindow... |
tree | commitdiff |
2012-10-17 |
Vadim Zeitlin | Fix wxGrid editors background painting. |
tree | commitdiff |
2012-10-16 |
Vadim Zeitlin | Use the correct window as parent of wxInfoBar close... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Make TAB behaviour in wxGrid more configurable. |
tree | commitdiff |
2012-10-09 |
Vadim Zeitlin | Generate text events in generic wxSpinCtrl itself. |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Implement incremental search in wxGenericListCtrl. |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Add a possibility to beep on no match to wxGenericTreeCtrl. |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Fix return value of wxGenericTreeCtrl::FindItem(). |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Handle successive key presses better in wxGenericTreeCt... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Recognize "_" as alphanumeric key in wxGenericTreeCtrl... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Fix spurious label editing in generic wx{List,Tree... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Don't set focus explicitly in wxGenericListCtrl mouse... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Don't set focus to generic wxDataViewCtrl on any button... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Fix test for __WXGTK__ in wxCairoContext. |
tree | commitdiff |
2012-10-07 |
Václav Slavík | Fix wxGenericCollapsiblePane to expand frame's size. |
tree | commitdiff |
2012-10-04 |
Paul Cornett | silence warnings about shadowed variables with GCC... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Don't crash in generic wxDataViewCtrl if it doesn't... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Fix computation of menu button best size in generic... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Clear the search control automatically when it's "Cance... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Don't use text control foreground colour for generic... |
tree | commitdiff |
2012-09-28 |
Vadim Zeitlin | Fix generic wxSearchCtrl best size calculation. |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Make wxTextEntryDialog resizable. |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Add two step creation to wxTextEntryDialog. |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Use SelectAll() instead of SetSelection(-1, -1). |
tree | commitdiff |
2012-09-19 |
Stefan Csomor | fixing incorrect scrolling - which happened at least... |
tree | commitdiff |
2012-09-18 |
Vadim Zeitlin | Show tooltips for the too long items in generic wxTreeCtrl. |
tree | commitdiff |
2012-09-17 |
Vadim Zeitlin | Don't show hidden wxGrid rows/columns when they're... |
tree | commitdiff |
2012-09-16 |
Vadim Zeitlin | No real changes, just remove an unneeded variable initi... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Preserve size of wxGrid rows/columns when hiding and... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Fix wxGrid::PosToLinePos() in presence of hidden rows... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Fix wxGrid::AutoSizeColOrRow() logic for multicells. |
tree | commitdiff |
2012-09-14 |
Vadim Zeitlin | Allow using horizontal cursor navigation keys in non... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Extract "Close" button creation from wxInfoBarGeneric... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Simplify and correct setting of initial directory for... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Explicitly reject the use of wxTE_PASSWORD in generic... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Generate wxEVT_COMMAND_TEXT_ENTER events for generic... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Refactor text to/from double conversion in wxSpinCtrlGe... |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Restore the use of wxListCtrl in report view in wxListbook. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Fixes for forwarding events to parent in wxGenericListCtrl. |
tree | commitdiff |
2012-08-11 |
Vadim Zeitlin | Update the icon of a parent item without children in... |
tree | commitdiff |
2012-08-06 |
Vadim Zeitlin | A better fix for wxHash{Map,Set} with g++ 4.7. |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Fix the checkbox cell size in generic wxDataViewToggleR... |
tree | commitdiff |
2012-08-03 |
Vadim Zeitlin | Optimization: skip 0-sized cells in wxGrid::CalcCellsEx... |
tree | commitdiff |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6 |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Return correct index from wxGenericListCtrl::InsertColu... |
tree | commitdiff |
2012-07-04 |
Vadim Zeitlin | Use list mode in wxListbook list control instead of... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Add extra border below the buttons in the generic log... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Allow using wxGridCellEnumEditor with the mouse. |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Implement hatched/stippled pens/brushes in wxGraphicsCo... |
tree | commitdiff |
2012-06-30 |
Paul Cornett | support for GTK3 |
tree | commitdiff |
2012-06-24 |
Paul Cornett | implement wxCairoContext::GetPartialTextExtents for... |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | No real changes, just use wxSize::Get{Width,Height... |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Remove unnecessary base class OnPaint() call from wxGen... |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | trying to improve appearance of gridcelltexteditor... |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Don't use generic wxListCtrl style for wxListMainWindow. |
tree | commitdiff |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | No changes, just refactor wxGrid::Render() to simplify it. |
tree | commitdiff |
2012-05-28 |
Vadim Zeitlin | Improve wxDatePickerCtrlGeneric best size calculation. |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::Render() for drawing the grid to any wxDC. |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::DrawRangeGridLines(). |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | No changes, just refactor wxGrid::DrawAllGridLines(). |
tree | commitdiff |
2012-05-17 |
Paul Cornett | mark virtual overrides as virtual |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Ensure a 32-bit cairo surface is created if it is needed |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix wxGenericListCtrl best size calculation in report... |
tree | commitdiff |
2012-05-05 |
Vadim Zeitlin | Update the field widths on demand in wxStatusBarGeneric. |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Derive wxGenericFileCtrl from wxControl. |
tree | commitdiff |
2012-04-30 |
Václav Slavík | wxDataViewCtrl: always update the header when col best... |
tree | commitdiff |
2012-04-30 |
Václav Slavík | Invalidate wxDataViewCtrl bests widths on expand/collapse. |
tree | commitdiff |
2012-04-30 |
Václav Slavík | Respect minimal width in wxDataViewCtrl::GetBestColumnW... |
tree | commitdiff |
2012-04-29 |
Vadim Zeitlin | Added wxDataViewEvent::SetDragFlags() and GetDropEffect... |
tree | commitdiff |
2012-04-29 |
Vadim Zeitlin | Work around wxDateTime::ParseFormat() problem in generi... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Use generic wxAboutBox() in wxUniv/GTK. |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Fix wxCairoContext creation from wxWindow under MSW. |
tree | commitdiff |
2012-04-08 |
Vadim Zeitlin | Compilation fixes for Cairo-based wxGraphicsContext... |
tree | commitdiff |
2012-04-08 |
Vadim Zeitlin | Fix PCH-less compilation of graphicc.cpp under MSW... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Don't change the icon when editing wxDataViewIconText... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
tree | commitdiff |
2012-03-29 |
Vadim Zeitlin | Fix focus handling logic in generic wxListCtrl. |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Fix generic wxTimePickerCtrl on DST change dates. |
tree | commitdiff |
next |