use CODE_GEN_FLAGS
[wxWidgets.git] / src /
2003-06-29  Václav Slavíkregenerated
2003-06-29  Vadim Zeitlincompilation fix
2003-06-29  Vadim Zeitlinwe don't need to include wx/mac/private.h, at least...
2003-06-28  Vadim Zeitlinfix for comparison bug in GetHeader()
2003-06-28  Mattia Barbon Stop GCC from complaining about unhandled enumeration...
2003-06-28  Václav Slavíkfixed linker errors
2003-06-28  Vadim Zeitlinreplaced wxGetOsVersion() with wxGUIAppTraits::GetOSVer...
2003-06-28  Vadim Zeitlinfixed unused variable warnings
2003-06-28  Vadim Zeitlinfixed sscanf() format string typo
2003-06-28  Stefan Csomorfunction key support
2003-06-28  David Elliottinclude "wx/setup.h" before testing for wxUSE_SLIDER
2003-06-28  David ElliottAdded wxGUIAppTraits::GetOSVersion() implementation.
2003-06-27  David ElliottRemoved wxGetOsVersion stub. It's now handled by utils...
2003-06-27  Václav Slavíkcompilation fix
2003-06-27  Václav Slavíkanother compilation fix
2003-06-27  Václav Slavíkcompilation fix for wxMSW
2003-06-27  Václav SlavíkWindows compilation fix
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-27  Vadim ZeitlinTryParent()/ProcessEvent() were included in both base...
2003-06-26  Vadim Zeitlin__WXBASE__ -> wxUSE_BASE
2003-06-26  Vadim Zeitlinadded EstimateTotalHeight
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-06-26  Vadim Zeitlinpass event to validators fisrt, before using the dynami...
2003-06-26  Vadim Zeitlincompilation fix
2003-06-26  Chris Elliottremove conflicts
2003-06-26  Vadim Zeitlinchanging the number of items in wxHtmlListBox should...
2003-06-26  Vadim Zeitlincompilation fixes for separate build
2003-06-26  Vadim Zeitlincompilation fix for wxGUI
2003-06-26  Vadim Zeitlingot rid of wxEvtHandler::m_isWindow, use virtual functi...
2003-06-25  Vadim Zeitlinsome more #if wxUSE_BASE (but still not enough)
2003-06-25  Václav Slavíknew dependencies tracking code
2003-06-25  Václav Slavíknew dependency tracking from bakefile cvs
2003-06-25  Václav Slavíksplit log.h into GUI and base parts
2003-06-25  Václav Slavíkfixes
2003-06-25  Václav Slavíkregenerated makefiles, with support for multilib build
2003-06-25  Václav Slavíkfixes to previous commit
2003-06-25  Václav Slavíkmoved AddFile(wxImage) to GUI part of library, too
2003-06-25  Václav Slavíkcompilation fix for wxBase
2003-06-25  Václav Slavíkadded XRC contrib makefile
2003-06-25  Vadim Zeitlinmissign app.h header
2003-06-25  Vadim Zeitlina quick hack to fix wxBase compilation
2003-06-25  Vadim Zeitlinmissing wx/iconloc.h added
2003-06-24  Václav Slavíkno longer needed
2003-06-24  Gilles Depeyrotminor corrections for compilation with gcc 3.3 (use...
2003-06-24  Václav Slavíkdon't compile generic wxMessageDialog w/ GTK+2, it...
2003-06-24  Václav Slavíkcompilation fix
2003-06-24  Václav Slavíkcompilation fixes
2003-06-24  Julian SmartInitialised static controls
2003-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim Zeitlinregenerated project/makefiles with tmake
2003-06-24  Vadim Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-23  Václav Slavíkcompilation fix
2003-06-23  Mattia Barbon Compilation fix.
2003-06-23  Vadim Zeitlinuse __VISUALC__ instead of _MSC_VER to avoid problems...
2003-06-23  David ElliottAdded #if wxUSE_SLIDER guard
2003-06-23  David ElliottAdded #ifdef wxHAS_TASK_BAR_ICON guard
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-23  Julian SmartImplemented wxTextCtrl::GetStyle for MSW
2003-06-22  Vadim Zeitlinsupport Show() in wxFlexGridSizer (patch 737850)
2003-06-22  Vadim Zeitlinset selection before setting focus to the control in...
2003-06-22  Vadim Zeitlinfix VC 7.x release build problems
2003-06-22  Vadim Zeitlintemp fix for link errors after last commit
2003-06-22  Vadim Zeitlinupdated after wxFileType change
2003-06-21  Mattia Barbon Add a missing structure definition, move all rich...
2003-06-21  Vadim Zeitlindon't disable hidden windows in wxWindowDisabler, it...
2003-06-21  Vadim Zeitlinremoved Win16 horrors
2003-06-21  Vadim Zeitlinremoved datacmn, not a base file any more
2003-06-21  Vadim Zeitlinremoved datacmn
2003-06-21  Robert Roebling Small fix for splitter window.
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-06-21  Stefan NeisReverted patch [ 746201 ] (partially) because of unwant...
2003-06-20  Gilles Depeyrotcorrected return value of wxTimer::Start when timer...
2003-06-20  Václav Slavíkfix one of reasons for crash if there is no font
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-06-19  Vadim Zeitlinremoved redundant wxUSE_GUI checks
2003-06-19  Vadim Zeitlinadded wxIsDebuggerRunning() (which is going to replace...
2003-06-19  Václav Slavíkquick and dirty fix for wxMGL compilation
2003-06-19  David ElliottAdded slider.h/slider.mm to wxCocoa build
2003-06-19  David ElliottMissed a few substitutions the first time around
2003-06-19  David ElliottAdded wxSlider stub
2003-06-19  David ElliottwxCocoa does not have wxDialog::OnPaint()
2003-06-19  David ElliottAdded return NULL; for __WXCOCOA__
2003-06-19  David ElliottChanged colour.cpp to colour.mm
2003-06-19  David ElliottFirst stab at wxColour using NSColor
2003-06-19  Robert Roebling Font crash and timer fix as per 2_4.
2003-06-19  David ElliottIn wxApp::OnIdle() check to see if there is not a curre...
2003-06-19  David ElliottAdd ability to have a wxMenuBar as a common menu
2003-06-19  Vadim Zeitlinfixed infinite recursion bug in some rare cases
2003-06-19  Vadim ZeitlinwxUniv compilation fix
2003-06-19  Chris Elliottfix making base for Borland
2003-06-19  Chris Elliottfix making base for watcom (lib\base and console sample...
2003-06-19  Chris Elliottfix making base for watcom (lib\base and console sample...
2003-06-18  Vadim Zeitlindetect EOF better when reading HTTP reply
2003-06-18  Vadim Zeitlinremoved unnecessary #if wxUSE_GUIs
2003-06-18  Vadim Zeitlinremoved deprecated ConvertToBitmap() and wxImage(wxBitm...
2003-06-18  Václav Slavíkmake it possible to not attach toolbars to frames ...
2003-06-18  Chris Elliottfix perl commands for makefile.sc
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-06-18  Julian SmartWorkaround a crash bug; real solution as yet unknown
next