corrected release target which included some include files in the build
[wxWidgets.git] / include /
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
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-16  Julian SmartApplied [ 652962 ] wxProgressDialog::Show(FALSE) bug
2002-12-16  Julian SmartApplied patch [ 652894 ] Checklistbox doesn't need...
2002-12-16  Julian SmartRemoved redundant wxUniv setup.h
2002-12-16  Julian SmartApplied patch [ 654023 ] Enables HtmlHelp (native)
2002-12-14  Julian SmartAdded missing SetOrientation accessor
2002-12-13  Mattia Barbon Unicode compilation fix.
2002-12-11  Chris Elliottfix for wxUniversal on win32 platforms
2002-12-11  Julian SmartApplied patch [ 651287 ] adds missing wxTreeCtrl::GetEd...
2002-12-10  Julian SmartApplied patch [ 651640 ] Toolbar sizing fix
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-10  Vadim Zeitlintried to clean strdup() mess: we now have wxStrdup...
2002-12-09  Václav Slavíkforgot to add wxHtmlHelpController::AddBook(wxFileName...
2002-12-09  Mattia Barbon The size_type typedef must be public.
2002-12-09  Julian SmartReverted the _n__ fix for now.
2002-12-09  Julian SmartThe wxMAKE_UNIQUE_ASSERT_NAME fix for VC++ does not...
2002-12-09  Julian SmartApplied patches by Scott Pleiter:
2002-12-09  Julian SmartSmall WinCE mods from Marco
2002-12-09  Julian SmartApplied patch [ 649590 ] fixes bug 611264: wxFileDialog...
2002-12-09  Julian SmartApplied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_...
2002-12-09  Julian SmartAdded missing AddBook
2002-12-08  Václav Slavíkmodifications to URL<->filename conversion: take wxFile...
2002-12-08  Mattia Barbon Refactored & cleaned up wxChoice & wxComboBox code...
2002-12-08  Mattia Barbon Added wxClientDataDictionary, used (in wxMotif ATM...
2002-12-08  Mattia Barbon Replaced int with size_t where appropriate, added...
2002-12-08  Roger Gammansnew member functio of wxDbColInfo to allow two step...
2002-12-07  Vadim Zeitlinalways declare wxAppInitializerFunction() as returning...
2002-12-07  Robert Roebling Various compile fixes for WinCE.
2002-12-07  Julian SmartCorrected line endings, deps now relative
2002-12-07  Robert Roebling Platform define for wxWinCE
2002-12-07  Vadim Zeitlinadded semicolons after HASH_MAP macros
2002-12-07  Vadim Zeitlinremoved trailing semicolons at the end of HASH_MAP...
2002-12-06  Julian SmartApplied fix for VC++ 7 which treats __LINE__ slightly...
2002-12-06  Vadim Zeitlinfix typo in drawing slider ticks; added assert to check...
2002-12-05  Julian SmartAdded Marco's first WinCE files
2002-12-05  Julian SmartUpdated version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-11-02  Vadim Zeitlinadded ctor taking wxFontFlags
2002-09-16  David Webstervirtual function hiding problem
2002-09-15  Václav Slavíkfixed two-step creation of wxCheckListBox
2002-09-15  David WebsterMake OS/2 use the generic MDI.
2002-09-14  Vadim Zeitlinrecreate the toolbar entirely when its text/icons style...
2002-09-14  David WebsterTRUE not true; FALSE not false
2002-09-13  Václav Slavíkanother fix for wxSnprintf_
2002-09-13  Robert Roebling Further backward comp. changes for printing.
2002-09-13  Mattia BarbonFixed MinGW/configure/Unicode compilation: MinGW/MSVCRT...
2002-09-13  Julian SmartApplied patch [ 608370 ] fix for static text sizing...
2002-09-12  Vadim Zeitlinundid previous commit, the person who reported it retra...
2002-09-12  Vadim Zeitlininclude stddef.h to get ptrdiff_t decl (IRIX compilatio...
2002-09-12  Vadim Zeitlinfix for cygwin warning in winsock.h about sys/types...
2002-09-11  Vadim Zeitlingtk2 Unicode compilation fix
2002-09-11  Robert Roebling Readded deprec. constructor.
2002-09-11  Julian SmartApplied [ 585322 ] motif border style fix for statictext
2002-09-11  Robin DunnUpdate to Scintilla 1.48
2002-09-10  Vadim Zeitlindeclare wxEntry() as taking char **Argv, not char ...
2002-09-10  Vadim Zeitlinfixed ATTRIBUTE_PRINTFs
2002-09-10  Vadim Zeitlincompilation fix for cygwin
next