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-09-15
Make Fl::set_color(r,g,b,a) effective under Wayland and macOS.
ManoloFLTK
2022-09-14
Improve virtual void* Fl_Gl_Window_Driver::GetProcAddress(procName)
ManoloFLTK
2022-09-13
Avoid deprecated glGetString(GL_EXTENSIONS) call when possible.
ManoloFLTK
2022-09-13
Remove forgotten debug code.
ManoloFLTK
2022-09-12
Allow use of Fl_Window::default_icon() with a scaled image.
ManoloFLTK
2022-09-11
Fix fl_read_image() under hybrid Wayland/X11 platform.
ManoloFLTK
2022-09-11
Fix support of CMake OPTION_WAYLAND_ONLY.
ManoloFLTK
2022-09-11
Add needed variable for Wayland-only platform.
ManoloFLTK
2022-09-11
Fix regression in fl_read_image() after introduction of hybrid Wayland/X11 pl...
ManoloFLTK
2022-09-10
New configure setting "--enable-wayland --disable-x11" to build pure Wayland ...
ManoloFLTK
2022-09-09
New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.
ManoloFLTK
2022-09-09
Wayland: support going from borderless to bordered window.
ManoloFLTK
2022-09-09
Wayland: fix handling of fast calls to Fl_Window::flush().
ManoloFLTK
2022-09-08
Wayland: remove memory leak from missing wl_callback_destroy() call.
ManoloFLTK
2022-09-08
Add necessary virtual qualifier to ~Fl_Font_Descriptor() and derived.
ManoloFLTK
2022-09-07
Improve support of child windows that may leak outside their parent window.
ManoloFLTK
2022-09-06
Wayland: fix memory leak on FL_KEYUP events
Albrecht Schlosser
2022-09-03
Fix for issue #493
ManoloFLTK
2022-09-02
Fix compiler warning [-Wunused-function]
Albrecht Schlosser
2022-09-01
Remove useless if (...)
Albrecht Schlosser
2022-09-01
Simplify Fl_Window_Driver::screen_num() member functions.
ManoloFLTK
2022-09-01
Restore building with --disable-xft
ManoloFLTK
2022-08-31
Wayland platform: remove redirection of stderr.
ManoloFLTK
2022-08-31
Hybrid Wayland/X11: remove setenv() call from Fl_Wayland_System_Driver::disab...
ManoloFLTK
2022-08-30
Hybrid Wayland/X11 platform: improve control of chosen backend.
ManoloFLTK
2022-08-30
Attempt to improve fl_disable_wayland().
ManoloFLTK
2022-08-30
Add FL_EXPORT to Fl_Wayland_Screen_Driver::wl_display member variable.
ManoloFLTK
2022-08-30
Wayland: Fix Fl_Gl_Window_Driver::newGlWindowDriver() for shared libs
ManoloFLTK
2022-08-30
Set Fl_Graphics_Driver::set_color(Fl_Color, unsigned) used by macOS, Wayland ...
ManoloFLTK
2022-08-29
Improve selection of Wayland or X11 backend
Albrecht Schlosser
2022-08-29
X11: Fix rescaling of non-resizable window (issue #491)
Albrecht Schlosser
2022-08-29
Hybrid Wayland/X11 : more accurate writing of fl_wl_display().
ManoloFLTK
2022-08-29
Wayland/X11 hybrid: fix crash of test program demo.
ManoloFLTK
2022-08-29
Update dependencies, fix trailing whitespace
Albrecht Schlosser
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-25
Fix dependencies and whitespace errors
Albrecht Schlosser
2022-08-25
Remove unneeded FL_EXPORT declaration.
ManoloFLTK
2022-08-25
Wayland: reduce the number of platform-specific FL_EXPORT directives.
ManoloFLTK
2022-08-24
Add FL_EXPORT directives to support building shared libs with -no-undefined
ManoloFLTK
2022-08-23
Wayland: Fix obscure problem when closing file dialog under recent OS versions.
ManoloFLTK
2022-08-23
Comment-only changes.
ManoloFLTK
2022-08-23
Add FL_EXPORT directives erroneously removed at 7deff86.
ManoloFLTK
2022-08-21
Fix argument of glMatrixMode() call.
ManoloFLTK
2022-08-20
Add static Fl_Wayland_Window_Driver::gl_plugin() member function.
ManoloFLTK
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
[next]