index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
line_style.cxx
Age
Commit message (
Expand
)
Author
2023-02-02
Fix position() methods that shadow Fl_Widget::position()
Matthias Melcher
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-12-08
Removed unnecessary casts (STR #2308).
Albrecht Schlosser
2010-12-08
Fixed Compiling with mingw-w64 (STR #2308).
Albrecht Schlosser
2010-11-28
Fixed more Copyright to 2010.
Matthias Melcher
2010-11-23
Line style test is now movable to be able to test line clipping.
Albrecht Schlosser
2009-04-21
Most test demos converted to use Fl_Double_Window
Greg Ercolano
2008-12-21
test/line_style: Added shortcut (&Line) for better "line on/off" testing
Albrecht Schlosser
2008-12-21
simplified and removed an extraneous statement.
Albrecht Schlosser
2008-12-21
Improved line_style test program to draw an optional 1-pixel line drawing
Albrecht Schlosser
2006-09-30
Fix void * to integer casts for 64-bit Intel systems (STR #1446)
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2000-06-08
Added return type to main() in line_style.cxx
Bill Spitzak
2000-05-13
Added Fl::first_window(window) to change which window is at the top of
Bill Spitzak