summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
AgeCommit message (Expand)Author
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
2009-01-04+ Fixed font set to const string was potentially free in Fabien Costantini
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-30missing header fileAlbrecht Schlosser
2008-12-27STR 2101: fl_set_spot() could crash on Windows under certain conditions.Albrecht Schlosser
2008-10-25Fixed cairo makefiles link error when shared option activated under linux.Fabien Costantini
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-09-02merged modification from my private branch after successful regression testin...Fabien Costantini
2007-06-18#1706: on WIN32, the attempt to map a subwindow when the parent window was no...Matthias Melcher
2007-06-18STR #1706: mapping a subwindow with an unmapped parent window would crash und...Matthias Melcher
2007-02-02Fix scheme background image bug on X11.Michael R Sweet
2006-11-15Reject invalid workarea rectangle.Michael R Sweet
2006-11-01Add NULL check for _NET_WORKAREA property value.Michael R Sweet
2006-10-30Fl::x(), Fl::y(), Fl::w(), and Fl::h() did not report the desktopMichael R Sweet
2006-09-21Use "1" as the count for the targets query instead of sizeof(Atom).Michael R Sweet
2006-06-14Changed Tooltip::exit_() to Tooltip::exit()Matthias Melcher
2006-06-14STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C...Matthias Melcher
2006-06-09Fixed the Fl::event_original_key() function for X11.Matthias Melcher
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher
2006-01-15More copyright updates.Michael R Sweet
2006-01-04Fl::dnd() now sets the content type of the drag toMichael R Sweet
2005-12-14Revert change from r4659 that caused FLUID resize problem (STR #1110)Michael R Sweet
2005-11-27Fix a resize issue with X11.Michael R Sweet
2005-11-02STR #968: Under X11, FL_DND_* now returns the string "<unknown>" inMatthias Melcher
2005-10-12Rework event loop handling on all platforms for better timer and idleMichael R Sweet
2005-09-09This change will make sure that top-level windows will fit inside the screen ...Matthias Melcher
2005-08-08On X11, borderless windows will not show in the taskbar anymore (STR #933)Matthias Melcher
2005-04-15Don't make non-inline methods from FLUID inline (that is, remove theMichael R Sweet
2005-03-31Added MacOS X monitor support.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-01Fix X11 DND support.Michael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-11-20Fix a resize() bug...Michael R Sweet
2004-11-20- FLTK windows could appear off-screen on X11 (STR #586)Michael R Sweet
2004-09-11Fixed problems with 2-byte Xpm files on 64-bit platforms (STRMichael R Sweet