~ubuntu-branches/ubuntu/raring/lmms/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/zynaddsubfx/fltk/src/fl_gtk.cxx

  • Committer: Charlie Smotherman
  • Date: 2012-12-05 22:08:38 UTC
  • mfrom: (33.1.7 lmms_0.4.13)
  • Revision ID: cjsmo@cableone.net-20121205220838-09pjfzew9m5023hr
* New  Upstream release.
  - Minor tweaking to ZynAddSubFX, CALF, SWH plugins  and Stefan Fendt's RC
    filters.
  - Added UI fixes: Magnentic effect of knobs and Piano-roll fixes
  - Updated German localization and copyright year
* debian/lmms-common.install:
  - added /usr/share/applications so the lmms.desktop file will correctly
    install (LP: #863366)
  - This should also fix the Software Center not displaying lmms in sound
    and video (LP: #824231)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: fl_gtk.cxx 6616 2009-01-01 21:28:26Z matt $"
 
2
// "$Id: fl_gtk.cxx 7903 2010-11-28 21:06:39Z matt $"
3
3
//
4
4
// "GTK" drawing routines for the Fast Light Tool Kit (FLTK).
5
5
//
6
6
// These box types provide a GTK+ look, based on Red Hat's Bluecurve
7
7
// theme...
8
8
//
9
 
// Copyright 2006-2009 by Michael Sweet.
 
9
// Copyright 2006-2010 by Michael Sweet.
10
10
//
11
11
// This library is free software; you can redistribute it and/or
12
12
// modify it under the terms of the GNU Library General Public
300
300
 
301
301
 
302
302
//
303
 
// End of "$Id: fl_gtk.cxx 6616 2009-01-01 21:28:26Z matt $".
 
303
// End of "$Id: fl_gtk.cxx 7903 2010-11-28 21:06:39Z matt $".
304
304
//