summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing break in property getter switchDavid King2015-01-221-0/+1
* Port GlEventViewList to use gl_journal_query_asyncDavid King2015-01-151-21/+120
* Add asynchronous query interface to GlJournalDavid King2015-01-152-1/+85
* Add an option for log view directionJonathan Kang2014-12-038-0/+173
* Hide sidebar while viewing event detailsJonathan Kang2014-11-118-370/+662
* Add missing break in switchDavid King2014-10-271-0/+1
* Tidy and remove some systemd journal includesDavid King2014-10-274-6/+4
* Parse messages from the systemd catalogJonathan Kang2014-09-231-4/+207
* Move GlEventView to GlEventViewListDavid King2014-07-217-234/+236
* Use new GtkApplication appmenu resource handlingDavid King2014-07-101-19/+0
* Use GtkIconTheme built-in RTL supportDavid King2014-06-302-24/+4
* Fix usage imformation when called with --helpAaron Hamilton2014-06-251-1/+1
* Use translated application name in about dialogDavid King2014-06-251-1/+3
* Switch back to the event view before filter changeDaiki Ueno2014-06-221-0/+3
* Avoid using recently-deprecated GtkMiscDavid King2014-05-261-5/+5
* Use a template for the event detail pagePaolo Borelli2014-05-061-152/+79
* Avoid deprecated gtk_application_add_accelerator()David King2014-04-071-4/+6
* Simplify code with gtk_stack_get_child_by_name()David King2014-04-011-24/+4
* Build and install Mallard helpDavid King2014-03-031-2/+1
* Move icon to the left of the commandlineDavid King2014-03-031-2/+2
* Return early when selecting a categoryDavid King2014-03-031-0/+1
* Remove idle handler when finalizing GlEventViewDavid King2014-03-031-0/+13
* Store idle handler ID in GlEventViewDavid King2014-03-031-12/+13
* Ignore tab focus direction inside category listDavid King2014-03-031-1/+34
* Switch category when a new row is selectedDavid King2014-02-281-4/+4
* Disallow selection in GlEventViewDavid King2014-02-281-0/+2
* Add keyboard navigation for the back buttonDavid King2014-02-283-4/+72
* Handle --version command line optionPaolo Borelli2014-02-221-0/+23
* Add help item to application menuDavid King2014-02-181-0/+24
* 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
* Update copyright year in about dialogueDavid King2014-02-101-1/+1
* Show application icons if a desktop file is foundDavid King2014-02-041-6/+64
* Show priority, kernel device and audit sessionDavid King2014-02-041-12/+84
* Split off GlEventViewDetail as the detail widgetDavid King2013-12-123-49/+263
* Adding Lapo as an artist.Jakub Steiner2013-11-261-0/+1
* Add Jakub Steiner to artistsDavid King2013-11-261-0/+5
* Show application icon in about dialogDavid King2013-11-261-0/+1
* 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