~ubuntu-branches/debian/experimental/fltk1.3/experimental

« back to all changes in this revision

Viewing changes to test/subwindow.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-12-24 14:58:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224145854-8mo1pemi2gj4kiab
Tags: 1.3~r8114-1
* New upstream snapshot.
* debian/libfltk{,-gl}1.3.symbols: update to reflect recent changes.
* debian/libfltk1.3-dev.docs: update per upstream README.* reorganization.
* debian/FLTKConfig.cmake: belatedly set FLTK_CAIRO_FOUND to TRUE.
* debian/FLTKLibraries-noconfig.cmake: trim stated dependencies,
  particularly for shared libraries.
* debian/control: promote some suggestions to recommendations:
  - fluid -> fltk1.3-doc (for the help browser)
  - libfltk1.3-dev -> fluid (few users entirely hand-craft UIs)
  - libfltk1.3-dev -> libglu1-mesa-dev | libgl-dev (for <FL/glu.h>)
* Thanks to Yuri D'Elia for suggesting that I review the above three files.
* src/fl_font_xft.cxx: revert XFT->core name mapping, which upstream has
  implemented in a slightly different fashion.
* debian/rules: enable "CP936" (GBK) CJK encoding support.
* debian/fluid.lintian-overrides: retire per upstream fluid.desktop
  simplification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: subwindow.cxx 6615 2009-01-01 16:35:13Z matt $"
 
2
// "$Id: subwindow.cxx 7903 2010-11-28 21:06:39Z matt $"
3
3
//
4
4
// Nested window test program for the Fast Light Tool Kit (FLTK).
5
5
//
8
8
// Buttons and pop-up menu should work, indicating that mouse positions
9
9
// are being correctly translated.
10
10
//
11
 
// Copyright 1998-2009 by Bill Spitzak and others.
 
11
// Copyright 1998-2010 by Bill Spitzak and others.
12
12
//
13
13
// This library is free software; you can redistribute it and/or
14
14
// modify it under the terms of the GNU Library General Public
187
187
}
188
188
 
189
189
//
190
 
// End of "$Id: subwindow.cxx 6615 2009-01-01 16:35:13Z matt $".
 
190
// End of "$Id: subwindow.cxx 7903 2010-11-28 21:06:39Z matt $".
191
191
//