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
2022-11-24
Remove two "warning: pointer xxx used after void* realloc()" messages
ManoloFLTK
2022-11-24
Fix two Visual Studio compiler warnings
Albrecht Schlosser
2022-11-24
Refactor code to make rounded rectangles accessible (#553)
Matthias Melcher
2022-11-24
Check boundary conditions in Cocoa scroll code (#554)
Matthias Melcher
2022-11-24
OpenGL3 under macOS: simpler implementation of support of child widgets
ManoloFLTK
2022-11-23
Restore build with HAVE_GL = 1 and HAVE_GL_GLU_H = 0
ManoloFLTK
2022-11-23
Configure-based build: control presence of GL-related packages
ManoloFLTK
2022-11-23
Update remaining "arrow drawing" in menus
Albrecht Schlosser
2022-11-23
Save and restore current color when drawing arrows
Albrecht Schlosser
2022-11-23
Fix border size of FL_PLASTIC_UP_BOX
Albrecht Schlosser
2022-11-23
Keep indicator that menubar is still active (#551)
Matthias Melcher
2022-11-23
Improve Fl_Cocoa_Gl_Window_Driver::switch_to_GL1() to support multiple GL3 wi...
ManoloFLTK
2022-11-23
Add missing FL_RELEASE event after dnd() (#549)
Matthias Melcher
2022-11-23
Fix for issue #412 for the Wayland backend
ManoloFLTK
2022-11-23
Wayland+CMake: stop forcing GTK_FOUND to 0
ManoloFLTK
2022-11-22
Update dependencies
Albrecht Schlosser
2022-11-22
Refactor and simplify "arrow drawing" in widgets
Albrecht Schlosser
2022-11-22
macOS: Fix release of extra NSView holding child widgets of GL window
ManoloFLTK
2022-11-22
Fix selection extension in Fl_Text_*, issue 196 (#550)
Matthias Melcher
2022-11-20
Fix Fl_Group::insert() and Fl_Scroll::on_move()
Albrecht Schlosser
2022-11-20
Replace #if FLTK_USE_X11 by #ifdef FLTK_USE_X11
ManoloFLTK
2022-11-18
CMake+Wayland: check for presence of required software modules
ManoloFLTK
2022-11-17
Fix rearranging children in Fl_Scroll (#546)
Matthias Melcher
2022-11-17
Remove development stage "Using Wayland backend" message
ManoloFLTK
2022-11-17
Fix "Cairo: Scaled images draw with wrong size" (#537)
ManoloFLTK
2022-11-16
Fix whitespace errors and dependencies
Albrecht Schlosser
2022-11-15
Add support of .svgz image files to fluid
ManoloFLTK
2022-11-14
Fix yet another Visual Studio compiler warning
Albrecht Schlosser
2022-11-12
Removed FIXME comment that was already solved.
Matthias Melcher
2022-11-11
Fix Visual Studio compiler warnings
Albrecht Schlosser
2022-11-11
Remove redundant doxygen docs of fl_beep()
Albrecht Schlosser
2022-11-11
Improve and clarify documentation of fl_beep()
Albrecht Schlosser
2022-11-09
Wayland: remove unneeded friend declarations
ManoloFLTK
2022-11-09
Fixed uninitialised variable.
Matthias Melcher
2022-11-08
Wayland: improve processing of the -display command line argument
ManoloFLTK
2022-11-08
Wayland: show keyboard modifiers during mouse clicks (#534)
ManoloFLTK
2022-11-08
Wayland: cancel drag-n-drop after Fl::pushed(0) (#525)
ManoloFLTK
2022-11-07
Document Fl_Multiline_Output keynav and caret cursor
Greg Ercolano
2022-11-07
Removed an obsolete \warning.
Greg Ercolano
2022-11-07
Added empty(), ensure size() enlarges new vals = 0
Greg Ercolano
2022-11-07
Fix initialisation of hybrid Wayland/X11 platform
ManoloFLTK
2022-11-07
Remove Fl_X11_System_Driver.{H,o}
ManoloFLTK
2022-11-07
Delete src/drivers/X11/Fl_X11_System_Driver.*
ManoloFLTK
2022-11-07
Delete src/drivers/Wayland/Fl_Wayland_System_Driver.*
ManoloFLTK
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-11-06
Add doxygen docs for Fl_Int_Vector.
Greg Ercolano
2022-11-06
Check for child visibility in Fl_Scroll (#432)
DieSkaarj
2022-11-06
Fix Fl_Help_View <OL> numbers (Issue #153, STR 3290)
Albrecht Schlosser
2022-11-06
Use the new Fl_Int_Vector class in Fl_Table
Albrecht Schlosser
2022-11-06
Add Fl_Int_Vector: "an STL-ish vector without templates"
Albrecht Schlosser
[next]