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
2014-03-13
Fixed casing issue for code comment: XkbSetDetectableAuto*R*epeat()
Greg Ercolano
2014-02-07
Fix crash when Fl_Window::flush() is called before show() (STR #3028).
Albrecht Schlosser
2014-01-14
32-bit properties are always represented by a long. Using
Pierre Ossman
2013-10-09
Small addition to fix for STR #2985 - see comment in source file.
Albrecht Schlosser
2013-09-21
Fixes STR# 2973: collection of Sun compiler fixes.
Greg Ercolano
2013-09-20
Fixes STR #2985: prevent memory leaks with XGetWindowProperty()
Greg Ercolano
2013-09-16
Fix Solaris warnings mentioned by Micha on fltk.coredev Sep 16 '13
Greg Ercolano
2013-09-11
STR 2636. Add ability to get notifications whenever the
Pierre Ossman
2013-04-06
Small comment mods regarding Fl_mac.cxx -> Fl_cocoa.mm
Greg Ercolano
2013-02-14
Fixes STR#2930:
Greg Ercolano
2012-12-12
Fixed access of protected member (STR #2903)
Albrecht Schlosser
2012-10-16
Fix STR #2859: after a window resize refused by the window manager, the windo...
Manolo Gouy
2012-10-04
Fix for STR#2877: try to load libXrandr.so.2
Manolo Gouy
2012-06-21
Fixed STR #2644: support horizontal wheel movement under X11 and MSWindows.
Manolo Gouy
2012-06-14
Fix STR#2855: improved detection of screen configuration changes under X11
Manolo Gouy
2012-04-24
Fixed even more warnings in Fl_x.cxx & utf8Wrap.c
Fabien Costantini
2012-03-23
Fix STR#2641: true fullscreen windows that cover all their screen including m...
Manolo Gouy
2012-03-18
Fix STR#2810: removed all uses of function Fl_Device::class_name().
Manolo Gouy
2011-11-29
Fix STR #2779: clang-detected error
Manolo Gouy
2011-10-04
Exploit the HAVE_DLSYM and HAVE_DLFCN_H preprocessor variables defined by con...
Manolo Gouy
2011-10-04
STR#2600 again: under X11, dynamically load the libXrandr shared library.
Manolo Gouy
2011-10-01
Fix STR#2724: #if HAVE_XRANDR instead of #ifdef
Manolo Gouy
2011-10-01
STR 2713: less restrictive XClass handling.
Matthias Melcher
2011-09-30
Fix STR#2600 : screens configuration changes are now detected under all platf...
Manolo Gouy
2011-09-29
Fix STR#2695 & 2697: correct computation of work areas with multiple screens.
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-05-30
Fix STR #2647: crash when copying text from firefox under X11.
Manolo Gouy
2011-05-30
Fix Fl_Paged_Device::print_window(), Fl_Window::decorated_w() and Fl_Window::...
Manolo Gouy
2011-05-29
Fix for STR #2648 continued: Fl_Window::decorated_w() and Fl_Window::decorate...
Manolo Gouy
2011-05-29
Fix for STR #2648: when compiz is used, the window's parent is the root windo...
Manolo Gouy
2011-05-29
Attempt to fix STR #2648 by testing all X-API return codes.
Manolo Gouy
2011-05-23
Removes a compilation warning because of use of X->xid = NULL
Manolo Gouy
2011-05-23
Fix STR #2627: if an X11 window is externally destroyed, FLTK now reacts cohe...
Manolo Gouy
2011-05-21
Fix STR #2638. The X11 part is simplified as suggested by Bill.
Manolo Gouy
2011-05-21
Fix potential crash in fl_xid() on Linux (STR #2635). This would
Albrecht Schlosser
2011-04-27
Fix STR #2612: added missing #include <X11/keysym.h>
Manolo Gouy
2011-04-24
Documentation updates, also fixing STR #2574, trying to make clear
Albrecht Schlosser
2011-04-23
Fixed potential uninitialized pointer usage.
Albrecht Schlosser
2011-04-18
Fix STR #2605: proper mapping of the Windows key.
Manolo Gouy
2011-04-15
Added Fl_Paged_Device::print_window() to print a window with its title bar an...
Manolo Gouy
2011-02-26
Suppress warnings in fl_init_xim. Only the very first warning message
Albrecht Schlosser
2011-02-25
Removed extraneous '\n' from Fl::warning() calls in src/Fl_x.cxx.
Albrecht Schlosser
2011-02-02
Removed global variable fl_surface that was not very useful because equivalent
Manolo Gouy
2011-02-02
Removed global variable fl_display_device that was not very useful because eq...
Manolo Gouy
2011-01-20
Redefined fl_xid() as an inline function when used inside the FLTK library.
Manolo Gouy
2011-01-15
Another tweak to fl_init_xim() as proposed by Denton Thomas.
Ian MacArthur
2011-01-14
This is an attempt to resolve the potential leaks identified in fl_init_xim() by
Ian MacArthur
2011-01-14
Fix memory leak in fl_new_ic() reported by Denton Thomas.
Manolo Gouy
2011-01-12
X11 specific: made class Fl_X visible only if FL_LIBRARY is defined before co...
Manolo Gouy
2011-01-06
Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_C...
Manolo Gouy
[next]