summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-25X11 and WIN32: slightly change Fl_XXX_Graphics_Driver::cache(Fl_Pixmap*) to u...Manolo Gouy
2017-08-25X11+xft-pango: have Fl::set_fonts() show fonts with black, light, medium, dem...Manolo Gouy
2017-08-25WIN32: have Fl_win32.cxx #include "config_lib.h"Manolo Gouy
2017-08-24X11 platform: cleaner implementation of changing the active drawing surface a...Manolo Gouy
2017-08-20Simplify using Fl_XXX_Graphics_Driver::copy_offscreen() instead of Fl_Scalabl...Manolo Gouy
2017-08-20Remove undesirable statement.Manolo Gouy
2017-08-19Prevent situation where SetProcessDPIAwareness was called after Fl_WinAPI_Scr...Manolo Gouy
2017-08-18Remove unnecessary #include files from Fl_Help_View.HAlbrecht Schlosser
2017-08-18Update dependencies.Albrecht Schlosser
2017-08-18Avoid #include's of unrelated system headers in Fl_Table*.H.Albrecht Schlosser
2017-08-16class Fl_GDI_Image_Surface_Driver: remove member variable 'previous' that is ...Manolo Gouy
2017-08-15Add missing #include "config_lib.h" in Fl.cxx.Albrecht Schlosser
2017-08-15Complete previous commit at r.12383 that was partial.Manolo Gouy
2017-08-15Fl_XXX_Surface_Driver::set_current() : call Fl_Surface_Device::set_current() ...Manolo Gouy
2017-08-15Remove _sgc private member of Fl_GDI_Image_Surface_Driver that is not necessary.Manolo Gouy
2017-08-14Remove unnecessary #include statements and compilation guards.Albrecht Schlosser
2017-08-14Make 'driver' header include guards more standard.Albrecht Schlosser
2017-08-14Remove unnecessary #include statement.Albrecht Schlosser
2017-08-13Fl_Xlib_Graphics_Driver::set_fonts() with Pango: handle case when 'Regular' i...Manolo Gouy
2017-08-13Fl_Xlib_Graphics_Driver::set_fonts() with Pango: account better for variety o...Manolo Gouy
2017-08-12Fix error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermis...Manolo Gouy
2017-08-12Improve Fl_Xlib_Graphics_Driver::set_fonts() when using Pango to build standa...Manolo Gouy
2017-08-05Strenghten Fl_WinAPI_System_Driver::paste(): the widget's handle method may c...Manolo Gouy
2017-08-05Fix compiler warning [-Wunused-result].Albrecht Schlosser
2017-07-31Improve Fl_Widget_Surface::print_window_part() with better quality when scali...Manolo Gouy
2017-07-30Improve rescaling when window moved across screens: make sure center stays on...Manolo Gouy
2017-07-30Fix Fl_Widget_Surface::print_window_part() that was not correct for scaling f...Manolo Gouy
2017-07-29Fix Fl_Screen_Driver::read_image() that was not correct with scaling factor < 1.Manolo Gouy
2017-07-28Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta...Manolo Gouy
2017-07-28Fix Fl_Native_File_Chooser::filter_value()Manolo Gouy
2017-07-28Rewrite Fl_X11_Window_Driver::resize_after_screen_change() to call Fl_Window_...Manolo Gouy
2017-07-28Remove temporary code used for development only.Manolo Gouy
2017-07-27IsIconic() is the adequate WINAPI function to detect a minimised window.Manolo Gouy
2017-07-27Simpler initialisation of the 'scale' local variable in WndProc().Manolo Gouy
2017-07-27Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which...Manolo Gouy
2017-07-27Fix window iconize/deiconize when multiple screens with distinct scaling fact...Manolo Gouy
2017-07-26Fix confusing behavior of class Fl_Text_Selection.Albrecht Schlosser
2017-07-26X11 platform, resize window when moved across screens: remove hide()/show() c...Manolo Gouy
2017-07-25Remove virtual Fl_Window_Driver::reuse_icons() no longer useful after r.12349.Manolo Gouy
2017-07-25Remove Fl_Window_Driver::reuse_cursor() that is no longer used since commit r...Manolo Gouy
2017-07-25Rewrite Fl_Window_Driver::resize_after_scale_change() removing calls to Fl_Wi...Manolo Gouy
2017-07-24Remove useless statement.Manolo Gouy
2017-07-24Fix incorrect difference between branches 1.3 and 1.4 in an Fl_Overlay_Window...Manolo Gouy
2017-07-20Improve docs of Fl_Widget::callback() and do_callback().Albrecht Schlosser
2017-07-20Make Fl_Widget_Surface::draw(Fl_Widget *wid, int, int) draw also the overlay ...Manolo Gouy
2017-07-20Remove unnecessary local variable.Manolo Gouy
2017-07-20Remove Fl_Cocoa_Window_Driver::flush_double() because it is equal to Fl_Windo...Manolo Gouy
2017-07-20Fl_Window_Driver::flush_single() needs not be a virtual member function.Manolo Gouy
2017-07-19Remove unwanted difference in one Fl_Double_Window constructor between branch...Manolo Gouy
2017-07-18Simplify handling of the windowDidMove notification since MacOS 10.10Manolo Gouy