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
Age
Commit message (
Expand
)
Author
2017-03-13
Fix more svn properties.
Albrecht Schlosser
2017-03-13
Set missing svn properties.
Albrecht Schlosser
2017-03-13
Fix include file case (patch from Haiku port, thanks).
Albrecht Schlosser
2017-03-12
Remove superfluous semicolon.
Albrecht Schlosser
2017-03-12
Fix svn attributes of *.c, *.cxx, *.cmake and others.
Albrecht Schlosser
2017-03-11
Separated Fl_Input_Choice.H and Fl_Input_Choice.cxx (STR #2750).
Albrecht Schlosser
2017-03-10
Enable Up/Down keys in Fl_Spinner if input has focus (STR #2989).
Albrecht Schlosser
2017-03-10
New method Fl_Spinner::wrap(int) to set wrap mode at bounds (STR #3365).
Albrecht Schlosser
2017-03-09
Separated Fl_Spinner.H and Fl_Spinner.cxx (STR #2776).
Albrecht Schlosser
2017-03-07
Have all Fl_Clock objects in a single FLTK app tick approximately at the same...
Manolo Gouy
2017-03-07
Add to Fl_System_Driver support for measuring time with split second resolution.
Manolo Gouy
2017-03-07
Fix tab alignment.
Albrecht Schlosser
2017-03-06
Fl_Tabs: improve tab label drawing (STR #3075, STR #3076).
Albrecht Schlosser
2017-03-05
Simplify Fl_Tabs label drawing code (remove code duplication).
Albrecht Schlosser
2017-03-05
Fix tab group positions.
Albrecht Schlosser
2017-03-05
Label alignment documentation clarifications.
Albrecht Schlosser
2017-02-27
Improve label alignment docs and border case implementations.
Albrecht Schlosser
2017-02-25
Fix typo (case) in include file name.
Albrecht Schlosser
2017-02-22
Avoid potential crash occurring after calling win->show(0,0)
Manolo Gouy
2017-02-20
Mac OS: remove unused members variables from platform-specific struct Fl_Wind...
Manolo Gouy
2017-02-20
Pre-multiply alpha on cursors on X11, as required by XRender.
Pierre Ossman
2017-02-19
Fix line wrap at word end when string widths are true double values (non inte...
Manolo Gouy
2017-02-19
Reset offscreen surface when the window is hidden.
Manolo Gouy
2017-02-19
Fix typo
Manolo Gouy
2017-02-15
Fluid: Fix platform-specific build system (CMake + configure).
Albrecht Schlosser
2017-02-11
Add radio buttons to unittests_schemes in 4th tab.
Albrecht Schlosser
2017-02-08
Rename test/help demo program to test/help_dialog.
Albrecht Schlosser
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-26
Allow ESC to close window and don't transmit CTRL character to fl_draw()
Manolo Gouy
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
2017-01-08
Correct spelling error: Armeninian --> Armenian
Manolo Gouy
2017-01-06
Add "lorem ipsum" text file in different languages and scripts.
Albrecht Schlosser
2017-01-04
Add implementation explanatory comments about how the screen driver supports ...
Manolo Gouy
2017-01-02
Documentation: drawing a scaled shared image no longer involves resizing the ...
Manolo Gouy
2016-12-23
Fix CMake config.h and compiler warnings.
Albrecht Schlosser
2016-12-23
Fix inverted configure logic for option --enable-print.
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-20
Fix for Brain Davis' bug report in fltk.general on 12/20/16.
Greg Ercolano
2016-12-19
When targetting MacOS+X11, fltk-config should not bundle the executable.
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
[next]