Add initial config for TBITCWXBUILDBOT buildbot.
[wxWidgets.git] / include /
2010-04-08  Stefan Csomortrying to simplify and optimize font handling
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-08  Stefan Csomorallowing direct native tlw modal loops
2010-04-07  Robin Dunn#include <algorithm>
2010-04-07  Robin Dunn(blind) fix for buildbot breakage with MSVC 6
2010-04-07  Robin DunnAdd wxVectorSort function for sorting wxVector<T> conta...
2010-04-06  Vadim ZeitlinFix wxGTK compilation after r63880.
2010-04-06  Francesco Montorsifix typos introduced by error in r63870 (see #10673)
2010-04-06  Vadim ZeitlinAdd wxTextEntryBase::ForwardEnableTextChangedEvents().
2010-04-06  Vadim ZeitlinFix text text changed events sending in OS X combo...
2010-04-06  Vadim ZeitlinMove SendTextUpdatedEvent() down to wxTextEntryBase...
2010-04-06  Vadim ZeitlinRemove duplicated GetTextPeer() definitions from derive...
2010-04-06  Stefan Csomoradding clipboard events, fixes #11906
2010-04-06  Vadim ZeitlinAdd support for IEC and SI size units to wxFileName...
2010-04-06  Vadim ZeitlinAdd default constructor to wxGraphicsGradientStop.
2010-04-06  Vadim ZeitlinCorrect check for MSVC version in wxUSE_GRAPHICS_CONTEX...
2010-04-06  Vadim ZeitlinCorrect checks for gradient stop position.
2010-04-05  Václav SlavíkFix text input and completion in wxComboCtrl and wxOwne...
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-04-05  Vadim ZeitlinAdd wxTransparentColour global pseudo-variable.
2010-04-04  Jaakko SalliResolve GCC's 'type-punned pointer will break strict...
2010-04-03  Vadim ZeitlinCorrect compilation breakage of r63832.
2010-04-02  Vadim ZeitlinAllow using wxGraphicsContext with MinGW if gdiplus...
2010-04-02  Stefan Csomorsimplifying modal event loop handling
2010-03-30  Francesco MontorsiCommitting modified version of jwiesemann's patch ...
2010-03-30  Paul CornettRemove unnecessary declarations.
2010-03-30  Jouk Jansencorrecting typo in commit 63803
2010-03-30  Jouk JansenDefining wxCOMPILE_TIME_ASSERT for OpenVMS
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2010-03-29  Vadim ZeitlinFix compilation breakage in r63783.
2010-03-29  Vadim ZeitlinAdd wxUSE_FSWATCHER dependency on wxUSE_THREADS for...
2010-03-29  Jaakko SalliFor better support of wxValidators, invoke wxValidator...
2010-03-29  Václav SlavíkUse fixed screen DPI of 96 when printing HTML.
2010-03-29  Paul Cornettbuild fix for IRIX
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2010-03-28  Vadim ZeitlinImplement wxMask copy ctor for wxGTK.
2010-03-28  Francesco Montorsino real changes: just a small optimization on wxStaticT...
2010-03-25  Vadim ZeitlinFix compilation of wx/debug.h when it's the first wx...
2010-03-25  Vadim ZeitlinAllow overriding print preview frame creation in docview.
2010-03-23  Paul Cornettbetter fix for #11803, don't set iconized state for...
2010-03-23  Paul Cornettignore iconized state when computing client size for...
2010-03-23  Vadim ZeitlinImplement wxDocument::Revert() and show its use in...
2010-03-22  Jaakko SalliFixed RefreshRect() call in wxPropertyGrid::DrawItems...
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2010-03-21  Vadim ZeitlinAdd initial selection parameter to wxGetSingleChoice...
2010-03-20  Jaakko SalliMake wxPGVFBFlags an unsigned char define instead of...
2010-03-20  Vadim ZeitlinAdd wxMessageDialog::GetEffectiveIcon() and use it...
2010-03-20  Vadim ZeitlinRename wxWindow::GetMainWindow() to X11GetMainWindow...
2010-03-20  Vadim ZeitlinAlways include sys/time.h and sys/select.h from selectd...
2010-03-17  Jaakko SalliUse explicit wxPGPropertyFlags enum type with wxPGPrope...
2010-03-17  Stefan Csomoradding proper removal of observer for stacked event...
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2010-03-16  Vadim ZeitlinAdd white outline to bulls eye cursor used under MSW.
2010-03-16  Vadim ZeitlinInitialize picker style in native GTK file/dir pickers.
2010-03-15  Stefan Csomorstreamlining OSX event support second step, moving...
2010-03-15  Stefan Csomorstreamlining OSX event support first step, see #11805...
2010-03-09  Vadim ZeitlinUse _UNICODE instead of UNICODE in wx/msw/winundef.h.
2010-03-08  Vadim ZeitlinUse correct style for the dialog shown by generic file...
2010-03-08  Václav SlavíkFix wxTlsValue<> memory leaks.
2010-03-06  Kevin OllivierAdding wxUIActionSimulator, a class for programmaticall...
2010-03-06  Kevin OllivierA call to wxPopupWindow::Show shouldn't automatically...
2010-03-06  Vadim ZeitlinDon't store header height in generic wxListCtrl member...
2010-03-05  Vadim ZeitlinImplement wxBookCtrlBase::CalcSizeFromPage() in the...
2010-03-05  Vadim ZeitlinNo changes, just remove redundant GetControllerSize...
2010-03-03  Stefan Csomormake sure ShowEvent doesn't get triggered to early...
2010-03-03  Vadim ZeitlinAllow using version-specific vc prefix in msvc/wx/setup.h.
2010-03-03  Vadim ZeitlinUse correct directory names in msvc/wx/setup.h for...
2010-03-01  Robin DunnInvalidate best size when the bitmap or bitmap position...
2010-02-28  Vadim ZeitlinMake it possible to use wxCharBuffer during program...
2010-02-28  Vadim ZeitlinCompilation fixes for wide char functions under IRIX...
2010-02-28  Vadim ZeitlinAlways declare wxCStrData::As[W]Char() as being inline.
2010-02-28  Vadim ZeitlinRearrange functions order so that they are effectively...
2010-02-28  Vadim ZeitlinInclude the real iostream header and not just iosfwd...
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-26  Jaakko SalliMust clear property selection in wxPGProperty::SetChoic...
2010-02-25  Vadim ZeitlinUse wxGetInstance() instead of wxhInstance in wxMSW...
2010-02-25  Vadim ZeitlinInclude wx/defs.h from all our public headers, includin...
2010-02-25  Vadim ZeitlinFix multiple bugs in non-ownerdrawn wxListBox after...
2010-02-25  Vadim ZeitlinCompilation fixes in wxHTML for wxUSE_CONFIG==0.
2010-02-22  Jaakko SalliProperty removal and deletion done from wxPropertyGrid...
2010-02-22  Kevin OllivierCocoa text fields and views have their own context...
2010-02-19  Kevin OllivierDisable sending of events by OS X Combobox during progr...
2010-02-16  Jaakko SalliFixed auto-resizing behavior when double-clicking a...
2010-02-16  Jaakko SalliAdded wxPropertyGridInterface::GetColumnProportion()
2010-02-15  Robin DunnApply new patch fixing problem of IsRunning always...
2010-02-14  Jaakko SalliAdded wxPropertyGridInterface::SetColumnProportion...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2010-02-12  Vadim ZeitlinFix compilation of wx/scopeguard.h with g++ -fno-except...
2010-02-12  Vadim ZeitlinRemove wxHAS_NAMESPACES and gcc 2.95 checks.
2010-02-10  Jaakko SalliRemoved most of the propgrid '#ifndef SWIG' pre-compile...
2010-02-10  Vadim ZeitlinMove wxPosixPermissions definition from wx/file.h to...
2010-02-08  Robin DunnAllow more than one timer with the same ID. Closes...
2010-02-08  Vadim ZeitlinAdd support for showing "elevation" icon in wxMSW buttons.
2010-02-08  Stefan Csomoradding carbon event missing in 10.4 headers
2010-02-06  Kevin OllivierGet wxSearchCtrl text events working, and share the...
2010-02-06  Kevin OllivierAdd an accessor to get the current drop source from...
2010-02-04  Vadim ZeitlinExtract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON.
2010-02-04  Vadim ZeitlinMake wxDataObjectComposite::GetObject() public.
2010-01-31  Jaakko SalliAdded nominal wxPG_PROP_READONLY support for editor...
next