standardize configure flags in RPMs
[wxWidgets.git] / include /
2003-10-31  Václav Slavíkadded resolution option to JPEG handler (patch #833234)
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  Václav Slavík#if around deprecated macros
2003-10-29  Robin DunnAdded SetMin/SetMax
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-27  David ElliottChanged all symbols with the name "id" to "timerid...
2003-10-24  Mattia Barbon Match changes in DECLARE_*_CLASS.
2003-10-23  Mattia Barbon Suboptimal wxColour::CreateByName implementation...
2003-10-23  Stefan Csomorfix for gcc MacOS
2003-10-22  Vadim Zeitlinmoved wxUSE_UNICODE <-> _UNICODE checks to wx/platform...
2003-10-22  Václav Slavíkinclude wx/platform, to get __WINDOWS__ etc
2003-10-22  Vadim Zeitlinadded default value (0) for flags argument of AdjustFor...
2003-10-22  Stefan Csomoradding support for mach unicode builds
2003-10-20  Vadim ZeitlinOpen Watcom doesn't like typename, use class (patch...
2003-10-19  Stefan CsomorVC6 template fixes
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-17  Stefan Csomoradjusting to changes in object.h
2003-10-17  Stefan Csomorremoving RTTI classinfo #define redirections, not neede...
2003-10-17  Vadim Zeitlinadded CreateByName(), use it in wxColourDatabase
2003-10-17  Jouk Jansen Committing in .
2003-10-16  Vadim Zeitlinfixed bug with wxcolourDatabase::FindColour(); added...
2003-10-16  Vadim Zeitlinfixed wxMouseEvent::Moving() and Dragging() after the...
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 Zeitlinmoved DLL import/export declarations from wx/defs.h...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-10-16  Vadim Zeitlinuse ShouldInheritColours() instead of IsContainerWindow()
2003-10-16  Vadim Zeitlinadded missing wxCMPFUNC_CONVs (patch 820862)
2003-10-16  Vadim ZeitlinwxMouseEvent::Moving() shouldn't return true when we...
2003-10-15  Vadim Zeitlinremoved the weird m_style which was never initialized...
2003-10-14  Mattia Barbon Implemented wxPopupWindow for wxMotif.
2003-10-13  Vadim Zeitlinoops, compilation fix
2003-10-13  Vadim Zeitlinadded CanConvert()
2003-10-13  Václav Slavík1) use ngettext instead of _N, 2) cleanup of gettext...
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-12  Vadim Zeitlinadded LVSICF_NOINVALIDATEALL
2003-10-10  Václav Slavíkreturn false from wxXmlResource::Load if the resource...
2003-10-09  Robert Roebling Added wxBitmap::Rescale() from 2_4
2003-10-09  Stefan Csomoradded newline conversion
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-07  Vadim Zeitlinrestore status bar text after a menu has been shown
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-10-07  Vadim Zeitlinfixed FixedSizeTabs()
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  David ElliottUse an application delegate object
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-10-04  Robin DunnAdd some WXDLLIMPEXP's
2003-10-03  Vadim Zeitlinfixed wxMOUSE_BTN_XXX values, use them instead of hard...
2003-10-03  Stefan NeisAdded dummies for Enable and SetDelay.
2003-10-03  David ElliottRemoved MainLoop, ExitMainLoop, Pending, and Dispatch
2003-10-02  Robin DunnAdded a const to be consistent with the generic class
2003-10-02  Stefan NeisSwitches OS/2 back to generic ListCtrl and TreeCtrl...
2003-09-30  Stefan NeisFixed compilation problem.
2003-09-30  Vadim Zeitlinuse wxEvent::ShouldPropagate() instead of its own propg...
2003-09-30  Vadim ZeitlinUnicode fixes for Watcom (part of patch 813225)
2003-09-29  Vadim Zeitlinsupport creating larger minidumps; support WX_CRASH_FLA...
2003-09-28  Vadim ZeitlinSetValue() takes just bool, not const bool
2003-09-28  Vadim ZeitlinSetValue() takes just bool, not const bool
2003-09-28  Mattia Barbon MinGW compilation fixes.
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim Zeitlinremoved Initialized()
2003-09-27  Vadim Zeitlinremoved duplicate UTF16/32 values
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-27  Vadim Zeitlindefine wxFONTENCODING_UNICODE as UTF16/32 depending...
2003-09-27  Vadim Zeitlinmade UTF-16/32 equivalent to the corresponding LE/BE...
2003-09-27  Vadim Zeitlinmerged wxDisplayModeInfo and wxVideoMode in a single...
2003-09-27  Vadim Zeitlincompilation fix for Mac (patch 813378)
2003-09-26  Vadim Zeitlinmake it possible to give focus to the notebook itself...
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-26  Vadim Zeitlinadded wxTextInputStream::ReadChar() (part of patch...
2003-09-26  Vadim ZeitlinwxZlibStreams fixes; allow them to be used as deflate...
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-26  Vadim Zeitlindon't do anything non trivial (like creating wxFontMapp...
2003-09-26  Julian SmartClean up event hash tables in a timely fashion
2003-09-25  Vadim Zeitlincompilation fixes after making wxFontRefData private...
2003-09-25  Vadim ZeitlinwxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE
2003-09-24  Robin DunnSince wxGTK's wxGauge doesn't derive from wxGaugeBase...
2003-09-24  Robin Dunn#ifdef update for the old SWIG
2003-09-24  Vadim ZeitlinGetFilenames() always returned a single file only
2003-09-24  Vadim Zeitlinfinally reverted patch 782947 completely, it is broken...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-09-23  Mattia Barbon Use glcanvas.cpp from wxX11 for wxMotif.
2003-09-23  Chris Elliottfix digitalmars 64 bug
2003-09-23  Chris Elliottfix watcom 64 bug (openwatcom1.1) (second try)
2003-09-23  Chris Elliottfix watcom 64 bug (openwatcom1.1)
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-22  Vadim Zeitlinmore wxMBConv classes cleanup, define wxConvLibc to...
2003-09-22  Vadim Zeitlinmade Convert() methods const
next