summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2015-09-07Documentation: better descriptions of Fl_Gl_Window::mode() and Fl_Gl_Window::...Manolo Gouy
2015-09-05Mac OS platform: Allow compilation of user code with non-Apple compiler.Manolo Gouy
2015-08-28Moved Mac-specific type declaration to mac.HManolo Gouy
2015-08-27Programs compiled with pre-10.7 SDKs can now fully use retina displays.Manolo Gouy
2015-08-24Avoid strange warnings/error messages from 'make depend'.Albrecht Schlosser
2015-08-24Restore compilability with Mac OS 10.3Manolo Gouy
2015-08-13Document Fl_Text_Editor::global_key_bindings and related methods.Albrecht Schlosser
2015-08-11Improved Mac OS implementation of Fl_Window::wait_for_expose().Manolo Gouy
2015-08-09Fixes descriptive comment of the mapped_to_retina_ class variable.Manolo Gouy
2015-08-07- Implement Fl_Window::wait_for_expose() for Mac OS:Manolo Gouy
2015-07-27Document Fl_Window::show() calling Fl_Group::current(0).Albrecht Schlosser
2015-07-26Fixes STR#3177; item_pathname() supports FL_SUBMENU_POINTER,Greg Ercolano
2015-07-22Add new event name FL_ZOOM_GESTURE to FL/names.h.Albrecht Schlosser
2015-07-22It's possible to transmit an Fl_Shared_Image to Fl_Window::shape(const Fl_Ima...Manolo Gouy
2015-07-21Documentation updates (part of STR #2751).Albrecht Schlosser
2015-07-18Fix and improve Fl_Table docs, fix some other typos.Albrecht Schlosser
2015-07-18Restore compilability with Mac OS SDK 10.3 and aboveManolo Gouy
2015-07-12Make FL_ABI_VERSION configurable (STR #3161).Albrecht Schlosser
2015-07-09Update fluid .fl files and generated code - remove trailing white space.Albrecht Schlosser
2015-07-09Fix box background drawing for deactivated widgets (STR #2907).Albrecht Schlosser
2015-06-30Define NSInteger in FL/mac.H when needed, so it's available to all source files.Manolo Gouy
2015-06-28Add documentation of Fl_Scroll::resize(...), fix some more Fl_Scroll docs.Albrecht Schlosser
2015-06-16Remove more superfuous comments, fix one typo.Albrecht Schlosser
2015-06-15Fix spelling errors and improve documentation.Albrecht Schlosser
2015-06-10Mac OS: make Fl_Display_Device::high_resolution() private because it is notManolo Gouy
2015-05-25Added void Fl_Sys_Menu_Bar::setonly(Fl_Menu_Item*) member function.Manolo Gouy
2015-05-24Moved docs for fail() from prototype in Fl_Image.H -> implementation in Fl_Im...Greg Ercolano
2015-05-24Fixes these errors on Linux:Greg Ercolano
2015-05-23STR #2873: new function Fl_Image::fail() that returns 0, ERR_NO_IMAGE, ERR_FO...Matthias Melcher
2015-05-18Add support for Fl::copy(..clipboard = 2..)Lauri Kasanen
2015-04-28Restored the possibility to call Fl::set_font()Manolo Gouy
2015-04-28Doc clarifications for Fl_Image methods:Greg Ercolano
2015-04-28Fl_Tree: improved draw() behavior when deactivated;Greg Ercolano
2015-04-05Documentation: replaced characters by bytes as the correct unit Manolo Gouy
2015-04-05Documentation updates on callbacks and Fl::readqueue().Albrecht Schlosser
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-04-04Fix Windows 64-bit compilation warnings (STR #2813).Albrecht Schlosser
2015-04-03Fix copyright and remove obsolete comment.Albrecht Schlosser
2015-04-03Fix compiler warning on Windows 64-bit (STR #2813).Albrecht Schlosser
2015-04-01Added FL_ZOOM_GESTURE gesture for OS X.Matthias Melcher
2015-03-24More detailed documentation about drawing to other surfaces than the computer...Manolo Gouy
2015-03-22Fix STR #3176: possible bad border effect when a set of radio menu items is l...Manolo Gouy
2015-03-16Add support for accelerated alpha blending under X11.Lauri Kasanen
2015-03-16Detect XRender supportLauri Kasanen
2015-03-12More detailed Doxygen doc of Fl_Shared_Image::scale() and Fl_Image::draw(X,Y,...Manolo Gouy
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2015-03-10[Version 1.3.4] Update version numbers - hopefully complete.Albrecht Schlosser