descriptionNon::FLTK
repository URLhttps://git.kx.studio/non/ntk
ownerliushuyu011@gmail.com
last changeThu, 28 Jan 2021 01:45:29 +0000 (27 17:45 -0800)
last refreshSat, 20 Apr 2024 22:22:40 +0000 (21 00:22 +0200)
content tags
add:
README
# What is NTK? #

NTK is a fork of FLTK 1.3.0 which adds graphics rendering via
Cairo, support for transparent/overlapping widgets, streamlining
of internals, and some new/improved widgets.

# LICENSING #

NTK has the same license as FLTK.

# Documentation #

Currently, there is none (beyond the FLTK 1.3 docs)

# Building #

NTK uses the 'waf' build system.
     
     Type:
         ./waf configure --help 
         
to see compilation options.

Building and installing generally goes like:

     ./waf configure
     ./waf
      su -c './waf install'

# Usage #

NTK uses pkg-config for publishing library information.
shortlog
2021-01-28 Jonathan Moore... Bump version.masterv1.3.1001
2021-01-21 John Riggthemes: Workaround for bug where a background color...
2021-01-09 Jonathan Moore... Tweak themes.
2021-01-09 Jonathan Moore... Adjust color schemes.
2021-01-09 Jonathan Moore... fl_contrast: Return FL_FOREGROUND or FL_BACKGROUND...
2021-01-09 Jonathan Moore... Clean up some inconsistencies in themes.
2021-01-09 Jonathan Moore... ntk-chtheme: Add new color scheme. Save/restore select...
2021-01-09 Jonathan Moore... More theme tweaks.
2021-01-09 Jonathan Moore... Workaround for zynaddsubfx.
2020-10-12 Jonathan Moore... Tweak themes for more color consistency.
2019-09-25 Jonathan Moore... Upgrade waf to 2.0.18.
2018-08-21 Jonathan Moore... Upgrade to waf 2.0.9.
2017-10-05 Jonathan Moore... Bump versionv1.3.1000
2017-04-21 Mathias BuhrFixes a use-after-free
2017-04-21 Mathias BuhrFixes clang build issues
2014-10-18 falkTXFix for menubar not appearing in the right position
...
tags
3 years ago v1.3.1001
6 years ago v1.3.1000
heads
3 years ago master