Skip to content
Snippets Groups Projects
  1. Nov 06, 2012
  2. Nov 01, 2012
  3. Oct 31, 2012
  4. Oct 30, 2012
  5. Oct 27, 2012
  6. Sep 21, 2012
  7. Sep 20, 2012
  8. Aug 20, 2012
  9. Aug 14, 2012
  10. Aug 13, 2012
  11. Aug 10, 2012
  12. Jul 27, 2012
  13. Jul 23, 2012
  14. Jul 20, 2012
  15. Jul 18, 2012
    • Timur Pocheptsov's avatar
      Fix for a combobox. The problem is quite subtle and tough - with Cocoa I have to · 0b9e8d95
      Timur Pocheptsov authored
      process "paint events" immediately, but ROOT also can draw outside of paint event.
      And with combobox there are 2 "rendering passes", one is with incorrect sizes, the second one 
      is with correct sizes. With X11/Win32 these passes are sequenced - and the second
      one is initiated by expose event. With Cocoa the second pass actually happens before the 
      first one. This, plus some implementation details and different event order results
      in quite ugly visual artefact - the button in the right part of combobox is 
      not correctly repainted.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@45132 27541ba8-7e3a-0410-8455-c3a389f83636
      0b9e8d95
  16. Jul 11, 2012
  17. Jul 04, 2012
  18. Jun 27, 2012
  19. Jun 25, 2012
  20. Jun 14, 2012
  21. Jun 12, 2012
  22. Jun 04, 2012
    • Axel Naumann's avatar
      Remove · 08dd65a0
      Axel Naumann authored
        using namespace std;
      from Riostream.h, which has huge consequences for all of ROOT.
      Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.
      
      Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
      ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.
      
      Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
      TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@44507 27541ba8-7e3a-0410-8455-c3a389f83636
      08dd65a0
  23. May 09, 2012
  24. May 08, 2012
  25. May 07, 2012
  26. May 03, 2012
  27. May 02, 2012
  28. Apr 27, 2012
Loading