]> git.sesse.net Git - nageru/history - glwidget.cpp
Write 1.4.0 changelog.
[nageru] / glwidget.cpp
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-19 Steinar H. GundersonReenable simple audio.
2016-10-19 Steinar H. GundersonAdd a global variable for the audio mixer; it was getti...
2016-07-25 Steinar H. GundersonUpgrade to newer bmusb, with namespacing.
2016-05-02 Steinar H. GundersonFilter Qt signals about updated names and colors.
2016-04-04 Steinar H. GundersonAdd red and green borders around channels to mark them...
2016-04-02 Steinar H. GundersonMake it possible to choose which card is the master...
2016-04-01 Steinar H. GundersonAllow setting the video and audio inputs runtime.
2016-03-04 Steinar H. GundersonAdd an option to scan through all possible modes for...
2016-03-04 Steinar H. GundersonAdd a menu option where the user can change the input...
2016-02-02 Steinar H. GundersonFix some compilation errors with Movit from packages.
2016-01-25 Steinar H. GundersonMake audio input source selectable.
2016-01-22 Steinar H. GundersonMake signal mapping changeable by right-clicking on...
2016-01-06 Steinar H. GundersonRemove more std:: instances.
2016-01-05 Steinar H. GundersonClean up resources in the global ResourcePool on exit...
2015-12-30 Steinar H. GundersonShow the current resolution next to the inputs.
2015-11-22 Steinar H. GundersonFix a small memory leak in GLWidget.
2015-11-02 Steinar H. GundersonRemove some debugging.
2015-11-01 Steinar H. GundersonRe-run IWYU, again with lots of manual cleanup.
2015-11-01 Steinar H. GundersonMake NUM_CARDS into a command-line flag.
2015-10-31 Steinar H. GundersonAdd some more check_error() calls, for debugging Mesa...
2015-10-29 Steinar H. GundersonMove the audio level logic into MainWindow, where it...
2015-10-29 Steinar H. GundersonAdd a peak display.
2015-10-29 Steinar H. GundersonAdd the beginnings of a very simple VU meter, based...
2015-10-08 Steinar H. GundersonWire the transition names through to the UI.
2015-10-08 Steinar H. GundersonHook up the channel click events.
2015-10-06 Steinar H. GundersonRemove the now unused preview size setting.
2015-10-06 Steinar H. GundersonUse Movit also for the display logic; a bit more setup...
2015-10-05 Steinar H. GundersonHook up the preview window to a different chain.
2015-10-04 Steinar H. GundersonPrepare for multiple output channels from the mixer.
2015-10-04 Steinar H. GundersonClean up the surface stuff in Mixer, now that we have...
2015-10-04 Steinar H. GundersonCleanup in Mixer.
2015-10-04 Steinar H. GundersonMove all mixer stuff into a class.
2015-10-04 Steinar H. GundersonRun IWYU (plus lots of manual fiddling).
2015-10-04 Steinar H. GundersonUse QGLWidget instead of QOpenGLWidget, as the latter...
2015-10-04 Steinar H. GundersonFix a warning.
2015-10-04 Steinar H. GundersonHook up display (via a separate RGBA texture) to the UI.
2015-10-04 Steinar H. GundersonFiddle a bit to get epoxy and Qt to work better together.
2015-10-03 Steinar H. GundersonChange some sizes.
2015-10-03 Steinar H. GundersonClean mixer thread shutdown.
2015-10-03 Steinar H. GundersonInitial checkin.