Support for new native OS/2 tree control.
[wxWidgets.git] / include /
2003-01-24  David WebsterSupport for new native OS/2 tree control.
2003-01-24  Julian SmartApplied patch [ 665088 ] Setup options cleanup (wxUniv)
2003-01-24  Julian SmartApplied patch [ 621451 ] Fixed version of wxSlider...
2003-01-24  Vadim Zeitlinadded and documented wxDirTraverser::OnOpenError
2003-01-23  David WebsterTry this again
2003-01-22  Vadim Zeitlinmade wxBitmapRefData private (actually, this also fixes...
2003-01-22  Vadim Zeitlincompilation fixes for OpenWatcom
2003-01-22  Vadim Zeitlinfixed an unused parameter warning
2003-01-21  David WebsterNew native OS/2 list control.
2003-01-21  David WebsterNew native OS/2 list control support.
2003-01-21  Václav Slavíkpatch 672127: Adds required check for wxUSE_WXHTML_HELP...
2003-01-20  David WebsterTRUE not true, FALSE not false
2003-01-20  Václav Slavíkadded wxART_MISSING_IMAGE
2003-01-19  Mattia Barbon Patch [669508] Define Win32 symbols for CW in platform.h
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2003-01-18  Mattia Barbon Fix some wxMotif build warnings about deprecated...
2003-01-18  Vadim Zeitlinattempts to fix vsnprintf() detection under HP-UX
2003-01-18  Vadim Zeitlinfixed resource leak in MemoryHDC (closes bug 670016)
2003-01-18  Václav Slavíkwhy the heck should something that reacts on wxID_CLOSE...
2003-01-18  Václav Slavíkadded wxFileName::MakeAbsolute
2003-01-17  Mattia Barbon Under Cygwin, in platform.h default to wxMSW unless...
2003-01-17  Vadim ZeitlinBorland apparently uses for int64 in printf(), not
2003-01-17  Stefan Csomorinclude needed for CFString conversion routines (param...
2003-01-17  Stefan CsomorGet/SetNoAntiAliasing implemented
2003-01-16  Mattia Barbon Remove calls to a couple of deprecated methods, fix...
2003-01-16  Mattia Barbon Implement vertical toolbar under Motif.
2003-01-16  Julian SmartReDOS-ified project files
2003-01-16  Stefan Csomorrenaming because of conflicts with base Create::
2003-01-15  Václav Slavíkfix object_ref handling in XRC
2003-01-15  Vadim Zeitlinadded WXWIN_COMPATIBILITY_2_4
2003-01-14  Vadim Zeitlincompilation fix for wxUSE_CONSTRAINTS==0
2003-01-14  Mattia Barbon #define HAVE_W32API_H for Cygwin/GCC 3.x, too.
2003-01-13  Ron LeeImproved const correctness.
2003-01-13  Stefan Csomorcursor functionality expanded
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Vadim ZeitlinOpenWatcom compilation fixes (patch 665959)
2003-01-12  Vadim ZeitlinunTABbed
2003-01-12  Vadim Zeitlinset wxUSE_WIZARD to 1 by default now that it works...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-11  Mattia Barbon Fix linking problems with MSVC 5.
2003-01-11  Mattia Barbon Fix PCH problems with some versions of CodeWarrior.
2003-01-11  Mattia Barbon Removed unused, unimplemented and undocumented wxBitm...
2003-01-11  Stefan Csomoradded conversion function to CFStringRefs
2003-01-11  Stefan Csomorremoved commented out snippets
2003-01-10  Vadim Zeitlinremoved TABs
2003-01-10  Vadim Zeitlinremoved wxLog::HasPendingMessages() (it can't be made...
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
2003-01-10  Vadim Zeitlinuse MSWCreateControl() instead of duplicating its code
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreateToolbar(), it...
2003-01-08  Vadim Zeitlinremoved unneeded code which was inside #if 0
2003-01-08  Vadim Zeitlin#undef LoadBitmap() too
2003-01-07  Vadim Zeitlindefine true/false if the compiler doesn't have them
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Václav Slavíkremoved wxTLW cruft now that all ports have it
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-06  Vadim Zeitlinfixed the return type of LoadIcon()
2003-01-06  Mattia Barbon Implemented wxToplevelWindowMotif. (forgot to commit)
2003-01-06  David Websterno message
2003-01-06  Mattia Barbon Implemented wxToplevelWindowMotif.
2003-01-05  Vadim Zeitlin#undef LoadIcon() too
2003-01-04  Václav Slavíkadded more robust wxTLW::ShowFullScreen implementation
2003-01-04  Václav Slavíkgcc has __attribute__((deprecated)) since version 3.1
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2003-01-03  Ron LeeThe exact version it was included doesn't appear to...
2003-01-03  Julian SmartOnly enable tooltips on WIN32
2003-01-03  Julian SmartwxUSE_TOOLTIPs => 1
2003-01-03  Julian SmartApplied patch [ 652336 ] Add tooltip support to wxUniv...
2003-01-03  Vadim ZeitlinIsStandard() shouldn't return TRUE for formats >= wxDF_...
2003-01-02  Vadim Zeitlinargh, erased one extra line accidentally in the last...
2003-01-02  Vadim Zeitlinwx(Individual)LayoutConstraints may be copied
2003-01-02  Vadim Zeitlincompilation fixes after applying DECLARE_NO_COPY_CLASS...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinsupport for using DIBs for wxBitmap implementation...
2003-01-02  Václav Slavíkadded wxDEPRECATED
2003-01-02  Václav Slavíkmark wxImage's wxBitmap functions as deprecated
2003-01-02  Vadim Zeitlinadded operator==() and !=() for wxDateSpan
2003-01-02  Vadim Zeitlinset wxListItem mask automatically to the correct value...
2003-01-02  Vadim Zeitlinremoved a couple of obsolete functions from wxDialog
2003-01-01  Vadim Zeitlinfix for HAVE_EXPLICIT for VC++ 6.0 (closes bug 651314)
2003-01-01  Robin DunnChanged wxLOG_Max to be a smaller (but still large...
2003-01-01  Vadim Zeitlinadded IsEmpty
2003-01-01  Robin DunnAdded wxLog::Get/SetLogLevel
2002-12-30  Ron LeeOk, so we don't need the extra bool at all, we can...
2002-12-30  Ron LeeAdd wxSizer::Detach so we can detach child sizers witho...
2002-12-29  Mattia Barbon Allow building in unicode mode with just "make -f...
2002-12-29  Ron LeeOops, don't cut and paste between ports, and do test...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-29  Vadim Zeitlinfixed wxALL_FILES definition in Unicode build
2002-12-27  Julian SmartApplied patch [ 658786 ] Removes unresolved symbols...
2002-12-27  Julian SmartApplied patch [ 657969 ] Removes #if wxUSE_VALIDATORS...
2002-12-24  Mattia Barbon Use wxClientDataDictionary for client data.
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-12-21  Vadim Zeitlinuse SS_CENTERIMAGE to prevent wxStaticBitmap from stret...
2002-12-21  Václav Slavíkfixed 2 encoding handling bugs in XRC/wxrcedit
2002-12-21  Václav SlavíkWX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe
2002-12-20  Julian SmartCleaned up SetMenuStrings, factoring out redo and undo...
2002-12-17  Julian SmartApplied patch [ 654877 ] Missing == != methods in wxRec...
2002-12-17  Robin DunnAdded missing #if wxUSE_WAVE
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
next