Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-345 icon followup tweaks #355

Merged
merged 21 commits into from
May 9, 2024
Merged

GH-345 icon followup tweaks #355

merged 21 commits into from
May 9, 2024

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    ef2d6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf25ec8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dabb732 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc2f346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    141ef7f View commit details
    Browse the repository at this point in the history
  6. Add a new API for retrieving icons and assigning them to button-like …

    …components, providing a way to customize all app icons
    a-leithner committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2f33350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daaebb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df93c8e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    f5ed6bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e582c12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac870b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Move icon pack property to viewer's namespace (org.icepdf.iconpack

    …to `org.icepdf.ri.iconpack`)
    a-leithner committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a22d9e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Remove SwingViewBuilder#setPreferredButtonSize - buttons should str…

    …etch or shrink according to their content on their own
    a-leithner committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e93bf1f View commit details
    Browse the repository at this point in the history
  2. Replace preferred size logic (based on its icon) of `AbstractColorBut…

    …ton` with logic based on its children
    a-leithner committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    45c8290 View commit details
    Browse the repository at this point in the history
  3. Rename ImageColorIcon to ColorOverlayIcon to reflect it's no long…

    …er based on an `ImageIcon`
    a-leithner committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e0f8b55 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    3ddd803 View commit details
    Browse the repository at this point in the history
  2. GH-345 tweak button insets

    pcorless committed May 9, 2024
    Configuration menu
    Copy the full SHA
    545c6dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d30b3f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    413e997 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'refs/heads/fork/make-icons-customizable-tweaks' into GH…

    …-345.icon.followup.tweaks
    
    # Conflicts:
    #	viewer/viewer-awt/src/main/java/org/icepdf/ri/common/DropDownButton.java
    #	viewer/viewer-awt/src/main/java/org/icepdf/ri/common/SwingViewBuilder.java
    #	viewer/viewer-awt/src/main/java/org/icepdf/ri/common/utility/outline/OutlinesTree.java
    #	viewer/viewer-awt/src/main/java/org/icepdf/ri/common/widgets/AbstractColorButton.java
    #	viewer/viewer-awt/src/main/java/org/icepdf/ri/images/DefaultIconPack.java
    #	viewer/viewer-awt/src/main/java/org/icepdf/ri/images/IconPack.java
    #	viewer/viewer-awt/src/main/java/org/icepdf/ri/images/Images.java
    pcorless committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0266d05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64426f7 View commit details
    Browse the repository at this point in the history