summaryrefslogtreecommitdiff
path: root/src/gl-window.c
Commit message (Expand)AuthorAgeFilesLines
* window: Use AdwMessageDialog instead of GtkMessageDialogwip/cdavis/deprecation-cleanupsChristopher Davis2023-01-041-16/+6
* window: Use GtkFileDialog instead of GtkFileChooser*Christopher Davis2023-01-041-70/+75
* general: Use g_app_info_launch_default_for_uri ()Christopher Davis2022-12-231-4/+18
* general: Stop using gtk_widget_{show,hide}Christopher Davis2022-12-221-6/+6
* window: Port dialogs to gtk4Maximiliano Sandoval R2022-03-281-20/+34
* Use gtk_show_uri APIMaximiliano Sandoval R2022-03-281-9/+2
* Replace GdkScreen with GdkDisplayMaximiliano Sandoval R2022-03-281-5/+5
* window: Use set_key_capture_widget in entry barMaximiliano Sandoval R2022-03-281-23/+0
* info_bar: Set label in the UI fileMaximiliano Sandoval R2022-03-281-32/+5
* Remove custom CSS error reportingMaximiliano Sandoval R2022-03-281-3/+0
* Use libadwaita and gtk4 in C filesMaximiliano Sandoval R2022-03-281-1/+1
* Port to GtkFileChooserNativeBas De Bue2021-07-261-7/+6
* window, eventtoolbar, application: Use HdyApplicationWindow and HdyHeaderBarChristopher Davis2021-07-231-1/+1
* application: Add the ability to open journal filesJonathan Kang2020-06-231-23/+37
* Use g_type_ensure() instead of *_get_type()Jonathan Kang2018-12-151-0/+7
* Disable 'export' action when the logs are emptyankritisachan2018-04-211-0/+28
* Fix crash while exporting blank journalH00ly6662018-03-271-2/+8
* free strings to avoid memory leakJonathan Kang2018-03-191-2/+3
* update boot timestamps when possibleJonathan Kang2017-11-021-1/+38
* Allow users to ignore insufficient permission warningJonathan Kang2017-07-311-0/+36
* Remove GlEventView typePranav Ganorkar2017-06-291-128/+21
* Avoid deprecated gtk_show_uri()Jonathan Kang2017-03-231-2/+2
* Rename some functionsJonathan Kang2017-01-051-1/+1
* Remember search results when switch back to listJonathan Kang2016-12-021-5/+0
* Fix crash when the journal is emptyDavid King2016-09-131-8/+13
* Improve the check for journal permissionsDirk Maetens2016-08-101-20/+63
* Warn if the user doesn't have permissions to view journal logsJonathan Kang2015-10-121-0/+57
* Output the shown logs in GtkListBox to fileJonathan Kang2015-10-121-0/+90
* Use GtkModelButton to improve boot selection menuJonathan Kang2015-08-211-1/+28
* View events from different bootsJonathan Kang2015-07-011-0/+29
* Use G_DECLARE_FINAL_TYPE throughoutDavid King2015-04-131-1/+7
* Use gtk_css_provider_load_from_resource()Arnaud Bonatti2015-03-261-14/+2
* Add an option for log view directionJonathan Kang2014-12-031-0/+15
* Hide sidebar while viewing event detailsJonathan Kang2014-11-111-90/+20
* Move GlEventView to GlEventViewListDavid King2014-07-211-14/+14
* Switch back to the event view before filter changeDaiki Ueno2014-06-221-0/+3
* Add keyboard navigation for the back buttonDavid King2014-02-281-4/+38
* Avoid overwriting the first typeahead find letterDavid King2013-10-251-0/+1
* Move CSS parsing-error handler to separate fileDavid King2013-10-231-13/+3
* Add accelerator for closing a windowDavid King2013-10-091-1/+14
* Use a single header barDavid King2013-10-091-3/+3
* Do not unref the default GtkCssProviderDavid King2013-10-091-1/+1
* Unref GFile and GtkCssProvider in gl_window_init()David King2013-10-071-0/+4
* Make "important" category the defaultDavid King2013-10-071-1/+1
* Refactor category, view and toolbar state changesDavid King2013-10-071-10/+41
* Enable type-ahead search for search barDavid King2013-09-301-0/+48
* Show search bar on clicking the find buttonDavid King2013-09-301-1/+62
* Switch toolbar mode on changing to detail viewDavid King2013-09-301-1/+28
* Use GFile instead of GBytes to read from GResourceDavid King2013-09-301-14/+4
* Add padding to category rowsDavid King2013-09-301-0/+46