summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-02-14Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_DriverManoloFLTK
2023-02-14Use libdecor/src/os-compatibility.h to declare os_create_anonymous_file()ManoloFLTK
2023-02-14Update doc of Fl_Image::copy() after new Fl_Anim_GIF_Image classManoloFLTK
2023-02-13Remove unneeded list of wayland seatsManoloFLTK
2023-02-13Windows: minor change to support build with mingw64 4.9ManoloFLTK
This old compiler is available as a cross compiler from macOS to 64-bit Windows.
2023-02-13Allow scaled image in Fl_Window::cursor(const Fl_RGB_Image *, int, int)ManoloFLTK
2023-02-12Wayland: add necessary check to support OWLManoloFLTK
2023-02-11Very controlled GDIplus startup and shutdown #635 (#679)Matthias Melcher
Fall back to GDI if GDIplus is not available
2023-02-11Wayland: improve support for FL_CURSOR_{NONE, HELP}ManoloFLTK
2023-02-10Infinite undo: fix compiler warningMatthias Melcher
2023-02-10Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)Matthias Melcher
2023-02-10Don't for a box type for pulldowns (#675)Matthias Melcher
2023-02-10Remove dead code and comments (Windows only)Albrecht Schlosser
Most of the old code was a leftover of STR 3454 (which fixed winsock issues). Also removed an old comment about usage of Windows WSAAsyncSelect() and why it had been removed (related to Windows socket functions).
2023-02-10Fix typos in documentation and commentsAlbrecht Schlosser
(no code changes)
2023-02-09Expose elapsed time API (#670)Matthias Melcher
2023-02-07Remove XOR-based code that was unused and incomplete (#673)ManoloFLTK
2023-02-07Fix "\todo TextDPosToLineAndCol does not exist"ManoloFLTK
2023-02-07Fix "\todo TextDEndOfLine and BufEndOfLine functions don't exist"ManoloFLTK
2023-02-07macOS+XQuartz: support new homebrew name for GTK2 shared libManoloFLTK
2023-02-06Remove usage of __APPLE_QUARTZ__ (#673)ManoloFLTK
2023-02-06Use fl_utf_strcasecmp() for Unicode-aware case-insensitive comparisonsManoloFLTK
2023-02-06Use fl_tolower() for case-insensitive Unicode-aware comparisonsManoloFLTK
2023-02-06Don't assume strcasecmp() is a function because of Visual studio CManoloFLTK
2023-02-06Add necessary #include "flstring.h"ManoloFLTK
2023-02-06Fix "\todo Add a flag to ignore case" from Fl_Browser_.cxxManoloFLTK
2023-02-06Fix "\todo Make comparison UTF-8 aware" in numericsort.cManoloFLTK
2023-02-06Fix "\todo provide user documentation for fl_set_status function"ManoloFLTK
2023-02-06Fix "\todo Complete documentation of class Fl_String"ManoloFLTK
Also - fix "\todo Unicode?" in Fl_Text_Display::display_insert() after verification - fix "\todo [Internal] The user_data value must be implemented using \p fl_intptr_t" because that's now in place.
2023-02-05Improve doc of Fl_Widget::test_shortcut() methodsManoloFLTK
This removes a \todo item.
2023-02-02Fix position() methods that shadow Fl_Widget::position()Matthias Melcher
* `FL_DEPRECATED` macro to mark `position()` method that shadow `Fl_Widget::position()` #69 (#666)
2023-02-02Allow cmake -DOPTION_APPLE_X11=On without -U__APPLE__ManoloFLTK
2023-02-02Update dependencies and fix whitespace errorsAlbrecht Schlosser
- replace tabs with spaces - remove trailing whitespace
2023-02-02Minimize and fix include statements of Fl_Int_VectorAlbrecht Schlosser
- replace <FL/Fl.H> with <FL/Fl_Export.H> in public header - add missing <string.h> in implementation
2023-02-02 Fix "Native file chooser on Linux fails with BROWSE_MULTI_FILE" (#669)ManoloFLTK
2023-02-02Add preliminary support of Wayland under macOSManoloFLTK
Wayland under macOS is WIP at https://github.com/owl-compositor/owl
2023-02-01Wayland: use fl_wl_find() instead of fl_find()ManoloFLTK
2023-01-31Fix miscellaneous #include directivesManoloFLTK
2023-01-31Fix crash in Zenity filechooser with badly formed filter (#665)ManoloFLTK
2023-01-31 Fix crash in Zenity filechooser with badly formed filter (#665)ManoloFLTK
2023-01-31 Fix crash in Zenity filechooser with badly formed filter (#665)ManoloFLTK
2023-01-31 Fix "Native Filechooser (Zenity) crashes on second invocation" (#665)ManoloFLTK
2023-01-30Fix launching of unbundled app from /tmpManoloFLTK
2023-01-30Document that Fl::add_fd() opens display under macOSManoloFLTK
2023-01-28Fix comments and remove a 'todo' item from docsAlbrecht Schlosser
Comments and docs only, no code changes.
2023-01-27Fix for [fltk.coredev] native file chooser crashManoloFLTK
2023-01-26STR 2936: FLUID: option to ignore syntax check in DeclBlockMatthias Melcher
2023-01-26Simpler Fl_Wayland_Gl_Window_Driver::resize() is enoughManoloFLTK
2023-01-26Fixing FLUID file corruption from issue #653 (#662)Matthias Melcher
Removing all globals in file writer (#653 ) Fix some static analyser complaints Valgrind: handle width==0 in GfxDrivers on Wayland and X11 Don't use `Fl_Input_::static_value`, it accesses previous buffer that may be deleted Project file write encapsulated, removing globals Encapsulating project file reader, removing states in glbals Project i/o increased source code readability
2023-01-23STR 2639 Fixes Fl_Pack resize behaviourMatthias Melcher
FLUID cleanups FLUID Fl_Pack support improvement FLUID fix error in handling live mode resizables
2023-01-23Wayland: remove useless member variables of struct outputManoloFLTK