summaryrefslogtreecommitdiff
path: root/src/lsof.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-07-13Render icons as cairo surfaces for HiDPI supportVictor Kareh1-8/+8
2018-02-09avoid deprecated GtkStockPablo Barciela1-3/+21
2016-06-20Casting temporaries to references is not valid.Youri Mouton1-1/+3
2016-03-02clean up some includes, remove some dead codemonsta1-11/+0
2016-01-21use gtk_image_new_from_icon_namemonsta1-1/+1
2016-01-11drop GTK+2 code and --with-gtk build optionMonsta1-14/+7
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich1-0/+4
2015-12-01GTK3: Drop use of deprecated treeview API. gtk_tree_view_set_rules_hintWolfgang Ulbrich1-1/+2
taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7fefa84
2014-12-19Remove markup from translated stringsinfirit1-3/+5
Including the markup in the translated strings makes the translators job unnecessarily harder. Taken from GSM commit: c45ed812a74874ada38feaf4883de807d2a26cfb From: Matthias Clasen <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=681271
2014-12-19Mark forgotten string as translatableinfirit1-1/+1
2014-12-19Fix accelerator collision in "Search for Open Files" dialoginfirit1-0/+2
The accelerators for the Clear and Close buttons were colliding. The patch changes the Clear button to use 'l' as the accelerator. Taken from GSM commit: 5d9a1fa8b3ea1db94d1bbdb5c8e95d768a95aa9a From: Chris Kühl <[email protected]>
2014-12-18lsof: Use glibmm/regex.hinfirit1-1/+1
Seems to make no difference but according to GSM commit 9b2489dafe3cb0a8792bed564f27f3f168a55b6a it broke the build. As it works fine on Gtk+2 let's switch as well.
2014-12-18Make indentation uniform across source filesinfirit1-310/+310
No more tabs, 4 spaces instead. And remove trailing whitespace.
2013-11-21add support for GTK3Elias Aebi1-0/+1
2012-03-17Replaced occurances of gtk_dialog_set_has_separator with g_object_set.Chris Kühl1-1/+0
2011-11-08initialPerberos1-0/+408