| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-21 | Silence false positive gcc warning (#682) | Albrecht Schlosser | |
| ... and fix a typo. This warning was reported for gcc 12.2 (MinGW-w64 / MSYS2) but may have appeared in earlier gcc versions (gcc 9.4 is not affected). It's very likely that this warning needs '-O2' or '-O3' to be issued. | |||
| 2023-02-20 | Add GLUT_ELAPSED_TIME simulation | Matthias Melcher | |
| 2023-02-20 | Remove 2 compilation warnings under Windows with mingw64 | ManoloFLTK | |
| Compiling Fl_Native_File_Chooser_WIN32.cxx... fl_dnd_win32.cxx:436:11: warning: private field 'm_EnumF' is not used [-Wunused-private-field] FLEnum *m_EnumF; ^ 1 warning generated. Fl_Native_File_Chooser_WIN32.cxx:378:19: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] bool unixpath = IsUnixPath(_directory) | IsUnixPath(_preset_file); // caller uses unix paths? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ || Fl_Native_File_Chooser_WIN32.cxx:378:19: note: cast one or both operands to int to silence this warning 1 warning generated. | |||
| 2023-02-19 | Rename fd_callback() to wayland_socket_callback() | ManoloFLTK | |
| 2023-02-17 | Remove special FL_CURSOR_NONE implementation in Wayland | ManoloFLTK | |
| 2023-02-17 | Wayland: improve and document support of FL_CURSOR_NONE | ManoloFLTK | |
| 2023-02-15 | Wayland: new struct wl_cursor *custom_cursor member variable | ManoloFLTK | |
| 2023-02-15 | Move class Fl_Shortcut_Button from FLUID to core (#677) (#680) | Matthias Melcher | |
| 2023-02-15 | Wayland: allow Fl_Window::cursor(Fl_Cursor) for whole window | ManoloFLTK | |
| 2023-02-15 | Wayland: add support of Fl_Window::default_cursor(Fl_Cursor) | ManoloFLTK | |
| 2023-02-14 | Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver | ManoloFLTK | |
| 2023-02-14 | Use libdecor/src/os-compatibility.h to declare os_create_anonymous_file() | ManoloFLTK | |
| 2023-02-14 | Update doc of Fl_Image::copy() after new Fl_Anim_GIF_Image class | ManoloFLTK | |
| 2023-02-13 | Remove unneeded list of wayland seats | ManoloFLTK | |
| 2023-02-13 | Windows: minor change to support build with mingw64 4.9 | ManoloFLTK | |
| This old compiler is available as a cross compiler from macOS to 64-bit Windows. | |||
| 2023-02-13 | Allow scaled image in Fl_Window::cursor(const Fl_RGB_Image *, int, int) | ManoloFLTK | |
| 2023-02-12 | Wayland: add necessary check to support OWL | ManoloFLTK | |
| 2023-02-11 | Very controlled GDIplus startup and shutdown #635 (#679) | Matthias Melcher | |
| Fall back to GDI if GDIplus is not available | |||
| 2023-02-11 | Wayland: improve support for FL_CURSOR_{NONE, HELP} | ManoloFLTK | |
| 2023-02-10 | Infinite undo: fix compiler warning | Matthias Melcher | |
| 2023-02-10 | Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676) | Matthias Melcher | |
| 2023-02-10 | Don't for a box type for pulldowns (#675) | Matthias Melcher | |
| 2023-02-10 | Remove 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-10 | Fix typos in documentation and comments | Albrecht Schlosser | |
| (no code changes) | |||
| 2023-02-09 | Expose elapsed time API (#670) | Matthias Melcher | |
| 2023-02-07 | Remove XOR-based code that was unused and incomplete (#673) | ManoloFLTK | |
| 2023-02-07 | Fix "\todo TextDPosToLineAndCol does not exist" | ManoloFLTK | |
| 2023-02-07 | Fix "\todo TextDEndOfLine and BufEndOfLine functions don't exist" | ManoloFLTK | |
| 2023-02-07 | macOS+XQuartz: support new homebrew name for GTK2 shared lib | ManoloFLTK | |
| 2023-02-06 | Remove usage of __APPLE_QUARTZ__ (#673) | ManoloFLTK | |
| 2023-02-06 | Use fl_utf_strcasecmp() for Unicode-aware case-insensitive comparisons | ManoloFLTK | |
| 2023-02-06 | Use fl_tolower() for case-insensitive Unicode-aware comparisons | ManoloFLTK | |
| 2023-02-06 | Don't assume strcasecmp() is a function because of Visual studio C | ManoloFLTK | |
| 2023-02-06 | Add necessary #include "flstring.h" | ManoloFLTK | |
| 2023-02-06 | Fix "\todo Add a flag to ignore case" from Fl_Browser_.cxx | ManoloFLTK | |
| 2023-02-06 | Fix "\todo Make comparison UTF-8 aware" in numericsort.c | ManoloFLTK | |
| 2023-02-06 | Fix "\todo provide user documentation for fl_set_status function" | ManoloFLTK | |
| 2023-02-06 | Fix "\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-05 | Improve doc of Fl_Widget::test_shortcut() methods | ManoloFLTK | |
| This removes a \todo item. | |||
| 2023-02-02 | Fix 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-02 | Allow cmake -DOPTION_APPLE_X11=On without -U__APPLE__ | ManoloFLTK | |
| 2023-02-02 | Update dependencies and fix whitespace errors | Albrecht Schlosser | |
| - replace tabs with spaces - remove trailing whitespace | |||
| 2023-02-02 | Minimize and fix include statements of Fl_Int_Vector | Albrecht 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-02 | Add preliminary support of Wayland under macOS | ManoloFLTK | |
| Wayland under macOS is WIP at https://github.com/owl-compositor/owl | |||
| 2023-02-01 | Wayland: use fl_wl_find() instead of fl_find() | ManoloFLTK | |
| 2023-01-31 | Fix miscellaneous #include directives | 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 crash in Zenity filechooser with badly formed filter (#665) | ManoloFLTK | |
