summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-12Fix GUI scaling in presence of un-show()'n subwindows (macOS)ManoloFLTK
2019-05-09Use more convenient API for function get_window_frame_sizes()ManoloFLTK
2019-05-08Fix Fl_Cocoa_Window_Driver::capture_titlebar_and_borders() when GUI is scaled...ManoloFLTK
2019-05-08Adapt function fake_X_wm() to rescaled GUI.ManoloFLTK
2019-05-08Avoid double window redraw after resizeManoloFLTK
2019-05-07Remove unnecessary codeManoloFLTK
2019-05-06Slightly simpler code for what is specific to macOS 10.14.0ManoloFLTK
2019-05-06Restore forcing the position of a window before it's shownManoloFLTK
2019-05-04Remove call to Fl_Group::init_sizes() because it's expected from the caller.ManoloFLTK
2019-05-04Fix control for subwindow leakage in presence of GUI scalingManoloFLTK
2019-05-02Reworked algorithm to support window moving across screensManoloFLTK
2019-04-30Minor change in Fl_Cocoa_Window_Driver::shape(const Fl_Image*)ManoloFLTK
2019-04-29Fix compiler warning (issue #25)Albrecht Schlosser
2019-04-28macOS: further fix to window moving necessary for macOS 10.3ManoloFLTK
2019-04-28macOS: yet simpler implementation of window resize and rescale.ManoloFLTK
2019-04-25Use NSViewFrameDidChangeNotification instead of NSWindowDidResizeNotificationManoloFLTK
2019-04-23Use HAVE_GLXGETPROCADDRESSARB preprocessor variableManoloFLTK
2019-04-23macOS: restore correct tabbing/untabbing of windows - continuedManoloFLTK
2019-04-22Consistently compute the current GUI scaling factor value.ManoloFLTK
2019-04-22macOS: restore correct tabbing/untabbing of windowsManoloFLTK
2019-04-21Reorder Fl_Cocoa_Window_Driver to support upward OS compatibilityManoloFLTK
2019-04-21Fix Fl_Cocoa_Window_Driver::fullscreen_off()ManoloFLTK
2019-04-20macOS: better support of Fl_Window::border(int)ManoloFLTK
2019-04-19macOS: simpler handling of GL windows when first displayed.ManoloFLTK
2019-04-15Minor code reorderingManoloFLTK
2019-04-15Minor code reordering.ManoloFLTK
2019-04-13Update Doxygen doc of Fl_Gl_Window::draw() for HighDPI supportManoloFLTK
2019-04-12Doxygen: describe better support for OpenGL on HighDPI displays.ManoloFLTK
2019-04-12Move Doxygen comments next to member function bodies.ManoloFLTK
2019-04-12Remove function body from Fl_Widget_Surface class declaration.ManoloFLTK
2019-04-11Add check against hidden window.ManoloFLTK
2019-04-11Update comments of Fl_Cocoa_Window_Driver::make_current() for macOS 10.14ManoloFLTK
2019-04-11Remove 2 Doxygen warningsManoloFLTK
2019-04-10Save and restore GL parameters as appropriateAlbrecht Schlosser
2019-04-10Use the new Fl_Surface_Device::is_current() virtual functionManoloFLTK
2019-04-10Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2019-04-10Function Fl_Screen_Driver::traverse_to_gl_subwindows() is static in its classManoloFLTK
2019-04-09Add public function Fl_RGB_Image *fl_capture_window_part()ManoloFLTK
2019-04-09Fix for STR 3519: the PostScript graphics driver fails with some narrow unico...ManoloFLTK
2019-04-09Improve Fl_Cocoa_Window_Driver::make_current()ManoloFLTK
2019-04-07Member Fl_Cocoa_Window_Driver::window_flags_ stores now 2 flagsManoloFLTK
2019-04-07Simpler implementation of Fl_Cocoa_Window_Driver::resize()ManoloFLTK
2019-04-07Maintain window position when turning its border on.ManoloFLTK
2019-03-28Merge remote-tracking branch 'origin/master'ManoloFLTK
2019-03-28macOS: More efficient window rescaling that rarely calls Fl_Group::resize()ManoloFLTK
2019-03-28Add dependencies for non-Xft buildsAlbrecht Schlosser
2019-03-28Update dependenciesAlbrecht Schlosser
2019-03-27Call to Fl_Group::init_sizes() needed after resize of widgets.ManoloFLTK
2019-03-27Send FL_FOCUS is necessary under X11ManoloFLTK