Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-08-31 | Fix occasional segfault with X11 in Gtk3 | Alexandros Theodotou | 1 | -2/+11 | |
This fixes an occasional segfault when idle_size_request() is called after the widget has been destroyed. | |||||
2021-01-11 | Suppress Gtk and Qt header warnings in code | David Robillard | 1 | -0/+4 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -320/+320 | |
2020-09-27 | Separate declarations and initialize all variables | David Robillard | 1 | -7/+9 | |
2020-09-27 | Clean up includes and forward declarations | David Robillard | 1 | -15/+25 | |
2020-07-17 | Fix Wunused-parameter warnings | David Robillard | 1 | -0/+6 | |
2020-07-17 | Fix implicit conversion warnings | David Robillard | 1 | -4/+4 | |
2020-04-26 | Use initial size as fallback base size for X11 in Gtk3 | David Robillard | 1 | -3/+17 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -2/+2 | |
2019-02-19 | Add support for min_size and base_size in XSizeHints | brummer10 | 1 | -6/+66 | |
This allows a plugin UI to be shown with a default size but be resizable to a smaller size, within limits, afterwards. | |||||
2017-12-16 | Clean up feature code in wrappers | David Robillard | 1 | -6/+3 | |
2017-05-08 | Fix potential memory leaks | David Robillard | 1 | -0/+1 | |
2017-05-07 | Fix potential use of uninitialized memory | David Robillard | 1 | -0/+1 | |
2017-05-07 | Fix memory leaks | David Robillard | 1 | -0/+1 | |
2016-12-11 | Fix missing KeyRelease events for X11 in Gtk | Hanspeter Portner | 1 | -4/+5 | |
2016-12-10 | Add support for X11 in Gtk3 | David Robillard | 1 | -0/+401 | |