| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-05 | Wayland: improve DnD of filenames to allow space-containing names | ManoloFLTK | |
| 2023-03-04 | Simpler use of member variable wl_registry in class Fl_Wayland_Screen_Driver | ManoloFLTK | |
| 2023-03-03 | Remove unused variable declaration + fix in wayland.dox | ManoloFLTK | |
| 2023-03-03 | Reorder members of class Fl_Wayland_Screen_Driver | ManoloFLTK | |
| 2023-03-03 | Improve Fl_Wayland_Window_Driver::wld_scale() | ManoloFLTK | |
| 2023-03-02 | Fix typos in Doxygen documentation | ManoloFLTK | |
| 2023-03-02 | Add Fl_Wayland_Window_Driver::wld_scale() member function | ManoloFLTK | |
| 2023-03-01 | Improved Fl_String capacity increments | Matthias Melcher | |
| 2023-02-27 | Fix malloc/delete mismatch | Matthias Melcher | |
| 2023-02-25 | Add Fl_String to Fl_Preferences (#687) | Matthias Melcher | |
| 2023-02-24 | Derive internal Fl_Help_View buffer from Fl_String | Albrecht Schlosser | |
| Refactor the internal class HV_Edit_Buffer by deriving it from the the recently extended Fl_String class. The class HV_Edit_Buffer still needs some "special" methods but the code could be simplified substantially. | |||
| 2023-02-23 | Fl_String refactoring and extension (#683) | Matthias Melcher | |
| - add true unittest and Fl_String testing - interface and printout are similar to gtest without requiring external linkage. just run `unittest --core`. - new Fl_String API - extended API to fl_input_str and fl_password_str - co-authored-by: Albrecht Schlosser <albrechts.fltk@online.de> | |||
| 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. | |||
