index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Double_Window.cxx
Age
Commit message (
Expand
)
Author
2016-03-22
Rewrite Fl_Window::resize() under the driver model.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...
Matthias Melcher
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-03-07
Separating Fl_X and Fl_Window_Driver in Fl_Window.
Matthias Melcher
2016-03-06
New, driver-based Fl_Double_Window implementation.
Manolo Gouy
2016-02-27
Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-09
Porting efforts, minimal Android stuff, cleanup.
Matthias Melcher
2016-02-09
Fix MSWindows issues from last refactoring.
Matthias Melcher
2016-02-09
Fix typos for Linux from previous check-in.
Matthias Melcher
2016-01-31
Needed for Linux/Unix build.
Manolo Gouy
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher
2016-01-27
1) Added a new way to detect whether the drawing operation is using the platf...
Manolo Gouy
2016-01-04
Created pseudo code for all FL_PORTED section so that FLTK compiles and links...
Matthias Melcher
2016-01-04
Fix typos in #pragma FL_PORTING.
Albrecht Schlosser
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-07-24
Use -(NSGraphicsContext*)[NSWindow graphicsContext] to obtain the adequate
Manolo Gouy
2015-03-17
Mark the picture formats static, they don't change
Lauri Kasanen
2015-03-16
Correct HAVE_XRENDER preprocessor checks.
Lauri Kasanen
2015-03-16
Add support for accelerated alpha blending under X11.
Lauri Kasanen
2015-02-08
Allow compilation with -std=c++11 on Mac OS X
Manolo Gouy
2014-09-23
Removed useless extern void fl_restore_clip()
Manolo Gouy
2014-09-23
Simpler implementation of Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha()...
Manolo Gouy
2014-09-22
Corrected drawing of RGBA images to Fl_Image_Surface and to Fl_Copy_Surface o...
Manolo Gouy
2014-05-21
Removed compilation warning.
Manolo Gouy
2014-02-22
Check for use of the Fl_GDI_Printer_Graphics_Driver class to detect printer u...
Manolo Gouy
2014-02-07
Fix crash when Fl_Window::flush() is called before show() (STR #3028).
Albrecht Schlosser
2012-11-13
Documentation: repair some instances of documented functions that did not app...
Manolo Gouy
2012-11-06
Replaced 10302 with 10301 for FLTK_ABI_VERSION
Matthias Melcher
2012-07-24
STR 2705: moved all inline constructors (that I could find) from header files...
Matthias Melcher
2012-04-28
Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern r...
Fabien Costantini
2012-03-18
Fix STR#2810: removed all uses of function Fl_Device::class_name().
Manolo Gouy
2012-03-12
Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...
Manolo Gouy
2012-03-12
Use a new Fl_Quartz_Graphics_Driver or Fl_GDI_Graphics_Driver instance when p...
Manolo Gouy
2011-11-28
Fixed a potential crash if Fl_Double_Window::flush() was called before show().
Albrecht Schlosser
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-02-06
Janitorial code fixes: braces, indenting, FLTK coding standard.
Albrecht Schlosser
2011-02-02
Replaced a bunch of delete by delete[] where it's legitimate.
Manolo Gouy
2011-02-02
Removed global variable fl_surface that was not very useful because equivalent
Manolo Gouy
2011-02-02
Removed global variable fl_display_device that was not very useful because eq...
Manolo Gouy
2011-01-06
Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_C...
Manolo Gouy
2011-01-05
Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...
Manolo Gouy
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-10-12
Added Doxygen doc to offscreen drawing functions.
Manolo Gouy
2010-07-09
Fixed fl_XXX_offscreen functions when the current output goes to a printer or...
Manolo Gouy
2010-07-03
Fixed fl_copy_offscreen when output goes to a Quartz printer context.
Manolo Gouy
[next]