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
2020-04-28
Update dependencies and .gitignore
Albrecht Schlosser
2020-04-24
Misc doc improvements.
ManoloFLTK
2020-04-24
Doc change with intent to make it clearer.
ManoloFLTK
2020-04-23
Update © year.
ManoloFLTK
2020-04-23
Check for success of the FormatMessageW() call.
ManoloFLTK
2020-04-22
Match variable type (DWORD) and format specifier
ManoloFLTK
2020-04-22
Add optional argument to Fl_Printer::begin_job() to inform caller when an err...
ManoloFLTK
2020-04-21
Slightly improve drawing of window titlebars.
ManoloFLTK
2020-04-21
Avoid useless multiplication by 1 operations.
ManoloFLTK
2020-04-14
Make sure output file name extension is visible.
ManoloFLTK
2020-04-12
MacOS: show print chooser panel as a sheet.
ManoloFLTK
2020-04-10
Give example of use of Fl_Native_File_Chooser::USE_FILTER_EXT option.
ManoloFLTK
2020-04-10
Fix regression in Fl_Native_File_Chooser under macOS when USE_FILTER_EXT is ON.
ManoloFLTK
2020-04-07
Move Fl_Image_Reader.cxx to libfltk_images where it belongs.
ManoloFLTK
2020-04-05
Update standard file headers
ManoloFLTK
2020-04-03
Fix Fl_X11_Window_Driver::capture_titlebar_and_borders() for resizable window.
ManoloFLTK
2020-03-26
Update documentation, fix typos
Albrecht Schlosser
2020-03-25
Fix for issue #65: FLTK breaks when resize request is denied
ManoloFLTK
2020-03-20
Fix a typo
Albrecht Schlosser
2020-03-20
Rewrite Fl_Xlib_Graphics_Driver::get_font_name() with less lines of code.
ManoloFLTK
2020-03-20
Fix Fl::get_font_name() under X11+Xft-Pango
ManoloFLTK
2020-03-15
Minor rewriting for more readable code.
ManoloFLTK
2020-03-12
Fix when using Fl_Scroll inside Fl_Overlay_Window
ManoloFLTK
2020-03-11
Remove CodeWarrior "support"
Albrecht Schlosser
2020-03-10
Complete fix for "[fltk.general] scroll and overlay window" dated 7 march 2020.
ManoloFLTK
2020-03-08
Improve use of fl_scroll within Fl_Overlay_Window on macOS.
ManoloFLTK
2020-03-08
Update Fl_Text_Display documentation
Albrecht Schlosser
2020-03-03
Merge remote-tracking branch 'refs/remotes/origin/master'
ManoloFLTK
2020-03-03
Fix for STR#3534 to draw correctly Fl_Tiled_Image's on non-display surfaces.
ManoloFLTK
2020-03-03
Clarify documentation of Fl_Pack
Albrecht Schlosser
2020-03-02
Clarify Fl_File_Chooser documentation
Albrecht Schlosser
2020-02-28
Fl_Sys_Menu_Bar: make it strict equivalent of Fl_Menu_Bar outside macOS
ManoloFLTK
2020-02-22
Fix the Fl_RGB_Image(Fl_Pixmap *pxm) c'tor when pxm is scaled.
ManoloFLTK
2020-02-11
Fix static analyzer issues in Fl_Text_Display
Albrecht Schlosser
2020-02-11
Fix static analyzer errors and warnings
Albrecht Schlosser
2020-02-10
X11: Fix X Input Methods (XIM) (STR 3502, 3192)
Albrecht Schlosser
2020-02-10
Implement fl_putenv() as cross-platform putenv()
Albrecht Schlosser
2020-02-09
Remove empty file from compilation
Albrecht Schlosser
2020-02-09
Eliminate -Wunknown-pragmas and -Wsign-compare warnings on GCC
darealshinji
2020-02-09
Restore macOS capacity to turn window fullscreen encompassing several screens.
ManoloFLTK
2020-02-07
Fix Fl_Cocoa_Window_Driver::resize when called before the window is show()'n.
ManoloFLTK
2020-02-07
Fix state of visible() flag after Fl_Window(x, y, w, h, t).
ManoloFLTK
2020-02-06
Fix computation of Fl_Window::decorated_h() on macOS when screen is scaled.
ManoloFLTK
2020-02-03
Move fl_font(face, size) to fl_draw.cxx
Albrecht Schlosser
2020-02-03
Fix regression calling fl_font() w/o draw context
Albrecht Schlosser
2020-02-03
Don't "export" X11 specific fl_open_display() function
Albrecht Schlosser
2020-01-31
Fix disabling of deprecated warnings
Albrecht Schlosser
2020-01-31
Update Fl::keyboard_screen_scaling()
Albrecht Schlosser
2020-01-31
Disable X11 "deprecated declaration" warning
Albrecht Schlosser
2020-01-31
Fix typo
Albrecht Schlosser
[next]