Skip to content
Snippets Groups Projects
  1. Aug 13, 2012
  2. Aug 10, 2012
  3. Jul 27, 2012
  4. Jul 23, 2012
  5. Jul 20, 2012
  6. 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
  7. Jul 11, 2012
  8. Jul 04, 2012
  9. Jun 27, 2012
  10. Jun 25, 2012
  11. Jun 14, 2012
  12. Jun 12, 2012
  13. 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
  14. May 09, 2012
  15. May 08, 2012
  16. May 07, 2012
  17. May 03, 2012
  18. May 02, 2012
  19. Apr 27, 2012
  20. Apr 25, 2012
  21. Apr 24, 2012
  22. Apr 23, 2012
  23. Apr 19, 2012
  24. Apr 13, 2012
  25. Apr 12, 2012
  26. Apr 04, 2012
  27. Apr 03, 2012
  28. Apr 02, 2012
Loading