summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Only load logs for the current categoryDavid King2013-11-041-268/+277
* Use GlEventViewRow in GlEventViewDavid King2013-11-013-221/+30
* Add GlEventViewRowDavid King2013-11-012-0/+355
* Add GlUtilClockFormat to gl-enumsDavid King2013-11-011-1/+6
* Make GlJournalResult a ref-counted boxed typeDavid King2013-11-013-26/+45
* 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-013-24/+91
* Fix comments on 12/24 clocksPiotr Drąg2013-10-301-2/+2
* Assume messages with no priority are LOG_INFODavid King2013-10-301-1/+1
* Improve timestamp detail for different day or yearDavid King2013-10-301-9/+81
* Make timestamp translatableDavid King2013-10-281-3/+8
* Use the system 12/24 hour clock settingDavid King2013-10-283-49/+74
* 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
* Avoid overwriting the first typeahead find letterDavid King2013-10-251-0/+1
* 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 locale format when displaying event timestampDavid King2013-10-241-2/+5
* Add GlJournalError enumDavid King2013-10-242-2/+42
* Set a GError when calling gl_journal_get_data()David King2013-10-241-4/+40
* Use the length result of sd_journal_get_data()David King2013-10-243-84/+57
* 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-233-23/+29
* Fix duplicate child warning for detail viewDavid King2013-10-231-4/+31
* Apply the system monospace font to log messagesDavid King2013-10-233-14/+108
* Move CSS parsing-error handler to separate fileDavid King2013-10-233-13/+70
* Add accelerator for closing a windowDavid King2013-10-092-1/+16
* Add accelerator for search functionalityDavid King2013-10-091-0/+2
* Make labels in detail view selectableDavid King2013-10-091-0/+3
* 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-073-24/+30
* Adjust important category to priorities <= 3David King2013-10-071-1/+5
* Refactor category, view and toolbar state changesDavid King2013-10-073-62/+100
* Add details view to all categoriesDavid King2013-10-071-28/+22
* Remove unused gl_journal_get_journal() methodDavid King2013-10-072-13/+0
* 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
* Add method to query a single event with a cursorDavid King2013-10-072-127/+205
* 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
* Use new query API for "applications" categoryDavid King2013-10-071-161/+7