summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
2016-03-23Rewrite Fl_Window::handle(int) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::hide() under the driver model.Manolo Gouy
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-12Add localization of modifier key names in shortcut labels.Albrecht Schlosser
2016-03-01Moved timer code to screen drivers. Not sure if this should be in System Driv...Matthias Melcher
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
2016-02-24Avoid static initializers to allow FLTK usage in static initializers.Manolo Gouy
2016-02-19Add example code to Fl_Window_Driver.Matthias Melcher
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-17Fix compilation under Linux - compiles, but doesn't work :-(Albrecht Schlosser
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-11Move platform part of Fl::flush()Matthias Melcher
2016-02-10Basic Screen Driver Structure. LIMBO!Matthias Melcher
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-18Fixed stupid typo in variable nameMatthias Melcher
2016-01-17Trying to create a more detaild way to configure the library, added runtime i...Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-12-02Mac OS: support for high resolution OpenGL windows.Manolo Gouy
2015-12-01Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou...Manolo Gouy
2015-11-16Fixed typo in Doxygen doc.Manolo Gouy
2015-06-27Prevent sending (FL_SHORTCUT) events to inactive widgets (STR #3216).Albrecht Schlosser
2015-05-16Fl::delete_widget() was changed in 1.3.4 to immediately hide the widget,Manolo Gouy
2015-04-19Rename static int send(..) to send_event() in src/Fl.cxx.Albrecht Schlosser
2015-04-13Fix for STR#3165, as solved by OP.Manolo Gouy
2015-04-04Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version().Albrecht Schlosser
2014-12-20Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...Manolo Gouy
2014-12-17Apple-only changes to restore a layout of the Fl_X class identical to that in...Manolo Gouy
2014-11-15Fl::delete_widget() now hides a widget/window if it is shown (visible_r()).Albrecht Schlosser
2014-11-11Added support of true subwindows to the Mac OS X code. With this, a window in...Manolo Gouy
2014-10-08Make the retargeting of the Windows clipboard notificationPierre Ossman
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...Manolo Gouy
2014-09-15Consolidate the Win32 init and cleanup code in to one place soPierre Ossman
2014-09-15Add methods to intercept low level system events.Pierre Ossman
2014-09-05Move the ewmh_supported check into fl_fix_focus to avoid a double show() on n...Lauri Kasanen
2014-09-05Robustness fix for the first windowLauri Kasanen
2014-09-05Fix cross-window focus throwing on X11, similar to the Mac case. STR #3129Lauri Kasanen
2014-06-16Add ability to set custom icons for windows. STR #2816.Pierre Ossman
2014-06-07STR #3088: make Fl_Native_File_Chooser use the standard GTK file dialog when ...Manolo Gouy
2014-05-23Added copy/paste from/to FLTK applications of graphical data.Manolo Gouy
2014-05-04Fix for STR#3079 (cont'd).Manolo Gouy
2014-05-03Fix for STR#3079 (WIN32 only).Manolo Gouy
2014-02-07Fix crash when Fl_Window::flush() is called before show() (STR #3028).Albrecht Schlosser
2014-01-18Mac OS: put idle processing under an alloc/release pair of an NSAutoreleasePool.Manolo Gouy
2013-09-11STR 2636. Add ability to get notifications whenever thePierre Ossman