| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-12 | Move Fl_Cocoa_Window_Driver::capture_titlebar_and_borders() to ↵ | ManoloFLTK | |
| Fl_Cocoa_Window_Driver.cxx from Fl_cocoa.mm | |||
| 2019-06-11 | Fix Fl_WinAPI_Window_Driver::capture_titlebar_and_borders() when window ↵ | ManoloFLTK | |
| titlebar is partially out of screen | |||
| 2019-06-06 | Add one argument to Fl_Screen_Driver::read_win_rectangle() | ManoloFLTK | |
| The new argument gives the window to be captured, or NULL to indicate capture from the current offscreen. Calling this function becomes easier because less dependent on global variables. | |||
| 2019-06-06 | Fix in Fl_Xlib_Graphics_Driver::font_unscaled() necessary when changing ↵ | ManoloFLTK | |
| drawing surfaces | |||
| 2019-06-03 | Better use of the did_view_resolution_change message sent to FLViewLayer | ManoloFLTK | |
| 2019-06-03 | X11+Pango: fix case when function pango_font_get_glyph_extents() fails | ManoloFLTK | |
| 2019-06-02 | X11+Pango: font names visible in the fonts and utf8 apps are usable for ↵ | ManoloFLTK | |
| Fl::set_font(Fl_Font, const char*) | |||
| 2019-05-30 | X11+Pango: call pango_font_description_from_string() less often | ManoloFLTK | |
| Previously, each time fl_font(fnum, fsize) was called, functions pango_font_description_free() and pango_font_description_from_string() would be called. Now, pango_font_description_from_string() is called only once, the first time an Fl_Font is used. | |||
| 2019-05-27 | Fix Fl_X11_Window_Driver::capture_titlebar_and_borders() for scaled, ↵ | ManoloFLTK | |
| partially visible windows | |||
| 2019-05-25 | Slightly simplify Fl_X11_Window_Driver::capture_titlebar_and_borders() | ManoloFLTK | |
| 2019-05-25 | Restore the value of global variable fl_window | ManoloFLTK | |
| 2019-05-25 | Call virtual member Fl_Surface_Device::end_current() when necessary | ManoloFLTK | |
| Rename member function Fl_Surface_Device::end_current_() to end_current(), set it protected, and make it called by the destructor of all classes derived from Fl_Surface_Device that re-implement end_current(). This way, end_current() runs equally if Fl_Surface_Device()::pop_current() is called before or after the drawing surface is deleted. | |||
| 2019-05-24 | Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessary | ManoloFLTK | |
| 2019-05-23 | Fix Fl_Cocoa_Printer_Driver::draw_decorated_window() for GUI scaling - cont'd | ManoloFLTK | |
| 2019-05-23 | Fix Fl_Cocoa_Printer_Driver::draw_decorated_window for scaled GUI. | ManoloFLTK | |
| Support for scaled GUI was missing when the window titlebar is not layer-based. | |||
| 2019-05-22 | Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window() | ManoloFLTK | |
| The window title is copied in vectorial form when the titlebar is layer-backed. | |||
| 2019-05-22 | Improve drawing of Fl_RGB_Image's to Fl_Copy_Surface on macOS | ManoloFLTK | |
| 2019-05-22 | Support for fl_scroll() under macOS when GUI is scaled - cont'd | ManoloFLTK | |
| Handles support of non-layered windows | |||
| 2019-05-22 | Remove warning appeared with Doxygen 1.8.15 | ManoloFLTK | |
| 2019-05-21 | Support for fl_scroll() under macOS when GUI is scaled | ManoloFLTK | |
| 2019-05-20 | More accurate implementation of Fl_Cocoa_Window_Driver::decoration_sizes(). | ManoloFLTK | |
| 2019-05-20 | Remove small duplication of code | ManoloFLTK | |
| 2019-05-18 | Avoid small repetition | ManoloFLTK | |
| 2019-05-17 | Have Fl_Cocoa_Window_Driver::flush() use the drawRect: method to draw to ↵ | ManoloFLTK | |
| non-layered views | |||
| 2019-05-15 | Merge remote-tracking branch 'origin/master' | ManoloFLTK | |
| 2019-05-15 | Restore use for GL windows under macOS 10.14.0 | Manolo Gouy | |
| 2019-05-15 | Document Fl_File_Input::errorcolor() as deprecated | Albrecht Schlosser | |
| Fl_File_Input::errorcolor() and Fl_File_Input::errorcolor(Fl_Color) have not been used anywhere. Marked as deprecated. | |||
| 2019-05-15 | Remove class FLGLViewLayer and get simpler code. | ManoloFLTK | |
| 2019-05-13 | Remove Fl_Cocoa_Screen_Driver::flush() that is useless | ManoloFLTK | |
| 2019-05-13 | Fix GUI rescaling when one window is iconified (macOS) | ManoloFLTK | |
| 2019-05-12 | Fix GUI scaling in presence of un-show()'n subwindows (macOS) | ManoloFLTK | |
| 2019-05-09 | Use more convenient API for function get_window_frame_sizes() | ManoloFLTK | |
| 2019-05-08 | Fix Fl_Cocoa_Window_Driver::capture_titlebar_and_borders() when GUI is ↵ | ManoloFLTK | |
| scaled down | |||
| 2019-05-08 | Adapt function fake_X_wm() to rescaled GUI. | ManoloFLTK | |
| 2019-05-08 | Avoid double window redraw after resize | ManoloFLTK | |
| 2019-05-07 | Remove unnecessary code | ManoloFLTK | |
| 2019-05-06 | Slightly simpler code for what is specific to macOS 10.14.0 | ManoloFLTK | |
| 2019-05-06 | Restore forcing the position of a window before it's shown | ManoloFLTK | |
| 2019-05-04 | Remove call to Fl_Group::init_sizes() because it's expected from the caller. | ManoloFLTK | |
| 2019-05-04 | Fix control for subwindow leakage in presence of GUI scaling | ManoloFLTK | |
| 2019-05-02 | Reworked algorithm to support window moving across screens | ManoloFLTK | |
| 2019-04-30 | Minor change in Fl_Cocoa_Window_Driver::shape(const Fl_Image*) | ManoloFLTK | |
| 2019-04-29 | Fix compiler warning (issue #25) | Albrecht Schlosser | |
| src/Fl_Table_Row.cxx:56:25: warning: argument 2 range [18446744071562067969, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] arr = (char*)realloc(arr, count * sizeof(char)); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ Fixes #25 | |||
| 2019-04-28 | macOS: further fix to window moving necessary for macOS 10.3 | ManoloFLTK | |
| Running the tabs test app with all 6 subwindows shown under 10.3 and moving the window around had 3 subwindows drift away from their correct position. | |||
| 2019-04-28 | macOS: yet simpler implementation of window resize and rescale. | ManoloFLTK | |
| 2019-04-25 | Use NSViewFrameDidChangeNotification instead of NSWindowDidResizeNotification | ManoloFLTK | |
| This allows to support the tabbing/untabbing of windows with simpler, clearer code. This commit also fixes the resizing of Fl_Overlay_Window that was broken in the recent commit "Simpler implementation of Fl_Cocoa_Window_Driver::resize()" c66caf5dce9331fd3e011873711a768adb28cf9d | |||
| 2019-04-23 | Use HAVE_GLXGETPROCADDRESSARB preprocessor variable | ManoloFLTK | |
| 2019-04-23 | macOS: restore correct tabbing/untabbing of windows - continued | ManoloFLTK | |
| slightly simpler and more explicit than previous commit at 602c6ffd8a9154f323f38c2e599abea8947f1f04 | |||
| 2019-04-22 | Consistently compute the current GUI scaling factor value. | ManoloFLTK | |
| 2019-04-22 | macOS: restore correct tabbing/untabbing of windows | ManoloFLTK | |
| The recent commit "Simpler implementation of Fl_Cocoa_Window_Driver::resize()" c66caf5dce9331fd3e011873711a768adb28cf9d did not take care of tabbing/untabbing of windows. This is repaired here. | |||
