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