]> git.0d.be Git - jack_mixer.git/history - slider.py
Set version to 14 in preparation for next release
[jack_mixer.git] / slider.py
2020-10-14 Christopher ArndtChannel strip UI layout and code improvements (#68)
2020-09-29 Christopher ArndtRefactor: put balance slider into own class in 'slider...
2020-09-29 Christopher ArndtMinor code formatting changes and clean-up in slider.py
2020-09-29 Christopher ArndtFix: Ctrl-click sets to 0.0 dbFS, not 1.0
2020-09-29 Christopher ArndtReplace deprecated Gtk.VScale with Gtk.Scale
2020-07-03 Daniel SheelerRemove unnecessary c interface funcs. Fix volume text...
2020-07-02 Christopher ArndtUse standard-logging module instead of scattered print...
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-26 Daniel SheelerAdd out channel label to control group buttons
2020-06-25 Daniel SheelerIdk if it helps, but check existence of width, height...
2020-06-13 Athanasios SilisMerge branch 'master' into mergebranch
2020-06-12 Daniel SheelerFix step_increment for scroll event
2020-06-11 Daniel Sheelerpython2 -> python3 initial changes
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-06 Daniel SheelerFirst pass at gtk3
2009-12-14 Frédéric PétersRemove shebang lines from Python plain modules
2009-12-14 Frédéric PétersRenamed classes to conform to standard Python coding...
2009-10-19 Frédéric PétersHook up custom widgets preference
2009-10-19 Frédéric PétersHack GtkRange click events to set slider at the positio...
2009-10-16 Frédéric PétersReplace custom widget by gtk.VScale
2009-10-16 Frédéric PétersAlign slider knob lines with pixel grid
2006-12-17 Nedko ArnaudovMove code to separate dirctory - dont intermix it with...