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

« back to all changes in this revision

Viewing changes to FL/Fl_Help_View.H

  • 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: Fl_Help_View.H 7139 2010-02-23 15:55:22Z greg.ercolano $"
 
2
// "$Id: Fl_Help_View.H 8063 2010-12-19 21:20:10Z matt $"
3
3
//
4
4
// Help Viewer widget definitions.
5
5
//
6
 
// Copyright 1997-2009 by Easy Software Products.
 
6
// Copyright 1997-2010 by Easy Software Products.
7
7
// Image support by Matthias Melcher, Copyright 2000-2009.
8
8
//
9
9
// This library is free software; you can redistribute it and/or
42
42
#  include "Fl_Scrollbar.H"
43
43
#  include "fl_draw.H"
44
44
#  include "Fl_Shared_Image.H"
 
45
#  include "filename.H"
45
46
 
46
47
 
47
48
//
235
236
                atargets_;              ///< Allocated targets
236
237
  Fl_Help_Target *targets_;             ///< Targets
237
238
 
238
 
  char          directory_[1024];       ///< Directory for current file
239
 
  char          filename_[1024];        ///< Current filename
 
239
  char          directory_[FL_PATH_MAX];///< Directory for current file
 
240
  char          filename_[FL_PATH_MAX]; ///< Current filename
240
241
  int           topline_,               ///< Top line in document
241
242
                leftline_,              ///< Lefthand position
242
243
                size_,                  ///< Total document length
394
395
#endif // !Fl_Help_View_H
395
396
 
396
397
//
397
 
// End of "$Id: Fl_Help_View.H 7139 2010-02-23 15:55:22Z greg.ercolano $".
 
398
// End of "$Id: Fl_Help_View.H 8063 2010-12-19 21:20:10Z matt $".
398
399
//