index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-05-06
Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...
Manolo Gouy
2018-05-06
Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...
Manolo Gouy
2018-05-06
Improve fl_overlay_rect() when GUI is scaled.
Manolo Gouy
2018-05-05
Fix Fl_Screen_Driver::traverse_to_gl_subwindows() to support Fl_Widget_Surfac...
Manolo Gouy
2018-05-05
Improve Fl_Screen_Driver::traverse_to_gl_subwindows(), still needs to be comp...
Manolo Gouy
2018-05-05
Fix Fl_X11_Screen_Driver::read_win_rectangle() when GUI is scaled.
Manolo Gouy
2018-05-05
Add checks for NULL pointer, just in case.
Manolo Gouy
2018-05-04
Simplify Fl_Gl_Device_Plugin::print() using the Fl_Image::scale() member func...
Manolo Gouy
2018-05-04
Documentation: improve doc of Fl_Widget_Surface::print_window_part() and Fl_W...
Manolo Gouy
2018-05-04
Shorten the list of virtual member functions used to support Fl_Widget_Surfac...
Manolo Gouy
2018-05-04
MacOS: improve fl_overlay_rect() when GUI scale factor = 1.7
Manolo Gouy
2018-05-03
Simplify fl_overlay_rect() using the Fl_Image::scale() member function.
Manolo Gouy
2018-05-03
Fix fl_overlay_rect() under X11 and Windows when GUI is scaled.
Manolo Gouy
2018-05-02
Simplify Fl_Widget_Surface::print_window_part() using the new Fl_Image::scale...
Manolo Gouy
2018-05-01
Make virtual void Fl_Surface_Device::end_current_() have no argument because ...
Manolo Gouy
2018-05-01
Update fluid (.fl) files.
Albrecht Schlosser
2018-05-01
Add missing function fl_define_FL_ICON_LABEL() (STR #3468).
Albrecht Schlosser
2018-04-30
Extend documentation of fl_begin_offscreen()
Manolo Gouy
2018-04-30
Fix indentation.
Albrecht Schlosser
2018-04-29
Fl_WinAPI_System_Driver::paste() : fix handling of clipboard containing top-d...
Manolo Gouy
2018-04-29
Fl_WinAPI_System_Driver::paste() : fix indentation only.
Manolo Gouy
2018-04-29
Pasting image from clipboard: partial support of top-down DIB image (still ne...
Manolo Gouy
2018-04-29
Fix Fl_WinAPI_System_Driver::paste() when clipboard contains GIF image
Manolo Gouy
2018-04-29
Fix Fl_WinAPI_System_Driver::paste() when the clipboard contains an image as ...
Manolo Gouy
2018-04-26
Documentation: complete doc of Fl_Image_Surface::offscreen()
Manolo Gouy
2018-04-26
Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...
Manolo Gouy
2018-04-26
Fix Fl_WinAPI_System_Driver::paste() when clipboard contains an image and the...
Manolo Gouy
2018-04-26
Fix Fl_GDI_Graphics_Driver::copy_offscreen() when the destination surface is ...
Manolo Gouy
2018-04-25
class Fl_Xlib_Image_Surface_Driver : Remove unused member variable.
Manolo Gouy
2018-04-25
Have Fl_WinAPI_Window_Driver::capture_titlebar_and_borders() restore the wind...
Manolo Gouy
2018-04-25
Windows: fix fl_copy_offscreen() when input offscreen is scaled and output su...
Manolo Gouy
2018-04-24
Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...
Manolo Gouy
2018-04-23
Undo change at r12792 (24 march 2018) because test/offscreen does not work wi...
Manolo Gouy
2018-04-21
Complete Fl_Android_Graphics_Driver::cache() functions that should assign the...
Manolo Gouy
2018-04-20
Fix Fl_GDI_Graphics_Driver::cache(Fl_Pixmap *) where 2 distinct Fl_GDI_Graphi...
Manolo Gouy
2018-04-20
Remove debugging statement
Manolo Gouy
2018-04-20
Fix direct use of fl_draw_pixmap() whithout Fl_Pixmap object.
Manolo Gouy
2018-04-19
Fix background color when drawing pixmap data both directly or as an Fl_Pixma...
Manolo Gouy
2018-04-19
Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg...
Manolo Gouy
2018-04-19
Reorganise access to the value of the GUI scaling factor with public getter a...
Manolo Gouy
2018-04-19
Documentation: place Doxygen doc next to function implementation
Manolo Gouy
2018-04-19
Documentation: add doc for Fl_Graphics_Driver::cache_size()
Manolo Gouy
2018-04-19
Documentation: simplify example code for Fl_Image::scale()
Manolo Gouy
2018-04-19
Fix documentation formatting.
Albrecht Schlosser
2018-04-18
Clarified the fl_choice ordering in first example with an image and arrows,
Greg Ercolano
2018-04-18
Add comments: "Implementation note about how Fl_Pixmap objects get printed un...
Manolo Gouy
2018-04-18
Simplify the implementation of printing of Fl_Pixmap images under Windows.
Manolo Gouy
2018-04-18
Fix crash in test/device after scale-GUI + Fl_Printer + Fl_Image_Surface
Manolo Gouy
2018-04-18
Fix Fl_Text_Editor overstrike mode (STR #3463).
Albrecht Schlosser
2018-04-18
Docs for fl_choice() clarify argument order, added missing image for one of t...
Greg Ercolano
[next]