standardize configure flags in RPMs
[wxWidgets.git] / src /
2003-11-01  Vadim Zeitlincompilation fix for VC++ statis MT build with wxUSE_STL==1
2003-11-01  Vadim Zeitlindon't show hidden child frames when the parent is restored
2003-10-31  Václav Slavíkadd upper-case extensions to fallbac
2003-10-31  Václav Slavíkadded resolution option to JPEG handler (patch #833234)
2003-10-31  Václav Slavíkdon't use deprecated symbols
2003-10-31  Vadim Zeitlinremoved InitBase()
2003-10-31  Robin DunnPatch #826420, and also adapted to new SWIG
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-30  Vadim Zeitlinadded missing _T()s in wxLogTraces
2003-10-29  Vadim Zeitlinchanged case of the cursor names to be consistent with...
2003-10-29  Robin DunnFixed compile error
2003-10-28  Vadim Zeitlindon't give error msg when deleting non existing keys...
2003-10-27  Vadim Zeitlinreally applied Robert's patch (and not the converse...
2003-10-27  Stefan NeisInitialize m_lNumRects to avoid core dumps if GpiQueryR...
2003-10-26  Stefan NeisFixed update rectangle passed to WinInvalidateRect...
2003-10-24  Vadim Zeitlinuse iconv() for wxCSConv constructed from a wxFontEncod...
2003-10-24  Vadim Zeitlincompilation fix for some Unicode builds
2003-10-24  Václav Slavíkfixed iso-8859-1 handling to report failures
2003-10-24  Václav Slavíkfixed crash if szLocale==NULL
2003-10-23  Mattia Barbon Make both GCC and MSVC 5 happy.
2003-10-23  Mattia Barbon Suboptimal wxColour::CreateByName implementation...
2003-10-23  Vadim Zeitlindon't refresh the font unnecessarily (patch from Robert...
2003-10-23  Vadim Zeitlindon't crash on startup (fix for last change)
2003-10-23  Vadim Zeitlinremoved a printf()
2003-10-22  Vadim Zeitlindon't append spaces to all arguments in ConvertStringTo...
2003-10-22  Mattia Barbon Fixed condition not to be always false.
2003-10-22  Stefan Csomorstring conversion bug fixed
2003-10-22  Stefan Csomorfix for unicode build
2003-10-22  Vadim Zeitlinaccount for parent area origin when creating controls...
2003-10-22  Vadim Zeitlinremoved duplicate yellow green from colour database
2003-10-21  Vadim Zeitlindon't allocate system fonts/colours dynamically
2003-10-21  Vadim Zeitlinfix for wxDateTime::SetToYearDay(last month day) (bug...
2003-10-21  Vadim Zeitlinfix for mistakenly prepending slash to the filenames...
2003-10-21  Vadim Zeitlingenerate trace messages with dialup mask so that they...
2003-10-21  Gilles Depeyrotapplied SF patch # 826838 to fix removal of -psn_*...
2003-10-21  Vadim Zeitlinfree the DIB for raw bitmaps even if they don't use...
2003-10-19  Stefan CsomorVC6 template fixes
2003-10-19  Mattia Barbon MSVC 5 compilation fix.
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-18  Vadim Zeitlinuse #if WXWIN_COMPAT and not #ifdef (patch 826160)
2003-10-18  Vadim Zeitlinuse wxColourDatabase::Find() instead of deprecated...
2003-10-18  Robert Roebling Further corrections to bitmap and blit code.
2003-10-17  Stefan Csomoradjusting to changes in xti.h
2003-10-17  Vadim Zeitlinadded CreateByName(), use it in wxColourDatabase
2003-10-17  Robert Roebling\
2003-10-16  Vadim Zeitlinfixed bug with wxcolourDatabase::FindColour(); added...
2003-10-16  Vadim Zeitlinmade wxRTTI macros namespace-friendly (patch 799434)
2003-10-16  Vadim Zeitlincompilation fix for Watcom (part of patch 813225)
2003-10-16  Vadim Zeitlinadded wxSYS_ICONTITLE_FONT (patch 816026)
2003-10-16  Vadim ZeitlinVC++ release mode warning fix
2003-10-16  Vadim ZeitlinRemoveEventHandler() didn't reset all pointers correctl...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlinmoved DLL import/export declarations from wx/defs.h...
2003-10-16  Vadim Zeitlinuse ShouldInheritColours()
2003-10-16  Vadim Zeitlindon't complain if file doesn't exist in DeleteFile...
2003-10-16  Vadim Zeitlinadded missing wxCMPFUNC_CONVs (patch 817551)
2003-10-16  Vadim Zeitlinuse correct fallback file name in SaveFile() (patch...
2003-10-16  Vadim Zeitlinpatch 816178 and tons of other fixes to owner drawn...
2003-10-16  Vadim Zeitlinsend EVT_WIZARD_FINISHED for modal wizards as well
2003-10-15  Vadim Zeitlinupdate the selection properly after deleting the page
2003-10-15  Vadim Zeitlinremoved the weird m_style which was never initialized...
2003-10-15  Stefan Csomorbug fix
2003-10-14  Vadim Zeitlinattempt to split cmd line into words in the same way...
2003-10-14  Mattia Barbon wxMotif fixes.
2003-10-14  Mattia Barbon Implemented wxPopupWindow for wxMotif.
2003-10-13  Vadim Zeitlinshow the selected item with customs colour correctly...
2003-10-13  Mattia Barbon wxMotif now uses wxGLCanvas implementation from wxX11,
2003-10-13  Mattia Barbon Fixes for application not closing after last top...
2003-10-13  Václav Slavíkfixed double filename->URL conversion
2003-10-12  Vadim Zeitlinuse LVSICF_NOINVALIDATEALL in SetItemCount() to reduce...
2003-10-12  Mattia Barbon Compilation fixes.
2003-10-12  Mattia Barbon Try to use the correct make.
2003-10-12  Vadim ZeitlinVC++ release mode warning fixes
2003-10-12  Vadim Zeitlinfixed conversion from Unicode in StreamOut() once again
2003-10-10  Vadim Zeitlinanother Unicode compilation fix for !wxUSE_ENHMETAFILE
2003-10-10  Václav Slavíkreturn false from wxXmlResource::Load if the resource...
2003-10-10  Julian SmartDon't set insertion point if the text is the same in...
2003-10-10  Stefan Csomornewlines conversions streamlined
2003-10-09  Vadim ZeitlinUnicode compilation fix for !wxUSE_ENHMETAFILE
2003-10-09  Robert Roebling Applied new DoDrawBitmap() and DoBlit() from 2_4
2003-10-09  Robert Roebling Added wxBitmap::Rescale() from 2_4
2003-10-09  David ElliottAdded lengthy comment detailing the implications of...
2003-10-09  David ElliottPrevent Cocoa from waiting indefinitely when stopping...
2003-10-09  Vadim Zeitlinfix for showing a modal dialog from OnIdle() when anoth...
2003-10-08  Vadim Zeitlinfixed enumerating of entries/groups under '/' in wxRegC...
2003-10-08  Vadim ZeitlinwxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
2003-10-08  Vadim Zeitlincheck directories passed to Append/Insert/PrependDir...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-10-08  David ElliottImplement Pending and Dispatch
2003-10-07  Vadim Zeitlindon't always create MDI children with WS_THICKFRAME...
2003-10-07  Vadim Zeitlinno changes
2003-10-07  Vadim Zeitlinrestore status bar text after a menu has been shown
2003-10-07  Václav Slavíkfixed bakefile so that in-tree headers take precedence...
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner) -- regenera...
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-10-07  David ElliottwxListMainWindow::OnRenameCancelled(): itemEdit paramet...
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-10-06  David ElliottUse NSWindow delegate notification windowWillClose...
2003-10-06  David Elliott* Add bool parameter to WindowDidResignKey indicating...
2003-10-06  Robert Roebling Compilo.
next