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
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
2022-02-03
Reorganize classes Fl_System_Driver and Fl_Screen_Driver
ManoloFLTK
2022-01-08
Input Method support: have the auxiliary window follow when the focus window ...
ManoloFLTK
2022-01-07
Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...
ManoloFLTK
2021-12-05
Fixes STR #3352: "tiny window problem if child group larger than window"
Greg Ercolano
2021-11-26
Fix for issue #253: Remove xdbe support
ManoloFLTK
2021-11-19
Refactor and improve "Print front window" dialog
Albrecht Schlosser
2021-11-05
Fix X11 build with FLTK_CONSOLIDATE_MOTION turned off
Albrecht Schlosser
2021-11-05
Make "FLTK_CONSOLIDATE_MOTION" user-definable (issue #76)
Albrecht Schlosser
2021-04-26
Avoid "Bogus FL_MOVE/FL_DRAG events" (#76)
Albrecht Schlosser
2021-03-31
Move probe_for_GTK() to class Fl_Posix_System_Driver from Fl_X11_System_Driver.
ManoloFLTK
2021-02-11
Fix X11 copy-paste and drag-and-drop target selection (#182)
Albrecht Schlosser
2020-11-25
Fix for issue #123 - X11 platform
ManoloFLTK
2020-11-22
Fix for STR #3424 and for issue #160
ManoloFLTK
2020-10-28
Remove the "Print" window meant for debugging.
ManoloFLTK
2020-10-28
Pango ps (#148)
ManoloFLTK
2020-10-04
Create Fl_X11_System_Driver::dlopen_or_dlsym() for run-time addresses.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-24
Fix static code analyzer warnings
Albrecht Schlosser
2020-05-08
Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()
ManoloFLTK
2020-02-10
X11: Fix X Input Methods (XIM) (STR 3502, 3192)
Albrecht Schlosser
2020-02-09
Eliminate -Wunknown-pragmas and -Wsign-compare warnings on GCC
darealshinji
2020-02-03
Don't "export" X11 specific fl_open_display() function
Albrecht Schlosser
2020-01-31
Fix disabling of deprecated warnings
Albrecht Schlosser
2020-01-31
Disable X11 "deprecated declaration" warning
Albrecht Schlosser
2019-10-30
Concentrate source code that supports Darwin + XQuartz + fink as test platform
ManoloFLTK
2019-07-18
X11: support copy/paste of image via clipboard within a single app
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-03-11
X11 platform: keep GUI scaling after screen is reconfigured
ManoloFLTK
2019-03-11
X11 platform: follow when the OS changes the Xft.dpi resource
ManoloFLTK
[next]