index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-02-04
Fix line number alignment in Fl_Text_Display/Editor (STR #3363).
Albrecht Schlosser
2017-02-03
Incorporate the code of function handleUpdateEvent() in the unique code secti...
Manolo Gouy
2017-02-01
Fl_Text_Display documentation updates.
Albrecht Schlosser
2017-01-24
MacOS: reduce the memory size of class gl_texture_fifo managing GL textures t...
Manolo Gouy
2017-01-20
Allow resizable Fl_Gl_Window drawn using the Fl_OpenGL_Graphics_Driver
Manolo Gouy
2017-01-19
Remove USE_OksiD_style_GL_font_selection preprocessor variable because it is ...
Manolo Gouy
2017-01-10
Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL wind...
Manolo Gouy
2017-01-10
Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL window.
Manolo Gouy
2017-01-10
Match glPushAttrib() with glPopAttrib()
Manolo Gouy
2017-01-10
Remove useless #include directives
Manolo Gouy
2016-12-23
Fix CMake config.h and compiler warnings.
Albrecht Schlosser
2016-12-21
X11 platform: Add optional use of the pango library to draw text, gaining the...
Manolo Gouy
2016-12-21
Fix Fl_Xlib_Graphics_Driver::delete_bitmask() : the pixmap argument is to be ...
Manolo Gouy
2016-12-17
Handle non-ASCII characters when selecting a word or moving the cursor by one...
Manolo Gouy
2016-12-16
Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen ar...
Manolo Gouy
2016-12-14
Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...
Manolo Gouy
2016-12-12
Fix compiler warning [-Wsign-compare].
Albrecht Schlosser
2016-12-12
The virtual function Fl_Graphics_Driver::copy_offscreen() cannot be implement...
Manolo Gouy
2016-12-09
Doxygen: more detailed descriptions of Fl_Image_Surface::offscreen() and Fl_I...
Manolo Gouy
2016-12-09
Simpler code path for a member function calling another member function of sa...
Manolo Gouy
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-12-06
Fixed OS X SDL double buffering issue and mouse dragging.
Matthias Melcher
2016-12-06
Fix building without threads (pthreads).
Albrecht Schlosser
2016-12-05
For consistency, make the pre-processor check for the inclusion of "dlfcn.h" be
Ian MacArthur
2016-12-05
Fl_Text_Display documentation clarifications.
Albrecht Schlosser
2016-12-05
Fl_Text_Buffer constructor: fix "requestedSize ignored in mGapEnd".
Albrecht Schlosser
2016-12-01
Undo change at r.12129 that is OK but not really useful.
Manolo Gouy
2016-12-01
Add --enable-print option to configure to allow building without print suppor...
Manolo Gouy
2016-12-01
Rename Fl_Surface_Device::_surface private member variable to surface_ follow...
Manolo Gouy
2016-12-01
CMake building with OPTION_PRINT_SUPPORT off: Fl_Posix_Printer_Driver.cxx sho...
Manolo Gouy
2016-11-30
Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...
Manolo Gouy
2016-11-28
X11 platform: fix STR#3353 and correct drawing of depth-2 RGB images when XRe...
Manolo Gouy
2016-11-25
Fix build with configure --enable-cairo --enable-cairoext.
Albrecht Schlosser
2016-11-19
Remove change at r.12120 because STR#3353 note #6 shows it is not OK.
Manolo Gouy
2016-11-18
Fix for STR#3353: bad depth-2 image drawing when the window is resized smalle...
Manolo Gouy
2016-11-18
X11 platform: Fl_RGB_Image::mask_ is always 0, so remove code to process mask...
Manolo Gouy
2016-11-18
Remove commented out code for what used to be : static int start_rgb()
Manolo Gouy
2016-11-17
Fix crash when resizing double-buffered window smaller than transparent image...
Manolo Gouy
2016-11-17
WIN32 platform: Fix drawing of depth-4 scaled image when can_do_alpha_blendin...
Manolo Gouy
2016-11-16
Remove file fl_line_style.cxx
Manolo Gouy
2016-11-16
Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...
Manolo Gouy
2016-11-16
Fix shared library build.
Albrecht Schlosser
2016-11-16
Remove obsolete comments from src/Makefile.
Albrecht Schlosser
2016-11-14
Remove compilation warning apparent with -Wnull-conversion
Manolo Gouy
2016-11-12
Avoid "empty translation unit" compiler warning.
Albrecht Schlosser
2016-11-12
Rename misspelled files.
Albrecht Schlosser
2016-11-12
Reformat CHANGES and update dependencies (make depend).
Albrecht Schlosser
2016-11-10
Fl_Quartz_Graphics_Driver::uncache() should also reset mask_.
Manolo Gouy
2016-11-09
Fix possible crash when turning fullscreen the scroll test program.
Manolo Gouy
2016-11-09
Use Fl_Graphics_Driver::default_driver() when convenient.
Manolo Gouy
[next]