summaryrefslogtreecommitdiff
path: root/FL/Fl_Device.H
AgeCommit message (Expand)Author
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
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2015-02-261) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...Manolo Gouy
2014-11-25Fix a doxygen warning.Albrecht Schlosser
2014-11-19Added full support of retina displays on the mac platform.Manolo Gouy
2014-11-06Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...Manolo Gouy
2014-10-29Export the xlib graphics driverLauri Kasanen
2014-02-22Better separate printer-specific code using virtual Fl_GDI_Printer_Graphics_D...Manolo Gouy
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-05-02Added Fl_Graphics_Driver::vertex_no(), vertices() and vextex_kind() accessor ...Manolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2012-03-12Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...Manolo Gouy
2012-03-04The virtual member functions of the Fl_Graphics_Driver abstract class that we...Manolo Gouy
2012-02-17Added missing #include <stdlib.h>Manolo Gouy
2012-02-16Added missing initialization/deallocation of member variables of class Fl_Gra...Manolo Gouy
2011-10-02STR 2714: remove lint (variables that have the same name as a function in the...Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-03-23Fixed Fl_Device destructor (made it virtual). This eliminates the compilerAlbrecht Schlosser
2011-03-01STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary ...Manolo Gouy
2011-02-28The Mac OS Fl_Display_Device constructor now calls fl_open_display(). Thus, allManolo Gouy
2011-02-24Made struct matrix a subclass of Fl_Graphics_Device class to avoid collisionManolo Gouy
2011-02-23Fl_Device: removed class_name(char *) member function and set class_name(void...Manolo Gouy