1. 07 Jun, 2012 2 commits
  2. 06 Jun, 2012 1 commit
  3. 05 Jun, 2012 1 commit
  4. 04 Jun, 2012 4 commits
  5. 02 Jun, 2012 3 commits
  6. 01 Jun, 2012 3 commits
  7. 31 May, 2012 3 commits
  8. 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
  9. 24 May, 2012 1 commit
  10. 16 May, 2012 2 commits
  11. 13 May, 2012 1 commit
  12. 08 May, 2012 1 commit
  13. 07 May, 2012 1 commit
  14. 04 May, 2012 1 commit
  15. 03 May, 2012 3 commits
  16. 02 May, 2012 1 commit
  17. 30 Apr, 2012 2 commits
  18. 26 Apr, 2012 1 commit
  19. 23 Apr, 2012 1 commit
  20. 19 Apr, 2012 1 commit
  21. 18 Apr, 2012 2 commits
  22. 13 Apr, 2012 1 commit
  23. 10 Apr, 2012 1 commit
  24. 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