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-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-08-20
Add int Fl::system(const char *command) static member function.
ManoloFLTK
2022-08-19
Fl_Graphics_Driver: remove unused virtual qualifiers.
ManoloFLTK
2022-08-18
Add a few missing virtual members to Fl_Cairo_Graphics_Driver.
ManoloFLTK
2022-08-18
Document Fl_Gl_Window::draw_begin() and draw_end().
ManoloFLTK
2022-08-18
Simplify class Fl_OpenGL_Display_Device.
ManoloFLTK
2022-08-18
Remove un-necessary Fl_Wayland_Gl_Window_Driver::capture_gl_rectangle().
ManoloFLTK
2022-08-17
Simplify Fl_Wayland_Gl_Window_Driver::make_current_before() member function.
ManoloFLTK
2022-08-17
Wayland platform: improve Fl_Gl_Window resize operations.
ManoloFLTK
2022-08-15
Remove useless Fl_Wayland_Window_Driver::show_with_args_begin/end().
ManoloFLTK
2022-08-15
Fix Fl_Wayland_Window_Driver::decoration_sizes().
ManoloFLTK
2022-08-13
Replace call to CreateFont() by call to CreateFontW().
ManoloFLTK
2022-08-12
Add virtual Fl_Cairo_Graphics_Driver::cache_size() member function.
ManoloFLTK
2022-08-10
Fix Fl_Xlib_Graphics_Driver for drawing tiled images.
ManoloFLTK
2022-08-09
Fix Fl_Xlib_Graphics_Driver for tiled-depth 3 images.
ManoloFLTK
2022-08-09
Fix Fl_Xlib_Graphics_Driver for RGB image drawing under XQuartz.
ManoloFLTK
2022-08-08
Fix src/Makefile: add missing directory to 'clean' target
Albrecht Schlosser
2022-08-07
Fl_Flex: support different margin sizes, improve docs
Albrecht Schlosser
2022-08-07
Wayland platform: fix declaration of local variable 'scale'.
ManoloFLTK
2022-08-07
Wayland platform: move repeated code into Fl_Wayland_Graphics_Driver::buffer_...
ManoloFLTK
2022-08-06
Wayland: make sure wl_surface_frame() is followed by wl_surface_commit().
ManoloFLTK
2022-08-06
Wayland: fix regression from 50d26b0 in test/mandelbrot.
ManoloFLTK
2022-08-06
Check for error while communicating with Wayland - cont'd.
ManoloFLTK
2022-08-06
Check for error while communicating with Wayland.
ManoloFLTK
2022-08-02
Fl_Darwin_System_Driver: use explicit unicode characters, comment out coding ...
ManoloFLTK
2022-08-01
Fix Fl_Flex unsetting of set_size()
Albrecht Schlosser
2022-08-01
Add Fl_Flex widget from Karsten Pedersen (issue #255)
Albrecht Schlosser
2022-07-30
Add support of macOS Ventura 13.0
ManoloFLTK
2022-07-27
Improve check mark visibility for small sizes
Albrecht Schlosser
2022-07-27
Configure/make: update dependencies
Albrecht Schlosser
2022-07-27
Fix for issue #471 for the Wayland platform.
ManoloFLTK
2022-07-27
Fix for issue #471: Different Fl_Window::resize() behavior between v1.3.8 and...
ManoloFLTK
2022-07-27
Fl_Sys_Menu_Bar: allow use of more keys as menu shortcuts.
ManoloFLTK
2022-07-26
Fl_Sys_Menu_Bar: allow use of escape and tab as menu shortcuts.
ManoloFLTK
2022-07-26
Remove useless variables and preprocessor directives.
ManoloFLTK
2022-07-26
Remove redundant Fl_Xlib_Graphics_Driver::scale_bitmap_for_PostScript() under...
ManoloFLTK
2022-07-26
Remove redundant Fl_PostScript_Graphics_Driver::color() under Pango.
ManoloFLTK
2022-07-26
Document the class hierarchy below Fl_System_Driver.
ManoloFLTK
2022-07-24
Add Pango version check for Fl_PostScript_Graphics_Driver
ManoloFLTK
2022-07-24
Add Fl_PostScript_File_Device::set_current() and end_current() members.
ManoloFLTK
2022-07-21
Fl_Cairo_Graphics_Driver: simpler handling of font size.
ManoloFLTK
2022-07-20
Change prototype of virtual Fl_Graphics_Driver::pango_font_description().
ManoloFLTK
2022-07-18
Fl_Cairo_Graphics_Driver: simpler way to construct the PangoLayout object.
ManoloFLTK
2022-07-16
Remove empty line
Albrecht Schlosser
2022-07-16
beep: use maximum loudness for error, otherwise system-default
Leon Winter
2022-07-16
Let beep use system default settings
Leon Winter
2022-07-11
Add explanatory comments about text handling by Fl_Cairo_Graphics_Driver.
ManoloFLTK
2022-07-09
Fix non-xft build referencing fl_get_font_xfld() (#461)
Albrecht Schlosser
2022-07-06
Move member q_width from class Fl_Font_Descriptor to Fl_Quartz_Font_Descriptor.
ManoloFLTK
2022-07-06
Fl_Cairo_Graphics_Driver: fix issues in string width computations when scalin...
ManoloFLTK
[next]