]> git.0d.be Git - jack_mixer.git/shortlog
jack_mixer.git
2020-07-04 Daniel SheelerPaned position restore hack
2020-07-04 Christopher... Add 'error_dialog' function to reduce DRY
2020-07-04 Daniel SheelerImproved prefader button appearance and tooltip. Thank...
2020-07-03 Daniel SheelerAdd a prefader button to input channel control groups
2020-07-03 Daniel SheelerRemove unnecessary c interface funcs. Fix volume text...
2020-07-02 Daniel SheelerRemove commented code
2020-07-02 Christopher... Use standard-logging module instead of scattered print...
2020-07-02 Daniel SheelerMake initial window wide enough to fit 2 ins, 2 outs...
2020-07-02 Christopher... Improve styling of control groups
2020-07-02 Daniel SheelerMove global mute/solo buttons below faders
2020-07-02 Daniel SheelerUse alpha in color chooser; set default color to (0...
2020-07-02 Daniel SheelerMIDI Control Channels -> MIDI Control Changes
2020-07-02 Daniel SheelerAdd 0dB/-Inf option for starting values on newly create...
2020-07-02 Daniel SheelerSave paned position; use wider handle
2020-07-02 Daniel SheelerPut output channels in scrolled window and seperate...
2020-07-01 Daniel SheelerImprove mute/solo ControlGroup packing
2020-07-01 Daniel SheelerRemove debug print
2020-07-01 Daniel SheelerOn open, only clear channels if loading xml file succeeds
2020-07-01 Daniel SheelerAdd confirmation dialog before clearing channels
2020-06-30 Daniel SheelerStore all preferences to xml save file
2020-06-30 Christopher... Update AUTHORS file and authors list in about dialog...
2020-06-30 Christopher... Add accelerator shortcuts to menu items (#22)
2020-06-30 Christopher... Fix Gtk deprecation warning for save dialog as well
2020-06-30 Daniel SheelerCss names no longer derived from channel name.
2020-06-30 Daniel SheelerUpdate .gitignore
2020-06-30 Daniel SheelerImprove midi_behavior_mode code
2020-06-30 Daniel SheelerFix deprecated warnings
2020-06-30 Daniel SheelerMake CTRL-click insead of CTRL-double-click set slider...
2020-06-29 Daniel SheelerBalance uses pick up mode
2020-06-29 Daniel SheelerBalance double-click reset to zero; scroll; click drag...
2020-06-29 Daniel SheelerDo pick up mode properly for volume
2020-06-28 Daniel SheelerNew for fader: double click -> -inf; ctrl double click...
2020-06-28 Daniel SheelerAdd midi behavior modes: "pick up" and "jump to value"
2020-06-28 Daniel SheelerUse .xml extension for nsm save file
2020-06-28 Christopher... Use argparse instead of optparse and simplify/fix posit...
2020-06-27 Daniel SheelerMake compatible with nsm visibility messages
2020-06-26 Daniel SheelerFix channel property update bugs
2020-06-26 Daniel SheelerAdd out channel label to control group buttons
2020-06-26 Daniel SheelerChoose output channel colors
2020-06-25 Daniel SheelerRename "Autoset" to "Learn"
2020-06-25 Daniel SheelerIdk if it helps, but check existence of width, height...
2020-06-25 Christopher... Allow manual setting of MIDI control change numbers...
2020-06-25 Daniel SheelerAdd nsm support. Remove lash
2020-06-24 Daniel SheelerRemove GConf. Use plaintext preferences file.
2020-06-22 Frédéric Pétersbuild: create .tar.xz files
2020-06-22 Frédéric Pétersrelease: 12 release-12
2020-06-22 Daniel SheelerFix file() -> open()
2020-06-20 Daniel SheelerReset color of over 0db/NaN peak on click
2020-06-18 Daniel SheelerRemove fpconst mention in INSTALL (removed from code...
2020-06-18 Daniel SheelerMerge pull request #7 from synthnassizer/mergebranch
2020-06-18 Athanasios... minor fix to report jack name along with volumes
2020-06-18 Athanasios... many memleak errors
2020-06-18 Athanasios... various warning fixes
2020-06-18 Frédéric Pétersremove references to gna.org (shutdowned) 11 release-11
2020-06-18 Frédéric Pétersrelease: 11
2020-06-18 Frédéric Pétersdoc: note about python 3 in NEWS file
2020-06-18 Frédéric Pétersdoc: update INSTALL with new python3 requirement
2020-06-18 Frédéric Pétersadd Daniel Sheeler to authors
2020-06-18 Frédéric Pétersremove system tray lefovers
2020-06-18 Frédéric Pétersbuild: require python 3
2020-06-13 Athanasios... Merge branch 'master' into mergebranch
2020-06-13 Athanasios... added inits for frames
2020-06-12 Daniel SheelerFix step_increment for scroll event
2020-06-12 Daniel SheelerFix mono input to stereo output
2020-06-11 Daniel Sheelerpython2 -> python3 initial changes
2020-06-11 Athanasios... added reporting of the current volume through sigusr1...
2020-06-11 Athanasios... fixed mono operation segfault
2020-06-11 Athanasios... added scale.h and split scale function declarations...
2020-06-11 Frédéric Pétersadd entry about GTK3 port to NEWS file
2020-06-11 Frédéric Pétersadd Daniel Sheeler to copyright in about dialog
2020-06-11 Daniel SheelerGet rid of some deprecated warnings
2020-06-11 Daniel SheelerRemove sys tray thingy.
2020-06-11 Daniel SheelerMake midi sensing dialog on top
2020-06-11 Daniel SheelerFix autoset dialogue bug
2020-06-10 Athanasios... added help and stereo options in cli args
2020-06-09 Daniel SheelerFixes segfault and makes channels stereo
2020-05-14 Daniel SheelerHandle scroll events for custom slider
2020-05-14 Daniel SheelerNew knob for custom slider
2020-05-12 Daniel SheelerMake custom slider draw in gtk3
2020-05-11 Daniel SheelerFix merge fail.
2020-05-10 Daniel SheelerFix solo display errror; better colors
2020-05-10 Daniel SheelerFix remove channels and remove some debug prints
2020-05-10 Daniel SheelerReplace deprecated menuitem code
2020-05-09 Daniel SheelerBetter formatting
2020-05-07 Daniel SheelerVarious fixes; color buttons with css
2020-05-06 Daniel SheelerFirst pass at gtk3
2020-05-04 Daniel SheelerDon't show solo midi cc for Output channels
2020-05-04 Daniel SheelerJust starting coloring ControlGroup buttons
2020-05-04 Daniel SheelerMake 'solo all' midi controlable
2020-05-04 Daniel SheelerAdd a 'solo all' button
2020-05-03 Daniel SheelerShore up sensing midi cc
2020-05-03 Daniel SheelerNew channel dialogue now can set mute_cc
2020-05-02 Daniel SheelerMerge pull request #4 from trebmuh/patch-1
2020-05-02 Olivier HumbertDesktop file improvements
2020-05-02 Daniel SheelerFix add_channel misnamed parameter
2020-04-29 Daniel SheelerAdd midi control for mute-all button
2020-04-29 Daniel SheelerAdd mute-all button to input channels
2020-04-27 Daniel SheelerRemove main mix channel
2020-04-27 Daniel SheelerReduce volume ramp time to 0.01 seconds
2020-04-27 Daniel SheelerMake midi channel 0 work
next