Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-13 | LibGUI: Allow dropping drags on AbstractView | Andreas Kling | |
You can now drop things on an AbstractView, which will ask its model if the drag is acceptable to drop at the index where it's dropped. If it's accepted by the model, the view will fire the on_drop hook. | |||
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |