summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
AgeCommit message (Expand)Author
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
2013-04-12Switched to const_cast<> for calling as_window().Greg Ercolano
2013-04-12Small fixes to new top_window_offset() method as per discussion in STR #2948.Greg Ercolano
2013-04-10As per notes from STR#2948:Greg Ercolano
2013-04-10Solve STR#2948: Add new method Fl_Widget::top_window() to return the widget's...Greg Ercolano
2013-04-10While suggesting a new top_window() method for STR#2948,Greg Ercolano
2013-04-08Fix for STR #2944 [2]: Fix Apple-specifc nested window problem for Fl_Gl_Wind...Greg Ercolano
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-05-05Fix STR #2836: copy_label() with old label() value failed.Albrecht Schlosser
2012-03-23Fix STR#2641: true fullscreen windows that cover all their screen including m...Manolo Gouy
2011-09-16Don't draw the resize window corner under Mac OS X 10.7-Lion.Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-02-25Un-inlined Fl_Window::icon() methods to make them easier to extend w/oAlbrecht Schlosser
2011-01-06Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_C...Manolo Gouy
2010-12-15Removed possible compilation warningsManolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-17Documentation updates for Fl_Window::xclass(), default_xclass(),Albrecht Schlosser
2010-11-16Fixed xclass support for Fl_Window (STR #2053)Matthias Melcher
2010-03-29Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel.Matthias Melcher
2010-03-29OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only...Matthias Melcher
2010-02-28Removed saving the flags() in Fl_Window::iconlabel(const char *iname) becauseAlbrecht Schlosser
2009-12-06Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo...Matthias Melcher
2009-09-27Consolidated all possible flag values into a single enum in Fl_Widget (STR #2...Matthias Melcher
2009-09-27Starting to consolidate all bits used in Fl_Widget::flags_Matthias Melcher
2009-02-25 Fl_Window::draw() now doesn't reset its x/y-coordinates to 0 anymoreAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-19Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo libFabien Costantini
2008-10-04Completed and corrected Fl and related Fl_Window documentation, added cross r...Fabien Costantini
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
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-13WP1 merged from my branch, WP2 reserved, todo list updated.Fabien Costantini
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2006-06-28Fixed Fl_Window::copy_label() losing copy (STR #1332)Matthias Melcher
2006-06-05STR #1309: resize indicator not showing if size range does not permit resizing.Matthias Melcher
2006-03-29Fixing STR #1222 (case sensitive include fl_draw.H correction)Fabien Costantini
2005-12-14STR $1099: The Quartz version of FLTK now draws a very nice resizeMatthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-09Added missing Fl_Window::copy_label() method.Michael R Sweet
2005-03-20Preliminary template save support in FLUID, plus some bug fixes.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-08-05Range check Fl_Text_Buffer::search_forward().Michael R Sweet
2002-08-01Add default cursor as data the Fl_Window tracks individually (with theMichael R Sweet
2002-07-14Boy, aren't WIN32 compilers *so* much fun.Michael R Sweet
2002-07-01Some patches from Ori Berger to plug some resource leaks and use aMichael R Sweet