summaryrefslogtreecommitdiff
path: root/src/Fl_arg.cxx
AgeCommit message (Expand)Author
2016-09-26Rename Fl_System_Driver::flNoValue to Fl_System_Driver::fl_NoValue to follow ...Manolo Gouy
2016-04-03Fix error introduced in Fl_arg.cxx when converted to the driver model.Manolo Gouy
2016-04-01Replace Fl_System_Driver::driver() by Fl::system_driver()Manolo Gouy
2016-03-28Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-23Rewrite Fl_Window::show(int argc, char **argv) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::iconize() under the driver model.Manolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-01Clean up fl_args for OS X.Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2014-05-04Removed compilation warnings.Manolo Gouy
2012-04-21Fl::arg now removes a command line argument that is added by Xcode. This will...Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-24reworked doxygen comments for Fl::arg() and Fl::args() - part 2engelsman
2010-10-23reworked doxygen comments for Fl::arg() and Fl::args() - part 1engelsman
2010-03-25Fixed doxygen warnings and added a new documentation module "CallbackAlbrecht Schlosser
2009-12-06Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo...Matthias Melcher
2009-07-01Fixed some more typos.Albrecht Schlosser
2009-03-22fixed a typoAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-13WP1 merged from my branch, WP2 reserved, todo list updated.Fabien Costantini
2008-07-13Make --post create a basic Mac OS X application bundle with a shell scriptMichael R Sweet
2005-05-26Move show() after scheme() call in Fl_Window::show(argc, argv) toMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-08-02Fix Fl_Window::show(argc, argv) so that it calls Fl::get_system_colors(),Michael R Sweet
2003-07-29Fix STR #111 (display opened too soon)Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-10-28Ignore OSX -psn_N_NNNNN option.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-04-14Add Cygwin drive code.Michael R Sweet
2002-04-14Propagate events from the tooltip window to the widget we are tooltippingMichael R Sweet
2002-04-13Add Fl::dnd_text_ops() methods.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-20Implement Fl::scheme() and Fl::reload_scheme() (this includes supportMichael R Sweet
2001-12-11Multiple fixes from Sebastien.Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-03Update all non-text widgets that take keyboard focus to checkMichael R Sweet
2001-03-20can_do_overlay was missing from WIN32 versionBill Spitzak
2001-01-22Copyright 2001.Michael R Sweet
2000-11-20Get rid of "member X hidden by variable X" warnings...Michael R Sweet
2000-06-08Added initializers to WIN32 version of XParseGeometry.Michael R Sweet