]> git.saurik.com Git - wxWidgets.git/history - src/generic
Apply [ 1713345 ] combobox: cmd accelerators shouldn't steal editing hotkeys
[wxWidgets.git] / src / generic /
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilation fix.
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-04-30  Vadim Zeitlinfix m_sizerPage memory leak for the wizards not using...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-26  Paul Cornettbuild fix
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-26  Chris Elliotttested and applied http://article.gmane.org/gmane.comp...
2007-04-26  Robin Dunninvalidate the best size when adding or deleting items
2007-04-26  Robin Dunnensure there is a current cell before using it to try...
2007-04-25  Robert Roebling Added compile guards to wxEditableListBox
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-22  Vadim Zeitlinadd m_ prefix to the member variables and remove unneed...
2007-04-21  Vadim Zeitlinreadded wxEditableListBox as part of adv library
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-16  Robert Roebling Rewritten in-place editing for generic wxDataViewCtrl
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-04-08  Vadim Zeitlindon't skip the scroll position validity check in CalcSc...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim Zeitlincompilation fix for !USE_PCH (added missing wx/dc.h...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-05  Václav Slavíkcompilation fix for previous commit
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-03  Václav SlavíkBCC5.5 compilation fix
2007-04-03  Paul Cornettbuild fixes for wxUSE_VALIDATORS==0
2007-03-30  Vadim Zeitlinuse wxCHECK instead of wxASSERT to avoid use of NULL...
2007-03-30  Vadim Zeitlintest whether pointer is non-NULL before using it, not...
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-03-25  Vadim Zeitlinwhy was this class made a wxControlContainer (rev....
2007-03-21  Jouk Jansen Committing in .
2007-03-19  Vadim Zeitlinuse wxCollapsiblePane in the log dialog (patch 1624796)
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim Zeitlinfix assert because of passing more than one border...
2007-03-18  Vadim Zeitlingive us wxSTAY_ON_TOP style if our parent has it, other...
2007-03-17  Vadim Zeitlincall wxYield() to force display of the busy info frame...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-16  Vadim Zeitlindo nothing in ShowHidden() if the flag doesn't change...
2007-03-15  Vadim Zeitlindon't add wxVSCROLL if only wxHSCROLL is explicitly...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-12  Vadim Zeitlinfix window repainting when SetLineCount() is called...
2007-03-11  Václav SlavíkVC6 compilation fix
2007-03-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2007-03-08  Paul Cornettuse full repaint style instead of size event
2007-03-07  Vadim Zeitlinfix wrong assert in SetItemBitmap() (patch 1668449...
2007-03-07  Vadim Zeitlintake images and margins into account when setting colum...
2007-03-07  Vadim Zeitlinclip column image (and not only the text) to the column...
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-03-07  Vadim Zeitlinuse wxRendererNative::DrawItemSelectionRect() to draw...
2007-03-07  Vadim Zeitlinfix warning about non-dllexport'ed base wxDataViewHeade...
2007-03-07  Vadim ZeitlinwxMSWGetColumnClicked must be dllexport'd to be used...
2007-03-07  Vadim Zeitlinmerge multiple lines into one as otherwise the display...
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-06  Julian SmartCorrect too-small size when the progress dialog is...
2007-03-06  Julian SmartMade choice convenient dialog more, well, convenient...
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...
next