summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2023-12-21Fix a typo, trailing whitespace, and dependenciesAlbrecht Schlosser
2023-12-20Restore "configure --enable-shared" under Linux (#872)ManoloFLTK
2023-12-19Procedure to instruct FLTK to use given X11 connexion (#149)ManoloFLTK
2023-12-18 Wayland: Menu items are accessible when mouse is over another win (#869)ManoloFLTK
2023-12-16#842: Enables command line color arguments on macOSMatthias Melcher
2023-12-14FLTK implementation of the "GTK Shell" Wayland protocol - cont'dManoloFLTK
2023-12-13#840: Fixes fixed buffer size in Fl::args_to_utf8()MatthiasWM
2023-12-13FLTK implementation of the "GTK Shell" Wayland protocol - cont'dManoloFLTK
2023-12-13macOS platform + GLUT: fix crash with glut_test - cont'dManoloFLTK
2023-12-13Wayland+GLUT: fix crash in glut_test application - cont'dManoloFLTK
2023-12-12Wayland+GLUT: fix crash in glut_test applicationManoloFLTK
2023-12-12macOS platform + GLUT: fix crash with glut_test appManoloFLTK
2023-12-10Replace wl_output_destroy() by wl_output_release() when possibleManoloFLTK
2023-12-05Wayland: much lighter but partial implementation of the "GTK Shell" protocolManoloFLTK
2023-12-04Fix compiler warningsAlbrecht Schlosser
2023-12-04New member function Fl_Image_Surface::mask(Fl_RGB_Image*)ManoloFLTK
2023-12-02Wayland: make OPTION_USE_SYSTEM_LIBDECOR ON by defaultManoloFLTK
2023-12-01Fixes name conflict in X11 GL swap_intervalMatthias Melcher
2023-11-30Fixes anonymous union intialisation for C++98Matthias Melcher
2023-11-29Add commandline conversion for Windows (no-op on other platforms)Albrecht Schlosser
2023-11-29Merge branch 'master' of https://github.com/fltk/fltkMatthiasWM
2023-11-29Implements swap_interval for MSWindows.MatthiasWM
2023-11-28Adds OpenGL swap_interval for Wayland and X11.Matthias Melcher
2023-11-28Rearrange PostScript graphics driver code redundant with Cairo driverManoloFLTK
2023-11-28Remove PostScript graphics driver code redundant with Cairo driverManoloFLTK
2023-11-27Fix compiler warning, dependencies, and trailing whitespaceAlbrecht Schlosser
2023-11-27Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_BitmapManoloFLTK
2023-11-27Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_BitmapManoloFLTK
2023-11-26Adds GL swap control for X11Matthias Melcher
2023-11-26STR 1373: adds vsync control to OpenGL contexts on macOSMatthias Melcher
2023-11-25Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_BitmapManoloFLTK
2023-11-20Fix Fl_Wayland_Image_Surface_Driver c'torManoloFLTK
2023-11-15Wayland: fix moving top-level window around with mouseManoloFLTK
2023-11-14Fix dependencies and whitespace issuesAlbrecht Schlosser
2023-11-12Have libdecor-gtk implement the "GTK Shell" protocolManoloFLTK
2023-11-12Remove unseless code in Fl_Wayland_Screen_Driver.cxxManoloFLTK
2023-11-09Wayland: make fl_close_display() free more resourcesManoloFLTK
2023-11-08Wayland: fix crash in editor after return from switching userManoloFLTK
2023-11-08Let Wayland FLTK client apps survive switching userManoloFLTK
2023-11-07"hitting esc to close fltk app blows out the window manager" (#821)ManoloFLTK
2023-11-06CHANGES.txt: add Fl_Grid, Fl_Window::maximize()ManoloFLTK
2023-11-05Add Fl_Window::maximize() and Fl_Window::un_maximize()ManoloFLTK
2023-11-03 Related to "FLTK doesn't work normal on platform of rockchip" (#817)ManoloFLTK
2023-11-03Wayland copy: destroy data_source object before creating new oneManoloFLTK
2023-11-03Wayland copy: destroy data_source object before creating new oneManoloFLTK
2023-11-03Fix "fltk 1.4.x: hangs during paste in fluid code editor" (#818)ManoloFLTK
2023-11-02Minor change in Fl_Wayland_Graphics_Driver::copy_offscreen()ManoloFLTK
2023-10-31 Remove 81615bb causing GL window to blink when resizing on macOS (#813)ManoloFLTK
2023-10-30Minor simplification in Fl_X11_Window_Driver::flush_double(int)ManoloFLTK
2023-10-25 Fix "Wayland: Overlay windows look blurred" - cont'd (#808)ManoloFLTK