summaryrefslogtreecommitdiff
path: root/src/Fl_arg.cxx
AgeCommit message (Expand)Author
2024-01-14#842 - cont'd: fix typos in documentation.ManoloFLTK
2024-01-13#842: Documents args() color values and how they applyMatthias Melcher
2023-11-17Remove friend declaration from Fl_Window.H (see STR 3354)Albrecht Schlosser
2022-11-09Fixed uninitialised variable.Matthias Melcher
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-11-01Remove unnecessary include files, update dependenciesAlbrecht Schlosser
2022-10-23Make Fl::display(const char *) active also for the Wayland platform.ManoloFLTK
2022-02-22X11: Disable "boxcheat" hackAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
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