summaryrefslogtreecommitdiff
path: root/FL/Fl.H
AgeCommit message (Expand)Author
2017-07-20Update Fl_Widget_Tracker docs with better example code.Albrecht Schlosser
2016-09-16Documentation: restructure the description of function Fl::paste().Manolo Gouy
2016-05-05Documentation: detail ownership of the image data when pasting from an image-...Manolo Gouy
2016-05-03Fix potential memory leak under X11 when pasted image is not accepted by the ...Manolo Gouy
2016-04-20Avoid the expression "foreign language" in comments.Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
2016-04-15Move platform-dependent implementations of fl_open/close_display() to the Fl_...Manolo Gouy
2016-04-15Continue moving to Fl_System_Driver the platform_dependent implementations of...Manolo Gouy
2016-04-09Fix typos.Albrecht Schlosser
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-04-05Fix more compiler warnings.Albrecht Schlosser
2016-04-01Replace Fl_System_Driver::driver() by Fl::system_driver()Manolo Gouy
2016-03-31Complete removing platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-31Continue removing platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-31Begin to remove platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-26Move fl_local_* decl. and short docs back to FL/Fl.H.Albrecht Schlosser
2016-03-25Separating platform-dependent from platform-independent code: make src/Fl.cxx...Manolo Gouy
2016-03-12Add localization of modifier key names in shortcut labels.Albrecht Schlosser
2016-03-02Add support for SDL as a base library on OS X.Matthias Melcher
2016-02-24Avoid static initializers to allow FLTK usage in static initializers.Manolo Gouy
2016-02-13[Cairo] Remove part of the dependency of FL/Fl.H on config.h.Albrecht Schlosser
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
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-10Basic Screen Driver Structure. LIMBO!Matthias Melcher
2016-01-28Non-changing changes... Attempting to keep the porting branch somehwat in-syn...Ian MacArthur
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-18Replaced static initializer with Fl_OpenGL_Display_Device.Matthias Melcher
2016-01-18Fixed stupid typo in variable nameMatthias Melcher
2016-01-17Trying to create a more detaild way to configure the library, added runtime i...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
2015-12-02Mac OS: support for high resolution OpenGL windows.Manolo Gouy
2015-12-01Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou...Manolo Gouy
2015-10-24Fix doxygen comment of Fl::abi_check()Albrecht Schlosser
2015-07-09Fix box background drawing for deactivated widgets (STR #2907).Albrecht Schlosser
2015-05-18Add support for Fl::copy(..clipboard = 2..)Lauri Kasanen
2015-04-05Documentation: replaced characters by bytes as the correct unit Manolo Gouy
2015-04-04Fix doxygen docs of previous commit.Albrecht Schlosser
2015-04-04Add Fl::abi_check() method to test if the runtime ABI version is correct.Albrecht Schlosser
2015-04-04Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version().Albrecht Schlosser
2015-01-19Added version information to Doxygen comments.Manolo Gouy
2014-12-20Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...Manolo Gouy
2014-11-25Separate and improve documentation of overloaded Fl::event_state() methods.Albrecht Schlosser
2014-10-30Remove Fl::*sleep() method family, as discussed in fltk.coredev.Albrecht Schlosser
2014-09-15Add methods to enable and disable the system's input methods.Pierre Ossman
2014-09-15Add methods to intercept low level system events.Pierre Ossman
2014-06-07STR #3088: make Fl_Native_File_Chooser use the standard GTK file dialog when ...Manolo Gouy
2014-05-23Added copy/paste from/to FLTK applications of graphical data.Manolo Gouy
2014-05-21Added a new portable sleep API(ABI compatible). Now features a flexible multi...Fabien Costantini