corrections for compilation under Mac OS X
[wxWidgets.git] / src /
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
2003-06-18  Vadim Zeitlinremoved a now unnecessary line
2003-06-18  Vadim Zeitlinbetter mask handling in wxBitmap to wxImage conversion...
2003-06-17  Vadim Zeitlinfixed compilation warnings
2003-06-17  Chris Elliottmodify Borland makefile to include bc in library names
2003-06-17  Julian SmartEliminated some code.
2003-06-17  Julian SmartAdded corrected Show() to wxPopupWindow
2003-06-16  Robin DunnRemove the test for parent window type when checking...
2003-06-16  Chris Elliottinitail Digital Mars makefile for stc
2003-06-16  Chris Elliottfaster Borland makefile
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-06-15  Václav Slavíkfixed misbehaving selection on some words
2003-06-15  Vadim Zeitlinempty description doesn't look good
2003-06-15  Vadim Zeitlintypo fix
2003-06-15  Vadim Zeitlinfixed bug with parsing filter string without description
2003-06-15  Vadim ZeitlinGTK2 Unicode build warning fix
2003-06-15  Vadim Zeitlincheck parmateres in Replace() (bug 752716)
2003-06-15  Mattia Barbon Blind fix for startup crash with Lesstif.
2003-06-14  Vadim Zeitlinalways NUL-terminate log messages, even if they're...
2003-06-14  Vadim Zeitlinspeed up for debug mode startup (doesn't matter much...
2003-06-14  Vadim Zeitlinregenerated using tmake to add fldlgcmn.cpp
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-14  Vadim Zeitlinadded virtual dtor to wxDateTimeHolidayAuthority (patch...
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-06-14  Vadim Zeitlinimplemented alpha support for raw bitmaps under Mac
2003-06-13  Vadim ZeitlinSetSelection() may be used for both single and multi...
2003-06-13  Vadim Zeitlinadded possibility to customize the listbox colours
2003-06-13  David ElliottInclude wx/file.h even when using precompiled headers
2003-06-13  David Elliott* Added gsockcocoa.c to files list
2003-06-13  David ElliottAdded GSocket stubs for wxCocoa
2003-06-13  David ElliottUse the new wxNSStringWithWxString conversion function
2003-06-13  Chris Elliottfix some more samples for digital mars [allow contrib...
2003-06-13  David ElliottProposed wxMac MDI interface (in limbo)
2003-06-13  David ElliottAdded support for delayed deactivation of windows ...
2003-06-13  Julian SmartFixed MDI scrollbars
2003-06-13  Chris Elliottfix for dmc compilation of projects with more than...
2003-06-13  Vadim Zeitlinfixed bug in group counting Compile()
2003-06-13  Vadim Zeitlinsend wxEVT_SCROLLWIN_THUMBRELEASE events
2003-06-13  Vadim Zeitlincompilation fix for PCH
2003-06-13  Vadim Zeitlinfixed off by 1 bug in SelectRange()
2003-06-13  Vadim Zeitlinmade multiple selection behave more consistently with...
2003-06-13  Vadim Zeitlinregenerated all make/project files to include selstore...
2003-06-13  Vadim Zeitlinadded checks for the item index
2003-06-13  Václav Slavíkadded wxLocale::GetLanguageName
next