summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
AgeCommit message (Expand)Author
2014-08-21Enable symbol visibility on Linux, bringing a shared libfltk on par with Wind...Lauri Kasanen
2014-08-21Mark a few symbols static. This is the bulk from STR #3111.Lauri Kasanen
2014-06-16Add ability to set custom icons for windows. STR #2816.Pierre Ossman
2014-06-16Add method to set any custom cursor, based on a Fl_RGB_Image object.Pierre Ossman
2014-06-11Behave better when it comes to modal windows. Primarily thisPierre Ossman
2014-06-11Support for full screen over multiple monitors.Pierre Ossman
2014-06-01Fixed D&D to FLTK broken by recent commits.Manolo Gouy
2014-06-01Fixed source formatting error.Manolo Gouy
2014-06-01Restore D&D of filenames that was broken in recent commits.Manolo Gouy
2014-05-29Fl::clipboard_contains(): handle now properly the case when there's nothing i...Manolo Gouy
2014-05-23Removed compilation warning about signed/unsigned comparison.Manolo Gouy
2014-05-23Added required #include <time.h>Manolo Gouy
2014-05-23Added copy/paste from/to FLTK applications of graphical data.Manolo Gouy
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