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: magnush/mhwaveedit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Sound-Linux-More/mhwaveedit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 162 files changed
  • 4 contributors

Commits on Sep 25, 2019

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

Commits on Jan 17, 2021

  1. Track missing files

    drfiemost committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    2851c11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from drfiemost/dist_fixes

    Thank you.
    zvezdochiot authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    357b8b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Update autotools files (technically these should not be tracked as au…

    …tomatically installed when running autoreconf)
    drfiemost committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c9df3b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f888c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    633d68f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db42ed8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd153c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

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

Commits on Jan 21, 2021

  1. Merge pull request #2 from Sound-Linux-More/autotools_update

    Autotools update
    drfiemost authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    1e02389 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Add workflows

    drfiemost committed May 14, 2023
    Configuration menu
    Copy the full SHA
    7499d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d1332 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Modernize gtk (#4)

    * build system: remove support for GTK+ 1.x and update to autoconf 2.69
    
    * remove support for GTK+ 1.x from source
    
    * remove support for GTK+ < 2.18
    
    * remove support for GLib 1.x
    
    * remove deprecated g_thread_init()
    
    * replace deprecated g_strcasecmp()
    
    * replace 2 deprecated GtkLists (4 remaining)
    
    * replace deprecated GtkType
    
    * replace deprecated gtk_type_new()
    
    * unify all *_class_init signatures
    
    * unify *_init signatures
    
    * replace deprecated gtk_type_unique()
    
    * remove deprecated gtk_type_class()
    
    * replace deprecated gtk_signal_new()
    
    * replace deprecated gtk_signal_emit*
    
    * rename GTK_SIGNAL_FUNC and replace deprecated gtk_signal_connect()
    
    * replace deprecated gtk_signal_connect_object()
    
    * replace 1 deprecated GtkList (3 remaining)
    
    * replace 1 deprecated GtkList in configdialog
    
    * replace deprecated GdkPixmap in main and mainwindow.c
    
    * replace deprecated GtkToolbar API
    
    * fix previous commit for GtkToolbar
    
    previous commit changed 3 toggle buttons to normal buttons by mistake
    
    * replace 1 deprecated GtkList in effectbrowser
    
    * replace deprecated GTK_WIDGET_SET_FLAGS
    
    * replace deprecated gtk_label_parse_uline()
    
    * replace deprecated GtkItemFactory in effectbrowser
    
    * update translations because of string change in previous commit
    
    Note: charset for Swedish and Russian changed to UTF-8
    
    * replace deprecated gtk_marshal_*
    
    * replace deprecated GtkItemFactory in mainwindow.c
    
    Note: GtkItemFactory's successor is GktUIManager, but that is deprecated
    in 3.10. Therefore creating all menus the traditional way.
    
    * replace deprecated GTK_WIDGET_VISIBLE
    
    * replace deprecated gtk_signal_disconnect_by_data()
    
    * replace last GtkList in recorddialog.c
    
    There is now a ListObject with presets and a parallel GtkListStore with
    the same presets which is a bad solution and prone to regressions. The
    ListObject/GList is kept, because most internal widgets/objects are
    operating with GLists.
    
    * replace deprecated gtk_widget_set_usize()
    
    * replace deprecated gtk_object_get_data()
    
    * replace deprecated GtkCombo in soxdialog
    
    * remove unused variables
    
    * replace last deprecated gtk_signal_*
    
    * fix regression: Toolbar was not visible
    
    remove GtkEventBox and size requests
    
    * replace deprecated gtk_hbutton_box_set_layout_default()
    
    * replace deprecated g_strdown()
    
    * replace deprecated gtk_object_set_data()
    
    * update .gitignore
    
    * silence unused-but-set-variable warning
    
    * initialize variable before use
    
    * replace deprecated g_source_get_current_time()
    
    * replace deprecated gtk_widget_set_uposition()
    
    * Restore original toolbar size
    
    * Get rid of deprecated GTimeVal
    
    * Remove deleted files from build
    
    * Update po files
    
    * Update gettext requirement
    
    * Reduce autoconf requirement
    
    ---------
    
    Co-authored-by: Gabor Karsay <[email protected]>
    drfiemost and gkarsay authored May 16, 2023
    Configuration menu
    Copy the full SHA
    0db87db View commit details
    Browse the repository at this point in the history
Loading