don't call neither OnSaveModified() nor Modify(false) from On{New,Open}Document(...
[wxWidgets.git] / build /
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  Jaakko SalliFixed (hopefully) wx_dll.dsw regarding propgrid and...
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  Francesco Montorsirevert changes erroneously committed (sorry)
2009-02-08  Francesco Montorsigit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
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-07  Vadim Zeitlinanother attempt to run tests with verbose logging in...
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-28  Vadim Zeitlindefine a separate run-tests-with-timing tag
2009-01-27  Vadim Zeitlinyet another blind attempt to run tests with --timing...
2009-01-26  Vadim Zeitlintrying to make the tests run in trunk release build...
2009-01-26  Vadim Zeitlinuse --timing option with trunk build, not stable one
2009-01-26  Vadim Zeitlindisable utils compilation in stable STL builds as tex2r...
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
2009-01-23  Vadim Zeitlinrebake without persistence files
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-22  Robert RoeblingAdded clipboard sample check to configure.in, other...
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  Michael WetherellSwitch off the tests on Windows and switch back on...
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-23  Vadim Zeitlindon't use __thread keyword with g++ < 4 as it results...
2008-11-17  Vadim Zeitlinport updates for newer Intel compiler support from...
2008-11-12  Vadim Zeitlinuse -Woverloaded-virtual if g++ supports it
2008-11-12  Vadim Zeitlinuse correct shared library extension for HP-UX on ia64...
2008-11-12  Vadim Zeitlinfix the dependencies directory name for traditional...
2008-11-12  Vadim Zeitlinremove lines containing nothing but spaces: this is...
2008-11-06  Michael WetherellTemporarily disable the email notifications as we're...
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-27  Vadim Zeitlinrebaked using bakefile 0.2.5
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-16  Vadim Zeitlinfix PCH in VC8 projects (until the next rebake...)
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  Vadim Zeitlinuse /nologo nmake switch to avoid many annoying copyrig...
2008-10-09  Vadim Zeitlinexclude contrib from build for as long as there is...
2008-10-09  Stefan Csomorforgot to commit this file ...
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinupdate to 0.2.4 version
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-10-06  Michael WetherellAdd builds for the stable branch, and make the release...
2008-10-06  Michael WetherellLimit to one build at a time with a lock, share checkou...
2008-10-02  Michael WetherellUpdate from Laurent.
2008-09-30  Michael WetherellUpdate from Brian.
2008-09-29  Michael WetherellApply Brian's own changes.
2008-09-29  Michael WetherellMake the names consistent between the two builds.
2008-09-29  Michael WetherellEnable vc++ 9 quick builds.
2008-09-29  Michael WetherellAdd a couple of missing close slashes.
2008-09-29  Michael WetherellRename to ravnsgaard.xml.
2008-09-29  Michael WetherellSwitch to release builds.
2008-09-27  Michael WetherellChange the locks to allow builds for different branches...
2008-09-27  Michael WetherellUse shared checkouts with a fresh copy for each build...
2008-09-26  Vadim ZeitlinBrian Ravnsgaard Riis slave added
2008-09-26  Michael WetherellConfigure a second Windows build and give the slave...
2008-09-26  Vadim Zeitlinupdate from Laurent
2008-09-25  Robin DunnInstall kbdstate.h and mousestate.h
2008-09-24  Michael WetherellInitial commit for Laurent Humbertclaude's Windows...
2008-09-22  Kevin OllivierRebake after taskbar addition (apparently dlist.h commi...
next