wxWidgets.git
2011-02-19  Vadim ZeitlinAdd wxT_2() macro for compatibility with wxWidgets...
2011-02-19  Vadim ZeitlinAdd wxAutomationInstance_SilentIfNone flag for wxMSW...
2011-02-19  Vadim ZeitlinMove "static" keyword out from wxDEPRECATED() macros...
2011-02-19  Vadim ZeitlinCorrect signed/unsigned comparison in wxGridBagSizer...
2011-02-19  Vadim ZeitlinDon't accept invalid values for rows/columns in wxGBSpa...
2011-02-19  Vadim ZeitlinFix out of bounds string access in wxMSW wxDirDialog.
2011-02-19  Vadim ZeitlinDon't ask for wxTextAttr colour if it doesn't have...
2011-02-19  Vadim ZeitlinCompilation fix for PCH-less wxOSX build.
2011-02-18  Stefan Csomorfixes #12935
2011-02-18  Stefan Csomorbail out with error in case of carbon set for 64 bit...
2011-02-18  Stefan Csomorprecomp header fixes
2011-02-18  Stefan Csomorupdating sysopt string
2011-02-18  Stefan Csomorsupport for file-type popup, compatible for 10.4+,...
2011-02-18  Stefan Csomorsupport non precomp builds
2011-02-17  Julian SmartFixed bug #9856: wxSizer::Replace( size_t, wxSizerItem...
2011-02-17  Stefan Csomoractivating high-res support via artprov mac
2011-02-17  Stefan Csomorpatch applied with thanks, fixes #10524
2011-02-16  Vadim ZeitlinCorrect example of wxRegKey use in its documentation.
2011-02-16  Vadim ZeitlinRemove WXDLLIMPEXP_CORE from VC6 wxCompositeWindow...
2011-02-16  Vadim ZeitlinDon't use native MSW wxProgressDialog version in wxUniv.
2011-02-16  Vadim ZeitlinCompile wxUIActionSimulator in wxUniv builds.
2011-02-16  Stefan Csomoradding edit menu in order to be able to support native...
2011-02-16  Stefan Csomorsupport native edit menu handling (cocoa enables menu...
2011-02-16  Stefan Csomortoolbar support in all orientations
2011-02-16  Stefan Csomortoolbar support in all orientations
2011-02-16  Stefan Csomorremove ununsed member
2011-02-16  Stefan Csomorconforming to deprecation recommendation for 10.6
2011-02-16  Stefan Csomorsupport for file types in save panel
2011-02-16  Stefan Csomorsupport wxFD_MULTIPLE
2011-02-16  Stefan Csomorfixing naming to conform to effective ownership, cleani...
2011-02-16  Paul Cornettfix GCC warning
2011-02-15  Mattia BarbonFixed compilation when WXINTL_NO_GETTEXT_MACRO is defined.
2011-02-15  Vadim ZeitlinMake the source file non-executable.
2011-02-14  Vadim ZeitlinDon't increase button height in wxMSWButton::GetFitting...
2011-02-14  Vadim ZeitlinDon't make buttons with images too wide in wxMSW.
2011-02-14  Vadim ZeitlinDon't add margins for buttons with text and images...
2011-02-14  Vadim ZeitlinClarify wxButton::AdjustForBitmapSize() semantics in...
2011-02-14  Stefan Csomorsupport framelayout for choice
2011-02-14  Vadim ZeitlinRemove X11-specific wxWindowIsVisible() from common...
2011-02-14  Vadim ZeitlinExplain wxSizer::SetVirtualSizeHints() deprecation.
2011-02-13  Václav SlavíkFix VC2008 dependencies with Bakefile 0.2.9.
2011-02-09  Václav SlavíkMore wxControl::Ellipsize() tests.
2011-02-09  Václav SlavíkDon't eliminate text completely in Ellipsize().
2011-02-09  Václav SlavíkCalculate ellipsized width exactly.
2011-02-09  Václav SlavíkDon't shorten text too much in wxControl::Ellipsize().
2011-02-09  Václav SlavíkEllipsization can't shorten 1-character string.
2011-02-09  Václav SlavíkRemove "safety margin" from wxControl::Ellipsize().
2011-02-09  Jaakko SalliAdded missing wxBitmapComboBox::Insert() implementation
2011-02-08  Vadim ZeitlinTweak offset in the RichTextCtrlTestCase::UrlEvent...
2011-02-08  Vadim ZeitlinUse wxLocale instead of setlocale() to change the local...
2011-02-08  Stefan Csomordisabling multiline text controls correctly
2011-02-08  Stefan Csomorforward enable functionality to inner view in scrollvie...
2011-02-08  Vadim ZeitlinFix wxWrapSizer minimal size calculation.
2011-02-08  Vadim ZeitlinFix bytes to integers conversion in png2c script.
2011-02-08  Vadim ZeitlinDefine KEY_WOW64_64KEY if it is missing from SDK headers.
2011-02-08  Stefan Csomorcopy item text for app menu items from wx menus
2011-02-06  Vadim ZeitlinCorrect more wxEVT_AUXn_XXX event types names.
2011-02-06  Vadim ZeitlinUse better title by default in wxDocPrintout.
2011-02-06  Vadim ZeitlinAllow accessing 64 bit registry from 32 bit MSW code...
2011-02-06  Vadim ZeitlinUse Explorer style for wxTreeCtrl with wxTR_TWIST_BUTTO...
2011-02-06  Vadim ZeitlinClean up wxMSW wxTreeCtrl code by removing obsolete...
2011-02-05  Vadim ZeitlinLink console programs with PNG library in monolithic...
2011-02-05  Vadim ZeitlinCorrect decoding of 4-byte integers in png2c script.
2011-02-05  Vadim ZeitlinRe-enable generation of wxEVT_MOVE_{START,END} events...
2011-02-05  Vadim ZeitlinDon't adjust menu item positions for title for menubar...
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2011-02-05  Vadim ZeitlinImplement restoring default video mode under OS X.
2011-02-05  Vadim ZeitlinCheck for WLAN interface names in wxDialUpManager under...
2011-02-03  Julian SmartFix for lines not wrapping soon enough if tabs are...
2011-02-03  Vadim ZeitlinRebake everything using bakefile 0.2.9.
2011-02-03  Jouk JansenAvoid incompatible operand types
2011-02-03  Stefan Csomorfixes #10978
2011-02-02  Stefan Csomorswitching to assert
2011-02-02  Dimitri SchoolwerthAdded support for reading comments from a GIF image.
2011-02-02  Stefan Csomortesting for define alone is sufficient and more portable
2011-02-02  Stefan Csomorfixing searchctrl on osx_cocoa, changing type for peer...
2011-02-02  Stefan Csomorguard against null ptr access
2011-01-31  Václav SlavíkAccount for first removal char with wxELLIPSIZE_MIDDLE.
2011-01-31  Václav SlavíkRemove chars one-by-one with wxELLIPSIZE_MIDDLE.
2011-01-31  Václav SlavíkFix vertical rules rendering in generic wxDataViewCtrl.
2011-01-30  Stefan Csomoradding support for wxCANCEL_DEFAULT
2011-01-29  Vadim ZeitlinOLE uses VARIANT_TRUE and not TRUE for its boolean...
2011-01-29  Vadim ZeitlinRevert "Set up pages range in the wxMSW print dialog...
2011-01-28  Jouk JansenUpdate OpenVMS makefile
2011-01-28  Dimitri SchoolwerthAllow writing a comment to each GIF frame.
2011-01-28  Dimitri SchoolwerthAdded support for writing a long comment to a GIF image.
2011-01-28  Stefan Csomorclang fix, fixes #12332
2011-01-28  Dimitri SchoolwerthChanged the procedure for writing a comment to a GIF...
2011-01-28  Paul Cornettbetter way to silence unused parameter warning
2011-01-28  Bryan PettyProperly account for floated panes while restoring...
2011-01-27  Stefan Csomorclang fixes, fixes #12332
2011-01-27  Stefan Csomorclang fix
2011-01-27  Vadim ZeitlinDocument wxEVT_COMMAND_SPINCTRL_UPDATED in EVT_SPINCTRL...
2011-01-27  Vadim ZeitlinFix link errors under Cygwin with wxUSE_GRAPHICS_CONTEX...
2011-01-27  Stefan Csomor__BIG_ENDIAN__ is either defined AND has a value of...
2011-01-27  Stefan Csomorfixing return type
2011-01-27  Stefan Csomorclang warnings
2011-01-27  Stefan Csomorgood catch by clang ...
2011-01-27  Stefan Csomorclang warnings
2011-01-27  Stefan Csomorreverting inadvertent commit
next