summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
AgeCommit message (Expand)Author
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-28Removed compilation warning.Manolo Gouy
2016-01-28Added Fl_Window::capture_titlebar_and_borders a new private member functionManolo Gouy
2016-01-101) Replicate in branch-1.3-porting all recent changes of branch-1.3Manolo Gouy
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-11-24Added new method Fl_Copy_Surface::draw_decorated_window()Manolo Gouy
2015-05-18Add support for Fl::copy(..clipboard = 2..)Lauri Kasanen
2015-04-28Restored the possibility to call Fl::set_font()Manolo Gouy
2015-04-20Make sure we set WM_CLIENT_MACHINE, WM_LOCALE_NAME and _NET_WM_PID onPierre Ossman
2015-03-16Allow compilation when HAVE_XRENDER is undefined or 0Manolo Gouy
2015-03-16Detect XRender supportLauri Kasanen
2015-02-20Fix potential keyboard hangup (STR #3192).Albrecht Schlosser
2014-11-04The EWMH check requires an open display.Lauri Kasanen
2014-10-29Export fl_xid_Lauri Kasanen
2014-10-05Reduce "deprecated function" compiler warnings (STR #2913).Albrecht Schlosser
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...Manolo Gouy
2014-09-19Fix memory leak (STR #3069).Albrecht Schlosser
2014-09-15Add methods to enable and disable the system's input methods.Pierre Ossman
2014-09-15Remove commented out, alternative IM code.Pierre Ossman
2014-09-15Add methods to intercept low level system events.Pierre Ossman
2014-09-12Revert r3215. The original issue it "fixed" is no longerPierre Ossman
2014-09-05Robustness fix for the first windowLauri Kasanen
2014-09-05Fix cross-window focus throwing on X11, similar to the Mac case. STR #3129Lauri Kasanen
2014-08-29Cache created X11 cursors until program exit.Lauri Kasanen
2014-08-27Added the Fl_Shaped_Window class to support windows of arbitrary shapes.Manolo Gouy
2014-08-23Move Xutf8.h to src/, update includes, refresh makedependsLauri Kasanen
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