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
/
drivers
/
X11
Age
Commit message (
Expand
)
Author
2023-10-07
Fix STR 3458: "GLUT compatibility mode segfaults"
Albrecht Schlosser
2023-04-23
Replace internal fl_create_offscreen() calls by new Fl_Image_Surface
ManoloFLTK
2023-04-21
Fl_Window_Driver::destroy_double_buffer() does not need overrides
ManoloFLTK
2023-04-14
Remove duplication of Pango standard font names
ManoloFLTK
2023-02-14
Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver
ManoloFLTK
2023-01-13
Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)
ManoloFLTK
2023-01-12
Remove useless #include directives
ManoloFLTK
2023-01-09
Virtual member Fl_Window_Driver::makeWindow() now returns void
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-12-10
Defer opening the display as much as possible (#586)
Matthias Melcher
2022-11-30
Remove small files fl_XXX_gl_platform_init.cxx
ManoloFLTK
2022-11-11
Remove redundant doxygen docs of fl_beep()
Albrecht Schlosser
2022-11-07
Delete src/drivers/X11/Fl_X11_System_Driver.*
ManoloFLTK
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-10-23
Make Fl::display(const char *) active also for the Wayland platform.
ManoloFLTK
2022-10-16
Fix "Fl::focus() changes Fl_Group::current() to null" (#515)
Albrecht Schlosser
2022-10-02
Clean use of virtual GLContext Fl_Gl_Window_Driver::create_gl_context().
ManoloFLTK
2022-09-27
Remove use of class Fl_Window_Driver inside libfltk_gl
ManoloFLTK
2022-09-23
GL3 support under X11: ask for compatibility profile if possible.
ManoloFLTK
2022-09-01
Simplify Fl_Window_Driver::screen_num() member functions.
ManoloFLTK
2022-09-01
Restore building with --disable-xft
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
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-09
Fix non-xft build referencing fl_get_font_xfld() (#461)
Albrecht Schlosser
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-05-07
Change protection levels in classes Fl_XXX_Gl_Window_Driver
ManoloFLTK
2022-05-05
Move struct shape_data_type inside Fl_XXX_Window_Driver.
ManoloFLTK
2022-04-12
Modify test/cairo_test.cxx to show roles of OPTION_CAIRO and OPTION_CAIROEXT.
ManoloFLTK
2022-04-07
Rename remaining FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXT
Albrecht Schlosser
2022-04-07
Fix build w/o Xft
Albrecht Schlosser
2022-03-21
Fix for issue #418 : some warnings about unused functions.
ManoloFLTK
2022-03-21
Issue #359 RFE: access the MacOS windowid .
ManoloFLTK
2022-03-14
Move initialisation of X11 and Wayland built-in font names to fl_???_platform...
ManoloFLTK
2022-03-13
Remove unnecessary #include directives
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK
2022-03-01
Fix default size_range() calculation (issue #392, STR 3352)
Albrecht Schlosser
2022-02-03
Fl_Preferences (X11): Fix detection of preferences directory
Albrecht Schlosser
2022-02-03
Reorganize classes Fl_System_Driver and Fl_Screen_Driver
ManoloFLTK
2022-01-31
Consolidate timeout handling across platforms (#379)
Albrecht Schlosser
2022-01-23
Preferences XDG path (#377)
Matthias Melcher
2022-01-21
Fix compiler warnings [-Wunused-variable]
Albrecht Schlosser
2022-01-19
Fixing and upgrading Fl_Preferences (#374)
Matthias Melcher
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2022-01-16
Improve Fl_GTK_Native_File_Chooser_Driver in relation to FLTK windows.
ManoloFLTK
2022-01-14
Move make_transient() to Fl_Posix_System_Driver from Fl_Screen_Driver
ManoloFLTK
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
[next]