summaryrefslogtreecommitdiff
path: root/src/Fl_Double_Window.cxx
AgeCommit message (Expand)Author
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-05-08Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()ManoloFLTK
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-09Remove a bunch of useless #include <FL/Fl_Printer.H> statements.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-07-28Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta...Manolo Gouy
2017-07-27Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which...Manolo Gouy
2017-07-25Rewrite Fl_Window_Driver::resize_after_scale_change() removing calls to Fl_Wi...Manolo Gouy
2017-07-24Remove useless statement.Manolo Gouy
2017-07-19Remove unwanted difference in one Fl_Double_Window constructor between branch...Manolo Gouy
2016-04-18Move other_xid member variable from class Fl_X to class F_Window_Driver.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-25Remove a bunch of useless #include <FL/x.H> directives.Manolo Gouy
2016-03-22Rewrite Fl_Window::resize() under the driver model.Manolo Gouy
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-12Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...Matthias Melcher
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-03-06New, driver-based Fl_Double_Window implementation.Manolo Gouy
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-09Porting efforts, minimal Android stuff, cleanup.Matthias Melcher
2016-02-09Fix MSWindows issues from last refactoring.Matthias Melcher
2016-02-09Fix typos for Linux from previous check-in.Matthias Melcher
2016-01-31Needed for Linux/Unix build.Manolo Gouy
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-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-07-24Use -(NSGraphicsContext*)[NSWindow graphicsContext] to obtain the adequateManolo Gouy
2015-03-17Mark the picture formats static, they don't changeLauri Kasanen
2015-03-16Correct HAVE_XRENDER preprocessor checks.Lauri Kasanen
2015-03-16Add support for accelerated alpha blending under X11.Lauri Kasanen
2015-02-08Allow compilation with -std=c++11 on Mac OS XManolo Gouy
2014-09-23Removed useless extern void fl_restore_clip()Manolo Gouy
2014-09-23Simpler implementation of Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha()...Manolo Gouy
2014-09-22Corrected drawing of RGBA images to Fl_Image_Surface and to Fl_Copy_Surface o...Manolo Gouy
2014-05-21Removed compilation warning.Manolo Gouy
2014-02-22Check for use of the Fl_GDI_Printer_Graphics_Driver class to detect printer u...Manolo Gouy
2014-02-07Fix crash when Fl_Window::flush() is called before show() (STR #3028).Albrecht Schlosser
2012-11-13Documentation: repair some instances of documented functions that did not app...Manolo Gouy
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-07-24STR 2705: moved all inline constructors (that I could find) from header files...Matthias Melcher
2012-04-28Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern r...Fabien Costantini
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy