summaryrefslogtreecommitdiff
path: root/src/gl-eventview.c
Commit message (Expand)AuthorAgeFilesLines
* Rename some functionsJonathan Kang2017-01-051-3/+3
* Output the shown logs in GtkListBox to fileJonathan Kang2015-10-121-0/+12
* Use GtkModelButton to improve boot selection menuJonathan Kang2015-08-211-0/+13
* View events from different bootsJonathan Kang2015-07-011-0/+26
* Use G_DECLARE_FINAL_TYPE throughoutDavid King2015-04-131-1/+7
* Rename GlJournalResult to GlJournalEntryLars Uebernickel2015-02-161-3/+3
* Add missing break in property getter switchDavid King2015-01-221-0/+1
* Add an option for log view directionJonathan Kang2014-12-031-0/+15
* Hide sidebar while viewing event detailsJonathan Kang2014-11-111-0/+253
* Move GlEventView to GlEventViewListDavid King2014-07-211-1063/+0
* Simplify code with gtk_stack_get_child_by_name()David King2014-04-011-24/+4
* Remove idle handler when finalizing GlEventViewDavid King2014-03-031-0/+13
* Store idle handler ID in GlEventViewDavid King2014-03-031-12/+13
* Disallow selection in GlEventViewDavid King2014-02-281-0/+2
* Add device event view rows in an idle handlerDavid King2014-02-181-17/+61
* Add security event view rows in an idle handlerDavid King2014-02-181-18/+61
* Add simple event view rows in an idle handlerDavid King2014-02-181-11/+55
* Add commandline event view rows in an idle handlerDavid King2014-02-181-11/+62
* Split off GlEventViewDetail as the detail widgetDavid King2013-12-121-49/+7
* Only load logs for the current categoryDavid King2013-11-041-268/+277
* Use GlEventViewRow in GlEventViewDavid King2013-11-011-221/+17
* Make GlJournalResult a ref-counted boxed typeDavid King2013-11-011-7/+7
* Add dim-label style class to no results iconDavid King2013-11-011-0/+2
* Show messages from current boot for all categoriesDavid King2013-11-011-1/+1
* Allow showing all log events for the current bootDavid King2013-11-011-4/+4
* Use the system 12/24 hour clock settingDavid King2013-10-281-46/+47
* Show only user events in the applications categoryDavid King2013-10-281-7/+37
* Support case-insensitive searchDavid King2013-10-281-9/+81
* Show placeholder when the events listbox is emptyDavid King2013-10-251-0/+34
* Make find mode tolerant of NULL event messagesDavid King2013-10-241-4/+7
* Always set the direction of the text to leftYosef Or Boczko2013-10-241-14/+31
* Use the length result of sd_journal_get_data()David King2013-10-241-4/+6
* Make event view timestamps slightly smallerDavid King2013-10-231-0/+4
* Add timestamp to system events viewDavid King2013-10-231-1/+11
* Add timestamp to commandline events viewDavid King2013-10-231-2/+12
* Add timestamp to security events viewDavid King2013-10-231-2/+12
* Add timestamp to kernel events list viewDavid King2013-10-231-1/+11
* Factor out timestamp handlingDavid King2013-10-231-22/+3
* Fix duplicate child warning for detail viewDavid King2013-10-231-4/+31
* Apply the system monospace font to log messagesDavid King2013-10-231-12/+21
* Make labels in detail view selectableDavid King2013-10-091-0/+3
* Make "important" category the defaultDavid King2013-10-071-20/+29
* Adjust important category to priorities <= 3David King2013-10-071-1/+5
* Refactor category, view and toolbar state changesDavid King2013-10-071-28/+31
* Add details view to all categoriesDavid King2013-10-071-28/+22
* Use new cursor query method in details viewDavid King2013-10-071-85/+10
* Use new cursor query method in listbox filterDavid King2013-10-071-56/+9
* Use new journal query API for "security" categoryDavid King2013-10-071-108/+30
* Use new journal query API for "hardware" catwgoryDavid King2013-10-071-107/+29
* Use new journal query API for "system" categoryDavid King2013-10-071-92/+26