remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / common /
2009-05-09  Vadim Zeitlinremove unneeded wxFindSuitableParent()
2009-05-09  Francesco Montorsiadd new predefined colour (and relative brush/pen)...
2009-05-09  Francesco Montorsibuild fix for gcc4.3.3 (different types for arguments...
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-05-08  Vadim Zeitlinremove error message from wxCSConv initialization:...
2009-05-07  Vadim Zeitlingenerate the click event from the button with correct...
2009-05-06  Paul Cornettbuild fixes for wxUSE_CONFIG==0
2009-05-03  Francesco Montorsifix placement of wxStaticBox contents also under wxMSW...
2009-05-03  Vadim ZeitlinVC6 compilation fixes
2009-05-03  Vadim Zeitlinadd missing fn_str() calls to fix wxUSE_STL=1 wxWinCE...
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-05-02  Vadim Zeitlinadded missing headers for PCH-less compilation
2009-05-01  Vadim Zeitlinadded wxMouseEventsManager
2009-05-01  Francesco Montorsifix for placement of wxStaticBox childrens (which doesn...
2009-04-29  Vadim Zeitlindon't duplicate wxMouseState in wxMouseEvent but reuse...
2009-04-28  Vadim Zeitlinfix conversion of wxString to data in AddFileWithMimeTy...
2009-04-25  Vadim Zeitlininclude port number in HTTP Host header (closes #10632)
2009-04-25  Vadim Zeitlinmore order in wxCRT_filefunctions: define A and W versi...
2009-04-25  Francesco Montorsifix wxASSERT_MSG in PopStatusText: we always need to...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-24  Francesco Montorsifix push/pop mechanism after r58786; add a few notes...
2009-04-22  Julian SmartRemoved redundant/harmful no anti-aliasing on Mac
2009-04-21  Francesco Montorsino real change; just add the standard separator where...
2009-04-18  Francesco Montorsiblind wxOS2 build fix
2009-04-15  Francesco Montorsismall enhancement: account for SLANT==ITALIC on wxMSW...
2009-04-14  Stefan Csomoradding all encodings on mac
2009-04-12  Vadim Zeitlinfix support for using asterisks in the format string...
2009-04-12  Vadim Zeitlinreturn persistent buffers from mb_str()/wc_str() to...
2009-04-12  Francesco Montorsido not call setlocale() twice in wxLocale::IsAvailable...
2009-04-06  Vadim Zeitlincompilation fix for PCH-less build
2009-04-05  Vadim Zeitlinimplement GetImageCount() for GIF handler (closes ...
2009-04-05  Vadim Zeitlinallow reading GIFs with incorrectly specified animation...
2009-04-04  Vadim Zeitlinno changes, just removed unused variable
2009-04-04  Vadim Zeitlinfix parsing of %p for locales which use periods in...
2009-04-04  Vadim Zeitlinfix PCH-less build after last change (closes #10678)
2009-04-03  Vadim Zeitlincompilation fix: WXWIN_COMPATIBILITY_2_8 must be tested...
2009-04-03  Vadim Zeitlinhandle embedded NULs correctly in wxString::CmpNoCase...
2009-04-03  Vadim Zeitlinreally fix handling of trailing periods in abbreviated...
2009-04-03  Vadim Zeitlinallow for trailing periods in week day/month names...
2009-04-02  Stefan Csomormake long format equal to full on mac (including dayname)
2009-04-01  Francesco Montorsifix a problem with setlocale() under Windows: with...
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  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-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 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  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-27  Vadim Zeitlincorrect the test for Windows platform (this also fixes...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-26  Vadim Zeitlinminor corrections to TranslateFromUnicodeFormat()
2009-03-26  Stefan Csomorchanging to iterator
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-03-26  Stefan Csomorrevert to proper defaults for US
2009-03-26  Stefan Csomorbetter native date locale support
2009-03-25  Stefan Csomormaking sure NULs stay in the result, even if the string...
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 Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-25  Vadim Zeitlincheck that the conversion to wxDateTime was really...
2009-03-24  Vadim Zeitlinreturn a wxAnyStrPtr covnertible to either narrow or...
2009-03-24  Francesco Montorsifix misc typos
2009-03-24  Vadim Zeitlinadded GetEnglish{Month,WeekDay}Name()
2009-03-24  Vadim Zeitlincorrect translation between iterators and char pointers...
2009-03-24  Vadim Zeitlinwork around VC6 bug
2009-03-24  Vadim Zeitlincompilation fix: remove extraneous variable declaration...
2009-03-24  Vadim Zeitlinfix parsing methods for non-ASCII strings (e.g. dates...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Jouk JansenUpdates for OpenVMS compile support
2009-03-23  Vadim Zeitlinmodify signature of new wxStreamBuffer ctors to avoid...
2009-03-22  Vadim Zeitlinmoved the check for correct implementation of wxEvent...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
2009-03-22  Vadim Zeitlincompilation fix for STL build after the last change
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinfix harmless warning about unreachable code under MSW...
2009-03-22  Vadim Zeitlinalways define ShowAssertDialog() but do nothing in...
2009-03-22  Stefan Csomortemporary build-fix
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Francesco Montorsifix unreadable typo
2009-03-21  Francesco Montorsihandle locales where AM/PM strings are empty
2009-03-20  Francesco Montorsishare a few helpers between datetime.cpp and datetimefm...
2009-03-20  Francesco Montorsibuild fix (part of r59673, r59656)
2009-03-20  Francesco Montorsibuild fix for systems where HAVE_STRPTIME is defined
2009-03-20  Francesco Montorsimake GetNumOfDaysInMonth static again; in datetimefmt...
2009-03-20  Francesco Montorsimove parsing helpers, too (part of r59656)
2009-03-20  Francesco Montorsino real changes: split the huge datetime.cpp in two...
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
next