Move wxFileHistory out of docview framework, add wxUSE_FILE_HISTORY.
[wxWidgets.git] / build / bakefiles / files.bkl
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-17  Václav SlavíkwxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv...
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-04-09  Stefan NeisAdded missing (trivial) implementation file for wxMiniF...
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-27  Robin DunnwxPython needs win_gtk.h to be installed
2008-03-25  Stefan Csomornon owned window implementation
2008-03-22  Vadim Zeitlinuse wxGUIAppTraits::WaitForChild() in wxMac too
2008-03-22  Vadim Zeitlinextracted GUI-specific part of utilsunx.cpp to a new...
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-03-15  Vadim Zeitlinrename fobr95.{cpp,h} files to foobar.{cpp,h}
2008-03-10  Vadim Zeitlinadded wxNativeContainerWindow and implemented it for...
2008-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-02-10  David ElliottMove stackwalk.cpp and epolldispatcher.cpp to BASE_UNIX...
2008-01-22  Václav Slavíkupdated include/wx/meta/* files list
2008-01-16  Vadim Zeitlinremoved non-existent wx/meta/defs.h
2008-01-13  Vadim Zeitlinadd useful headers for meta-programming checks (part...
2008-01-08  Robert RoeblingI assume ptr_scpd.h and ptr_shrd.h should only be in...
2008-01-08  Robert RoeblingAdded wxSharedPtr<T>
2008-01-06  Stefan NeisAllow using socket from both wxBase and wxCore (adoptin...
2008-01-06  Vadim Zeitlinadded wxWeakRef<T> (slightly modified patch 1860953)
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-12-21  Vadim Zeitlindon't use Unix-specific files which have Darwin-specifi...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-17  Robin Dunninstall the popupwin.h files for wxMac
2007-12-15  Vadim Zeitlinwx/animdecod.h must be in common headers, not advanced...
2007-12-15  Vadim ZeitlinwxMotif should use wxX11 wxPalette instead of duplicati...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-10  Robin Dunnwx/generic/filepickerg.h needs installed on Mac too.
2007-12-09  Robert Roeblingadd popupwin.cpp to OS X built
2007-12-02  Vadim Zeitlinadded wxMSW notifmsg.h/cpp
2007-11-28  Vadim Zeitlinadded wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 184023...
2007-11-28  Vadim Zeitlinremoved ADVANCED_CMN_NATIVE_HDR, files in it (wx/datect...
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-22  Stefan NeisAlso use unix timer implementation for ConsoleApp.
2007-11-21  Stefan NeisAdded files for console event loop.
2007-11-20  David ElliottAdded cfdataref.h and cfref.h to CoreFoundation headers...
2007-11-19  David ElliottMove src/mac/carbon/utilsexc.cpp to the CarbonLib-only...
2007-11-18  Stefan NeisAdded wxTextEntry implementation for OS/2.
2007-11-17  Vadim Zeitlinanimateg.cpp shouldn't be in UNIV_SRC as it belongs...
2007-11-17  Vadim Zeitlinmore native GTK implementations of the classes in wxGTK...
2007-11-13  Stefan Csomoradding cocoa utils bridge
2007-11-12  Vadim Zeitlinmade wxApp::argv an object convertible to either char...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinimplemented wxTextEntry for wxMotif, made wxComboBox...
2007-11-05  Vadim Zeitlindon't include generic files in wxGTK build (should...
2007-10-26  Vadim Zeitlinremoved isql.h and isqlext.h from files.bkl too
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-13  David ElliottRename src/cocoa/font.cpp to font.mm in both trunk...
2007-09-27  Vadim Zeitlinadded msw/textentry{cpp,h}
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-09-06  Robert RoeblingAdd Cairo to build, remove run-time dependency
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-04  Robin Dunna few more header files need to be installed
2007-08-31  Robert RoeblingAdd wxDataViewCtrl to the build for OS X
2007-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-14  David ElliottInstall wx/cocoa/objc/objc_uniquifying.h for wxCocoa...
2007-08-13  Julian SmartAdded XRC handler for wxPropertySheetDialog (Sander...
2007-08-10  David ElliottFix up NSSlider code to not use class posing and instan...
2007-08-06  Vadim Zeitlinadd wx/univ/tglbtn.h to wxUniv headers
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-19  Vadim Zeitlindo platform-specific checks after ensuring that the...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-05-30  Václav Slavíkfixed to the newly added crt.h header:
2007-05-18  Vadim Zeitlinundid unnecessary renaming of src/msw/evtloop.cpp to...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-07  David ElliottMove src/cocoa/utils.cpp to src/cocoa/utils.mm.
2007-05-05  Vadim Zeitlinextracted wxAcceleratorEntry code from menucmn.cpp...
2007-05-05  Paul Cornettsrc/gtk/data.cpp is no longer needed
2007-05-05  Paul Cornettsrc/gtk/utilsres.cpp is obsolete
2007-04-21  Vadim Zeitlinreadded wxEditableListBox as part of adv library
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-19  Václav Slavíkmoved primitive string and string iterators operations...
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-14  Václav Slavíkfixed the order of aboutdlg.h file
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Vadim Zeitlinadded wxPosition helper class (extracted from patch...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-29  Vadim Zeitlinadded wx/cocoa/tooltip.h to COCOA_HDR (bug 1689148)
2007-03-28  Václav Slavíksplit string.{h,cpp} into {string,stringimpl,arrstr...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-03-15  Vadim Zeitlinadded wrapper functions allowing to postpone loading...
next