summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
AgeCommit message (Expand)Author
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
2004-06-01FLTK now honors the numlock key state (STR #369)Michael R Sweet
2004-05-24Doco changes.Michael R Sweet
2004-05-15Fl_Scroll now uses a full redraw when the scheme is set toMichael R Sweet
2004-05-13Fl_Gl_Window's on WIN32 now prefer accelerated pixel formatsMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-02-29Fix CTRL+something "-" - wasn't tracking the proper CTRL keyMichael R Sweet
2004-02-26WIN32's scandir() emulation did not allocate enough memory forMichael R Sweet
2003-06-15Make sure Fl::event_text() is not NULL. (STR #70)Michael R Sweet
2003-05-04Fl_File_Browser incorrectly included "." on WIN32 (STR #9)Michael R Sweet
2003-04-03- sorted fluid menu barMatthias Melcher
2003-03-09Backport of FL_LEAVE fix from 2.0. Belowmouse would go to zero whenBill Spitzak
2003-01-31FL_KEYUP patch for X11 - don't send KEYUP event for repeating keys.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-10-20Initialize backbuffer_bad under X11.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-06-24Update GCC test in configure script.Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-05-23Changelog and cleanup.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-04-10Fix enter/leave on windows to properly handle tooltip focus...Michael R Sweet
2002-04-07Fix NULL argument to fl_filename_name()...Michael R Sweet