summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
AgeCommit message (Expand)Author
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
2010-12-22Make sure not to call XFree with NULL pter.Manolo Gouy
2010-12-22Fix STR #2474. This allows an FLTK application to be started at X startup and...Manolo Gouy
2010-12-11Better algorithm for function convert_crlf().Manolo Gouy
2010-12-10Fixed buffer null termination inconsistency when removing cr's fromAlbrecht Schlosser
2010-12-09STR #2472: X11 only: fixes DnD between FLTK and other apps for non-ASCII text.Manolo Gouy
2010-12-08Fix STR #2277 for crash when DnD of filename to editor.Manolo Gouy
2010-12-07Fix STR #2470. Don't call Xutf8TextPropertyToTextList if X_HAVE_UTF8_STRING i...Manolo Gouy
2010-12-01Applied patch "str-2416-erco-v1.patch" to solve STR #2416Greg Ercolano
2010-11-30Fixes STR #2277.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-21Fixed XExpose event for soome WM's (STR #2039)Matthias Melcher
2010-11-17Improved support for faulty X11 clients (STR #2385)Matthias Melcher
2010-11-16Fixed Caps Lock handling in X11/XIM (STR #2366)Matthias Melcher
2010-11-15Fixed X11 cut/copy problem on 64-bit systems (STR #2419)Albrecht Schlosser
2010-10-30Fixed special handling for ISO back-tab keycode (STR #2369)Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2010-07-01Renamed global variable from fl_device to fl_graphics_driver to better expres...Manolo Gouy
2010-06-15Removed an "unused variable" warning.Albrecht Schlosser
2010-06-15Previous commit log should read:Albrecht Schlosser
2010-06-15Fixed regressions introduced with svn -r 7627.Albrecht Schlosser
2010-05-27Better device hierarchy with surfaces and graphics drivers.Manolo Gouy
2010-04-18Removed multiple inheritance: back to r. 7519 exactly.Manolo Gouy
2010-04-16Improved the hierarchy of Fl_Device subclasses to allow separation of platfor...Manolo Gouy
2010-04-06Fixed indentation of previous commit and added CHANGES info (STR #2082).Albrecht Schlosser
2010-04-06Submit Albrecht's minimal fix for str2082 - this "fixes" the erroneous window...Ian MacArthur
2010-04-05Fixed max. fd calculation, if USE_POLL is enabled (STR #2324).Albrecht Schlosser
2010-03-25Minor changeManolo Gouy
2010-03-16The "Print front window" external button is available if compiling with -DUSE...Manolo Gouy
2010-03-14Merge of branch-1.3-Fl_Printer, with the following main changes:Albrecht Schlosser
2009-12-13New patches appliet for Cocoa port. Fixed(?) STR 2232 workaround for X11 keyr...Matthias Melcher
2009-09-27Consolidated all possible flag values into a single enum in Fl_Widget (STR #2...Matthias Melcher
2009-04-16STR 2185: Uncommented "// XCloseIM(xim_im); FIXME", as discussed inAlbrecht Schlosser
2009-03-22fixed a typoAlbrecht Schlosser
2009-03-15Surrounded all #warning's with #if defined(__GNUC__)Greg Ercolano
2009-03-07Fl_x.cxx: replaced tabs and corrected indentation (STR #2129)engelsman