summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-21Remove a block of header comments in the middle of the file.Manolo Gouy
2016-09-21Restore building with X11 but not XftManolo Gouy
2016-09-21 Remove the 'suppressed' variable from cocoaMouseHandler(), a useless residu...Manolo Gouy
2016-09-20Restructure the code behind double Fl_Cocoa_Screen_Driver::wait(double time_t...Manolo Gouy
2016-09-20Update dependencies.Albrecht Schlosser
2016-09-20Remove fl_wait() that is not part of the public API.Manolo Gouy
2016-09-19Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...Manolo Gouy
2016-09-19Remove static bool Fl_Display_Device::high_resolution() which may not be real...Manolo Gouy
2016-09-13Remove possible warnings when compiling with -WundefManolo Gouy
2016-09-12Fix typo in macro __LP64__Manolo Gouy
2016-09-12Remove code requiring config.h from public header FL/x.HManolo Gouy
2016-09-12Create virtual void Fl_Graphics_Driver::draw(Fl_Shared_Image*,...)Manolo Gouy
2016-09-12Document function fl_open_callback()Manolo Gouy
2016-09-11Make Fl_Native_File_Chooser_FLTK.cxx compilable with FL_PORTING on.Manolo Gouy
2016-09-11Put the code that defines the layout of struct _XRegion in FL/x.HManolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-09-05Bringing over fix [r11923] from 1.3 current to the porting branch.Greg Ercolano
2016-09-05Bringing over fix [r11920] from 1.3 current to the porting branch.Greg Ercolano
2016-09-01Fix buffer overflow in CR/LF conversion.Albrecht Schlosser
2016-08-30Bringing over fix [r11907] from 1.3 current to the porting branch.Greg Ercolano
2016-08-28Fix slight mis-scaling when pasting Enhanced metafile from clipboardManolo Gouy
2016-08-28Use desktop scaling factor also when pasting an Enhanced MetafileManolo Gouy
2016-08-27Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is...Manolo Gouy
2016-08-27Add Doxygen comments for the Fl_RGB_Image::alloc_array and ::array public att...Manolo Gouy
2016-08-27Fix Fl_WinAPI_Window_Driver::border_width_title_bar_height() for displays whe...Manolo Gouy
2016-08-25Fix computation of Fl_Window::decorated_w() and decorated_h() when apps are r...Manolo Gouy
2016-08-24Remove unused variable.Manolo Gouy
2016-08-24Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...Manolo Gouy
2016-08-23Fix compiler warnings and simplify Fl_X11_Screen_Driver::init().Albrecht Schlosser
2016-08-23Step back from r11886 that is not correct.Manolo Gouy
2016-08-23Change comment describing return type of Fl_WinAPI_Screen_Driver::read_win_re...Manolo Gouy
2016-08-23Make Fl_Gl_Window::make_current() set the value of the fl_window global varia...Manolo Gouy
2016-08-23Remove special processing for Darwin+X11 that seems no longer necessary.Manolo Gouy
2016-08-23Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*Manolo Gouy
2016-08-22Use the HAS_ATSU preprocessor variable once moreManolo Gouy
2016-08-20Improve documentation, fix Fl_Window::icon(NULL).Albrecht Schlosser
2016-08-16Add missing #include directiveManolo Gouy
2016-08-12Remove uses of the '$(shell if test ...' syntax from Makefile that is not cro...Manolo Gouy
2016-08-09Fix typos, separate local variables of image scaling algorithms.Albrecht Schlosser
2016-08-09[CMake] Fix Windows dll build with Visual Studio generator.Albrecht Schlosser
2016-07-29Fix compiler warnings (gcc 6.1).Albrecht Schlosser
2016-07-24Doc changes: set fl_font before fl_measure() (STR #3243)Albrecht Schlosser
2016-07-23Fix Fl_X11_System_Driver::utf8locale() that did not work when no locale is set.Manolo Gouy
2016-07-23Bringing over fix [r11844] from 1.3 current to the porting branch.Greg Ercolano
2016-07-22Bringing over fix [r11842] from 1.3 current to the porting branch.Greg Ercolano
2016-07-21Bringing over fix [r11840] from 1.3 current to the porting branch.Greg Ercolano
2016-07-20Bringing over fix [r11188] from 1.3 current to the porting branch.Greg Ercolano
2016-07-20Bringing over fix [r11757] from 1.3 current to the porting branch.Greg Ercolano
2016-07-20Bringing over fix [r11759] from 1.3 current to the porting branch.Greg Ercolano
2016-07-19Bringing over fix [r11786] from 1.3 current to the porting branch.Greg Ercolano