summaryrefslogtreecommitdiff
path: root/FL/mac.H
AgeCommit message (Expand)Author
2016-09-24Add MAC_OS_X_VERSION_10_12 preprocessor variableManolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-04-20Add missing typedef statement for CGContextRef.Manolo Gouy
2016-04-20Clean #include directives used by x.H, mac.H, win32.HManolo Gouy
2016-04-19Have headers x.H, win32.H and mac.H share a unique definition of class Fl_X Manolo Gouy
2016-04-19Move GL-related static member functions of the Fl_X class on Mac OS to class ...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 member function void Fl_X::flush() by virtual void Fl_Window_Driver::...Manolo Gouy
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-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-16Remove the virtual destructor of class Fl_X that is no longer needed.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-02Continue removing from class Fl_X all what is not window-related.Manolo Gouy
2016-04-02Remove #include directive for Fl_Font.H from mac.HManolo Gouy
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-04-02Remove now useless Fl_X::window_ref() function.Manolo Gouy
2016-04-02Make constant CoreText_threshold local to file Fl_Quartz_Graphcs_Driver_font.cxxManolo Gouy
2016-04-02Move Fl_X::next_marked_length to the Fl_Cocoa_Screen_Driver class.Manolo Gouy
2016-04-02Move function Fl_X::calc_mac_os_version() to class Fl_Darwin_System_DriverManolo Gouy
2016-04-02Move get_carbon_function() to the Fl_Darwin_System_Driver class where it belo...Manolo Gouy
2016-04-02Move intersect_region_and_rect() to the Quartz driver code where it belongs.Manolo Gouy
2016-03-31Move marked text-related data to the Fl_Cocoa_Screen_Driver class.Manolo Gouy
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-29Add #include <FL/Fl_Widget.H> needed in mac.HManolo Gouy
2016-03-29Remove useless #include <FL/Fl_Device.H>Manolo Gouy
2016-03-29Clean mac.H of a few useless #include directives.Manolo Gouy
2016-03-28Rewrite Fl_dnd.cxx under the driver model.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-24Fix the "bizarre makefile build error" due to double declarations of fl_clip_...Manolo Gouy
2016-03-23Rewrite Fl_Window::iconize() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::handle(int) under the driver model.Manolo Gouy
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-01Rewrite the Fl_Copy_Surface class with strict separation of public API and pl...Manolo Gouy
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-19Add System Driver and Window Driver.Matthias Melcher
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-14Remove Fl_X::q_fill_context() used only once.Manolo Gouy
2016-02-14Remove Fl_X::q_clear_clipping() used only once.Manolo Gouy