]> git.saurik.com Git - wxWidgets.git/history - build/bakefiles
Initial commit of wxAUI
[wxWidgets.git] / build / bakefiles /
2006-06-06  Julian SmartInitial commit of wxAUI
2006-06-06  Michael WetherellMove the generic picker files to the GUI common section.
2006-06-05  Michael WetherellAdd missing picker files for gtk1
2006-06-03  Michael WetherellAdd picker files for mac.
2006-06-01  Włodzimierz SkibaOW/MGL build fix.
2006-06-01  Włodzimierz SkibaAdd new components to wxOS2 builds.
2006-06-01  Włodzimierz SkibaUniversal build fix.
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-31  Włodzimierz SkibaPCH support for !MSW/!autoconf platforms.
2006-05-31  Włodzimierz SkibaVarious dummy.cpp centralized in common/dummy.cpp....
2006-05-29  Kevin Ollivierwidgets sample no longer has .rc file.
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-28  Vadim ZeitlinwxFontEnumerator::GetFacenames/Encodings() now return...
2006-05-27  Vadim Zeitlinmoved power functions for MSW from utils.cpp to (new...
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-05-25  Włodzimierz SkibaRemoved some references to unused files.
2006-05-23  Julian SmartApplied patch 1489656: support for wxToggleButton under...
2006-05-20  Włodzimierz SkibaWorkaround to broken WinCE directory scanning for all...
2006-05-18  Vadim Zeitlinbuttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)
2006-05-03  Vadim Zeitlinmoved wx/msw/helpbest.h to HTML_HDR from MSW_DESKTOP_HDR
2006-04-30  Robert Roebling Committed bakefile correction.
2006-04-26  Vadim Zeitlinhandle fatal exceptions in the other threads (based...
2006-04-26  Vadim Zeitlinrenamed RESCOMP to WINDRES due to bakefile changes...
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-23  Václav Slavíkdon't link against 3rd party image libs when building...
2006-04-23  Václav Slavíkfixed bug: option's default value must be among the...
2006-04-16  Vadim Zeitlinsimplify/cleanup wxTheXXXList and wxGDIObject code...
2006-04-16  Vadim Zeitlindefine WX_DIR as WXWIN env var for Unix and not only...
2006-04-16  Vadim Zeitlinallow specifying non default libraries for gnu output...
2006-04-14  Julian SmartSteps towards implementing native-style, non-top-level...
2006-04-10  Włodzimierz SkibaBug #1467905: wxOS2 headers not included in wxBase.
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-03-29  Václav Slavíkmade WX_CONFIG default configurable
2006-03-29  Vadim Zeitlindon't use -- inside XML comments, this is not allowed
2006-03-28  Julian SmartRemoved redundant XBM
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-16  Włodzimierz SkibaRebuild build files so all night/Tinderbox/Coverity...
2006-03-16  Vadim Zeitlinremoved obsolete display.h files; added display_impl.h
2006-03-12  Vadim Zeitlinnative implementation of wxDirDialog for wxCocoa (patch...
2006-03-11  Julian SmartApplied patch [ 1372332 ] Support for WX_RESCOMP to...
2006-03-07  Włodzimierz SkibaDon't link with media lib with USE_MEDIA==0.
2006-03-07  Kevin OllivierMove generation of the eVC, and DMars formats over...
2006-03-06  Julian SmartAdded wxGenericFileDialog to WinCE project to give...
2006-03-06  Kevin OllivierFixed accidental removal of eVC.
2006-03-06  Kevin OllivierEnabling DigitalMars and eVC project formats.
2006-03-05  Włodzimierz SkibaMinimal (nearly empty) wxDisplay for wxMGL (to compensa...
2006-03-05  Vadim Zeitlinremoved main() definition from wxX11
2006-03-01  Robert Roebling Applied Ryan's native wxListBox and wxCheckListBox...
2006-02-26  Robert Roebling Move wxDataViewCtrl to Adv (hope this has worked..).
2006-02-23  Kevin OllivierFinishing up Monolithic build support, and proper gener...
2006-02-21  Robert Roebling Added wxDataViewtrl files to bakefiles.
2006-02-15  Vadim Zeitlinfixed USE_QA_DEFAULT usage (bug 1431952)
2006-02-11  Kevin OllivierDocumenting WX_MONOLITHIC build option.
2006-02-10  Vadim Zeitlinsupport monolithic build using wxpresets (patch 1360289)
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-10  Vadim Zeitlinregenerated all makefiles with bakefile 0.2.0; removed...
2006-02-07  Vadim Zeitlinremoved old Win16 files
2006-02-05  Julian SmartRemoved textedit sample from distribution script
2006-02-05  Vadim Zeitlinset USE_QA to 1 for VC builds only by default (real...
2006-01-30  Julian SmartUpdates for wxToolbook class
2006-01-26  Włodzimierz SkibaMore headers for wxBase/MSW needed.
2006-01-26  Włodzimierz SkibawxBusyInfo interface moved to generic to make space...
2006-01-24  Włodzimierz SkibaStatic build for wxMGL/DOS and little readme.
2006-01-24  Włodzimierz Skibamsw/private.h needs msw/mslu.h in wxBase.
2006-01-23  Michael WetherellBack to copying for make dist
2006-01-23  Michael WetherellAdd gtk1 files to make dist
2006-01-23  Michael WetherellGTK1 mods
2006-01-23  Mart RaudseppAdd wxGTK1 port to bakefiles files.bkl. Please review...
2006-01-22  Stefan NeisMoved os2/private.h to BASE_OS2_HDR.
2006-01-21  Michael WetherellMove oleacc.lib from the VC++ projects/makefiles to...
2006-01-16  Włodzimierz Skibamsw/private.h is included from filefn.h
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-11  Julian SmartRenamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
2006-01-09  David Surovelladd new wxHTML headers
2006-01-09  Julian SmartMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
2006-01-08  Włodzimierz SkibawxMGL bakefiled for OpenWatcom (needs bakefiles from...
2006-01-02  Włodzimierz Skibawxpresets adjustement to dmars format.
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-12-11  Włodzimierz SkibaImproved small screen splash sample.
2005-12-10  Stefan NeisAdded OS/2's wxDisplay implementation to list of files...
2005-11-30  Michael WetherellLet TARGET_CPU work with either upper or lower case
2005-11-29  Julian SmartRemoved duplicate xh_grid.cpp/h and rebaked files
2005-11-29  Vadim Zeitlinadded xrc/xh_grid.{h|cpp} and regenerated makefiles
2005-11-29  Vadim Zeitlindefine REZ option (fixes problem with rebaking wx.bkl...
2005-11-25  David ElliottSeparate RESCOMP into WINDRES (for Win32) and REZ ...
2005-11-24  Julian SmartApplied patch [ 1308152 ] wxGrid XRC handler patch...
2005-11-24  Julian SmartApplied patch [ 1305650 ] ODBC32.lib is not included...
2005-11-15  Michael Wetherellrcdefs.h is a real file
2005-11-14  Julian SmartApplied patch [ 1355355 ] Replace GPLed code in penguin...
2005-11-10  Włodzimierz SkibaPreparation for incoming OW 1.4
2005-11-09  Włodzimierz Skiba'rcdefs.h' action has to be phony, otherwise it is...
2005-11-09  Michael WetherellCorrect the directory rcdefs.h installs to
2005-11-08  Michael WetherellCorrect the include order for the resource compiler
2005-11-08  Michael WetherellAdd rcdefs.h and support for automatic manifests on...
2005-11-08  Michael WetherellBake fix
2005-11-05  Włodzimierz SkibaNative wxCheckListBox implementation for wxWinCE.
2005-10-31  Michael WetherellAdd some files to 'make dist' for wxCocoa
next