FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Albrecht Schlosser a0fcfa55d6 Fix (remove) C++11 extension in header file.
Found with clang [-Wc++11-extensions] (example):

Building CXX object src/CMakeFiles/fltk.dir/Fl_x.cxx.o
In file included from ../../src/Fl_x.cxx:40:
../../src/drivers/X11/Fl_X11_Screen_Driver.H:36:10: warning: unelaborated
  friend declaration is a C++11 extension; specify 'class' to befriend
  'Fl_Screen_Driver' [-Wc++11-extensions]
  friend Fl_Screen_Driver;
         ^
         class
1 warning generated.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13047 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-09-14 12:13:56 +00:00
cairo Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
CMake Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
documentation Better doc for using OpenGL version 3. 2018-08-21 07:45:32 +00:00
examples MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer call Fl_Window::hide() + Fl_Window::show() 2018-09-12 12:46:09 +00:00
FL Update dependencies and fluid files, fix typos. 2018-08-30 10:41:16 +00:00
fluid Update dependencies and fluid files, fix typos. 2018-08-30 10:41:16 +00:00
GL
ide Android: fixed fl_beep to plat different sound for differen beep types, testing Doxygen to generate driver developer documentation 2018-06-23 10:06:04 +00:00
jpeg Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
lib
misc
nanosvg Update bundled nanosvg lib to latest upstream version. 2018-07-01 10:45:47 +00:00
png
public Activate GitLab CI and GitLab Pages (HTML docs). 2018-06-22 16:31:30 +00:00
src Fix (remove) C++11 extension in header file. 2018-09-14 12:13:56 +00:00
test Add missing Fl_Cairo_Window constructors (STR #3160). 2018-07-27 09:05:12 +00:00
zlib
.clang-format
.gitattributes Remove file with Windows crlf line endings from .gitattributes. 2018-08-10 23:49:43 +00:00
.gitignore Remove no longer needed file from .gitignore 2018-07-28 09:11:28 +00:00
.gitlab-ci.yml Update GitLab CI configuration (comments only). 2018-07-31 10:05:54 +00:00
abi-version.cmake.in
abi-version.in
ANNOUNCEMENT
autogen.sh
CHANGES MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer call Fl_Window::hide() + Fl_Window::show() 2018-09-12 12:46:09 +00:00
CHANGES_1.0
CHANGES_1.1
CHANGES_1.3
CMakeLists.txt More Android changes. 2018-03-02 20:03:04 +00:00
configh.cmake.in Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
configh.in Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
configure.ac Recent (circa early 2018) versions of the Mingw32 headers have changed the file header layout, breaking the build of fltk-1.4 for some users. 2018-06-18 22:49:04 +00:00
COPYING
CREDITS
DartConfig.cmake
fltk-config.in Fix line endings and other (svn) properties of fltk-config.in. 2018-08-03 09:18:07 +00:00
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in CMake: Fix fltk-config for Windows and Unix/Linux. 2018-02-23 19:41:52 +00:00
makesrcdist
README Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
README.abi-version.txt
README.Android.txt Android: Drawing RGB image data (and probaly rgba and grayscale as well). Testing unsing test/color_chooser.cxx 2018-03-31 21:29:33 +00:00
README.bundled-libs.txt Update bundled nanosvg lib to latest upstream version. 2018-07-01 10:45:47 +00:00
README.Cairo.txt
README.CMake.txt
README.md Update README.md for Git mirrors. 2018-06-20 09:41:52 +00:00
README.OSX.txt
README.Pico.txt
README.Unix.txt Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
README.Windows.txt Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
VERSION

README - Fast Light Tool Kit (FLTK) Version 1.4.0

VERY IMPORTANT TECHNICAL NOTICE

** This FLTK repository is work in progress. Use for testing purposes only. **

This repository will be replaced by another one in the near future.

Technically this means:

  • all Git hashes (SHA1's) used in this repository will be invalid once this repository got replaced
  • we don't accept pull requests for this repository

Technical background

Our main source code repository is currently (as of Jun 19, 2018) our subversion repository at http://www.fltk.org/software.php#SVN .

We are in the transition to convert the subversion repository to Git. Until this is done we have established Git mirrors of our Subversion repository at these two sites:

You may use these Git repositories for testing purposes, but please don't rely on their structure (branches) and particularly not on the commit (and file/blob) hashes (SHA1's).

Committing to these Git repositories is not possible since they are mirrors of the original Subversion repository.

WHAT IS FLTK?

The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
modern GUI functionality without the bloat and supports 3D
graphics via OpenGL(r) and its built-in GLUT emulation. It
was originally developed by Mr. Bill Spitzak and is
currently maintained by a small group of developers across
the world with a central repository in the US.

For more information see file README.