summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-19Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.Manolo Gouy
2016-04-19Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...Manolo Gouy
2016-04-19Move GL-related static member functions of the Fl_X class on Mac OS to class ...Manolo Gouy
2016-04-19Complete the implementations of virtual Fl_X* Fl_Window_Driver::makeWindow() ...Manolo Gouy
2016-04-19Move Fl_X::make_fullscreen() for WIN32 platform to Fl_WinAPI_Window_Driver:: ...Manolo Gouy
2016-04-19Transform Fl_X::make(Fl_Window*) for WIN32 platform into virtual Fl_X* Fl_Win...Manolo Gouy
2016-04-19Transform Fl_X::make(Fl_Window*) for Mac platform into Fl_X *Fl_Cocoa_Window_...Manolo Gouy
2016-04-19Move several of the methods of class Fl_X for Mac platform to class Fl_Cocoa_...Manolo Gouy
2016-04-19Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...Manolo Gouy
2016-04-19Move the set_key_window() member function from class Fl_X to class Fl_Cocoa_W...Manolo Gouy
2016-04-18Move other_xid member variable from class Fl_X to class F_Window_Driver.Manolo Gouy
2016-04-18Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.Manolo Gouy
2016-04-18Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...Manolo Gouy
2016-04-18Replace static void Fl_X::activate_window(Window) under X11 platform by void ...Manolo Gouy
2016-04-18Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().Manolo Gouy
2016-04-18Remove Fl_X::setwindow(Fl_Window*) from WIN32 and USE_X11 Fl_X classes.Manolo Gouy
2016-04-18Move Fl_X::backbuffer_bad under USE_X11 to class Fl_X11_Wi,dow_Driver.Manolo Gouy
2016-04-18Remove Fl_X::x(w,X) and Fl_X::y(w,Y) on the USE_X11 platform that are unused ...Manolo Gouy
2016-04-18Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...Manolo Gouy
2016-04-17Fixes for Linux for recent commits.Matthias Melcher
2016-04-17MSWindows fixes for previous commits.Matthias Melcher
2016-04-17virtualized some Region calls.Matthias Melcher
2016-04-17virtualized Fl::set_color and free_color.Matthias Melcher
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 a few // TODO: check after having checkedManolo Gouy
2016-04-17Remove set_icons() from the virtual API of class Fl_Window_Driver because it ...Manolo Gouy
2016-04-16Fix usage of preprocessor macro USE_X11.Albrecht Schlosser
2016-04-16Remove unused and "illegal" include statements.Albrecht Schlosser
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-16Use more consistent naming for derived classes of Fl_Native_File_Chooser_Driver.Manolo Gouy
2016-04-16Modify the FL_PORTING pragma message to make clear implementation is optional.Manolo Gouy
2016-04-16Add to Doxygen comments how to proceed for a platform where no file chooser i...Manolo Gouy
2016-04-16Remove the virtual destructor of class Fl_X that is no longer needed.Manolo Gouy
2016-04-16Fix typos in comments.Albrecht Schlosser
2016-04-16Fix C++ comments in C source files and headers. Albrecht Schlosser
2016-04-16Revert accidentally reverted file by svn r 11607.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