]> git.saurik.com Git - wxWidgets.git/history - build/bakefiles/files.bkl
added wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330)
[wxWidgets.git] / build / bakefiles / files.bkl
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Julian SmartAdded rich text formatting and symbol dialog files.
2006-10-08  Vadim Zeitlinadded GTK+ 2.6 implementation of wxAboutBox
2006-10-08  Vadim Zeitlinadded native Mac implementation of wxAboutBox(); also...
2006-10-08  Vadim Zeitlinadded wxAboutBox-related files
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-09-30  Vadim Zeitlinmove wxSTRINGIZE and other preprocessor helpers to...
2006-09-28  Vadim Zeitlinremoved non existent wx/dfb/popupwin.h
2006-09-28  Vadim ZeitlinThe Lesser wxMask Refactoring: merged wxMGL and wxDFB...
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-23  Robin DunnMore bakfile changes needed for bmpcbox. Rebaked.
2006-09-23  Vadim Zeitlinadded src/xrc/xh_bmpbt.cpp (how comes it was in Makefil...
2006-09-23  Vadim Zeitlinremove generic/imaglist.cpp from GTK|MOTIF_SRC now...
2006-09-20  Vadim Zeitlinonly include generic imaglist.{cpp|h} in the ports...
2006-09-20  Vadim Zeitlinfirst compilable version of the mono theme, replacing...
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-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-01  Václav Slavíkmove wx11 and (the rest of) wxMGL specific checks into...
2006-07-22  Benjamin Williamsadded auibook.cpp and tabmdi.cpp to build scripts
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
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-07  Robin DunnAdded wx/pickerbase.h so it will get installed.
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 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-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-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-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-16  Vadim Zeitlinsimplify/cleanup wxTheXXXList and wxGDIObject code...
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-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-06  Julian SmartAdded wxGenericFileDialog to WinCE project to give...
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-21  Robert Roebling Added wxDataViewtrl files to bakefiles.
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-07  Vadim Zeitlinremoved old Win16 files
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 Skibamsw/private.h needs msw/mslu.h in wxBase.
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-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...
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-12-10  Stefan NeisAdded OS/2's wxDisplay implementation to list of files...
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-24  Julian SmartApplied patch [ 1308152 ] wxGrid XRC handler patch...
2005-11-08  Michael WetherellAdd rcdefs.h and support for automatic manifests on...
2005-11-05  Włodzimierz SkibaNative wxCheckListBox implementation for wxWinCE.
2005-10-31  Włodzimierz SkibawxMGL revitalised with OpenWatcom.
2005-10-30  Włodzimierz Skibawx/os2/chkconf.h added
2005-10-25  Michael WetherellAdd libraries.h, amd64.manifest and ia64.manifest
2005-10-23  Michael WetherellAdd missing files to release tarballs
2005-10-19  Julian SmartAdded wxRichTextCtrl
2005-10-18  Michael WetherellRestore ALL_BASE_HEADERS to its previous meaning of...
2005-10-11  Vadim Zeitlinadded wx/xrc/xh_treebk.h
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-09-29  Włodzimierz Skiba[ 1307801 ] datectrl.cpp missing from mono project...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Vadim Zeitlinadded wxFORCE_LINK_MODULE public macro which can now...
2005-09-22  Michael WetherellFix for 'make dist' to include headers for all ports
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
next