added version tag for symbols introduced in 2.6.2
[wxWidgets.git] / src /
2005-06-29  Robert Roebling Apply mask origin patch for blitting.
2005-06-26  Stefan NeisFixed compilation error for Motif.
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-25  Vadim Zeitlinreadded wxEVT_SCROLL_ENDSCROLL symbol back to the libra...
2005-06-25  Michael WetherellHandler when the cases when the MGL timer wraps
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-06-24  Włodzimierz SkibaPreserve logging state during QT plugin initialization.
2005-06-24  Vadim Zeitlinat least not crash in case of TIFF warnings/errors...
2005-06-24  Vadim Zeitlinuse wxVLogWarning in TIFFwxWarningHandler() instead...
2005-06-24  Vadim Zeitlinfixed appending menu items for a (popup) menu with...
2005-06-23  Włodzimierz SkibaAvoid logging when QT plugin is unused but fails (from...
2005-06-22  David ElliottMoved wxMacExecute out of src/mac/corefoundation/hid...
2005-06-21  Mattia Barbon Implemented loading 256-color bitmaps.
2005-06-21  Julian SmartApplied [ 1213375 ] MSW wxMediaCtrl minor debugging...
2005-06-21  Julian SmartApplied [ 1223134 ] [wxMSW] Proper repainting when...
2005-06-21  Julian SmartApplied [ 1223122 ] [wxMSW] Proper repainting when...
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Julian SmartReverted patch which appears to be responsible for...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_LOGWINDOW==0
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for...
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE==0 for WinCE
2005-06-20  Vadim Zeitlin(harmless) eVC4 release mode warning fix
2005-06-19  Vadim Zeitlinreimplemented wxFileModificationTime() for CE without...
2005-06-19  Vadim ZeitlinWinCE does support strftime() now, no need to #ifdef...
2005-06-19  Vadim ZeitlinWinCE compilation fix (no SM_C[XY]DRAG under CE as...
2005-06-19  Mattia Barbon Fix crash on exit with Lesstif (and possibly Motif...
2005-06-19  Julian SmartCorrected wrong size used when refreshing notebook
2005-06-17  Vadim Zeitlindon't assert if kind == Item_None in wxSizerItem::IsSho...
2005-06-17  Vadim Zeitlinfixed typo in GetSelEnd() which made that the function...
2005-06-17  Vadim Zeitlindon't try to subclass tab control using the same window...
2005-06-17  Vadim Zeitlinundid last commit, it's not needed after fixing the...
2005-06-17  Vadim Zeitlinuse empty string and not string().c_str() as title...
2005-06-17  Vadim Zeitlindon't show wxLogDebug during app startup output in...
2005-06-17  Włodzimierz SkibaPatch #1222244: Fixes for bug #1212853 with unit test.
2005-06-17  Julian SmartFix for eVC++ 3
2005-06-16  Vadim Zeitlinfixed problem with wxKill(SIGNONE) returning error...
2005-06-16  Julian SmartApplied patch [ 1215991 ] Mac xrc enables unknown class
2005-06-16  Julian SmartApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with...
2005-06-16  Julian SmartApplied patch [ 1217285 ] fix for bug 1040539
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-06-16  Julian SmartApplied patch [ 1218849 ] [wxMSW] Removes magic numbers...
2005-06-16  Dimitri Schoolwerthadded Thai/CP874 support for MSW
2005-06-16  Vadim Zeitlinfix index of appended items (broken by previous commit)
2005-06-16  Vadim Zeitlindon't redeclare struct tm if it's already declared...
2005-06-15  Vadim Zeitlin(harmless) eVC4 warning fix
2005-06-15  Vadim ZeitlinWinCE compilation fixes
2005-06-14  Włodzimierz SkibaDue to wxStringBase::CopyBeforeWrite() we need to resen...
2005-06-14  Mart RaudseppAdd some missing runtime gtk+ version checks. There...
2005-06-14  Mart RaudseppUse the toplevel widget as the parent in gtk_file_choos...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-12  Stefan NeisAdded empty destructor that was removed from header.
2005-06-12  Stefan NeisUnicode compilation fixes.
2005-06-12  Stefan NeisAdditional imageId values for specific drive types...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-10  Julian SmartDon't use native font always.
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-06-10  Stefan NeisInclude rawbmp.h only for __WXGTK20__ (unneeded for...
2005-06-10  Julian SmartNeed to set background colour for wxListBox, not just...
2005-06-09  Vadim Zeitlinanother compilation fix for wxUSE_MIMETYPE==0
2005-06-09  Vadim Zeitlinalways set flat toolbar style, even under XP with theme...
2005-06-09  Vadim Zeitlindon't statically link to SetMenuInfo(): it is not prese...
2005-06-09  Vadim Zeitlinadded explicit casts for (varagr) TIFFSetField() parameters
2005-06-09  Vadim Zeitlin(blind) compilation fix for wxUSE_UXTHEME==0
2005-06-09  Julian SmartWorked around problem with kill focus event being sent...
2005-06-09  Julian SmartTemporary fix for checklistbox refresh problem; setting the
2005-06-09  Julian SmartAllow native font specification
2005-06-08  Stefan CsomorUniChar being platform endian
2005-06-08  Robin DunnDon't deselect all others when SelectItem is called...
2005-06-08  Robin DunnFor consistency with the other ports don't send an...
2005-06-08  Vadim Zeitlintest for TB_SETBUTTONINFO instead of _WIN32_IE in wxToo...
2005-06-08  Stefan Csomorguard against erases during tlw window destruction
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-06-08  Vadim Zeitlindefine MIM_STYLE and MNS_CHECKORBMP for mingw32 which...
2005-06-07  Stefan Csomorxcode 2.1 support
2005-06-07  Vadim Zeitlindon't use WINVER for tests, work around bug in VC6...
2005-06-07  Vadim Zeitlindon't draw edge around the bitmap for pseudo owner...
2005-06-07  Vadim ZeitlinInsertMenuItem() works with bitmaps under Win98 too...
2005-06-07  Vadim Zeitlindon't test for WINVER inside the library, we do all...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Vadim ZeitlinVC6 (harmless) warning fix
2005-06-07  Włodzimierz SkibaReuse wxTempFile and wxFile in wxConcatFiles.
2005-06-07  Vadim Zeitlinuse InsertMenuItem() for more native support of bitmaps...
2005-06-07  Vadim Zeitlinsupport not-quite-owner-drawn mode when we draw only...
2005-06-07  Vadim Zeitlindon't create (and leak) wxLogStderr in wxEntryReal...
2005-06-07  Włodzimierz SkibawxPalmOS build fix.
2005-06-07  Vadim Zeitlinadded wxGetWinVersion()
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-07  Vadim Zeitlinfix for fixing of escape sequences (patch 1213416)
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-07  Vadim Zeitlinuse stderr in wxMessageOutputBest::Printf() even under...
2005-06-07  Vadim Zeitlindon't do anything in wxLogBuffer::Flush() if there...
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-07  Stefan Csomorsupport mac on little endian systems
2005-06-07  Stefan Csomorsupport mac on little endian systems
2005-06-06  Vadim Zeitlingenerate an error message when a module initialization...
2005-06-06  Vadim Zeitlinuse wxLogBuffer to ensure that we don't lose error...
next