Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-25 | add style class logview-window | raveit65 | 1 | -0/+5 | |
2017-10-09 | baobab/logview/dictionary: add our copyright to About dialog | monsta | 1 | -1/+2 | |
fixes https://github.com/mate-desktop/mate-utils/issues/80 | |||||
2017-07-28 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-05-11 | searchtool & logview: avoid deprecated GtkAlignment | raveit65 | 1 | -5/+4 | |
2017-01-31 | drop all the ancient changelogs | monsta | 2 | -321/+0 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -228/+1 | |
and require mate-panel >= 1.17 | |||||
2016-11-22 | fix indent a bit and remove some weird commented code | monsta | 1 | -1/+1 | |
2016-09-01 | GTK+-3 logview-prefs: complete migration to GdkRGBA | raveit65 | 1 | -0/+57 | |
taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=d71f51f | |||||
2016-09-01 | GTK+-3 logview-window: don't use GtkStyle to get a dim color | raveit65 | 1 | -0/+36 | |
Use the "dim-label" style class instead taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=9c4c0d2 | |||||
2016-09-01 | GTK+-3 logview-filter-manger: don't use deprecated GdkColor | raveit65 | 1 | -0/+42 | |
taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=db81a5e | |||||
2016-08-07 | GTK+-3 logview-findbar: avoid deprecated gtk_misc_set_alignment () | raveit65 | 1 | -0/+5 | |
2016-08-07 | GTK+-3 logvie-findbar: avoid deprecated gtk_arrow_new () | raveit65 | 1 | -0/+8 | |
2016-08-07 | GTK+-3 logview-findbar: avoid deprecated gtk_widget_modify_font () | raveit65 | 1 | -0/+8 | |
2016-08-07 | GTK+-3 logview-window: avoid deprecated gtk_widget_modify_font () | raveit65 | 1 | -0/+8 | |
2016-08-06 | GTK+-3.0 logview-filter-manager: port GtkTable to GtkGrid | raveit65 | 1 | -0/+24 | |
2016-01-21 | logview: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 1 | -2/+2 | |
2016-01-21 | [GTK+3] logview: fix deprecated usage of Gtk{H,V}Box, GtkMisc | monsta | 2 | -3/+46 | |
2016-01-03 | drop MateConf migration scripts | Monsta | 2 | -12/+1 | |
2015-09-25 | configure: drop useless --enable-deprecated option | Monsta | 1 | -1/+0 | |
2015-09-25 | configure.ac: drop useless check for Sun OS | Monsta | 1 | -1/+0 | |
2015-09-09 | Fixup gettext domain in gsettings schemas | infirit | 1 | -1/+1 | |
2015-09-09 | logview: move sources to src/ subdir | monsta | 27 | -72/+74 | |
2015-08-31 | logview: remember active log for next application run | Monsta | 1 | -0/+8 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=4e8122013893df6a8dc0e79ff27e9fe5047cf481 | |||||
2015-08-31 | logview: actually insert the converted data into the buffer | Monsta | 1 | -1/+2 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=575ff413620dd17adb4c52a8ae79f744a694c7a1 | |||||
2015-08-31 | logview: set correct title for Add/Edit filter dialog | Monsta | 1 | -0/+2 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=bd6c0d53187a062ead969e35bdb88579bae2f163 | |||||
2015-08-31 | logview: remove failed log from stored list | Monsta | 1 | -1/+17 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=31b069ae801f44e33f3c9ac3d75a028477c490a3 | |||||
2015-08-31 | logview: define _XOPEN_SOURCE_EXTENDED for OpenBSD | Monsta | 1 | -0/+1 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=b75701ce5c87eb125198ebfe124c829167844db1 | |||||
2015-08-31 | logview: use a GCancellable when reading new lines from the log | Monsta | 4 | -10/+43 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=0aeb30fae9b5855804240972790045074854f1aa | |||||
2015-08-31 | logview: don't clear the active log ref immediately on close | Monsta | 1 | -2/+1 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=febc1baa30ee4035e20d513c2bd77a579f1d8fea | |||||
2015-08-31 | logview: use g_utf8_collate() to sort log display names | Monsta | 1 | -1/+1 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=d55c066dcfeff2ddf24152d192137b251cc5cbb6 | |||||
2015-08-31 | logview: add some safety NULL-checks | Monsta | 2 | -4/+11 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=ad9153b8bcd8a2556d7a1f5fcca890680c4677de | |||||
2015-08-31 | logview: make sure to always NULL-terminate log lines array | Monsta | 1 | -3/+3 | |
from https://git.gnome.org/browse/gnome-system-log/commit/?id=af6e5f3fd809ec7e477434e8279d1b2f8817f33d | |||||
2015-08-10 | GTK3: reduce height of statusbar | raveit65 | 1 | -0/+4 | |
- setting margin to 0px | |||||
2015-07-29 | logview: ship the SVG source for the new hires icon | Balló György | 2 | -0/+19242 | |
Based on this commit for gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=99b2827aa3fc996e6314467204841cf7ee599293 | |||||
2015-07-29 | logviewer: Provide an application icon | Balló György | 11 | -3/+86 | |
Based on this commit in gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=f3f63c20a0b9fd9e791dde542292f9931de6e86f | |||||
2015-07-08 | help: remove duplicate tags, fix broken build | Monsta | 1 | -1/+0 | |
2015-07-07 | Help: adjust legal stuff | raveit65 | 1 | -16/+39 | |
2015-07-07 | help: fix mate feedback links | raveit65 | 1 | -1/+1 | |
2015-07-07 | Revert "remove non-existing mate-feedback links" | raveit65 | 1 | -0/+9 | |
This reverts commit cd84b3bb31589e53567378d1e7d6b18ed2fa0d55. With docbook help the missing page is there | |||||
2015-06-25 | remove non-existing mate-feedback links | raveit65 | 1 | -9/+0 | |
2015-06-23 | help: fix broken images | raveit65 | 9 | -0/+0 | |
2015-06-16 | fixes for gschema translation | raveit65 | 2 | -18/+15 | |
taken from: https://github.com/mate-desktop/eom/commit/a2055e1 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) | |||||
2014-12-15 | Fix deprecated functions | infirit | 1 | -7/+4 | |
Remove, now unneeded, gdkkeysyms-compat.h include Always use gtk_combo_box_text_new (since Gtk+ 2.24) Gtk3: do not use gdk_cursor_unref Gtk3: replace gtk_hpaned_new Gtk3: replace gtk_widget_modify_font | |||||
2014-12-15 | Remove deprecated g_thread_init | infirit | 1 | -2/+0 | |
2014-12-15 | properly NULL-init some vars to avoid logic flaws later | Monsta | 1 | -3/+3 | |
2014-11-10 | Add missing #include <config.h> to make translations work | infirit | 9 | -3/+33 | |
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b From: Kjartan Maraas <[email protected]> | |||||
2014-07-01 | GDK_KEY_* was introduced in Gtk+ 2.22 | infirit | 2 | -7/+4 | |
2014-07-01 | Drop deprecated g_type_init, type initialized automatically. | infirit | 1 | -2/+0 | |
2014-07-01 | Drop support for Glib < 2.36 | infirit | 1 | -4/+0 | |