summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2016-04-17virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...Matthias Melcher
2016-04-17virtualizes fl_set_spot and fl_reset_spotMatthias Melcher
2016-04-17Move q_release_context() from class Fl_X to class Fl_Cocoa_Window_DriverManolo Gouy
2016-04-17Move Fl_X::gc for Mac platform to the Fl_Cocoa_Window_Driver classManolo Gouy
2016-04-17Remove set_icons() from the virtual API of class Fl_Window_Driver because it ...Manolo Gouy
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Begin moving non window-related member functions out of Fl_X class.Manolo Gouy
2016-04-16Fix typos in comments.Albrecht Schlosser
2016-04-15Pico can draw lines rectf and arcs, so the top level driver does not have toMatthias Melcher
2016-04-15Fixed Pico again.Matthias Melcher
2016-04-15Move platform-dependent implementations of fl_open/close_display() to the Fl_...Manolo Gouy
2016-04-15Move platform-dependent implementations of Fl::en/dis/able_im() to the Fl_Scr...Manolo Gouy
2016-04-15Move platform-dependent implementations of fl_clipboard_notify_changes() to t...Manolo Gouy
2016-04-15Move platform-dependent implementations of Fl::clipboard_contains() to the Fl...Manolo Gouy
2016-04-15Move the platform-dependent implementations of Fl::paste() to the Fl_System_D...Manolo Gouy
2016-04-15Continue moving to Fl_System_Driver the platform_dependent implementations of...Manolo Gouy
2016-04-15Continue removing from class Fl_X what is not window-related.Manolo Gouy
2016-04-15Continue removing from class Fl_X what is not window-related.Manolo Gouy
2016-04-14PicoSDL mostly running againMatthias Melcher
2016-04-14PicoSDL fixes - not working!Matthias Melcher
2016-04-14Complete rewriting of Fl_Tree_Prefs.cxx under the driver model.Manolo Gouy
2016-04-14Begin to rewrite Fl_Tree_Prefs.cxx under the driver model.Manolo Gouy
2016-04-14Fix Quartz-specific graphics problem apparent in tree demo.Manolo Gouy
2016-04-13Rewrite Fl_own_colormap.cxx under the driver model.Manolo Gouy
2016-04-13Rewrite fl_encoding_mac_roman.cxx under the driver model.Manolo Gouy
2016-04-13Rewrite fl_encoding_latin1.cxx under the driver model.Manolo Gouy
2016-04-13Remove redundant if condition, fix indenting.Albrecht Schlosser
2016-04-12Finish rewrite of Fl_File_Chooser2.cxx for the driver model.Manolo Gouy
2016-04-12Begin to rewrite Fl_File_Chooser2.cxx for the driver model.Manolo Gouy
2016-04-12Rewrite fl_draw_pixmap.cxx under the driver model.Manolo Gouy
2016-04-12Add and correct a few Doxygen comments.Manolo Gouy
2016-04-12Reorganize the implementations of the virtual member function Fl_System_Drive...Manolo Gouy
2016-04-11Add missing #include directiveManolo Gouy
2016-04-11Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...Manolo Gouy
2016-04-11Improve use of struct stat for WIN32 platform.Manolo Gouy
2016-04-11Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...Manolo Gouy
2016-04-11Fix VisualC++ build (Visual Studio 2015).Albrecht Schlosser
2016-04-10Rewrite Fl_lock.cxx under the driver model.Manolo Gouy
2016-04-10Rewrite Fl_get_system_colors.cxx under the driver model.Manolo Gouy
2016-04-10Rewrite Fl_File_Input.cxx under the driver model.Manolo Gouy
2016-04-10Remove platform-dependent code from Fl_PNG_Image.cxxManolo Gouy
2016-04-10Fix error in WIN32 code when rewriting Fl_File_Browser.cxx for the driver model.Manolo Gouy
2016-04-10Rewrite Fl_Preferences.cxx under the driver model.Manolo Gouy
2016-04-10Rewrite Fl_File_Browser.cxx under the driver model.Manolo Gouy
2016-04-09Fix Doxygen warning ("nested comment").Albrecht Schlosser
2016-04-09Rewrite fl_shortcut.cxx for the driver model.Manolo Gouy
2016-04-09Rewrite Fl_Tooltip.cxx for the driver model.Manolo Gouy