]> git.saurik.com Git - wxWidgets.git/history - src/generic
Remember the last key event in wxGTK before passing it over to IM.
[wxWidgets.git] / src / generic /
2010-09-10  Vadim ZeitlinUse wxLocale::GetInfo() to get date format in wxDatePic...
2010-09-10  Vadim ZeitlinInitialize wxGenericProgressDialog button members in...
2010-09-10  Vadim ZeitlinFix errors in handling of maximum field in wxGenericPro...
2010-09-10  Vadim ZeitlinDon't use wxGenericProgressDialog::m_windowStyle for...
2010-09-10  Vadim ZeitlinCreate temporary wxEventLoop in wxGenericProgressDialog...
2010-09-10  Vadim ZeitlinInitialize wxGenericProgressDialog::m_winDisabler properly.
2010-09-03  Václav SlavíkFix wxOwnerDrawnComboBox keyboard navigation with dupli...
2010-08-30  Vadim ZeitlinAdd wxGrid::RefreshAttr() method to force attribute...
2010-08-30  Vadim ZeitlinDon't center wxGenericMessageDialog elements.
2010-08-30  Vadim ZeitlinAllow using custom labels for wxGenericMessageDialog...
2010-08-23  Jouk JansenUpdate openVMS compile support
2010-08-21  Robert RoeblingAllow calling wxGenericDirCtrl::GetPath() in multiple...
2010-08-19  Vadim ZeitlinSlightly improve wx[Generic]RichMessageDialog layout.
2010-08-19  Vadim ZeitlinMake the main message of wxGenericMessageDialog stand...
2010-08-19  Vadim ZeitlinCompilation fix for non-PCH build in wxGenericRichMessa...
2010-08-18  Vadim ZeitlinUse task dialog for wxProgressDialog implementation...
2010-08-18  Vadim ZeitlinAdd wxRichMessageDialog class.
2010-08-18  Vadim ZeitlinProvide a task-dialog based wxMSW wxMessageDialog imple...
2010-08-17  Vadim ZeitlinProvide native wxHyperlinkCtrl implementation for wxMSW.
2010-08-17  Vadim ZeitlinAdd new wxCommandLinkButton class.
2010-08-10  Vadim ZeitlinFix line indices translation in wxGrid::DoEndDragResize...
2010-08-10  Vadim ZeitlinInherit notebook background recursively under wxMSW.
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Vadim ZeitlinAdd name argument to wxDataViewCtrl ctor for consistency.
2010-08-06  Václav SlavíkFix DnD in generic wxDataViewCtrl when scrolled.
2010-07-29  Václav SlavíkFix wxDataViewCtrl to omit expander space for all kinds...
2010-07-27  Robert RoeblingLet wxMSW report wxDataViewCustomRenderer::LeftClick...
2010-07-26  Francesco Montorsiadd a spacer in case the progress dialog is built witho...
2010-07-23  Vadim ZeitlinDon't assert in wxDataViewCtrl::ItemDeleted() if item...
2010-07-22  Vadim ZeitlinFix compilation of wxSpinCtrlGenericBase when PCH are...
2010-07-22  Vadim ZeitlinUpdate wxSpinCtrlDouble::m_digits in its SetDigits().
2010-07-14  Vadim ZeitlinDon't use wxRendererNative::DrawFocusRect() under Mac.
2010-07-14  Vadim ZeitlinGenerate key events in generic wxDataViewCtrl implement...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-13  Vadim ZeitlinSend right and double click events in wxGrid when using...
2010-07-12  Vadim ZeitlinRemove scroll units duplication in wxGrid to fix settin...
2010-07-12  Vadim ZeitlinMake Home and End keys work as expected in wxGrid.
2010-07-11  Vadim ZeitlinSet the string to search for in wxSearchCtrl events.
2010-07-11  Vadim ZeitlinDon't use uninitialized variables in wxGrid::AutoSize().
2010-07-11  Vadim ZeitlinAccount for largest item in wxGenericListCtrl::GetBestS...
2010-07-11  Vadim ZeitlinEnsure that wxGenericListCtrl always has wx[HV]SCROLL...
2010-07-11  Vadim ZeitlinFix item selection/focus drawing in generic wxListCtrl.
2010-07-11  Vadim ZeitlinAllow user code to override key events in generic wxLis...
2010-06-21  Stefan Csomorfixing year display, see #11444
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Vadim ZeitlinFix activation handling in generic wxDataViewCtrl rende...
2010-06-20  Vadim ZeitlinUse wxFont::Bold() in wxGenericTreeCtrl instead of...
2010-06-20  Vadim ZeitlinUse wxTE_RICH2 for in-place wxGrid text editor control.
2010-06-10  Robert RoeblingMake wxDataViewCtrl::GetColumnPosition() return the...
2010-06-03  Francesco Montorsino real change: just rename "near" into "onNearPart...
2010-06-03  Vadim ZeitlinDrop the column being dragged at the correct position...
2010-06-03  Vadim ZeitlinAssert if an invalid column index is specified when...
2010-06-02  Vadim ZeitlinFix recently broken forwarding of events between event...
2010-06-02  Vadim ZeitlinFix drawing of scaled bitmaps in wxCairoContext.
2010-06-02  Vadim ZeitlinRemove unused GetTextExtent() call from wxProgressDialog.
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-05-22  Vadim ZeitlinFix for user input processing in wxProgressDialog.
2010-05-22  Vadim ZeitlinRestore selection on click in row/column selection...
2010-05-22  Vadim ZeitlinUnset the debug report preview dialog as critical windo...
2010-05-21  Vadim ZeitlinErase the column label background in wxGrid to avoid...
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2010-05-21  Vadim ZeitlinYet another fix to event propagation in scrolled windows.
2010-05-20  Vadim ZeitlinFix wxScrollHelperEvtHandler broken by recent changes...
2010-05-16  Robert RoeblingNo-PCH compilation fix
2010-05-15  Vadim ZeitlinClip drawing in wxRendererGeneric::DrawHeaderButtonCont...
2010-05-15  Vadim ZeitlinDon't change the current pen and brush in DrawHeaderBut...
2010-05-15  Vadim ZeitlinRemove wxGTK-specific text shift in wxRenderer::DrawHea...
2010-05-13  Vadim ZeitlinNever enable wxSpinCtrlGenericBase window itself at...
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2010-05-09  Jaakko SalliSupress SetFocus() warning in wxVListBoxComboPopup
2010-05-06  Vadim ZeitlinDon't send wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED when...
2010-05-06  Vadim ZeitlinAlways update the value of generic spin control when...
2010-05-06  Vadim ZeitlinMake keyboard navigation in generic wxTreeCtrl more...
2010-05-05  Vadim ZeitlinReplace wxPrintout::SetIsPreview() with SetPreview().
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-04-22  Vadim ZeitlinAdd documentation for several grid cell renderer/editor...
2010-04-22  Stefan Csomorswitching to correct hit-testing
2010-04-20  Vadim ZeitlinAdd wxProgressDialog::Was{Cancelled,Skipped}() convenie...
2010-04-20  Stefan Csomorif we have wxBG_STYLE_PAINT, we must clear the backgrou...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-04-12  Vadim ZeitlinFix over aggressive clipping in generic wxListCtrl...
2010-04-12  Vadim ZeitlinFix crash in wxListbook if image list is assigned after...
2010-04-12  Vadim ZeitlinTranslate the label used by the font picker dialog.
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-05  Václav SlavíkFix text input and completion in wxComboCtrl and wxOwne...
2010-04-05  Václav SlavíkwxOwnerDrawnComboBox: handle Home and End keys as nativ...
2010-04-05  Václav SlavíkwxOwnerDrawnComboBox: handle numpad navigation keys.
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-03-28  Václav SlavíkPreserve m_skipped in wx[Var]ScrollHelperEvtHandler...
2010-03-22  Vadim ZeitlinFix the selection validity check in wxSingleChoiceDialog.
2010-03-21  Vadim ZeitlinAdd initial selection parameter to wxGetSingleChoice...
2010-03-20  Vadim ZeitlinDefine wxGraphicsRenderer::GetDefaultRenderer() for...
2010-03-12  Vadim ZeitlinRevert unneeded fix for list control headers from r63177.
2010-03-08  Vadim ZeitlinUse correct style for the dialog shown by generic file...
2010-03-06  Vadim ZeitlinDon't store header height in generic wxListCtrl member...
2010-03-06  Vadim ZeitlinFix toggling the header in the generic wxListCtrl.
2010-03-05  Vadim ZeitlinDon't stop dragging in the grid when the mouse leaves...
2010-03-05  Vadim ZeitlinImplement wxBookCtrlBase::CalcSizeFromPage() in the...
2010-03-05  Vadim ZeitlinNo changes, just remove redundant GetControllerSize...
2010-03-05  Vadim ZeitlinCorrect controller size determination in wxToolbook.
next