summaryrefslogtreecommitdiff
path: root/src/gl-window.c
Commit message (Expand)AuthorAgeFilesLines
* application: Add the ability to open journal filesjournal-from-fileJonathan Kang2020-02-211-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
* Look up action strings from generated GEnumValuesDavid King2013-09-301-41/+8
* Stop using libgdDavid King2013-09-301-1/+0
* Set GlEventView:filter from GlWindowDavid King2013-09-301-11/+14
* Add events view to GlWindowPrivateDavid King2013-09-301-0/+3
* Handle category change in GlWindowDavid King2013-09-301-0/+46
* Add category list action to GlWindowDavid King2013-09-301-0/+10
* Add a window action for the view modeDavid King2013-09-301-1/+37
* Use GtkBuilder for children of application windowDavid King2013-09-301-51/+0
* Move category and group view to GlCategoryListDavid King2013-09-051-34/+2
* Move event view to GlEventViewDavid King2013-09-051-60/+3
* Display the last 10 items from the journalDavid King2013-09-051-0/+61
* Select a row in the category listDavid King2013-09-051-1/+5
* Push the menu button to the far end of the toolbarDavid King2013-09-051-0/+6