]> git.saurik.com Git - wxWidgets.git/history - src/generic
handle mouse capture lost event in grid windows and reset the grid to normal state...
[wxWidgets.git] / src / generic /
2007-03-04  Vadim Zeitlinhandle mouse capture lost event in grid windows and...
2007-02-28  Chris Elliottfix for MSVC see sf bug 1669419
2007-02-23  Robert Roebling FM small patch for wxDataViewCtrl compilation
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-17  Vadim Zeitlindo adjust scrollbars in our EVT_SIZE handler now that...
2007-02-16  Vadim Zeitlindon't delete inexistent column indices in DeleteCols()
2007-02-10  Julian SmartDon't optimize if there are child windows
2007-02-08  Vadim Zeitlincorrected return value and skipped flag setting in...
2007-02-06  Robin DunnDon't capture the mouse until after the possible wxEVT_...
2007-02-06  Robin Dunnuse ChangeValue instead of SetValue to avoid bogus...
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2007-02-04  Stefan Csomorusing scroll axis in translation to scrollwin events...
2007-02-03  Vadim Zeitlinfix compilation problem when wxUSE_FSVOLUME==0 after...
2007-02-02  Vadim Zeitlinuse wxFSVolume instead of duplicating its functionality...
2007-01-21  Stefan NeisImprove resetting table via SetTable (extended version...
2007-01-21  Robin DunnReturn an empty string from GetValue if the textctrl...
2007-01-21  Vadim Zeitlinuse wxID_ANY for internal controller control instead...
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-01-15  Paul Cornettremove some unneeded includes, clean up gnome force...
2007-01-14  Vadim Zeitlincreate in place edit control with wxTE_PROCESS_ENTER...
2007-01-07  Vadim Zeitlindon't compile wxDataViewDateRendererPopupTransient...
2007-01-07  Vadim Zeitlinfix attribute memory leak in wxGrid::ShowCellEditContro...
2007-01-07  Kevin OllivierGeneric list and tree ctrl should not use the focused...
2006-12-21  Václav Slavíkcompilation fix for !wxUSE_VALIDATORS
2006-12-20  Vadim Zeitlinunused parameter warning
2006-12-17  Vadim Zeitlinforcefully get rid of the scrollbars in CalcWindowSizes...
2006-12-15  Vadim Zeitlincorrect GetBestSize() to return correct best size,...
2006-12-12  Robert Roebling Made wxSearchCtrl look like other text controls under...
2006-12-12  Robin DunnAlso do LayoutControls from EVT_SIZE handler
2006-12-11  Robin DunnFix compile error
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Paul Cornettcleanup:
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlinadded wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Chris Elliottfix watcom problem (thanks ABX)
2006-12-11  Chris Elliottfix missing includessrc/generic/srchctlg.cpp
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Vadim Zeitlinset wxDATAVIEW_CELL_SELECTED in flags passed to Render...
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-04  Vadim Zeitlinfix a problem with (sometimes) editing an invalid item...
2006-12-04  Vadim Zeitlinadded the missing parameter to SetScrollbars() call...
2006-12-04  Julian SmartUse font encoding
2006-12-04  Julian SmartAdded SetEncoding
2006-12-03  Vadim Zeitlinremoved the workaround for our SetWindowStyleFlag(...
2006-12-03  Vadim Zeitlinfixed long standing bug with Fit() still showing the...
2006-12-03  Vadim Zeitlinstop the rename timer when the current item changes...
2006-12-02  Vadim Zeitlinmore woodoo in DoGetBestSize() to get rid of tree borde...
2006-12-01  Robin DunnEnsure that the listctrl takes the focus on left-click
2006-12-01  Kevin OllivierAllow wxGenericListCtrl to correctly handle Get/SetScro...
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-29  Robert Roebling Simpler version of [ 1604590 ] wxListCtrl::FindItem...
2006-11-28  Robin DunnMake room for the focus ring to be visible on Mac.
2006-11-28  Kevin OllivierPropagate key up events to the wxGenericListCtrl parent...
2006-11-27  Vadim Zeitlincache the best size in overridden DoGetBestSize()
2006-11-26  Mattia Barbon Use 1 as true and "" as false, not the opposite.
2006-11-26  Robin DunnMore layout tweaks for wxComboCtrl on Mac
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-24  Vadim ZeitlinFixed bug in wxCalendarCtrl::HitTest() when clicking...
2006-07-25  Vadim Zeitlinupdate from suzumizaki (patch 1522241)
2006-11-19  Vadim Zeitlindelete controls which are part of the calendar (even...
2006-11-19  Vadim Zeitlinavoid assert when creating the control with wxCAL_SEQUE...
2006-11-19  Vadim Zeitlinassert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is...
2006-11-19  Kevin OllivierHave wxGenericListCtrl record and store the selection...
2006-11-19  Kevin OllivierImplement wxRendererMac::DrawItemSelectionRect and...
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-17  Vadim Zeitlin- fix wxAnimationCtrl::SetBackgroundColour both for...
2006-11-17  Vadim Zeitlinuse correct bitmap dimension in DetermineIndent()
2006-11-14  Robert Roebling Just use the already existing wxRenderer::DrawItemSel...
2006-11-13  Robin DunnDon't use wxLB_EXTENDED with the checklistbox
2006-11-13  Julian SmartCorrected wxMultiChoiceDialog if wxCheckListBox is...
2006-11-12  Vadim Zeitlinchanged last DrawButton() parameter from bool to int...
2006-11-12  Vadim Zeitlincall SetAnimation() from the ctor instead of just assig...
2006-11-12  Vadim Zeitlinshow all available information in the dialog (somewhat...
2006-11-12  Vadim Zeitlinin addition to wxWinCE, also set background colour...
2006-11-12  Robert Roebling Send delete item event just before the item is actually
2006-11-12  Julian SmartGTK+1 fix
2006-11-12  Julian SmartFix for GTK+1
2006-11-11  Julian SmartAdded missing include
2006-11-11  Robin DunnSome wxCollapsiblePane tweaks:
2006-11-11  Robert Roebling Added native selection rectangle drawing.
2006-11-10  Włodzimierz SkibaWinCE background fix. Perhaps not only WinCE problem???.
2006-11-09  Kevin OllivierOn Mac, when selection is drawn in grey (i.e. unfocused...
2006-11-08  Václav Slavíkmore efficient version of the wxUniv scrolling fix...
2006-11-08  Robin Dunnensure m_table is not NULL before trying to access...
2006-11-07  Robin DunnThe "small optimization" causes asserts if Play is...
2006-11-06  Julian SmartImproved highlight drawing on wxMac/Core Graphics by...
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan Csomorfixing region clipping
2006-11-06  Vadim Zeitlinupdate window before changing the scrolling position...
2006-11-04  Vadim Zeitlininclude wx/datetime.h and test for wxUSE_DATETIME befor...
2006-11-04  Vadim Zeitlinuse wxLocaltime_r() instead of localtime(): this is...
2006-11-04  Julian SmartGeneric fix for full row highlight
2006-11-04  Vadim Zeitlindon't leave tables non-owned by the grid with dangling...
2006-11-04  Vadim Zeitlincapture mouse to be notified when it exists the popup...
2006-11-04  Vadim Zeitlingrid lines were incorrectly drawn over multicell cells...
2006-11-04  Vadim Zeitlininvalidate best size of the book controller too when...
next