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
/
Fl_x.cxx
Age
Commit message (
Expand
)
Author
2024-06-15
X11: update XDND protocol from version 4 to 5 (#988)
Albrecht Schlosser
2024-05-27
Remove useless Fl_Window_Driver accessors after new member Fl_Window::get_siz...
ManoloFLTK
2024-05-11
Add detailed comment about getting all supported XDND data types
ManoloFLTK
2024-05-10
Fix DnD from Wayland gnome app to X11 FLTK app
ManoloFLTK
2024-04-04
Improve use of fl_create_print_window() under X11
ManoloFLTK
2024-03-19
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Albrecht Schlosser
2024-03-18
Fix "FLTK on NetBSD very slow on X11 with Unicode locale" (#935)
ManoloFLTK
2024-03-12
using xlib to query the new DPI (old #910) (PR #913)
ManoloFLTK
2024-03-04
Fix Scaling window up/down also scales X/Y position on secondary displays onl...
ManoloFLTK
2024-03-04
X11: improve moving window back & forth across screens (#919)
ManoloFLTK
2024-03-03
X11: Window scaling makes window lose resizable status if resizable_ is NULL...
ManoloFLTK
2023-12-21
Fix "commit 96bacd3 may crash on X11" (#873)
ManoloFLTK
2023-12-19
Procedure to instruct FLTK to use given X11 connexion (#149)
ManoloFLTK
2023-12-13
Fix X11 '_NET_ACTIVE_WINDOW' message (STR 3396)
Albrecht Schlosser
2023-11-17
Remove friend declaration from Fl_Window.H (see STR 3354)
Albrecht Schlosser
2023-11-05
Add Fl_Window::maximize() and Fl_Window::un_maximize()
ManoloFLTK
2023-10-17
Fix Crashes and warnings when Fl_Double_Window is smaller than 1x1 (#798)
ManoloFLTK
2023-08-16
X11 platform: give number keys layout-independent keysym's
ManoloFLTK
2023-08-13
Handle shift + mousewheel event on Linux (STR 3521)
Albrecht Schlosser
2023-05-09
Fix doxygen doc generation and document platform specific files
Albrecht Schlosser
2023-02-14
Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver
ManoloFLTK
2023-02-13
Allow scaled image in Fl_Window::cursor(const Fl_RGB_Image *, int, int)
ManoloFLTK
2023-01-13
Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)
ManoloFLTK
2023-01-06
X11: Optionally copy selection buffer to clipboard (STR 3229)
Albrecht Schlosser
2022-12-30
Fixing false FL_OVERRIDE
Matthias Melcher
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-11-05
Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.
ManoloFLTK
2022-10-17
Allow DnD from Wayland FLTK app to X11 FLTK app (#516)
ManoloFLTK
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-09-23
Fix Fl_X11_Window_Driver::fullscreen_on() and Fl_X11_Window_Driver::fullscree...
ManoloFLTK
2022-09-17
Allow use of Fl_Window::default_icon() with a scaled image - Part 2.
ManoloFLTK
2022-09-12
Allow use of Fl_Window::default_icon() with a scaled image.
ManoloFLTK
2022-09-02
Fix compiler warning [-Wunused-function]
Albrecht Schlosser
2022-09-01
Simplify Fl_Window_Driver::screen_num() member functions.
ManoloFLTK
2022-08-29
X11: Fix rescaling of non-resizable window (issue #491)
Albrecht Schlosser
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-07-27
Fix for issue #471: Different Fl_Window::resize() behavior between v1.3.8 and...
ManoloFLTK
2022-07-02
Improve X11 selection data transfer (INCR) protocol (#451)
Albrecht Schlosser
2022-07-01
Fix "Segfault if using very large selections" (issue #451)
Albrecht Schlosser
2022-07-01
Reformat, remove unnecessary code, add comments
Albrecht Schlosser
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-03-21
Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.
ManoloFLTK
2022-03-21
Fix for issue #418 : some warnings about unused functions.
ManoloFLTK
2022-03-05
Fix size_range() - continued (issue #392)
Albrecht Schlosser
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK
2022-03-01
Fix default size_range() calculation (issue #392, STR 3352)
Albrecht Schlosser
2022-02-22
X11: Disable "boxcheat" hack
Albrecht Schlosser
2022-02-21
Remove obsolete/disabled "boxcheat" code
Albrecht Schlosser
2022-02-03
Rearrange "Print Button Window" functions
Albrecht Schlosser
[next]