]> git.saurik.com Git - wxWidgets.git/history - src/generic
1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode...
[wxWidgets.git] / src / generic /
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-05-25  Vadim Zeitlincompilation fix for non-PCH build, include wx/wxchar.h
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlindeclare wxFileSelectorDefaultWildcardStr to fix compila...
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-05-23  Vadim Zeitlinfix wxODCB_PAINTING_SELECTED not being always set ...
2007-05-22  Vadim Zeitlinremove unused static function (avoids a warning about it)
2007-05-22  Vadim Zeitlinpass wxStrings directly to wxFAIL_MSG, there is no...
2007-05-14  Vadim Zeitlinfixed warning about using deprecated GetTextExtent...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-09  Václav Slavíkreturn value from wxEditableListBox::Create()
2007-05-07  Robert Roebling [ 1713933 ] docs for wxEditableListBox
2007-05-05  Vadim Zeitlindon't use deprecated GetTextExtent() overload
2007-05-05  Paul Cornettbuild fix
2007-05-05  Paul Cornettbuild fix for wxUSE_CONFIG==0
2007-05-05  Vadim Zeitlinfix compilation in wxUSE_MENUS==0 case
2007-05-05  Robert Roebling Fix wxFD_FILE_MUST_EXIST
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
next