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
Age
Commit message (
Expand
)
Author
2022-11-25
Make Fl_XXX_Graphics_Driver::create_bitmask() a static member function
ManoloFLTK
2022-11-25
Fix GDI graphics driver use for bitmasks
Matthias Melcher
2022-11-24
Improve text drawing above GL3 scene under macOS
ManoloFLTK
2022-11-24
Check boundary conditions in Cocoa scroll code (#554)
Matthias Melcher
2022-11-24
OpenGL3 under macOS: simpler implementation of support of child widgets
ManoloFLTK
2022-11-23
Configure-based build: control presence of GL-related packages
ManoloFLTK
2022-11-23
Improve Fl_Cocoa_Gl_Window_Driver::switch_to_GL1() to support multiple GL3 wi...
ManoloFLTK
2022-11-23
Fix for issue #412 for the Wayland backend
ManoloFLTK
2022-11-22
macOS: Fix release of extra NSView holding child widgets of GL window
ManoloFLTK
2022-11-20
Replace #if FLTK_USE_X11 by #ifdef FLTK_USE_X11
ManoloFLTK
2022-11-17
Remove development stage "Using Wayland backend" message
ManoloFLTK
2022-11-17
Fix "Cairo: Scaled images draw with wrong size" (#537)
ManoloFLTK
2022-11-15
Add support of .svgz image files to fluid
ManoloFLTK
2022-11-14
Fix yet another Visual Studio compiler warning
Albrecht Schlosser
2022-11-11
Fix Visual Studio compiler warnings
Albrecht Schlosser
2022-11-11
Remove redundant doxygen docs of fl_beep()
Albrecht Schlosser
2022-11-09
Wayland: remove unneeded friend declarations
ManoloFLTK
2022-11-08
Wayland: improve processing of the -display command line argument
ManoloFLTK
2022-11-08
Wayland: show keyboard modifiers during mouse clicks (#534)
ManoloFLTK
2022-11-08
Wayland: cancel drag-n-drop after Fl::pushed(0) (#525)
ManoloFLTK
2022-11-07
Fix initialisation of hybrid Wayland/X11 platform
ManoloFLTK
2022-11-07
Delete src/drivers/X11/Fl_X11_System_Driver.*
ManoloFLTK
2022-11-07
Delete src/drivers/Wayland/Fl_Wayland_System_Driver.*
ManoloFLTK
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-11-06
Check return value from call to gtk_init_check()
ManoloFLTK
2022-11-06
Allow using native file chooser on Darwin + XQuartz + (homebrew or fink)
ManoloFLTK
2022-11-05
Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.
ManoloFLTK
2022-11-05
Fix two rare potential bugs (NULL pointer dereferencing)
Albrecht Schlosser
2022-11-05
Wayland: simpler handling of the z-order of subwindows
ManoloFLTK
2022-11-04
Wayland DnD: make insertion cursor follow DnD cursor.
ManoloFLTK
2022-11-04
Wayland DnD: allow cancel with Fl::pushed(0) as under X11 (#525)
ManoloFLTK
2022-11-01
Fix trailing whitespace
Albrecht Schlosser
2022-10-30
Wayland platform: fix problem with fl_pie() (#512 - cont'd)
ManoloFLTK
2022-10-30
Wayland platform: fix problem with fl_pie() (#512 - cont'd)
ManoloFLTK
2022-10-25
Repair commit e0c3fe9 to fix #521 which destroyed DnD from Wayland
ManoloFLTK
2022-10-25
Fix problem with cursor point of action after FL_PUSH (#521)
ManoloFLTK
2022-10-24
Include stdint.h may be needed for uint32_t (#522)
ManoloFLTK
2022-10-23
Make Fl::display(const char *) active also for the Wayland platform.
ManoloFLTK
2022-10-20
Wayland drag-n-drop: send FL_DND_LEAVE when the dragging mouse leaves the window
ManoloFLTK
2022-10-19
Wayland drag-n-drop: handle subwindows as other platforms do (#516)
ManoloFLTK
2022-10-17
Wayland drag-n-drop to Fl_Window: send necessary FL_ENTER event (#516)
ManoloFLTK
2022-10-16
Fix "Fl::focus() changes Fl_Group::current() to null" (#515)
Albrecht Schlosser
2022-10-12
Wayland platform: fix for issue #512 with fl_arc().
ManoloFLTK
2022-10-10
Remove duplications between Fl_Graphics_Driver and derived classes.
ManoloFLTK
2022-10-10
Fl_Cairo_Graphics_Driver: fix Fl_Bitmap drawing whatever the endianness.
ManoloFLTK
2022-10-10
Fix for issue #511: allow fl_circle() even without calls to fl_begin/end_loop...
ManoloFLTK
2022-10-09
Fl_Cairo_Graphics_Driver: make image drawing correct whatever the host endian...
ManoloFLTK
2022-10-09
Fix issue #510: image transparency is not properly processed.
ManoloFLTK
2022-10-05
Fix issue #509: Cairo drawing: unexpected behaviour
ManoloFLTK
2022-10-02
Add missing return value to Fl_WinAPI_Gl_Window_Driver::create_gl_context()
ManoloFLTK
[next]