2010-08-10 |
Vadim Zeitlin | Inherit notebook background recursively under wxMSW. |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
tree | commitdiff |
2010-08-08 |
Vadim Zeitlin | Add name argument to wxDataViewCtrl ctor for consistency. |
tree | commitdiff |
2010-08-06 |
Václav Slavík | Fix DnD in generic wxDataViewCtrl when scrolled. |
tree | commitdiff |
2010-07-29 |
Václav Slavík | Fix wxDataViewCtrl to omit expander space for all kinds... |
tree | commitdiff |
2010-07-27 |
Robert Roebling | Let wxMSW report wxDataViewCustomRenderer::LeftClick... |
tree | commitdiff |
2010-07-26 |
Francesco Montorsi | add a spacer in case the progress dialog is built witho... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Don't assert in wxDataViewCtrl::ItemDeleted() if item... |
tree | commitdiff |
2010-07-22 |
Vadim Zeitlin | Fix compilation of wxSpinCtrlGenericBase when PCH are... |
tree | commitdiff |
2010-07-22 |
Vadim Zeitlin | Update wxSpinCtrlDouble::m_digits in its SetDigits(). |
tree | commitdiff |
2010-07-14 |
Vadim Zeitlin | Don't use wxRendererNative::DrawFocusRect() under Mac. |
tree | commitdiff |
2010-07-14 |
Vadim Zeitlin | Generate key events in generic wxDataViewCtrl implement... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Send right and double click events in wxGrid when using... |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Remove scroll units duplication in wxGrid to fix settin... |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Make Home and End keys work as expected in wxGrid. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Set the string to search for in wxSearchCtrl events. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Don't use uninitialized variables in wxGrid::AutoSize(). |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Account for largest item in wxGenericListCtrl::GetBestS... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Ensure that wxGenericListCtrl always has wx[HV]SCROLL... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Fix item selection/focus drawing in generic wxListCtrl. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Allow user code to override key events in generic wxLis... |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | fixing year display, see #11444 |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Fix activation handling in generic wxDataViewCtrl rende... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxFont::Bold() in wxGenericTreeCtrl instead of... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxTE_RICH2 for in-place wxGrid text editor control. |
tree | commitdiff |
2010-06-10 |
Robert Roebling | Make wxDataViewCtrl::GetColumnPosition() return the... |
tree | commitdiff |
2010-06-03 |
Francesco Montorsi | no real change: just rename "near" into "onNearPart... |
tree | commitdiff |
2010-06-03 |
Vadim Zeitlin | Drop the column being dragged at the correct position... |
tree | commitdiff |
2010-06-03 |
Vadim Zeitlin | Assert if an invalid column index is specified when... |
tree | commitdiff |
2010-06-02 |
Vadim Zeitlin | Fix recently broken forwarding of events between event... |
tree | commitdiff |
2010-06-02 |
Vadim Zeitlin | Fix drawing of scaled bitmaps in wxCairoContext. |
tree | commitdiff |
2010-06-02 |
Vadim Zeitlin | Remove unused GetTextExtent() call from wxProgressDialog. |
tree | commitdiff |
2010-05-29 |
Vadim Zeitlin | Add "filter changed" event to wxFileCtrl. |
tree | commitdiff |
2010-05-22 |
Vadim Zeitlin | Fix for user input processing in wxProgressDialog. |
tree | commitdiff |
2010-05-22 |
Vadim Zeitlin | Restore selection on click in row/column selection... |
tree | commitdiff |
2010-05-22 |
Vadim Zeitlin | Unset the debug report preview dialog as critical windo... |
tree | commitdiff |
2010-05-21 |
Vadim Zeitlin | Erase the column label background in wxGrid to avoid... |
tree | commitdiff |
2010-05-21 |
Vadim Zeitlin | Simplify and correct MSW selection of background brush... |
tree | commitdiff |
2010-05-21 |
Vadim Zeitlin | Yet another fix to event propagation in scrolled windows. |
tree | commitdiff |
2010-05-20 |
Vadim Zeitlin | Fix wxScrollHelperEvtHandler broken by recent changes... |
tree | commitdiff |
2010-05-16 |
Robert Roebling | No-PCH compilation fix |
tree | commitdiff |
2010-05-15 |
Vadim Zeitlin | Clip drawing in wxRendererGeneric::DrawHeaderButtonCont... |
tree | commitdiff |
2010-05-15 |
Vadim Zeitlin | Don't change the current pen and brush in DrawHeaderBut... |
tree | commitdiff |
2010-05-15 |
Vadim Zeitlin | Remove wxGTK-specific text shift in wxRenderer::DrawHea... |
tree | commitdiff |
2010-05-13 |
Vadim Zeitlin | Never enable wxSpinCtrlGenericBase window itself at... |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Add column parameter to wxListCtrl::GetItemText(). |
tree | commitdiff |
2010-05-09 |
Jaakko Salli | Supress SetFocus() warning in wxVListBoxComboPopup |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Don't send wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED when... |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Always update the value of generic spin control when... |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Make keyboard navigation in generic wxTreeCtrl more... |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Replace wxPrintout::SetIsPreview() with SetPreview(). |
tree | commitdiff |
2010-05-02 |
Vadim Zeitlin | Add wxTreeCtrl::{Clear,Set}FocusedItem(). |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Add documentation for several grid cell renderer/editor... |
tree | commitdiff |
2010-04-22 |
Stefan Csomor | switching to correct hit-testing |
tree | commitdiff |
2010-04-20 |
Vadim Zeitlin | Add wxProgressDialog::Was{Cancelled,Skipped}() convenie... |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | if we have wxBG_STYLE_PAINT, we must clear the backgrou... |
tree | commitdiff |
2010-04-18 |
Vadim Zeitlin | Fix bug with using uninitialized flags in GetParentForM... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix over aggressive clipping in generic wxListCtrl... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix crash in wxListbook if image list is assigned after... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Translate the label used by the font picker dialog. |
tree | commitdiff |
2010-04-08 |
Stefan Csomor | using statically allocated font objects for speedup |
tree | commitdiff |
2010-04-05 |
Václav Slavík | Fix text input and completion in wxComboCtrl and wxOwne... |
tree | commitdiff |
2010-04-05 |
Václav Slavík | wxOwnerDrawnComboBox: handle Home and End keys as nativ... |
tree | commitdiff |
2010-04-05 |
Václav Slavík | wxOwnerDrawnComboBox: handle numpad navigation keys. |
tree | commitdiff |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
tree | commitdiff |
2010-03-28 |
Václav Slavík | Preserve m_skipped in wx[Var]ScrollHelperEvtHandler... |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Fix the selection validity check in wxSingleChoiceDialog. |
tree | commitdiff |
2010-03-21 |
Vadim Zeitlin | Add initial selection parameter to wxGetSingleChoice... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Define wxGraphicsRenderer::GetDefaultRenderer() for... |
tree | commitdiff |
2010-03-12 |
Vadim Zeitlin | Revert unneeded fix for list control headers from r63177. |
tree | commitdiff |
2010-03-08 |
Vadim Zeitlin | Use correct style for the dialog shown by generic file... |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Don't store header height in generic wxListCtrl member... |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Fix toggling the header in the generic wxListCtrl. |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Don't stop dragging in the grid when the mouse leaves... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Implement wxBookCtrlBase::CalcSizeFromPage() in the... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | No changes, just remove redundant GetControllerSize... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Correct controller size determination in wxToolbook. |
tree | commitdiff |
2010-03-03 |
Robin Dunn | Layout the immediate parent of the info bar as describe... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Remove unused NO_SORT constant. |
tree | commitdiff |
2010-02-28 |
Jaakko Salli | Sometimes change in varscrollable window's size can... |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Fix selection event sending for Ctrl-click in generic... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Don't pass logs at unknown levels to wxLog::DoLogRecord... |
tree | commitdiff |
2010-01-25 |
Julian Smart | Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | applying patch, closes #11309 |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Don't call base class version unnecessarily in wxLogWin... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add wxIsascii() function and use it instead of isascii... |
tree | commitdiff |
2010-01-06 |
Kevin Ollivier | Fix another line somehow missing from the wxGraphicsBit... |
tree | commitdiff |
2009-12-27 |
Vadim Zeitlin | Account for cells spanning multiple grid cells better... |
tree | commitdiff |
2009-12-27 |
Vadim Zeitlin | Return the kind of cells span from wxGrid::GetCellSize(). |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Added wxComboCtrl::SetHint(), GetHint() |
tree | commitdiff |
2009-12-19 |
Vadim Zeitlin | Corrections to expander position calculations and drawi... |
tree | commitdiff |
2009-12-19 |
Vadim Zeitlin | Correct selection/drop highlight rectangles width in... |
tree | commitdiff |
2009-12-19 |
Vadim Zeitlin | Always draw standard-sized checkboxes in generic wxData... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | No changes, just minor cleanup. |
tree | commitdiff |
2009-12-15 |
Vadim Zeitlin | Remove asserts in wxChoicebook::Get/SetPageImage(). |
tree | commitdiff |
2009-12-14 |
Vadim Zeitlin | Avoid painting generic wxDataViewCtrl if it has no... |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | avoiding string conversions on 1st param of wxStat... |
tree | commitdiff |
next |