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