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
2022-05-05
Move struct shape_data_type inside Fl_XXX_Window_Driver.
ManoloFLTK
2022-05-05
Approximate result of pango_font_metrics_get_height() for Pango < 1.44
ManoloFLTK
2022-05-05
Fl_Cairo_Graphics_Driver: simpler code with early calls to cairo_surface_dest...
ManoloFLTK
2022-05-05
Add check against null pointer occurrence reported with Gmsh (Issue #434).
ManoloFLTK
2022-05-04
Cairo: reduce vertical offset for text position needed by Fl_Text_Display.
ManoloFLTK
2022-05-03
Remove one-pixel top and left borders of shaped windows.
ManoloFLTK
2022-05-02
Issue #438 : Wayland: Text drawing different from Xft version - cont'd.
ManoloFLTK
2022-05-02
Set line height as computed by Pango.
ManoloFLTK
2022-05-02
Keep the PangoLayout member private in class Fl_Cairo_Graphics_Driver.
ManoloFLTK
2022-05-01
Issue #438 : Wayland: Text drawing different from Xft version - cont'd.
ManoloFLTK
2022-04-30
Fix for issue #438 : Wayland: Text drawing different from Xft version - cont'd.
ManoloFLTK
2022-04-29
Add explanatory comments about text size and vertical position.
ManoloFLTK
2022-04-29
Fix for issue #438 : Wayland: Textdrawing different from Xft version.
ManoloFLTK
2022-04-29
Fix for issue #434 : Segfaults on macOS.
ManoloFLTK
2022-04-25
Create member function Fl_Cairo_Graphics_Driver::set_cairo()- cont'd.
ManoloFLTK
2022-04-25
Create member function Fl_Cairo_Graphics_Driver::set_cairo().
ManoloFLTK
2022-04-23
Create Fl_Cairo_Graphics_Driver::handle_dummy_cairo(cairo_t *cr).
ManoloFLTK
2022-04-22
Restore use of CMake OPTION_USE_SYSTEM_LIBDECOR
ManoloFLTK
2022-04-21
Avoid code duplication using os_create_anonymous_file() from libdecor.
ManoloFLTK
2022-04-21
Minor improvement of get_prog_name().
ManoloFLTK
2022-04-20
Improve docs of Fl_Image and related classes (#431)
Albrecht Schlosser
2022-04-15
Document how to set window icons under Wayland - cont'd.
ManoloFLTK
2022-04-15
Remove unimplemented window icon-related member functions and variables.
ManoloFLTK
2022-04-15
Fix documentation typo
Albrecht Schlosser
2022-04-15
Clarify documentation of Fl_Image::copy() and more (#431)
Albrecht Schlosser
2022-04-14
Fix for issue #429 : Segfault with Ctrl+/- with current git version
ManoloFLTK
2022-04-13
Make Fl_Image::copy() 'const', including all derived classes
Albrecht Schlosser
2022-04-13
Fix for issue #427 - continued.
ManoloFLTK
2022-04-12
Fix for issue #427: Problems with data_w, data_h, w, h of Fl_Image.
ManoloFLTK
2022-04-12
Modify test/cairo_test.cxx to show roles of OPTION_CAIRO and OPTION_CAIROEXT.
ManoloFLTK
2022-04-10
Fix for issue #426 - cont'd.
ManoloFLTK
2022-04-08
Fix for issue #426: "configure --enable-cairoext" flips display upside down
ManoloFLTK
2022-04-07
Rename remaining FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXT
Albrecht Schlosser
2022-04-07
Undo most of f6a93eb that was a bad move.
ManoloFLTK
2022-04-07
Fix build w/o Xft
Albrecht Schlosser
2022-04-06
Remove useless instructions.
ManoloFLTK
2022-04-06
Remove warnings: comparison of integer expressions of different signedness [-...
ManoloFLTK
2022-04-05
Fix for "Fl_Native_File_Chooser_GTK does not respect PREVIEW option" in fltk....
ManoloFLTK
2022-04-04
Catch also Fl_Posix_System_Driver after rename stat -> flstat in Fl_System_Dr...
ManoloFLTK
2022-04-03
Silence compiler warnings [-Wunused-but-set-variable]
Albrecht Schlosser
2022-04-03
Remove '#include <sys/stat.h>' from FL/platform_types.h
Albrecht Schlosser
2022-04-01
Fl_Wayland_Window_Driver::scroll() when GUI scaling >= 2.
ManoloFLTK
2022-04-01
Merge remote-tracking branch 'refs/remotes/origin/master'
ManoloFLTK
2022-04-01
Fix regression introduced with d9a6ec8 visible in test/scroll.
ManoloFLTK
2022-03-31
Fix whitespace errors (no code changes)
Albrecht Schlosser
2022-03-31
Add support of Fl_Region to the Cairo graphics driver
ManoloFLTK
2022-03-27
Export fl_cmap to be able to build shared FLTK libraries
Albrecht Schlosser
2022-03-27
Move src/cmap.cxx to util/cmap.cxx (utilities folder)
Albrecht Schlosser
2022-03-27
Wayland: replace public fl_event_time by static wld_event_time.
ManoloFLTK
2022-03-26
Add `const` to Fl_Image::fail() (PR #415)
YX
[next]