summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2019-05-22Fix Doxygen comment badly processed by Doxygen 1.8.15ManoloFLTK
2019-05-22Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window()ManoloFLTK
2019-05-15Document Fl_File_Input::errorcolor() as deprecatedAlbrecht Schlosser
2019-05-15Fix some links in documentationAlbrecht Schlosser
2019-05-09Fix Doxygen doc of Fl_Window::border(int) and border()ManoloFLTK
2019-04-28macOS: yet simpler implementation of window resize and rescale.ManoloFLTK
2019-04-14Correct typo in Doxygen docManoloFLTK
2019-04-14Doxygen doc: rewording for more clarity.ManoloFLTK
2019-04-14Doxygen: rewording for more clarity.ManoloFLTK
2019-04-14Doxygen: rewording for more clarity.ManoloFLTK
2019-04-14More explicit short doc of Fl_Multi_Label.ManoloFLTK
2019-04-13Further Doxygen doc about OpenGL and HighDPI.ManoloFLTK
2019-04-12Doxygen: describe better support for OpenGL on HighDPI displays.ManoloFLTK
2019-04-12Doxygen: make explanation of how PostScript text works always visible.ManoloFLTK
2019-04-12Move Doxygen comments next to member function bodies.ManoloFLTK
2019-04-12Remove function body from Fl_Widget_Surface class declaration.ManoloFLTK
2019-04-10Make member function Fl_Surface_Device::driver(Fl_Graphics_Driver*) protected.ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2019-04-09Add public function Fl_RGB_Image *fl_capture_window_part()ManoloFLTK
2019-04-07Simpler implementation of Fl_Cocoa_Window_Driver::resize()ManoloFLTK
2019-03-26Use \deprecated Doxygen command where necessaryManoloFLTK
2019-03-12Avoid "unused argument" compiler warnings with -Wextra after #include <fl_dra...ManoloFLTK
2019-02-23New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...ManoloFLTK
2019-02-09Fix typosAlbrecht Schlosser
2019-02-06Remove Fl_Image::as_rgb_image() virtual member function.ManoloFLTK
2019-02-04Fl_Roller can now be controlled via the mouse wheel (STR #3120).Matthias Melcher
2019-02-03TypoMatthias Melcher
2019-02-02Tooltips hide by themselves after 12 seconds (STR #2584).Matthias Melcher
2019-02-02Removed all shadow lint in header files (STR #2714).Matthias Melcher
2019-02-02STR #3323: glutAddMenuEntry now has a const label argumentMatthias Melcher
2019-02-02Added Fl_Input_::append() method (STR #2953).Matthias Melcher
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2019-02-02Made Fl_Check_Browser::swap_item public.Matthias Melcher
2019-02-02Fixed missing item handling in Fl_Chekc_Browser (STR #3480).Matthias Melcher
2019-02-02Fl_Help_Dialog::load() now returns an error code (STR #3429)Matthias Melcher
2019-02-01STR #3386: Interface to set maximum width of spinner text field.Matthias Melcher
2019-01-23Doxygen mods for new FL_TREE_SELECT_SINGLE_DRAGGABLE flagGreg Ercolano
2019-01-12Fix Cairo callback drawing (needs flush)Albrecht Schlosser
2019-01-02Document global variable fl_sys_menu_bar - continued.Manolo Gouy
2018-12-31Document global variable fl_sys_menu_bar - continued.Manolo Gouy
2018-12-31Document global variable fl_sys_menu_bar.Manolo Gouy
2018-12-29Adding documentation for '@N', inactive color.Matthias Melcher
2018-12-29Fixing STR #2901, wrongly escaping the formatting character code in Fl_Browser.Matthias Melcher
2018-12-05Better Doxygen explanation of the use of Fl::paste().ManoloFLTK
2018-12-05Avoid 2 errors sent by Doxygen 1.8.14ManoloFLTK
2018-12-05New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()ManoloFLTK
2018-12-04Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...ManoloFLTK
2018-12-04Give a meaningful default implementation to a few more member functions of cl...ManoloFLTK
2018-11-30Remove unused arguments from the Fl_Device_Plugin::print() member function.Manolo Gouy
2018-11-29Use the Fl_Gl_Device_Plugin mechanism to simplify the construction of a layer...Manolo Gouy