summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-21Fl_Help_View: fix table header in help_dialog.html (STR #3227).Albrecht Schlosser
2017-04-12Mention fix for STR#3374Manolo Gouy
2017-04-12Fix for STR#3374: Crash with pango enabled when changing default fontManolo Gouy
2017-04-11Fix Windows CreateDC/DeleteDC mismatch (STR #3373).Albrecht Schlosser
2017-04-08Document the new OPTION_USE_PANGO platform-specific option.Manolo Gouy
2017-04-07Fixed typo in warning message.Manolo Gouy
2017-04-02Fix doxygen/latex warning.Albrecht Schlosser
2017-03-30Suggestion for cmake docs for building FLTK with Visual Studio (e.g. VS7 shown)Greg Ercolano
2017-03-19Fix dependencies.Albrecht Schlosser
2017-03-17Account for translation also in non-Pango code section.Manolo Gouy
2017-03-17Create Fl_Xlib_Graphics_Driver::scale_and_render_pixmap() to draw depth-4 or ...Manolo Gouy
2017-03-17[CMake] Fix Visual Studio header detection.Albrecht Schlosser
2017-03-17Revert temporary fix (attempt) introduced in svn r11644.Albrecht Schlosser
2017-03-17Fix Linux build after removal of Fl_Translated_Xlib_Graphics_Driver.cxxAlbrecht Schlosser
2017-03-17The new Fl_Xlib_Graphics_Driver::draw_scaled() member function must also acco...Manolo Gouy
2017-03-17Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...Manolo Gouy
2017-03-17OpenGL documentation fixes (included header files).Albrecht Schlosser
2017-03-17[CMake] Remove unused header test HAVE_GL_GL_H (GL/gl.h).Albrecht Schlosser
2017-03-17Flush output of examples/fltk-versions for Windows (MinGW).Albrecht Schlosser
2017-03-17Fix the projective transformation matrix used for Xrender-based scaled image ...Manolo Gouy
2017-03-16Add scaled image drawing to the X11 platform using Xrender.Manolo Gouy
2017-03-16Make image-related member functions of class Fl_Graphics_Driver protected, as...Manolo Gouy
2017-03-14Give platform-independent default implementation to Fl_System_Driver::gettime()Manolo Gouy
2017-03-13Fix more svn properties.Albrecht Schlosser
2017-03-13Set missing svn properties.Albrecht Schlosser
2017-03-13Fix include file case (patch from Haiku port, thanks).Albrecht Schlosser
2017-03-12Remove superfluous semicolon.Albrecht Schlosser
2017-03-12Fix svn attributes of *.c, *.cxx, *.cmake and others.Albrecht Schlosser
2017-03-11Separated Fl_Input_Choice.H and Fl_Input_Choice.cxx (STR #2750).Albrecht Schlosser
2017-03-10Enable Up/Down keys in Fl_Spinner if input has focus (STR #2989).Albrecht Schlosser
2017-03-10New method Fl_Spinner::wrap(int) to set wrap mode at bounds (STR #3365).Albrecht Schlosser
2017-03-09Separated Fl_Spinner.H and Fl_Spinner.cxx (STR #2776).Albrecht Schlosser
2017-03-07Have all Fl_Clock objects in a single FLTK app tick approximately at the same...Manolo Gouy
2017-03-07Add to Fl_System_Driver support for measuring time with split second resolution.Manolo Gouy
2017-03-07Fix tab alignment.Albrecht Schlosser
2017-03-06Fl_Tabs: improve tab label drawing (STR #3075, STR #3076).Albrecht Schlosser
2017-03-05Simplify Fl_Tabs label drawing code (remove code duplication).Albrecht Schlosser
2017-03-05Fix tab group positions.Albrecht Schlosser
2017-03-05Label alignment documentation clarifications.Albrecht Schlosser
2017-02-27Improve label alignment docs and border case implementations.Albrecht Schlosser
2017-02-25Fix typo (case) in include file name.Albrecht Schlosser
2017-02-22Avoid potential crash occurring after calling win->show(0,0)Manolo Gouy
2017-02-20Mac OS: remove unused members variables from platform-specific struct Fl_Wind...Manolo Gouy
2017-02-20Pre-multiply alpha on cursors on X11, as required by XRender.Pierre Ossman
2017-02-19Fix line wrap at word end when string widths are true double values (non inte...Manolo Gouy
2017-02-19Reset offscreen surface when the window is hidden.Manolo Gouy
2017-02-19Fix typoManolo Gouy
2017-02-15Fluid: Fix platform-specific build system (CMake + configure).Albrecht Schlosser
2017-02-11Add radio buttons to unittests_schemes in 4th tab.Albrecht Schlosser
2017-02-08Rename test/help demo program to test/help_dialog.Albrecht Schlosser