summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-23Remove useless forward declaration.Manolo Gouy
2016-09-23Fix potential crash when using keyboard nav. on Fl_Tabs (STR #3333).Albrecht Schlosser
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-23Fl_Quartz_Graphics_Driver: separate CoreText- and ATSU-based code using new, ...Manolo Gouy
2016-09-22Fl_Screen_Driver class: its platform dependent member functions should not be...Manolo Gouy
2016-09-22Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...Manolo Gouy
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-20Update fluid files and copyright.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 virtual bool Fl_Graphics_Driver::high_resolution() unlikely to be usef...Manolo Gouy
2016-09-19Remove static bool Fl_Display_Device::high_resolution() which may not be real...Manolo Gouy
2016-09-16Bringing over fix [r11947] from 1.3 current to the porting branch.Greg Ercolano
2016-09-16Documentation: restructure the description of function Fl::paste().Manolo Gouy
2016-09-13Remove possible warnings when compiling with -WundefManolo Gouy
2016-09-13Fix native file chooser test program (STR #3326).Albrecht Schlosser
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-12Make clear that clipboard and drag-n-drop textual data are UTF-8 encoded.Manolo Gouy
2016-09-11Change FL/porting.H after having rewritten x.H and platform_types.h under the...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-07configure build and Mac platform: make the colbrowser and help demo find thei...Manolo Gouy
2016-09-05Bringing over fix [r11923] from 1.3 current to the porting branch.Greg Ercolano
2016-09-05Bringing over fix [r11924] 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-05Bringing over fix [r11919] from 1.3 current to the porting branch.Greg Ercolano
2016-09-01Output also a bundled version of demo, as done for all other test apps under ...Manolo Gouy
2016-09-01Fix buffer overflow in CR/LF conversion.Albrecht Schlosser
2016-08-31Remove another instance of the USING_XCODE preprocessor variableManolo Gouy
2016-08-31Fix Mac OS launching of the browser test program.Manolo Gouy
2016-08-31Remove one instance of the USING_XCODE preprocessor variable that is not nece...Manolo Gouy
2016-08-31Remove the USING_XCODE preprocessor variable that became uselessManolo Gouy
2016-08-30Bringing over fix [r11907] from 1.3 current to the porting branch.Greg Ercolano
2016-08-30Bringing over fix [r11880] 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