1. 20 Aug, 2004 2 commits
  2. 19 Aug, 2004 7 commits
  3. 18 Aug, 2004 9 commits
  4. 17 Aug, 2004 6 commits
  5. 16 Aug, 2004 7 commits
  6. 15 Aug, 2004 7 commits
  7. 14 Aug, 2004 2 commits
    • Jérome Decoodt's avatar
      *.nib: continuous sliders · 9ceb12b9
      Jérome Decoodt authored
      intf: Equalizer window in window menu
      equalizer.m: presets should work now
      equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
      9ceb12b9
    • Sam Hocevar's avatar
      * configure.ac: · 302caa01
      Sam Hocevar authored
          + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
            causes gcc to inline every single function of this size because of
            -O3's -finline-functions, although the documentation states that this
            flag should only affect explicitly inlined functions.
      302caa01