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
/
src
/
Fl_arg.cxx
Age
Commit message (
Expand
)
Author
2008-09-13
WP1 merged from my branch, WP2 reserved, todo list updated.
Fabien Costantini
2008-07-13
Make --post create a basic Mac OS X application bundle with a shell script
Michael R Sweet
2005-05-26
Move show() after scheme() call in Fl_Window::show(argc, argv) to
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-08-02
Fix Fl_Window::show(argc, argv) so that it calls Fl::get_system_colors(),
Michael R Sweet
2003-07-29
Fix STR #111 (display opened too soon)
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-10-28
Ignore OSX -psn_N_NNNNN option.
Michael R Sweet
2002-08-09
More shadow variable changes...
Michael R Sweet
2002-04-14
Add Cygwin drive code.
Michael R Sweet
2002-04-14
Propagate events from the tooltip window to the widget we are tooltipping
Michael R Sweet
2002-04-13
Add Fl::dnd_text_ops() methods.
Michael R Sweet
2002-04-11
Make Fl_Output a subclass of Fl_Input, and add input_type and readonly
Michael R Sweet
2002-03-25
Rename all remaining functions that don't start with fl_ to
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-20
Implement Fl::scheme() and Fl::reload_scheme() (this includes support
Michael R Sweet
2001-12-11
Multiple fixes from Sebastien.
Michael R Sweet
2001-11-27
Preliminary commit of my MacOS X work.
Michael R Sweet
2001-11-22
Fix all references to '.C' files (now .cxx)
Michael R Sweet
2001-11-03
Update all non-text widgets that take keyboard focus to check
Michael R Sweet
2001-03-20
can_do_overlay was missing from WIN32 version
Bill Spitzak
2001-01-22
Copyright 2001.
Michael R Sweet
2000-11-20
Get rid of "member X hidden by variable X" warnings...
Michael R Sweet
2000-06-08
Added initializers to WIN32 version of XParseGeometry.
Michael R Sweet
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
1999-12-03
Fixed warning message in Mike's fix to Fl::args
Bill Spitzak
1999-12-01
Fixes argc == 0 segfault.
Carl E. Thompson
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-02
From Bill:
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-19
The great heading change - now use standard LGPL header with CVS tags.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet