]> git.saurik.com Git - wxWidgets.git/history - build/bakefiles
Fixes for archive tests on Windows.
[wxWidgets.git] / build / bakefiles /
2009-03-24  Vadim Zeitlinreturn a wxAnyStrPtr covnertible to either narrow or...
2009-03-20  Francesco Montorsino real changes: split the huge datetime.cpp in two...
2009-03-15  Kevin OllivierOn Mac, ensure that the library path and dependencies...
2009-03-13  Kevin OllivierJust move the binary inside of the app bundle instead...
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-03-03  Vadim Zeitlinuse ldlibs, not ldflags, for wx-config --libs output...
2009-03-02  Vadim Zeitlindon't generate non-MSVC makefiles for MSVC-only samples
2009-03-02  Kevin OllivierUpdate files.bkl to look in the proper place for moved...
2009-02-23  Vadim Zeitlinremove non-existent wx/msw/datecontrols.h from files...
2009-02-21  Stefan NeisAdded wxSingleInstanceChecker for OS/2 (patch #10491).
2009-02-21  Vadim Zeitlinonly update stc.h when USE_STC==1
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-09  Kevin OllivierUpdate OS X Cocoa build files after recent changes...
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Václav Slavíkfixed creation of tests/benchmarks VC++ project files...
2009-02-08  Vadim Zeitlinremove remaining traces of samples/mobile (continuation...
2009-02-04  Vadim Zeitlinmove generic animation sources to ADVANCED_MSW_NATIVE_S...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-31  Václav Slavíkdon't include private headers from wx/unix/evtloop.h
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-30  Václav SlavíkwxDFB: use Unix event loop and timers (fixes #10408)
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
2009-01-23  Robert RoeblingRemove persistence related files again
2009-01-23  Vadim Zeitlinfix wxEVT_SPIN_XXX definitions in a nicer (compatible...
2009-01-17  Stefan Csomorheadermove osx - building
2009-01-16  Vadim Zeitlinexport wxActiveX stuff from core (not media) DLL (close...
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2008-12-29  Francesco Montorsiadd the -headerpad_max_install_names option to the...
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxOSX/Cocoa
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxCocoa
2008-12-28  Francesco Montorsirestore tabg.h and tabg.cpp for wxMotif
2008-12-27  Francesco Montorsiremove deprecated wxTabCtrl also from makefiles
2008-12-27  Vadim Zeitlinimplement wxEventLoop::DispatchTimeout() for wxGTK...
2008-12-25  Vadim Zeitlinmerge msw/gsocket.cpp into msw/sockmsw.cpp
2008-12-25  Vadim Zeitlinavoid bakefile warnings about actions unsupported in...
2008-12-25  Vadim Zeitlinrename gsockmsw files to sockmsw
2008-12-25  Vadim Zeitlinreverted f57547, NET_PLATFORM_HDR is used inside msvc...
2008-12-25  Vadim Zeitlinremove NET_PLATFORM_HDR which was unused and is unneeded
2008-12-18  Robert RoeblingAdded missing g to file name of headerctrlg.h
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-05  Francesco Montorsifix description of wxconsole template; add description...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-02  Francesco Montorsimake WX_UNICODE default to 1 since ASCII build is now...
2008-11-28  Vadim Zeitlinalso rename gsocketiohandler.* to socketiohandler....
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-12  Vadim Zeitlinremove lines containing nothing but spaces: this is...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Vadim Zeitlinwx/tls.h belongs to base headers, not core (#10148)
2008-10-19  Robert RoeblingAdd more bakefile files to make dist
2008-10-19  Robert RoeblingAdded src/msw/version.rc to make win-dist
2008-10-17  Robert RoeblingUpdates for make dist for OSX_CARBON
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-15  Robert RoeblingUpdate make dist
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-12  Václav Slavíkremoved a warning that should only be a FIXME
2008-10-09  Stefan Csomorforgot to commit this file ...
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-10-07  Francesco Montorsiadd wx_xrc.bkl bakefile wxpreset to the list of files...
2008-09-25  Robin DunnInstall kbdstate.h and mousestate.h
2008-09-22  Kevin OllivierAdding compiling (but not yet working) taskbar implemen...
2008-09-21  Robert RoeblingAdded wxDList<T>. not yet used anywhere
2008-09-21  Kevin OllivierStubbed wxToolTip implementation to get code that uses...
2008-09-20  Kevin OllivierCopy headers and get MDI and glcanvas fully building...
2008-09-20  Kevin OllivierFix bakefiles. Precomp variable is used undefined when...
2008-09-19  Vadim Zeitlindo enable PCH for the tests, wx/wx.h was not precompile...
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-07  Stefan Csomorintegrating Kevin's work, command line builds for osx...
2008-09-05  Stefan Csomoradding common implementation file for search control
2008-09-04  Kevin OllivierUpdate files.bkl to match the changes Stefan made to...
2008-08-31  Paul Cornettfix opengl dependency in monolithic build
2008-08-31  Vadim Zeitlintest for utils/wxrc/Makefile existence and not utils...
2008-08-28  Robert RoeblingMore corrections to make dist
2008-08-28  Robert RoeblingMinor corrections to make dist after reports
2008-08-27  Robert RoeblingUpdate <make win-dist>
2008-08-27  Robert RoeblingAdd XCode project files to wxMac's <make dist>
2008-08-26  Robert RoeblingAlso make make dist for wxMac work
2008-08-26  Robert RoeblingUpdate <make dist> for wxGTK
2008-08-24  Benjamin Williamsrebake because of new auibar.*
2008-08-13  Stefan Csomoradding generic BUNDLE_RESOURCES for copying any special...
2008-08-13  Stefan Csomorfixing remainder of bug #3776, clean activateAndIgnoreC...
2008-08-05  Stefan Csomoradding support for overwrites from project bkls for...
2008-08-03  Stefan Csomormoving osx files (rename will follow)
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-02  Vadim Zeitlinextract parts of wxXRC depending on wxAdv in a separate...
2008-08-01  Stefan Csomoractivating ustring again
2008-08-01  Stefan Csomormoving common implementation for osx closer to unix...
2008-07-31  Stefan Csomoradapting osx file layout
2008-07-29  Robert RoeblingAdded 32-bit (UCS-4) wxUString class
2008-07-26  Vadim Zeitlinadded a simple benchmarking suite
2008-06-23  Václav Slavíkadded <xrc-file> tag to wxpresets
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-14  Vadim Zeitlinrebuild files generated by src/stc/gen_iface.py automat...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Stefan Csomorrenaming mac to osx and subdirs
next