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
/
FL
Age
Commit message (
Expand
)
Author
2022-09-27
Simpler code to support FLTK widgets in macOS OpenGL 3 windows.
ManoloFLTK
2022-09-25
Add cross-platform support for adding widgets to an OpenGL3-based Fl_Gl_Window.
ManoloFLTK
2022-09-22
Fix issue #501: build error under macOS 10.10
ManoloFLTK
2022-09-21
Improve docs of Fl_Copy_Surface and use of OpenGL 3.
ManoloFLTK
2022-09-18
Add Doxygen description of FL_FREE_COLOR.
ManoloFLTK
2022-09-11
Fix fl_read_image() under hybrid Wayland/X11 platform.
ManoloFLTK
2022-09-09
New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.
ManoloFLTK
2022-09-08
Add necessary virtual qualifier to ~Fl_Font_Descriptor() and derived.
ManoloFLTK
2022-09-07
Improve support of child windows that may leak outside their parent window.
ManoloFLTK
2022-08-30
Hybrid Wayland/X11 platform: improve control of chosen backend.
ManoloFLTK
2022-08-30
Attempt to improve fl_disable_wayland().
ManoloFLTK
2022-08-29
Update dependencies, fix trailing whitespace
Albrecht Schlosser
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-25
Fix dependencies and whitespace errors
Albrecht Schlosser
2022-08-23
Comment-only changes.
ManoloFLTK
2022-08-23
Add FL_EXPORT directives erroneously removed at 7deff86.
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-08-20
Add int Fl::system(const char *command) static member function.
ManoloFLTK
2022-08-19
Fl_Graphics_Driver: remove unused virtual qualifiers.
ManoloFLTK
2022-08-10
Fix Fl_Xlib_Graphics_Driver for drawing tiled images.
ManoloFLTK
2022-08-07
Fl_Flex: support different margin sizes, improve docs
Albrecht Schlosser
2022-08-01
Add Fl_Flex widget from Karsten Pedersen (issue #255)
Albrecht Schlosser
2022-07-24
Add Fl_PostScript_File_Device::set_current() and end_current() members.
ManoloFLTK
2022-07-20
Change prototype of virtual Fl_Graphics_Driver::pango_font_description().
ManoloFLTK
2022-07-14
Document that Fl_Help_View can't be used with FL_NO_BOX
Albrecht Schlosser
2022-07-06
Move member q_width from class Fl_Font_Descriptor to Fl_Quartz_Font_Descriptor.
ManoloFLTK
2022-07-05
Documentation: add missing mentions of the Wayland platform.
ManoloFLTK
2022-07-04
Documentation: add Wayland-related information for use of OpenGL 3.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-05-11
Remove warning: 'virtual void Fl_Graphics_Driver::xyline(int, int, int, int)'...
ManoloFLTK
2022-05-09
Cleaner declaration of public function fl_wl_cairo().
ManoloFLTK
2022-04-20
Improve docs of Fl_Image and related classes (#431)
Albrecht Schlosser
2022-04-15
Fix documentation typo
Albrecht Schlosser
2022-04-15
Clarify documentation of Fl_Image::copy() and more (#431)
Albrecht Schlosser
2022-04-14
Fix for issue #429 : Segfault with Ctrl+/- with current git version
ManoloFLTK
2022-04-13
Make Fl_Image::copy() 'const', including all derived classes
Albrecht Schlosser
2022-04-13
Fix for issue #427 - continued.
ManoloFLTK
2022-04-12
Fix for issue #427: Problems with data_w, data_h, w, h of Fl_Image.
ManoloFLTK
2022-04-07
Add note to doc of Fl_Cairo_Window about required build option.
ManoloFLTK
2022-04-07
Update doc of struct Fl_Menu_Item whose shortcut_ member is now an int.
ManoloFLTK
2022-04-03
Remove '#include <sys/stat.h>' from FL/platform_types.h
Albrecht Schlosser
2022-03-31
Fix whitespace errors (no code changes)
Albrecht Schlosser
2022-03-31
Add support of Fl_Region to the Cairo graphics driver
ManoloFLTK
2022-03-30
Add method Fl_Shared_Image::image()
Albrecht Schlosser
2022-03-27
Wayland: replace public fl_event_time by static wld_event_time.
ManoloFLTK
2022-03-26
Add `const` to Fl_Image::fail() (PR #415)
YX
2022-03-25
Update documentation and dependencies
Albrecht Schlosser
2022-03-24
Remove platform-dependent type Fl_Bitmask (not in documented public API).
ManoloFLTK
2022-03-23
Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...
ManoloFLTK
2022-03-21
Avoid using same name (p) for distinct members of derived classes.
ManoloFLTK
[next]