Fixes compile warnings
[wxWidgets.git] / include /
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-20  Vadim Zeitlinoops, removed duplicate SetIcons[s]() added in last...
2005-03-20  Vadim ZeitlinwxMDIChildFrame::Maximize() should have default value...
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-20  Vadim Zeitlincompilation fix after last commit (missing semicolon...
2005-03-19  Mattia Barbon Correct compilation conditions for wxURL::SetProxy.
2005-03-19  Mattia Barbon Use the correct WXDLLEXPORT declaration.
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Vadim Zeitlinremoved C++ comment added by last commit
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-19  Robin DunnBumped subrelease number
2005-03-18  Włodzimierz SkibaFixed bug #1022383: 'several ComboBoxes appear selected'
2005-03-18  Vadim Zeitlinrestored const operator[]s for the compilers which...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-18  Vadim Zeitlincompilation fix after last commit (missing semicolon...
2005-03-18  Ryan NortonUpdate for new event handler stuff
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-17  Vadim Zeitlinremoved just added UnsetVirtualSize(), it's not needed...
2005-03-17  Vadim Zeitlinadded UnsetVirtualSize()
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-17  Vadim Zeitlinadded wxSizerSpacer and modified wxSizerItem to contain...
2005-03-17  Vadim Zeitlinremoved const operator[]s (should fix 1162115)
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-16  Julian SmartNot forgetting PalmOS
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-15  Vadim Zeitlinset wxUSE_DEBUGREPORT to 0 by default; fixed a couple...
2005-03-15  Julian SmartFixed wxToolBar for WinCE so normal bitmaps can be...
2005-03-14  Julian SmartAdded wxPropertySheetDialog for implementing settings...
2005-03-14  Mattia Barbon Remove wrong clasing bracket.
2005-03-14  Mattia Barbon Blind fix for VC6 compilation when wxUSE_STL == 1.
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-14  George TaskerFixed unicode builds that were not on MSW
2005-03-14  Kevin HockRemoved unneeded semicolon after DECLARE_DYNAMIC_CLASS...
2005-03-14  Dimitri Schoolwerthrefactored scrollbar creation code to use CreateControl...
2005-03-14  Michael WetherellThe DLL version of Watcom's C runtime doesn't have...
2005-03-13  Michael WetherellTemporary fix for Watcom link error 'fileno'
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-13  Mattia Barbon Fixed compilation for GCC 3.4 when wxUSE_STL == 1.
2005-03-13  Michael WetherellAdd wxTempFileOutputStream
2005-03-13  Włodzimierz SkibaCorrect sending of wxW event from wxChoice on MS Smartp...
2005-03-13  Włodzimierz SkibaMake Smartphone buildable with current flags.
2005-03-12  Vadim Zeitlinchanged wxDL_DEFAULT to be same as wxDL_NOW as this...
2005-03-12  Robin DunnAllow wxStaticText to have a custom fg without a custom bg
2005-03-12  David ElliottFix compilation of generic message dialog.
2005-03-12  Vadim Zeitlinreadded back wxUSE_OLE and wxUSE_WXDIB
2005-03-12  Robert Roebling Applied patch for ArtProvider.
2005-03-11  Robert Roebling Compilo.
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-11  Vadim Zeitlinextracted code calling {Ole|Co}[Un]Initialize() to...
2005-03-11  Włodzimierz SkibaBring back help turned off as in previous WinCE setup...
2005-03-11  Vadim Zeitlinadded wxDebugReport
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-03-11  Vadim Zeitlinadded wxSizerFlags::Left/Right()
2005-03-11  Vadim Zeitlincorrect relative paths for headers
2005-03-11  Vadim Zeitlinadded wxUSE_DEBUGREPORT
2005-03-10  Włodzimierz SkibaDisable wxID_EXIT on PalmOS with all consequences in...
2005-03-10  Vadim Zeitlindisable drag and drop
2005-03-10  Vadim ZeitlinwxGetEnv() should return wxChar *, even if it's a macro...
2005-03-10  Włodzimierz SkibaApart smartphones use choicebook when notebook is not...
2005-03-10  Vadim Zeitlindefine wxGetEnv() as macro, not inline function, for...
2005-03-10  Vadim Zeitlindefine wxGetenv() for WinCE which doesn't have _tgetenv...
2005-03-10  Vadim Zeitlinmoved WinCE-specific part into wx/msw/wince/chkconf...
2005-03-10  Vadim Zeitlindisable wxUSE_EXCEPTIONS when compiling with VC++ but...
2005-03-10  Vadim Zeitlingenerate (common part of) include/wx/msw/wince/setup...
2005-03-09  Ryan Nortoncgimagecreate from wxbitmap crashes 10.2 - turn off...
2005-03-09  Dimitri Schoolwerthminor cleanup (doc typos fixed, removed tabs)
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-03-09  Vadim Zeitlinmade wxStaticCast more backwards compatible by allowing...
2005-03-09  Włodzimierz SkibaMissing flags.
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2005-03-08  Vadim Zeitlinreturn name and extension by const ref, not by value...
2005-03-08  Vadim Zeitlinuse static_cast<> for wxStaticCast; updated comment...
2005-03-08  Vadim Zeitlinremoved wx_dynamic_cast(), it can't be implemented...
2005-03-08  Vadim Zeitlinset wxDIALOG_UNIT_COMPATIBILITY to 0 by default
2005-03-08  Włodzimierz SkibaAllow forward declaration of wxSlider in wxMSW (bug...
2005-03-08  Włodzimierz SkibaMissing flags.
2005-03-08  Włodzimierz SkibaXTI has own wxObjectEventFunction and has to follow...
2005-03-08  Robin DunnAllow wxBufferedDC to be constructed with just a wxDC.
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-03-08  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinfix top margin for static box sizer when wxDIALOG_UNIT_...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-03-07  Vadim Zeitlinadded file with WinCE-specific configuration options...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlincompilation fix for VC6 (patch 1158433)
2005-03-07  Julian SmartAdded wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal...
2005-03-07  Julian SmartRemoved very very obsolete flags from 1.x
2005-03-07  Vadim Zeitlinfix to avoid eVC crashes: restored wxObjectEventFunctio...
2005-03-07  Włodzimierz SkibaInform settings about wxWindow class existence.
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-07  Vadim Zeitlinadded wxUSE_DATEPICKCTRL
2005-03-06  Vadim Zeitlinreplaced C++ comment with a C one
2005-03-05  Michael WetherellFix for problem with wxGetFileKind on WinCE
2005-03-05  Mattia Barbon Use the correct WXDLLIMPEXT declaration for
next