summaryrefslogtreecommitdiff
path: root/FL/Fl_Device.H
AgeCommit message (Expand)Author
2017-04-25Add an argument to the private, virtual member function void Fl_Surface_Devic...Manolo Gouy
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-12-01Rename Fl_Surface_Device::_surface private member variable to surface_ follow...Manolo Gouy
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-10-16Add Doxygen note that class Fl_Device_Plugin is not intended for public use.Manolo Gouy
2016-09-23Remove useless forward declaration.Manolo Gouy
2016-09-19Remove static bool Fl_Display_Device::high_resolution() which may not be real...Manolo Gouy
2016-04-26Set more accurately the protections of the members of class Fl_Display_Device.Manolo Gouy
2016-04-19Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...Manolo Gouy
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-03Made Pico/SDL setup compile and run some minimal code.Matthias Melcher
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
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-10Basic Screen Driver Structure. LIMBO!Matthias Melcher
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher
2016-02-01Add fl_focus_rect function to driver.Matthias Melcher
2016-01-31Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...Matthias Melcher
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-26Fixed a few commentsMatthias Melcher
2016-01-26Moving GDI/WIN32 files to new directroy structureMatthias Melcher
2016-01-26Moved Quartz graphics driver to the new naming schemeMatthias Melcher
2016-01-26Hacky version of font_x and font_xft, compiles on Fedora LinuxMatthias Melcher
2016-01-24Fixed for LinuxMatthias Melcher
2016-01-24Extracting OpenGL text calls. This is a minimum implementation for testing. D...Matthias Melcher
2016-01-24Reorganizing color drawing code.Matthias Melcher
2016-01-23Added OpenGL support for dotted lines. Active widget now renders focus rectan...Matthias Melcher
2016-01-23OpenGL arc and pie drawing (Mmmmh, pie!)Matthias Melcher
2016-01-23Added OpenGL implementation of fl_vertex calls. Compiling and linking, but fu...Matthias Melcher
2016-01-23Fixing vertex implementationMatthias Melcher
2016-01-23Hiding fl_vertex form public viewMatthias Melcher
2016-01-22Removing Xlib rect calls from public view.Matthias Melcher
2016-01-21Fixed two typos to make things run under MSWindows again.Matthias Melcher
2016-01-21Removed MSWindows GDI graphics driver from public view. Matthias Melcher
2016-01-21Remove Quartz graphics driver from public view.Matthias Melcher
2016-01-21Moving already cleaned up methods within class to make it easier to see metho...Matthias Melcher
2016-01-20Wrapping up fl_rect.cxx implementation. Introducing 3 moer virtual functions ...Matthias Melcher
2016-01-20Reorganized all integer line and polygon drawing functionsMatthias Melcher
2016-01-20Re-ordering a few more functions. It's nice to see how clear functions like r...Matthias Melcher
2016-01-20Starting to cut out individual graphics function, so that multiple drivers ca...Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-12-22Doc change only: clearly document that FLTK has at any time a current drawing...Manolo Gouy
2015-12-16Running FLTK in static initializers (cont'd):Manolo Gouy
2015-06-10Mac OS: make Fl_Display_Device::high_resolution() private because it is notManolo Gouy
2015-04-28Restored the possibility to call Fl::set_font()Manolo Gouy
2015-03-24More detailed documentation about drawing to other surfaces than the computer...Manolo Gouy
2015-03-16Add support for accelerated alpha blending under X11.Lauri Kasanen