1. 09 Jun, 2012 1 commit
  2. 07 Jun, 2012 2 commits
  3. 06 Jun, 2012 1 commit
  4. 05 Jun, 2012 1 commit
  5. 04 Jun, 2012 3 commits
  6. 02 Jun, 2012 3 commits
  7. 01 Jun, 2012 3 commits
  8. 31 May, 2012 3 commits
  9. 29 May, 2012 2 commits
    • Ellen Spertus's avatar
    • Ellen Spertus's avatar
      1. Made minor changes to annotation processors and related code while · e3e64382
      Ellen Spertus authored
      documenting them:
      - Made major improvements to Javadoc.
      - Added helper methods createOutputFile() and getOutputWriter() in
      ComponentProcessor.
      - Improved consistency in outputting destination file.
      - Removed/replaced a few references to goro, ODE, Young Android, etc.
      - Added my name back as author to some files (changed mind about being
      anonymous).
      - Added comments warning about Javadoc warnings in BluetoothReflection, to save
        time for anyone investigating the warnings in the future.
      - Removed or decreased visibility of fields where warranted.
      2. Added many package.html files to improve Javadoc.
      e3e64382
  10. 24 May, 2012 1 commit
  11. 16 May, 2012 2 commits
  12. 13 May, 2012 1 commit
  13. 08 May, 2012 1 commit
  14. 07 May, 2012 1 commit
  15. 04 May, 2012 1 commit
  16. 03 May, 2012 3 commits
  17. 02 May, 2012 1 commit
  18. 30 Apr, 2012 2 commits
  19. 26 Apr, 2012 1 commit
  20. 23 Apr, 2012 1 commit
  21. 19 Apr, 2012 1 commit
  22. 18 Apr, 2012 2 commits
  23. 13 Apr, 2012 1 commit
  24. 10 Apr, 2012 1 commit
  25. 06 Apr, 2012 1 commit
    • Ellen Spertus's avatar
      Added a shape property to the Button component. · 4959a3f1
      Ellen Spertus authored
      Added shapes are:
      - rounded: rectangle button with round corners
      - rectangular: rectangular button with squared off corners
      - oval: oval shaped button
      
      If the user selects a Button other than default with the default color the
      background no longer flashes yellow when clicked.  This was also true prior to
      the shape property being added.  In another CL, I am planning on adding a fix so
      that a Button flashes yellow when clicked no matter what shape or background
      color it has.
      4959a3f1