summaryrefslogtreecommitdiff
path: root/src/memmaps.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17Use g_format_size or g_format_size_fullrbuj1-1/+1
- IEC units for RAM - SI units for storage and network
2018-02-09avoid deprecated GtkStockPablo Barciela1-1/+1
2016-01-11drop GTK+2 code and --with-gtk build optionMonsta1-3/+0
2015-12-01GTK3: Drop use of deprecated treeview API. gtk_tree_view_set_rules_hintWolfgang Ulbrich1-0/+2
taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7fefa84
2015-12-01memmaps: kill stupid periodic autoscrolling to the top of listmonsta1-1/+1
from https://git.gnome.org/browse/gnome-system-monitor/commit?id=ed696eba1438231e797774510a3449140f31fc9c
2015-12-01memmaps: remove dead codemonsta1-34/+0
2014-12-19Slightly increase width of memory map dialog from 575 to 620infirit1-1/+1
Normally the memory map dialog needs to be quite wide. However, the minimum size of the main window is 626. Making a dialog wider than this by default would be odd. Thus, this is a large as the dialog will be by default even though it is not very useful at this width. Normally the memory map dialog needs to be quite wide Taken from GSM commit: 479794236f47aa69117576bdf4f9b80967744e7f From: Chris Kühl <[email protected]>
2014-12-18Make indentation uniform across source filesinfirit1-376/+376
No more tabs, 4 spaces instead. And remove trailing whitespace.
2014-12-17Add close button to memory map dialoginfirit1-22/+13
Taken from GSM commit: 00eb83fdbc5a6b6d5369b59b00a13293b1981b4f From: Chris Kühl <[email protected]>
2012-11-06Port to gesettingsraveit1-146/+8
2012-03-17Replaced occurances of gtk_dialog_set_has_separator with g_object_set.Chris Kühl1-1/+0
2011-11-08initialPerberos1-0/+663