Age | Commit message (Expand) | Author |
---|---|---|
2020-09-17 | LibGUI: Set ProcessChooser key column and sort order after set_model (#3521) | Uma Sankar |
2020-08-16 | LibGUI+DevTools+Applications: Use ModelIndex::data() in many places | Andreas Kling |
2020-08-16 | LibGUI: Move GUI::Model::Role to GUI::ModelRole | Andreas Kling |
2020-08-16 | LibGUI: Make model sorting imperative and move order to AbstractView | Andreas Kling |
2020-08-15 | LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click | Nico Weber |
2020-08-15 | LibGUI: Remove reference captures of stack variables in ProcessChooser | Nico Weber |
2020-08-15 | LibGUI: Add and use Window::center_on_screen() | Linus Groh |
2020-08-15 | LibGUI: Add a timer in ProcessChooser to get processes for every 1000ms | Uma Sankar |
2020-07-28 | DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI | thankyouverycool |