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
2023-01-08
Add new Fl_Rect::inset(lt,top,rt,bot) method
Greg Ercolano
2023-01-08
Fix "Xrender blurs adjacent images with bilinear scaling" (#633)
ManoloFLTK
2023-01-08
Fix missing parameter documentation
Matthias Melcher
2023-01-06
X11: Optionally copy selection buffer to clipboard (STR 3229)
Albrecht Schlosser
2023-01-05
Adding Fl::hide_all_windows()
Matthias Melcher
2023-01-05
Add close buttons for individual tabs in Fl_Tabs (#628)
Matthias Melcher
2023-01-05
Refactor drawing small circles: add fl_draw_circle()
Albrecht Schlosser
2023-01-03
Clarify and improve Fl::scheme() related documentation
Albrecht Schlosser
2023-01-02
Fix a doxygen warning and improve "file list" contents
Albrecht Schlosser
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-12-28
Improve and extend fl_contrast() (#370)
Albrecht Schlosser
2022-12-22
Fix compilation on old gcc (#606)
Matthias Melcher
2022-12-20
Clean up class Fl_String (part of issue #601)
Albrecht Schlosser
2022-12-19
Update dependencies, remove trailing whitespace
Albrecht Schlosser
2022-12-18
Added ansi_show_unknown(bool) (default off)
Greg Ercolano
2022-12-17
ESC sequences can traverse append(), unicode support for backspace
Greg Ercolano
2022-12-17
Add cross-platform fl_close_fd(int fd) to close a file descriptor
ManoloFLTK
2022-12-17
Adding length checks for in-memory image data (see #542) (#592)
Matthias Melcher
2022-12-16
Added backspace handling to simple terminal ansi() mode
Greg Ercolano
2022-12-16
Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…
ManoloFLTK
2022-12-15
Rename some Fl_Flex methods for FLTK compliance (#594)
Albrecht Schlosser
2022-12-13
Fix trailing whitespace and dependencies
Albrecht Schlosser
2022-12-11
Use correct syntax to befriend a class
ManoloFLTK
2022-12-10
Add option to bind images to a widget (#589)
Matthias Melcher
2022-12-10
Docs: add widget screenshot for Fl_Hor_Nice_Slider
Greg Ercolano
2022-12-10
"Public members Fl::awake_ring_*_ should be private" (#559) - cont'd
ManoloFLTK
2022-12-09
Make Fl_ICO_Image::idcount() const
Albrecht Schlosser
2022-12-09
Fix for "Public members Fl::awake_ring_*_ should be private" (#559)
ManoloFLTK
2022-12-09
Add new Wayland-specific fl_wl_compositor() function
ManoloFLTK
2022-12-09
New Fl_ICO_Image class to read Windows .ico icon files
ManoloFLTK
2022-12-05
Implement fl_complex_polygon() for OpenGL (#570)
Matthias Melcher
2022-11-30
Add a unit test for drawing complex shapes (#565)
Matthias Melcher
2022-11-30
Remove useless fl_matrix member variable of class Fl_Graphics_Driver
ManoloFLTK
2022-11-30
Remove superfluous friend declarations from class Fl_Graphics_Driver
ManoloFLTK
2022-11-29
Fix for issue [Cairo]: Arrows have a "gap" (#561)
ManoloFLTK
2022-11-27
macOS+OpenGL3: remove "warning: gl.h and gl3.h are both included"
ManoloFLTK
2022-11-26
Local undo per Fl_Text_Buffer and Fl_Input_ (#557)
Matthias Melcher
2022-11-26
Make the value box size of Fl_Value_Slider user settable (STR 3222)
Albrecht Schlosser
2022-11-25
Add "Oxy" scheme (STR 2675, STR 3477)
Albrecht Schlosser
2022-11-24
Refactor code to make rounded rectangles accessible (#553)
Matthias Melcher
2022-11-22
Refactor and simplify "arrow drawing" in widgets
Albrecht Schlosser
2022-11-22
Enhance Fl_Rect: add inset() and new constructor
Albrecht Schlosser
2022-11-22
Fix selection extension in Fl_Text_*, issue 196 (#550)
Matthias Melcher
2022-11-20
Replace #if FLTK_USE_X11 by #ifdef FLTK_USE_X11
ManoloFLTK
2022-11-17
Fix rearranging children in Fl_Scroll (#546)
Matthias Melcher
2022-11-15
Add support of .svgz image files to fluid
ManoloFLTK
2022-11-11
Improve and clarify documentation of fl_beep()
Albrecht Schlosser
2022-11-07
Document Fl_Multiline_Output keynav and caret cursor
Greg Ercolano
2022-11-07
Added missing const on some methods
Greg Ercolano
2022-11-07
Added assignment by index example, doc clarifications.
Greg Ercolano
[next]