summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-27Added new method Fl_Tree_Item::event_on_item()Greg Ercolano
2019-08-27Added NULL checks in Fl_Tree_Item::move()Greg Ercolano
2019-08-27Fix STR #3432: fixed drag+drop on folderGreg Ercolano
2019-08-27Fix window moving between retina/non-retina display with a GL subwindow.ManoloFLTK
2019-08-25More fixes for STR #3527; handle usericons, etcGreg Ercolano
2019-08-24Fixes STR #3527: Fl_Tree small drags on open/close icons change selectionGreg Ercolano
2019-08-23Add check useful with macOS 10.15 public beta (Catalina).ManoloFLTK
2019-08-21Fix a case when fl_read_window() did not capture subwindows correctly.ManoloFLTK
2019-08-19Avoid repetition of the same multiplication.ManoloFLTK
2019-08-18Improved implementation of layer-backed views under macOS ≥ 10.14ManoloFLTK
2019-08-12Support copy function in Fl_Color_ChooserAlbrecht Schlosser
2019-07-18X11: support copy/paste of image via clipboard within a single appManoloFLTK
2019-07-18Fl_GDI_Copy_Surface_Driver: add BITMAP version of graphics to clipboardManoloFLTK
2019-07-13Fl_WinAPI_Printer_Driver::end_page(): make sure rotation stops when the page ...ManoloFLTK
2019-07-08Fl_Quartz_Copy_Surface_Driver: minor code reorganisation.ManoloFLTK
2019-07-06Correct guard for adequate version of macOS SDKManoloFLTK
2019-07-06Add support for macOS 10.15 "Catalina"ManoloFLTK
2019-07-03Fix a subtle bug in Fl_Menu_::menu_end()Albrecht Schlosser
2019-07-03Fix a bug appeared in macOS 10.15 Catalina Beta about GUI scaling transient w...ManoloFLTK
2019-06-29Prepare for support of macOS 10.15 CatalinaManoloFLTK
2019-06-27Add method Fl_Menu_::menu_end() (STR 3523)Albrecht Schlosser
2019-06-22Update dependency systemAlbrecht Schlosser
2019-06-21Simpler list of virtual member functions of Fl_Gl_Window_DriverManoloFLTK
2019-06-19Fix building for Windows platform when HAVE_GL_OVERLAY is set to 1ManoloFLTK
2019-06-19Rename variable from txt_buf to alpha_bufManoloFLTK
2019-06-18Avoid "uninitialized memory" error in gl_drawAlbrecht Schlosser
2019-06-18Slightly simpler Fl_WinAPI_Screen_Driver::init()ManoloFLTK
2019-06-16Windows platform: resize all windows after screen configuration eventsManoloFLTK
2019-06-16Make FLTK Windows apps "Per-Monitor-V2 DPI Aware"ManoloFLTK
2019-06-12Move Fl_Cocoa_Window_Driver::capture_titlebar_and_borders() to Fl_Cocoa_Windo...ManoloFLTK
2019-06-11Fix Fl_WinAPI_Window_Driver::capture_titlebar_and_borders() when window title...ManoloFLTK
2019-06-06Add one argument to Fl_Screen_Driver::read_win_rectangle()ManoloFLTK
2019-06-06Fix in Fl_Xlib_Graphics_Driver::font_unscaled() necessary when changing drawi...ManoloFLTK
2019-06-03Better use of the did_view_resolution_change message sent to FLViewLayerManoloFLTK
2019-06-03X11+Pango: fix case when function pango_font_get_glyph_extents() failsManoloFLTK
2019-06-02X11+Pango: font names visible in the fonts and utf8 apps are usable for Fl::s...ManoloFLTK
2019-05-30X11+Pango: call pango_font_description_from_string() less oftenManoloFLTK
2019-05-27Fix Fl_X11_Window_Driver::capture_titlebar_and_borders() for scaled, partiall...ManoloFLTK
2019-05-25Slightly simplify Fl_X11_Window_Driver::capture_titlebar_and_borders()ManoloFLTK
2019-05-25Restore the value of global variable fl_windowManoloFLTK
2019-05-25Call virtual member Fl_Surface_Device::end_current() when necessaryManoloFLTK
2019-05-24Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessaryManoloFLTK
2019-05-23Fix Fl_Cocoa_Printer_Driver::draw_decorated_window() for GUI scaling - cont'dManoloFLTK
2019-05-23Fix Fl_Cocoa_Printer_Driver::draw_decorated_window for scaled GUI.ManoloFLTK
2019-05-22Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window()ManoloFLTK
2019-05-22Improve drawing of Fl_RGB_Image's to Fl_Copy_Surface on macOSManoloFLTK
2019-05-22Support for fl_scroll() under macOS when GUI is scaled - cont'dManoloFLTK
2019-05-22Remove warning appeared with Doxygen 1.8.15ManoloFLTK
2019-05-21Support for fl_scroll() under macOS when GUI is scaledManoloFLTK
2019-05-20More accurate implementation of Fl_Cocoa_Window_Driver::decoration_sizes().ManoloFLTK