]> git.saurik.com Git - wxWidgets.git/history - src/generic
Fix for when only a default dir is given without a default file
[wxWidgets.git] / src / generic /
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...
2006-11-04  Vadim Zeitlinremoved out of date FIXME (part of patch 1590194)
2006-11-04  Stefan Csomorremoving additional offset - why did this ever work ?
2006-11-04  Stefan Csomorstub implementations
2006-11-03  Vadim ZeitlinwxAnimationCtrl fix to display inactive bitmap at start...
2006-11-03  Vadim Zeitlinuse wxNullFont instead of *wxNORMAL_FONT as default...
2006-11-02  Jouk Jansen Committing in .
2006-10-31  Vadim ZeitlinSetBestSize() is now deprecated, don't use it
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim Zeitlinuse wxUSE_COLLPANE around usage of wxCollapsiblePane
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Robert Roebling Removed GetAdjustedBestSize().
2006-10-30  Vadim Zeitlincheck that the cell using bool editor has a valid value...
2006-10-29  Stefan NeisRenamed m_clientData member variable to avoid clash...
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-29  Robin Dunnupdate the Cairo version to match recent changes in...
2006-10-28  Vadim Zeitlinremove unneeded WXDLLEXPORTs for the classes only used...
2006-10-28  Vadim Zeitlinallow customizing the string values returned by wxGridC...
2006-10-28  Robin DunnEnsure that the pen and bush are properly initialized
2006-10-27  Robert Roebling [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
next