wxWidgets.git
2009-04-03  Vadim Zeitlinadd possibility to choose the locale (useful for Window...
2009-04-03  Vadim Zeitlinuse correct expected values for Windows and OS X
2009-04-02  Julian SmartFixed wxRTC AltGr+key input on Windows
2009-04-02  Stefan Csomormake long format equal to full on mac (including dayname)
2009-04-01  Vadim Zeitlindon't run wxPATH_NORM_LONG test on systems where the...
2009-04-01  Vadim Zeitlinexpect 4 digit year in French locale under all platforms
2009-04-01  Francesco Montorsifix a problem with setlocale() under Windows: with...
2009-04-01  Francesco Montorsiadd IT locale to the makefile
2009-04-01  Francesco Montorsiinclude the locale name in the error message when the...
2009-04-01  Stefan Csomorbringing back utf32 encoding for wchar, fixes #10666
2009-03-31  Vadim Zeitlinfix g++ warnings for float->int conversions
2009-03-31  Benjamin Williamsundock/float toolbar if it's dragged right or south...
2009-03-30  Vadim Zeitlincorrect French short date format for glibc; added more...
2009-03-30  Vadim Zeitlinallow running tests whose names don't end with TestCase...
2009-03-30  Vadim Zeitlinminor improvements to Bind() description
2009-03-30  Benjamin Williamsmissing header fixed
2009-03-30  Vadim Zeitlinonly Linux/glibc seem to use periods as date separator...
2009-03-30  Vadim Zeitlincompilation fix after recent changes
2009-03-30  Francesco Montorsifix doxygen warning
2009-03-30  Francesco Montorsifix wxLogNull base class (closes #10654)
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-03-30  Stefan Csomoradding OSX specific fixes to bsd level formatting problems
2009-03-30  Stefan Csomoradding more symbols to translation, using better matchi...
2009-03-30  Benjamin Williamsdon't allow docks to be resized such that panes overlap
2009-03-30  Václav Slavíkfixes or embedded NULs handling in wxString
2009-03-30  Václav Slavíkfixed size of buffer returned by wxFormatConverter...
2009-03-30  Stefan Csomorhiding the impl type more again
2009-03-30  Václav Slavíkcompilation fix for wxUSE_UTF8_LOCALE_ONLY case
2009-03-29  Václav Slavíkcompilation fix for r59932
2009-03-29  Vadim Zeitlinmake it explicitly clear that the len parameter of...
2009-03-29  Vadim Zeitlinpass size in bytes, not wchars, to SetData() in wxURLDa...
2009-03-29  Václav Slavíkimplemented CreateIconBundle() in GTK+ native art provider
2009-03-29  Václav Slavíkset icons bundle, not single icon, for frames loaded...
2009-03-29  Václav SlavíkwxArtProvider::GetIconBundle() cleanup:
2009-03-29  Václav Slavíkadd support for loading wxIconBundles from streams
2009-03-29  Vadim Zeitlindon't dereference end iterator (closes #10656)
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-03-29  Stefan Csomorspecial casing mac code
2009-03-29  Stefan Csomorglgrab not available for iphone
2009-03-29  Stefan Csomoradding iphone code
2009-03-29  Stefan Csomoradding proper iphone includes
2009-03-29  Stefan Csomorstreamlining code
2009-03-29  Stefan Csomormake sure button is known for non-precomp case
2009-03-29  Stefan Csomoradding a for am/pm and windows special character t
2009-03-29  Stefan Csomorfixing conversion
2009-03-29  Stefan Csomoradding implementation for OSX
2009-03-29  Vadim Zeitlinuse short date format in wxLOCALE_DATE_TIME_FMT handler...
2009-03-29  Stefan Csomoradding comment about wxHAS_OPENGL_ES
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-29  Stefan Csomorbracketing opengl code that doesn't work on OpenGL ES
2009-03-29  Vadim Zeitlinminor cleanup of Unix GetInfo(): assert if invalid...
2009-03-29  Vadim Zeitlinupdate documentation for Bind() (closes #10594)
2009-03-29  Vadim Zeitlinno real changes, jus renames some parameters (see ...
2009-03-28  Václav Slavíkfixed logical error in SetIcons(): only assert if no...
2009-03-28  Vadim Zeitlinfix setting of HOST_{PRE,SUF}FIX in case --host option...
2009-03-28  Vadim Zeitlinfix basetsd.h name for case-sensitive file systems...
2009-03-28  Stefan Csomorbracketing menu code
2009-03-28  Václav Slavíkvariadic macros need specializations for both wxCharBuf...
2009-03-28  Václav Slavíkdon't duplicate copy ctor and assignment operator code...
2009-03-27  Vadim Zeitlindon't reset WS_EX_CONTROLPARENT bit in wxNotebook:...
2009-03-27  Benjamin Williamscorrections for inner-dock pane sizing for 2.9
2009-03-27  Vadim Zeitlincorrect the test for Windows platform (this also fixes...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-27  Benjamin Williamsdon't draw resize sash if it's dragged outside of manag...
2009-03-27  Benjamin Williamspane sizes within a dock are not allowed to exceed...
2009-03-27  Benjamin Williamsapplied patch fixing border problem (#10171)
2009-03-26  Vadim Zeitlinminor corrections to TranslateFromUnicodeFormat()
2009-03-26  Vadim Zeitlinalways declare TestStrip(), it is now available even...
2009-03-26  Stefan Csomorchanging to iterator
2009-03-26  Vadim Zeitlinmention wxFilename::StripExtension()
2009-03-26  Vadim Zeitlinno changes, just write a more detailed comment for...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-03-26  Vadim Zeitlinno changes, just some cleanup (use compile-time asserts...
2009-03-26  Vadim Zeitlinswitch off logging sooner (closes #10646)
2009-03-26  Vadim Zeitlinbuild bot systems don't manage to generate enough ticks...
2009-03-26  Stefan Csomorrevert to proper defaults for US
2009-03-26  Vadim Zeitlinremove unused variable
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-03-26  Stefan Csomorbetter native date locale support
2009-03-26  Benjamin Williamsfix misusage of wxFlexGridSizer that was causing an...
2009-03-25  Stefan Csomormaking sure NULs stay in the result, even if the string...
2009-03-25  Vadim Zeitlindon't omit wxOK in wxMessageBox() call
2009-03-25  Vadim Zeitlinproduce a better looking report with --time option...
2009-03-25  Benjamin Williamsadded ability to set tool alignment (#10174)
2009-03-25  Benjamin Williamsadded missing getters to wxAuiToolBar (#10182)
2009-03-25  Stefan Csomormoving down for non-precomp build
2009-03-25  Vadim Zeitlinensure the number of values we expect to record in...
2009-03-25  Benjamin Williamsfix incorrect application of styles (#10171)
2009-03-25  Vadim Zeitlincorrect order of parameters in CPPUNIT_ASSERT_EQUAL
2009-03-25  Vadim Zeitlinfix tests for the release builds
2009-03-25  Vadim Zeitlindon't log std::exceptions ourselves, let cppunit do...
2009-03-25  Vadim Zeitlindon't crash in wxFAIL and wxCHECK if assertion handler...
2009-03-25  Stefan Csomoradding support for focus events to multiline textctrl
2009-03-25  Vadim Zeitlingive more detailed message when the test fails in TestT...
2009-03-25  Francesco Montorsifix the FontTestCase::GetSet unit so that it passes...
2009-03-25  Francesco Montorsiadd a few comments about the fact that Get/SetNativeFon...
2009-03-25  Francesco Montorsidocument that under wxMSW slant == italic
2009-03-25  Francesco Montorsiimplement quoting for the facename and parsing of quote...
2009-03-25  Vadim Zeitlinfix dereferencing end() iterator in ParseFormat() and...
2009-03-25  Vadim Zeitlintrap CRT assertions and report assertions which happen...
next