summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* application: Port about to AdwAboutWindowChristopher Davis2022-08-191-8/+11
* gl-utils: Update pango_font_description_to_cssMaximiliano Sandoval R2022-08-051-3/+93
* Adapt to libadwaita dark theme preference handlingDavid King2022-03-281-2/+2
* menu_button: Use caption+dim-label classesMaximiliano Sandoval R2022-03-281-1/+2
* main: Remove g_set_prgnameMaximiliano Sandoval R2022-03-281-1/+0
* Replace redundant uses of gtk_widget_showMaximiliano Sandoval R2022-03-281-4/+0
* Replace show with present for windowMaximiliano Sandoval R2022-03-281-2/+2
* Remove uses of show_allMaximiliano Sandoval R2022-03-281-2/+0
* Use gtk_widget_{add,remove}_css_classMaximiliano Sandoval R2022-03-282-23/+11
* eventviewrow: Use notify::parent signalMaximiliano Sandoval R2022-03-281-7/+10
* Replace Container APIMaximiliano Sandoval R2022-03-281-7/+5
* Replace toplevel with rootMaximiliano Sandoval R2022-03-281-4/+4
* seachpopover: Don't use private ModelButtonMaximiliano Sandoval R2022-03-281-0/+1
* Use gtk_buildable_get_buildable_idMaximiliano Sandoval R2022-03-281-1/+1
* window: Port dialogs to gtk4Maximiliano Sandoval R2022-03-281-20/+34
* Adapt to css_provider_load_from_data API changesMaximiliano Sandoval R2022-03-281-1/+1
* Use GDate api from calendarMaximiliano Sandoval R2022-03-281-8/+2
* searchpopover: Replace Radios with Check buttonsMaximiliano Sandoval R2022-03-281-2/+2
* popover: Set its parent rather than relative_toMaximiliano Sandoval R2022-03-282-3/+8
* eventtoolbar: Subclass from GtkWidgetMaximiliano Sandoval R2022-03-282-8/+25
* categorylist: Subclass from GtkWidgetMaximiliano Sandoval R2022-03-282-13/+35
* Use gtk_show_uri APIMaximiliano Sandoval R2022-03-282-18/+4
* Use gtk_editable_get_textMaximiliano Sandoval R2022-03-282-17/+19
* Replace GdkScreen with GdkDisplayMaximiliano Sandoval R2022-03-282-8/+8
* window: Use set_key_capture_widget in entry barMaximiliano Sandoval R2022-03-283-49/+16
* info_bar: Set label in the UI fileMaximiliano Sandoval R2022-03-281-32/+5
* Remove custom CSS error reportingMaximiliano Sandoval R2022-03-284-32/+0
* Use libadwaita and gtk4 in C filesMaximiliano Sandoval R2022-03-286-12/+13
* Opt-in to dark mode user preferenceMaximiliano Sandoval R2022-01-061-0/+4
* journal: Add missing constructed chain upMaximiliano Sandoval R2021-11-221-0/+2
* eventviewlist: Fix incorrect parent classMaximiliano Sandoval R2021-11-221-1/+1
* css: Add missing semicolonMaximiliano Sandoval R2021-11-221-1/+1
* Port to GtkFileChooserNativeBas De Bue2021-07-261-7/+6
* eventviewlist: Use HdyStatusPage for list placeholderChristopher Davis2021-07-231-27/+9
* window, eventtoolbar, application: Use HdyApplicationWindow and HdyHeaderBarChristopher Davis2021-07-235-5/+11
* gl-application.c: add four shortcutsSabri Ünal2020-07-271-0/+13
* application: Add the ability to open journal filesJonathan Kang2020-06-237-44/+197
* util: Improve the check for reading system journalJonathan Kang2020-05-121-4/+19
* Don't forget to chain up to parent finalizeNiels De Graef2019-10-155-0/+10
* Avoid a segfault when updating the boot menuDavid King2019-06-071-5/+9
* Avoid segfault when updating latest timestampDavid King2019-02-111-2/+1
* Update icon in about dialogDavid King2018-12-201-1/+1
* Use g_type_ensure() instead of *_get_type()Jonathan Kang2018-12-152-6/+7
* Update app menuJonathan Kang2018-11-121-13/+1
* Disable 'export' action when the logs are emptyankritisachan2018-04-215-0/+90
* free GMenuItem after inserting to menuJonathan Kang2018-04-081-0/+2
* Fix crash while exporting blank journalH00ly6662018-03-271-2/+8
* free GlQuery when journal model is disposingwip/jonathankang/fix-mem-leakJonathan Kang2018-03-211-0/+6
* decrease the reference count of GDateTime when neededJonathan Kang2018-03-211-0/+2
* free strings to avoid memory leakJonathan Kang2018-03-192-2/+7