summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-10Remove redundant recursion (as suggested in [fltk.coredev] [porting] Remove r...Manolo Gouy
2016-03-10Rename header files with .H extensionManolo Gouy
2016-03-10Rename header files with .H extensionManolo Gouy
2016-03-09Add necessary test for non-null pointer.Manolo Gouy
2016-03-09Fix freeze of Fl_Native_File_Chooser occurring under Mac OS + X11 when printi...Manolo Gouy
2016-03-09Simplify Fl_OpenGL_Display_Device::capture_gl_rectangle() under Mac OS.Manolo Gouy
2016-03-09Rewrite Fl_Gl_Device_Plugin.cxx in a platform-independent way.Manolo Gouy
2016-03-09Simpler code for capture of OpenGL windows: the pixel array is converted to t...Manolo Gouy
2016-03-08Rewrite Fl_Gl_Device_Plugin::print() without any platform-specific code.Manolo Gouy
2016-03-08Simpler method to retain printed image data in memory until it is effectively...Manolo Gouy
2016-03-08A few more Pico fixes. Tests with single buffered windows render well for tho...Matthias Melcher
2016-03-08Improve documentation of Fl_Valuator class.Albrecht Schlosser
2016-03-08Fix overflow in Fl_Valuator::precision(int) to 0...9 (STR #3280).Albrecht Schlosser
2016-03-08Add missing PicoSDL functions for command line build.Matthias Melcher
2016-03-08Add very basic graphics support to PicoSDL.Matthias Melcher
2016-03-07Fixes for MSWindowMatthias Melcher
2016-03-07Fixes for X11Matthias Melcher
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-03-06New, driver-based Fl_Double_Window implementation.Manolo Gouy
2016-03-06Trying to make Pico work after Surface driver addition.Matthias Melcher
2016-03-06Rename SDL driver files to PicoSDL.Matthias Melcher
2016-03-06Remove duplicate Fl_Image_Surface::(un)translate()Manolo Gouy
2016-03-06Build with SDL driver needs to know also the Fl_Image_Surface class.Manolo Gouy
2016-03-06Fix include statements.Albrecht Schlosser
2016-03-05Remove obsolete files.Albrecht Schlosser
2016-03-05Remove warning message about signed/unsigned comparison.Manolo Gouy
2016-03-05Complete the platform-neutral implementation of fl_XXX_offscreen() functions.Manolo Gouy
2016-03-04Fix a problem seen in fluid on the Mac OS platform - continued.Manolo Gouy
2016-03-04Fix a problem seen in fluid on the Mac OS platform.Manolo Gouy
2016-03-04Fix bad #include directivesManolo Gouy
2016-03-04Complete driver-based implementation of Fl_Image_Surface.Manolo Gouy
2016-03-04Protect platform-specific parts from Doxygen.Manolo Gouy
2016-03-04Fix Fl_Xlib_Graphics_Driver::draw(Fl_RGB_Image *,...) that was incompletely c...Manolo Gouy
2016-03-03Remove Fl_Copy_Surface::newPlatformSurface() that does not do much.Manolo Gouy
2016-03-03Simpler implementation of Fl_Image_Surface.Manolo Gouy
2016-03-03A hopefully clearer implementation of the fl_XXX_offscreen() functions.Manolo Gouy
2016-03-03Fix error in an #include directive.Manolo Gouy
2016-03-03Use more expressive variable names.Manolo Gouy
2016-03-03Made Pico/SDL setup compile and run some minimal code.Matthias Melcher
2016-03-02Rewrite Fl_Image_Surface with full separation of public API and platform-spec...Manolo Gouy
2016-03-02Fix negative 'd' and 'ld' args in fl_draw_image() (X11 + Windows).Albrecht Schlosser
2016-03-02Finalize new implementation of Fl_Copy_Surface.Manolo Gouy
2016-03-02Add support for SDL as a base library on OS X.Matthias Melcher
2016-03-01Fix a few Doxygen warnings.Manolo Gouy
2016-03-01Allow fl_draw_image() with negative L parameter for Mac OS - continued.Manolo Gouy
2016-03-01Allow running fluid -c without opening the X11 display.Manolo Gouy