summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-27Simpler code to support FLTK widgets in macOS OpenGL 3 windows.ManoloFLTK
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-09-26Fix crash under macOS 13 Ventura public beta 6 when closing menu window.ManoloFLTK
2022-09-25Add cross-platform support for adding widgets to an OpenGL3-based Fl_Gl_Window.ManoloFLTK
2022-09-23GL3 for macOS platform: allow creation of GL1 and GL3 contexts by an app.ManoloFLTK
2022-09-23GL3 support under X11: ask for compatibility profile if possible.ManoloFLTK
2022-09-23Fix Fl_X11_Window_Driver::fullscreen_on() and Fl_X11_Window_Driver::fullscree...ManoloFLTK
2022-09-23Wayland: process OPTION_USE_WAYLAND for Unix onlyManoloFLTK
2022-09-22Fix issue #501: build error under macOS 10.10ManoloFLTK
2022-09-22Wayland: fix window closing with titlelbar close button.ManoloFLTK
2022-09-17Allow use of Fl_Window::default_icon() with a scaled image - Part 2.ManoloFLTK
2022-09-15Make Fl::set_color(r,g,b,a) effective under Wayland and macOS.ManoloFLTK
2022-09-14Improve virtual void* Fl_Gl_Window_Driver::GetProcAddress(procName)ManoloFLTK
2022-09-13Avoid deprecated glGetString(GL_EXTENSIONS) call when possible.ManoloFLTK
2022-09-13Remove forgotten debug code.ManoloFLTK
2022-09-12Allow use of Fl_Window::default_icon() with a scaled image.ManoloFLTK
2022-09-11Fix fl_read_image() under hybrid Wayland/X11 platform.ManoloFLTK
2022-09-11Fix support of CMake OPTION_WAYLAND_ONLY.ManoloFLTK
2022-09-11Add needed variable for Wayland-only platform.ManoloFLTK
2022-09-11Fix regression in fl_read_image() after introduction of hybrid Wayland/X11 pl...ManoloFLTK
2022-09-10New configure setting "--enable-wayland --disable-x11" to build pure Wayland ...ManoloFLTK
2022-09-09New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.ManoloFLTK
2022-09-09Wayland: support going from borderless to bordered window.ManoloFLTK
2022-09-09Wayland: fix handling of fast calls to Fl_Window::flush().ManoloFLTK
2022-09-08Wayland: remove memory leak from missing wl_callback_destroy() call.ManoloFLTK
2022-09-08Add necessary virtual qualifier to ~Fl_Font_Descriptor() and derived.ManoloFLTK
2022-09-07Improve support of child windows that may leak outside their parent window.ManoloFLTK
2022-09-06Wayland: fix memory leak on FL_KEYUP eventsAlbrecht Schlosser
2022-09-03Fix for issue #493ManoloFLTK
2022-09-02Fix compiler warning [-Wunused-function]Albrecht Schlosser
2022-09-01Remove useless if (...)Albrecht Schlosser
2022-09-01Simplify Fl_Window_Driver::screen_num() member functions.ManoloFLTK
2022-09-01Restore building with --disable-xftManoloFLTK
2022-08-31Wayland platform: remove redirection of stderr.ManoloFLTK
2022-08-31Hybrid Wayland/X11: remove setenv() call from Fl_Wayland_System_Driver::disab...ManoloFLTK
2022-08-30Hybrid Wayland/X11 platform: improve control of chosen backend.ManoloFLTK
2022-08-30Attempt to improve fl_disable_wayland().ManoloFLTK
2022-08-30Add FL_EXPORT to Fl_Wayland_Screen_Driver::wl_display member variable.ManoloFLTK
2022-08-30Wayland: Fix Fl_Gl_Window_Driver::newGlWindowDriver() for shared libsManoloFLTK
2022-08-30Set Fl_Graphics_Driver::set_color(Fl_Color, unsigned) used by macOS, Wayland ...ManoloFLTK
2022-08-29Improve selection of Wayland or X11 backendAlbrecht Schlosser
2022-08-29X11: Fix rescaling of non-resizable window (issue #491)Albrecht Schlosser
2022-08-29Hybrid Wayland/X11 : more accurate writing of fl_wl_display().ManoloFLTK
2022-08-29Wayland/X11 hybrid: fix crash of test program demo.ManoloFLTK
2022-08-29Update dependencies, fix trailing whitespaceAlbrecht Schlosser
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-08-25Fix dependencies and whitespace errorsAlbrecht Schlosser
2022-08-25Remove unneeded FL_EXPORT declaration.ManoloFLTK
2022-08-25Wayland: reduce the number of platform-specific FL_EXPORT directives.ManoloFLTK
2022-08-24Add FL_EXPORT directives to support building shared libs with -no-undefinedManoloFLTK