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-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
2022-10-02
Clean use of virtual GLContext Fl_Gl_Window_Driver::create_gl_context().
ManoloFLTK
2022-10-02
macOS: simpler way to delete the GL1 context of widgets-using GL3 windows.
ManoloFLTK
2022-10-01
macOS: fixed problem in resizing of widget-containing OpenGL 3 window.
ManoloFLTK
2022-09-30
FLTK widgets in OpenGL 3 windows: rewrite for driver system.
ManoloFLTK
2022-09-30
macOS: simpler code for auxiliary NSView supporting widgets on a GL3 window.
ManoloFLTK
2022-09-29
macOS platform: rename Fl_Cocoa_Gl_Window_Driver.cxx to .mm
ManoloFLTK
2022-09-29
Support of FLTK widgets in OpenGL 3 windows - cont'd.
ManoloFLTK
2022-09-28
macOS: support of FLTK widgets in OpenGL 3 windows - cont'd.
ManoloFLTK
2022-09-27
Remove use of class Fl_Window_Driver inside libfltk_gl
ManoloFLTK
2022-09-27
Simpler code to support FLTK widgets in macOS OpenGL 3 windows.
ManoloFLTK
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-09-25
Add cross-platform support for adding widgets to an OpenGL3-based Fl_Gl_Window.
ManoloFLTK
2022-09-23
GL3 support under X11: ask for compatibility profile if possible.
ManoloFLTK
2022-09-22
Wayland: fix window closing with titlelbar close button.
ManoloFLTK
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
Remove forgotten debug code.
ManoloFLTK
2022-09-11
Fix fl_read_image() under hybrid Wayland/X11 platform.
ManoloFLTK
2022-09-11
Add needed variable for Wayland-only platform.
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-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
[next]