]> git.saurik.com Git - wxWidgets.git/history - build/bakefiles
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
[wxWidgets.git] / build / bakefiles /
2006-09-18  Vadim Zeitlinrefactor some existing themes methods in a new base...
2006-09-18  Vadim Zeitlinuse native wxImageList for wxUniv, it's a low level...
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-08-27  Stefan NeisRemoved no longer needed/existing file os2/gdiobj.cpp...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-24  Włodzimierz SkibaAfter adding check to wx/mgl/chkconf.h for UNIV flag...
2006-08-16  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-10  Václav Slavíkmoved mgl/colour.{cpp,h} to generic so that it can...
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-08-05  Vadim Zeitlinremoved mentions of wxWINE.spec
2006-08-04  Vadim Zeitlininstall locale files as part of wxBase; name directory...
2006-08-04  Vadim Zeitlincorrected bug in recent commit which overwrote some...
2006-08-02  Mart RaudseppRemove wxHtml and wxXml dependency from wxAdv
2006-08-01  Włodzimierz SkibaRemoved unused Symantec (*.sc) build system. Symantec...
2006-08-01  Václav Slavíkmove wx11 and (the rest of) wxMGL specific checks into...
2006-07-29  Vadim Zeitlincopy most of the files for all of the samples automatic...
2006-07-28  Václav Slavíkfixed makefiles to fail if building wxrc fails
2006-07-22  Benjamin Williamsadded auibook.cpp and tabmdi.cpp to build scripts
2006-07-03  Robin DunnThe richtext DLL needs to also link with the html and...
2006-06-29  Julian SmartTypo correction
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-06-21  Vadim Zeitlinremoved unexplainable deletion of .bkl files in debian...
2006-06-20  Włodzimierz Skiba[ 1487463 ] XRC handler for wxOwnerDrawnComboBox.
2006-06-15  Kevin OllivierFix typos in picker control header names in files.bkl.
2006-06-09  Włodzimierz SkibaUSE_AUI build fix.
2006-06-07  Robin DunnAdded wx/pickerbase.h so it will get installed.
2006-06-06  Julian SmartUpdated make dist script for wxAUI
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.
next