fltk/src/drivers
Manolo Gouy aa917d709c Avoid potential crash occurring after calling win->show(0,0)
See [fltk.general] Drawing to Fl_Offscreen received signal SIGSEGV, Segmentation fault.
that is unrelated to Fl_Offscreen but caused by calling win->show(0,0).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12179 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2017-02-22 11:33:12 +00:00
..
Cocoa Mac OS: remove unused members variables from platform-specific struct Fl_Window_Driver::shape_data_type 2017-02-20 12:57:40 +00:00
Darwin Add one more argument to virtual Fl_System_Driver::file_browser_load_filesystem() giving length of the filename argument 2016-10-19 08:40:41 +00:00
GDI Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen argument even if not created by fl_create_offscreen(). 2016-12-16 16:06:07 +00:00
OpenGL Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL window - continued. 2017-01-10 17:21:14 +00:00
Pico Set svn file properties. 2016-04-26 07:25:53 +00:00
PicoAndroid Fl_Graphics_Driver::global_gc() is already implemented in Fl_Graphics_Driver.cxx 2016-10-07 06:04:28 +00:00
PicoSDL Fixed OS X SDL double buffering issue and mouse dragging. 2016-12-06 23:21:52 +00:00
Posix Add --enable-print option to configure to allow building without print support on X11 platforms. 2016-12-01 17:31:29 +00:00
PostScript Add --enable-print option to configure to allow building without print support on X11 platforms. 2016-12-01 17:31:29 +00:00
Quartz Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen argument even if not created by fl_create_offscreen(). 2016-12-16 16:06:07 +00:00
WinAPI Implement a platform-independent version of Fl_Graphics_Driver::copy_offscreen() usable when drawing to PostScript. 2016-12-14 18:54:12 +00:00
X11 Avoid potential crash occurring after calling win->show(0,0) 2017-02-22 11:33:12 +00:00
Xlib Fix CMake config.h and compiler warnings. 2016-12-23 15:40:25 +00:00