2013-01-21 |
Jouk Jansen | OpenVMS compile support for wxSPLASH and sample |
tree | commitdiff |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix wxSearchCtrl::HasFocus() in the generic version. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix bug with showing hidden wxGrid lines when resizing... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Don't use margins for wxGrid in place text editor controls. |
tree | commitdiff |
2013-01-18 |
Paul Cornett | use const arrays for wxDC array parameters, closes... |
tree | commitdiff |
2013-01-12 |
Vadim Zeitlin | Allow hiding/showing already hidden/shown wxGrid rows... |
tree | commitdiff |
2013-01-09 |
Paul Cornett | don't use deprecated wxMouseState functions |
tree | commitdiff |
2013-01-08 |
Julian Smart | Fill in mouse button and key state when generating... |
tree | commitdiff |
2012-12-29 |
Vadim Zeitlin | No changes, just fix unused variable in wxUSE_STATBMP... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Invalidate wxGrid best size when its associated table... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Don't use values returned by lstat() if it failed in... |
tree | commitdiff |
2012-12-05 |
Paul Cornett | fix tests for valid pen and brush, broken in r73099 |
tree | commitdiff |
2012-12-03 |
Paul Cornett | Remove SashHitTest() "tolerance" parameter |
tree | commitdiff |
2012-12-03 |
Paul Cornett | Avoid setting sash resize cursor when mouse is still... |
tree | commitdiff |
2012-12-03 |
Paul Cornett | Fix SashHitTest() returning true one pixel past the... |
tree | commitdiff |
2012-12-02 |
Paul Cornett | simplify code so it always returns the same object |
tree | commitdiff |
2012-12-02 |
Paul Cornett | clean up wxCairoRenderer initialization mess |
tree | commitdiff |
2012-12-02 |
Paul Cornett | Remove nearly empty wx/cairo.h header |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Select the entire spin control contents when changing... |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Compilation fixes after r73050. |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Add "rect" paramerer to wxRichToolTip::ShowFor(). |
tree | commitdiff |
2012-11-27 |
Jouk Jansen | Fix OpenVMS makefile |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Fix wxGenericListCtrl scrolling by not processing the... |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Restore generic GetPartialTextExtents() version use... |
tree | commitdiff |
2012-11-23 |
Vadim Zeitlin | Add possibility to delay showing wxRichToolTip. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Implement GetSizeFromTextSize() for wxSpinCtrl. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Make wxSpinCtrlGenericBase a wxCompositeWindow. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
tree | commitdiff |
2012-11-19 |
Vadim Zeitlin | Add wxTL_NO_HEADER style to wxTreeListCtrl. |
tree | commitdiff |
2012-11-19 |
Vadim Zeitlin | More compilation fixes after wxNOEXCEPT introduction. |
tree | commitdiff |
2012-11-17 |
Vadim Zeitlin | Add wxNOEXCEPT and use it for std::streambuf-derived... |
tree | commitdiff |
2012-11-15 |
Vadim Zeitlin | Restore setting focus to generic wxDataViewCtrl on... |
tree | commitdiff |
2012-11-14 |
Paul Cornett | re-enable using our own resize grip with GTK3, themes... |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Implement wxComboCtrl::GetSizeFromTextSize(). |
tree | commitdiff |
2012-11-10 |
Vadim Zeitlin | Simplify wxEVT_PAINT handling in wxScrollHelperBase. |
tree | commitdiff |
2012-11-10 |
Vadim Zeitlin | Set ID correctly for wxScrollWinEvents generated by... |
tree | commitdiff |
2012-11-07 |
Jouk Jansen | Update OpenVMS make-files |
tree | commitdiff |
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 |
next |