Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paulirwin/JavaToCSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: paulirwin/JavaToCSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0-beta
Choose a head ref
  • 14 commits
  • 73 files changed
  • 2 contributors

Commits on Dec 17, 2023

  1. Obsolete / Deprecated class

    nzdev committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f5fea46 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    b608f95 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    aacffe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a06d4a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6de68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    167623f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    5183369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    221a420 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9957153 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    3379c7d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update SECURITY.md

    paulirwin authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    224c4f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d962dfc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. UI refresh for better small screen support (#108)

    * GUI: Improvements for small screens and general UX
    
    This moves the usings/options selection to a new Settings window behind
    a gear icon, leaving more room for the Java/C# input/output panes.
    Additionally, Font Awesome icons were added for the GitHub button,
    settings gear button, open file button, and copy to clipboard button.
    The toggle button for light/dark mode has also been changed to use FA
    icons. Usings are now persisted to settings, which is a nice UX improvement.
    
    * GUI: Better support for folder conversion
    
    This functionality is now a top-level tab on the main screen instead of
    a checkbox with potentially confusing UX.
    
    * Add back default usings to CLI app
    paulirwin authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    500334a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f31eb View commit details
    Browse the repository at this point in the history
Loading