summaryrefslogtreecommitdiff
path: root/FL/Fl.H
AgeCommit message (Expand)Author
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
2014-04-29Hmm, reverted some of my doc changes in r10134 -- could swear the optionGreg Ercolano
2014-04-29Small doc modifications to clarify Fl::OPTION_ARROW_FOCUSGreg Ercolano
2014-01-31Rename Fl::scheme_is() to Fl::is_scheme().Albrecht Schlosser
2014-01-21Small documentation fixups.Albrecht Schlosser
2014-01-21New method Fl::scheme_is(const char *name).Albrecht Schlosser
2013-09-22STR #2860: Mods for full screen support.Greg Ercolano
2013-09-13Added code example for ossman's new add_clipboard_notify(),Greg Ercolano
2013-09-11STR 2636. Add ability to get notifications whenever thePierre Ossman
2013-02-08Mac OS text input: removed the Fl::marked_text_length() function that's not n...Manolo Gouy
2013-01-13Mac OS: added support for the text input feature introduced in OS 10.7 "Lion"...Manolo Gouy
2012-12-24Mac OS text input: defined a small API that user-defined text editing widgets...Manolo Gouy
2012-10-18Fix STR#2857: screen_xywh() mouse pointer functions may initially return wron...Manolo Gouy
2012-04-10Fix typos.Albrecht Schlosser