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: m-labs/flickernoise
base: 86c7ca6
Choose a base ref
...
head repository: m-labs/flickernoise
compare: cf76930
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 14, 2012

  1. gui/performance.c: simplify and break down refresh_callback

    The code to start rendering isn't too bad as it is, but it'll get
    worse when we fix the title bug, so better separate it now.
    wpwrak committed Jan 14, 2012
    Copy the full SHA
    b14cecd View commit details
    Browse the repository at this point in the history
  2. gui/performance.c: fix - move advancing into skip_unsuitable

    The simplificaiton in commit 86c7ca6
    was a bit too simplistic. We still have to make sure simple_mode_current
    wraps around the ends of the patch array.
    wpwrak committed Jan 14, 2012
    Copy the full SHA
    cf76930 View commit details
    Browse the repository at this point in the history