deprecate the old TryValidator/Parent() and replace them with the new and documented...
[wxWidgets.git] / src / generic /
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-25  Vadim Zeitlindon't call Refresh(empty-rect) unnecessarily
2009-02-25  Vadim Zeitlinfix handling of long lines in wxGridCellAutoWrapStringR...
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-02-21  Paul Cornettfix event table base for wxListMainWindow
2009-02-21  Paul Cornettnon-pch build fixes, some cleanup
2009-02-19  Francesco MontorsiwxCHECK that there is an active event loop before using...
2009-02-19  Robert RoeblingMake wxImageList not copiable (fixes #10503), replace...
2009-02-19  Robert RoeblingIf a selected item is about to be deleted, try to selec...
2009-02-19  Paul Cornettadd braces around if-body
2009-02-19  Paul Cornettremove old hacks for gtk blit problem which was probabl...
2009-02-19  Paul Cornettavoid setting negative size
2009-02-17  Vadim Zeitlindon't skip the event in wxGridCellEditorEvtHandler...
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-15  Francesco Montorsiremove GTK_CHECK_VERSION checks for GTK versions < 2.4
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-09  Robert RoeblingFixes #10454, Applied patch for wxDataViewCtrl should...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Paul Cornettnon-pch build fix
2009-02-08  Francesco Montorsido not deselect the item the user has just selected...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Vadim Zeitlinonly do (c) and (C) translation in Unicode build
2009-02-08  Vadim Zeitlinuse bitmap mask if any in splash screen (closes #10470)
2009-02-07  Kevin OllivierAdd (currently unimplemented) missing wxRegion construc...
2009-02-07  Kevin OllivierAssert if these methods are triggered to alert the...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Stefan CsomorOSX currently doesn't expose an OnPaint anymore
2009-02-07  Francesco Montorsino real change: put event handlers together at the...
2009-02-05  Francesco Montorsialways use wxSTAY_ON_TOP (closes #10447)
2009-02-04  Francesco Montorsifix no-PCH builds for wxMac
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
2009-02-01  Francesco Montorsifix a typo in comment
2009-02-01  Paul Cornettfix drawing from Update() being overwritten, fixes...
2009-01-30  Robert RoeblingDon't call SetMinSize() on the pane as this prevents...
2009-01-30  Robert RoeblingGive wxCollapsiblePane's pane a name for easier debugging
2009-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-28  Robert RoeblingFixes #10443: wxListCtrl::MoveToItem
2009-01-27  Robert RoeblingFix for GetScrollPos() assert
2009-01-27  Francesco Montorsifix PCH builds
2009-01-27  Francesco Montorsifix crash when calling InsertColumn() on a wxListCtrl...
2009-01-27  Francesco Montorsismall cleanup; move private class definitions in a...
2009-01-27  Francesco Montorsiinclude wx/mdi.h also for non-PCH builds
2009-01-26  Francesco Montorsicleanup a bit the wxSplashScreen code; don't Yield...
2009-01-25  Robert RoeblingFinally corrected drawing of wxListCtrl selection rect...
2009-01-25  Vadim ZeitlinMac build fixes after latest change (closes #10433)
2009-01-25  Vadim Zeitlinuse GetBoundingRect() for the in place text control...
2009-01-25  Vadim Zeitlincorrections to size calculations for state images ...
2009-01-25  Vadim Zeitlinskip mouse events we're not interested in (e.g. mouse...
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Vadim Zeitlinimplement wxChoicebook::SetWindowVariant() by forwardin...
2009-01-25  Vadim Zeitlinremoved debugging wxPrintf() which not only had nothing...
2009-01-24  Stefan Csomorbring in the definition of wxSizer, making non-precomp...
2009-01-24  Vadim Zeitlintake into account the controlling wxChoice size in...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-23  Vadim Zeitlinadd missing wxUSE_DRAG_AND_DROP checks
2009-01-23  Robert RoeblingAlways use theme border for inner window under wxGTK
2009-01-23  Robert RoeblingGTK+'s native controls usually have a bigger line height
2009-01-23  Robert RoeblingRestore keyboard navi
2009-01-22  Robert RoeblingReorganized wxListCtrl's window layout (same as wxDataV...
2009-01-22  Robert RoeblingDon't extend last header column button, as the column...
2009-01-22  Robert Roeblingdraw icon before text label in header (huh?)
2009-01-22  Robert RoeblingFurther header button details
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingOverride GetDefaultBorder, currently changes nothing
2009-01-21  Robert RoeblingAdd visual drag hint
2009-01-21  Robert RoeblingAdd drop hint
2009-01-21  Vadim Zeitlinreally fix compilation in !wxUSE_LOG_DIALOG case (still...
2009-01-21  Vadim Zeitlinfix compilation in !wxUSE_LOG_DIALOG case (closes ...
2009-01-21  Robert RoeblingImplement simple Drop, doesn't work under wxMSW (?)
2009-01-20  Robert RoeblingImplement simple drag
2009-01-20  Robert RoeblingFindNode() must return m_root for wxDataViewItem(0)
2009-01-20  Robert RoeblingSkeleton for generic Drag code
2009-01-19  Jouk JansenUpdate compile support for OpenVMS
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Jaakko SalliTranslate keycode(s) into character more consistenly...
2009-01-16  Jouk JansenAdd combo sample to compile list of OpenVMS
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2009-01-14  Robert RoeblingFixes #10382: Memory leak in wxDataViewMainWindow:...
2009-01-13  Jouk JansenUpdate OpenVMS compile support
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Paul Cornettreturn index of first added image in Add(), like MSW...
2009-01-11  Francesco Montorsifix for PCH-less builds
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-09  Francesco Montorsisupport underlined text in wxCairoContext (Marcin's...
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Julian SmartAlways use live sash update on Mac since it can't paint...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
next