better (i.e. actually working) fix for the problem on systems where /bin/sh is a...
[wxWidgets.git] / include /
2005-09-20  Vadim Zeitlinfix SGI CC warning about last parameter of vararg funct...
2005-09-20  Vadim Zeitlinreally fix binary backwards compatibility for wxMotif
2005-09-19  Vadim Zeitlintemporarily reverted binary backwards incompatible...
2005-09-19  Vadim Zeitlintemporarily reverted binary backwards incompatible...
2005-09-18  Stefan NeisAdded (dummy) handler for loading bitmap from file...
2005-09-18  Stefan Csomortentative fix for BestSize problems (non-native toolbar)
2005-09-18  Vadim Zeitlinadded GetAllEncodingNames(), use it to select the corre...
2005-09-18  Vadim Zeitlinget rid of wxClientDC::m_oldFont, it wasn't really...
2005-09-17  Vadim Zeitlin64 bit compilation fix (pointer can't be cast to int...
2005-09-17  Vadim Zeitlinadded wx_truncate_cast and use it (sometimes instead...
2005-09-17  Vadim Zeitlindeclare wxCalendarEvent ctor as inline before it's...
2005-09-16  Michael WetherellCygwin compile fix
2005-09-16  Włodzimierz SkibaNative spline drawing.
2005-09-16  Julian SmartDefine SQLUINTEGER
2005-09-16  Julian SmartApplied patch [ 1286701 ] fix for compiling odbc with...
2005-09-16  Vadim Zeitlin(blind) CE compilation fix: declare wxToolBarNameStr
2005-09-15  Włodzimierz SkibawxUSE_SPLINES markup and other cleanings.
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2005-09-14  Dimitri Schoolwerthreverted last changes which were false alarm
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-13  Vadim Zeitlinadded wxMOTIF_STR() macro casting away string literal...
2005-09-13  Vadim Zeitlinunihde base class virtual functions
2005-09-13  Vadim Zeitlinfixed virtual function hiding for LoadBitmap()
2005-09-13  Włodzimierz SkibaMissing includes.
2005-09-13  Vadim Zeitlinuse WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes...
2005-09-13  Dimitri Schoolwerthfixed uninitialized variable (depending on wxChoice...
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-09-09  Julian SmartMoved definition
2005-09-07  Michael WetherellForgot to put the previous (v)snprintf commit inside...
2005-09-07  Michael WetherellHandle the case when (v)snprintf have the format declar...
2005-09-03  Vadim Zeitlinundef wxUSE_DIALUP_MANAGER before redefining it as 0
2005-09-03  Vadim Zeitlinfix showing keyboard cues under Win2k/XP
2005-09-02  Václav Slavíkadded GetFirstSibling and GetLastSibling
2005-09-01  Vadim Zeitlinbetter handling of empty MDI parent frame visibility...
2005-08-31  Vadim Zeitlininclude wx/defs.h before testing for wxUSE_TEXTDLG...
2005-08-30  Vadim Zeitlindefine _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676)
2005-08-30  Vadim Zeitlingenerate mouse events for all static controls, not...
2005-08-30  Vadim Zeitlinfix for gcc warning about base class initialization...
2005-08-28  Vadim Zeitlinfixed status bar positioning to work both with and...
2005-08-28  Vadim Zeitlinadded IsSizeDeferred() (part of patch 1199639)
2005-08-28  Vadim Zeitlindirty hack to fix deprecation warning when building...
2005-08-28  Vadim ZeitlinFixed several bugs in wxDateTime timezone handling:
2005-08-28  Mattia Barbon Improved wxStaticBox border calculation for wxMotif.
2005-08-28  Mattia Barbon Improve sizer support in generic wxNotebook. Fix...
2005-08-28  Mattia Barbon Implement GetMinSize for wxMotif wxButton. Helps...
2005-08-28  Vadim Zeitlinadded wxABI_VERSION test around ToDouble()
2005-08-28  Vadim Zeitlinadded wxLongLong::ToDouble()
2005-08-26  Julian SmartWarning corrections
2005-08-24  Vadim Zeitlinfix for -Wundef warning for HAVE_XIM under GTK1
2005-08-24  Vadim Zeitlin#undef things which require other, disabled, ones,...
2005-08-24  Vadim Zeitlincorrected comment explaining wxABORT_ON_CONFIG_ERROR
2005-08-24  Włodzimierz Skiba[1267725] Wrong operator for logical/bitwise operation
2005-08-23  Vadim Zeitlinremoved attempts to link with unicows.lib using #pragma...
2005-08-23  Włodzimierz SkibawxOS2/OW warning and build fixes.
2005-08-23  Stefan Csomoradding a string for private data identification
2005-08-22  Vadim Zeitlincompilation fix after last commit
2005-08-22  Vadim Zeitlinadded test for snprintf() which may not be present...
2005-08-22  Vadim Zeitlinuse quotes, not angle brackets, for wx headers
2005-08-21  Vadim Zeitlinmoved __STDC_EXT__ definition for HP-UX from configure...
2005-08-19  Vadim Zeitlinadded wxmsw26_media library
2005-08-19  Vadim Zeitlinlink unicows.lib implicitely when using MSVC and wxUSE_...
2005-08-19  Vadim Zeitlinlink unicows.lib automatically (and in correct order...
2005-08-19  Michael WetherellFix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett
2005-08-18  Vadim Zeitlincompilation fix for wxUnivGTK
2005-08-18  Mattia Barbon Fix the condition to always #define wxMOTIF_NEW_FONT_...
2005-08-17  Mart Raudsepp[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
2005-08-17  Vadim Zeitlinadded GetCurrentSelection() which is the same as GetSel...
2005-08-17  Vadim Zeitlinadded GetCurrentSelection(); made GetSelection() behave...
2005-08-17  Vadim Zeitlinhacked around wxGTK wxStaticText which doesn't derive...
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-08-17  Vadim Zeitlindon't take wxID_NONE inside #if wxABI_VERSION check...
2005-08-17  Jouk JansenCommitting in .
2005-08-17  Vadim Zeitlinhacked around wxGTK wxStaticText which doesn't derive...
2005-08-16  Vadim Zeitlinadded wxStaticText::Wrap()
2005-08-16  Włodzimierz SkibaPublic access to MSWWindowProc() for wxQTMediaBackend...
2005-08-16  Vadim Zeitlinfixed warning about mismatching dlldecl when building...
2005-08-13  Julian SmartFixed dangling pointers bug; radio button was not remov...
2005-08-11  Vadim Zeitlinforce update of MDI client window size after the MDI...
2005-08-11  Vadim Zeitlinadded wxSIZE_FORCE flag for SetSize()
2005-08-11  Vadim Zeitlincheck that wxUSE_DC_CACHEING is defined
2005-08-10  Michael Wetherell#define wxUSE_STD_STRING to 0 rather than #undef it...
2005-08-08  Michael WetherellComment typo fixes from Vince Harron
2005-08-08  Vadim Zeitlinremoved mentions of wxUSE_OWNER_DRAWN: unless I miss...
2005-08-07  Vadim Zeitlinfix problems with __POWERPC__ being redefined
2005-08-06  Vadim Zeitlincorrected regex library name in ANSI builds
2005-08-06  Julian SmartCompatibility settings corrected
2005-08-05  Vadim Zeitlinonly link with 3rd party libs if they're needed
2005-08-05  Vadim Zeitlindon't remember size passed to SetSize() as pending...
2005-08-05  Chris Elliottapply SF patch 1252602 to remove warnings in bcc and...
2005-08-05  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)
2005-08-04  Vadim Zeitlinremoved wxUSE_MENU_CALLBACK references: the code inside...
2005-08-04  Vadim Zeitlinremoved (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-08-04  Vadim Zeitlindefine wxUSE_MFC as 0 if it's not defined (fixes gcc...
2005-08-04  Julian SmartMore settings restored.
2005-08-04  Julian SmartSwitched loads of settings back on
2005-08-04  Julian SmartResolved CVS conflict
2005-08-04  Vadim Zeitlindefine wxFsync() as fsync() under Unix not as (not...
2005-08-04  Vadim Zeitlindefine wxUSE_IPV6 as 0 to avoid -Wundef warnings
next