summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-20Update Fl_Widget_Tracker docs with better example code.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-18[CMake] Add an option to use High-DPI support (Windows only).Albrecht Schlosser
2017-07-18Remove documentation of STR #3374 from CHANGES.Albrecht Schlosser
2017-07-18Simplify handling of the windowDidMove notification since MacOS 10.10Manolo Gouy
2017-07-18Added support for MacOS 10.13 "High Sierra".Manolo Gouy
2017-07-17Add script to update bundled config files, and update files.Albrecht Schlosser
2017-07-17Some compilers probably need string.h for strcmp()..Greg Ercolano
2017-07-17Added new example program 'nativefilechooser-simple.cxx'Greg Ercolano
2017-07-16X11 platform: Fix bug in test/overlay where overlay is clipped when using but...Manolo Gouy
2017-07-14Support of MacOS 10.13 to appear soon: fix handling of window moves in presen...Manolo Gouy
2017-07-14 FLDropTarget::DragEnter() replace call to Fl_Screen_Driver::get_mouse(int&,...Manolo Gouy
2017-07-13Fix for STR#3390 Drop to FLTK widget fails when desktop is scaled - new solut...Manolo Gouy
2017-07-12Fix Visual Studio shared library build (STR #3389).Albrecht Schlosser
2017-07-12Add missing #include in fltk-versions example program.Albrecht Schlosser
2017-07-11WIN32 platform: Fix drag-n-drop to FLTK widget when the desktop is scaled and...Manolo Gouy
2017-07-11Add missing definition of the 'uchar' type in FL/x.HManolo Gouy
2017-07-11End of fix for STR#3387 "Bug of timer implementation on macosx"Manolo Gouy
2017-07-07STR #2823.2/2: Improved Fl_Preferences "dirty" flag handling.Matthias Melcher
2017-07-07STR #2823.1/2: avoiding setting "dirty" flag in a read operation.Matthias Melcher
2017-07-07Update dependencies (makedepend).Albrecht Schlosser
2017-07-07Introduce Fl_Group::bounds(), deprecate Fl_Group::sizes().Albrecht Schlosser
2017-07-07Fix some typos.Albrecht Schlosser
2017-07-07More logical data path nameMatthias Melcher
2017-07-07STR #2034: Fl_Preferences::getUserdataPath() is much more careful when creat...Matthias Melcher
2017-07-07Define Fl_WinAPI_Screen_Driver::DWM_scaling_factor() only without FLTK_HIDPI_...Manolo Gouy
2017-07-07WIN32 HiDPI support: fix copy and paste of image data when rescaling is applied.Manolo Gouy
2017-07-07Fix Fl_WinAPI_Window_Driver::border_width_title_bar_height() when built witho...Manolo Gouy
2017-07-07WIN32 HiDPI support: fix scaling support for Fl_Copy_Surface.Manolo Gouy
2017-07-07Fix Fl_GDI_Graphics_Driver::point_unscaled() so points are also enlarged when...Manolo Gouy
2017-07-07Fix drag-n-drop for WIN32 platform when rescaling is active.Manolo Gouy
2017-07-05Update several README files, remove obsolete information.Albrecht Schlosser
2017-07-05Added CMake build instructions for MacOS and XcodeMatthias Melcher
2017-07-05Fix compiler warning [-Wunused-variable].Albrecht Schlosser
2017-07-05Remove obsolete comment, fix code formatting.Albrecht Schlosser
2017-07-04HiDPI support under WIN32: fix fullscreen when several monitors of distinct r...Manolo Gouy
2017-07-04Slight improvement of Fl_WinAPI_Window_Driver::border_width_title_bar_height()Manolo Gouy
2017-07-03Fix Fl_WinAPI_Gl_Window_Driver::pixels_per_unit() when on secondary monitor.Manolo Gouy
2017-07-03HiDPI support under WIN32 platform: completed.Manolo Gouy
2017-07-01WIN32: fix error when building without FLTK_HIDPI_SUPPORT.Manolo Gouy
2017-06-29CMake: fix potential compiler warning in test file.Albrecht Schlosser
2017-06-29Update copyright year(s).Albrecht Schlosser
2017-06-29CMake: replace improperly used variables with correct ones.Albrecht Schlosser
2017-06-29HiDPI support for WIN32 platform: begin to support screen-specific scale factor.Manolo Gouy
2017-06-29Remove unnecessary Fl_Widget_Tracker from Fl_Dial's handle().Albrecht Schlosser
2017-06-28Fix code formatting and typos.Albrecht Schlosser