summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-02-04Fix line number alignment in Fl_Text_Display/Editor (STR #3363).Albrecht Schlosser
2017-02-03Incorporate the code of function handleUpdateEvent() in the unique code secti...Manolo Gouy
2017-02-01Fl_Text_Display documentation updates.Albrecht Schlosser
2017-01-26Allow ESC to close window and don't transmit CTRL character to fl_draw()Manolo Gouy
2017-01-24MacOS: reduce the memory size of class gl_texture_fifo managing GL textures t...Manolo Gouy
2017-01-20Allow resizable Fl_Gl_Window drawn using the Fl_OpenGL_Graphics_DriverManolo Gouy
2017-01-19Remove USE_OksiD_style_GL_font_selection preprocessor variable because it is ...Manolo Gouy
2017-01-10Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL wind...Manolo Gouy
2017-01-10Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL window.Manolo Gouy
2017-01-10Match glPushAttrib() with glPopAttrib()Manolo Gouy
2017-01-10Remove useless #include directivesManolo Gouy
2017-01-08Correct spelling error: Armeninian --> ArmenianManolo Gouy
2017-01-06Add "lorem ipsum" text file in different languages and scripts.Albrecht Schlosser
2017-01-04Add implementation explanatory comments about how the screen driver supports ...Manolo Gouy
2017-01-02Documentation: drawing a scaled shared image no longer involves resizing the ...Manolo Gouy
2016-12-23Fix CMake config.h and compiler warnings.Albrecht Schlosser
2016-12-23Fix inverted configure logic for option --enable-print.Albrecht Schlosser
2016-12-21X11 platform: Add optional use of the pango library to draw text, gaining the...Manolo Gouy
2016-12-21Fix Fl_Xlib_Graphics_Driver::delete_bitmask() : the pixmap argument is to be ...Manolo Gouy
2016-12-20Fix for Brain Davis' bug report in fltk.general on 12/20/16.Greg Ercolano
2016-12-19When targetting MacOS+X11, fltk-config should not bundle the executable.Manolo Gouy
2016-12-17Handle non-ASCII characters when selecting a word or moving the cursor by one...Manolo Gouy
2016-12-16Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen ar...Manolo Gouy
2016-12-14Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...Manolo Gouy
2016-12-14It is better to reset the line width after having finished to draw with a mod...Manolo Gouy
2016-12-12Fix compiler warning [-Wsign-compare].Albrecht Schlosser
2016-12-12The virtual function Fl_Graphics_Driver::copy_offscreen() cannot be implement...Manolo Gouy
2016-12-10Mention Fl_Surface_Device::push_current(new_surface) and Fl_Surface_Device::p...Manolo Gouy
2016-12-09Doxygen: more detailed descriptions of Fl_Image_Surface::offscreen() and Fl_I...Manolo Gouy
2016-12-09Simpler code path for a member function calling another member function of sa...Manolo Gouy
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-12-06Fixed OS X SDL double buffering issue and mouse dragging.Matthias Melcher
2016-12-06[CMake] Rewrite pthreads checks for compatibility with configure.Albrecht Schlosser
2016-12-06Fix building without threads (pthreads).Albrecht Schlosser
2016-12-05For consistency, make the pre-processor check for the inclusion of "dlfcn.h" beIan MacArthur
2016-12-05Fl_Text_Display documentation clarifications.Albrecht Schlosser
2016-12-05Fl_Text_Buffer constructor: fix "requestedSize ignored in mGapEnd".Albrecht Schlosser
2016-12-03Mention new --enable-print configure option.Manolo Gouy
2016-12-01Undo change at r.12129 that is OK but not really useful.Manolo Gouy