Age | Commit message (Expand) | Author | Files | Lines |
2014-12-18 | Save sort column and order when they change | infirit | 2 | -3/+13 |
2014-12-18 | Use a tuple to store window state | infirit | 2 | -26/+9 |
2014-12-18 | Save column info on change instead of quit | infirit | 3 | -26/+36 |
2014-12-18 | Also remember the window position, not only the size | infirit | 4 | -1/+21 |
2014-12-18 | Various small string fixes. | infirit | 6 | -28/+28 |
2014-12-18 | Do not set gnome_version if one of the version numbers can not be read | infirit | 1 | -1/+2 |
2014-12-18 | Use XDG user runtime directory instead of tmp for temporary files | infirit | 1 | -1/+1 |
2014-12-18 | Changed default net out color for better a11y for color-blind people | infirit | 1 | -1/+1 |
2014-12-18 | Use pango instead of cairo_show_text in load-graph | infirit | 1 | -12/+22 |
2014-12-18 | Significant digits format used to remove post decimal wastage on net graph | infirit | 1 | -4/+4 |
2014-12-18 | Fixed logic for scaling net load when using bits | infirit | 1 | -7/+39 |
2014-12-18 | Don't show swap history when computer has no swap | infirit | 1 | -2/+6 |
2014-12-18 | system: Add machine architecture after the kernel version. | infirit | 1 | -1/+1 |
2014-12-18 | Specified resource name in color picker dialog title | infirit | 1 | -9/+40 |
2014-12-18 | Make labels on sysinfo tab selectable | infirit | 1 | -0/+5 |
2014-12-18 | Properly clear the selected process before looking for another | infirit | 1 | -0/+2 |
2014-12-18 | Only display change color dialog on clicked instead of button-release | infirit | 1 | -6/+34 |
2014-12-18 | Set widget name for main application window | infirit | 1 | -1/+2 |
2014-12-18 | Remove unnecessary assert which causes crash | infirit | 1 | -2/+0 |
2014-12-18 | Include process name in end & kill process dialogs | infirit | 1 | -4/+15 |
2014-12-18 | Add Help button to the preferences dialog | infirit | 1 | -5/+15 |
2014-12-18 | Removed unnecessary use of 'this->' for class members | infirit | 1 | -7/+7 |
2014-12-18 | Removed unnecessary use of 'graph->' for class members | infirit | 1 | -43/+43 |
2014-12-18 | Stop initializing variables twice in LoadGraph ctor | infirit | 1 | -10/+5 |
2014-12-18 | Give 'g' variable meaningful name, 'graph' | infirit | 1 | -197/+197 |
2014-12-18 | Make indentation uniform across source files | infirit | 45 | -6954/+6952 |
2014-12-17 | Show CPU speed for ppc64 processors. | infirit | 1 | -3/+12 |
2014-12-17 | Add OpenBSD support | infirit | 1 | -0/+25 |
2014-12-17 | Make change priority button respect button-images setting | infirit | 1 | -15/+3 |
2014-12-17 | If NI_IDN is not defined, set it to 0. | infirit | 1 | -0/+4 |
2014-12-17 | Added ability to navigate tabs using Alt-N | infirit | 1 | -0/+19 |
2014-12-17 | Fix to remember custom column ordering. | infirit | 1 | -1/+1 |
2014-12-17 | Correct bad status tip wording when hovering over View->My Processes | infirit | 1 | -1/+1 |
2014-12-17 | Fix for issues on 32-bit machines | infirit | 2 | -17/+23 |
2014-12-17 | Fix network totals overflow on 32-bit machines | infirit | 2 | -20/+20 |
2014-12-17 | Added SI prefix tera to network counter | infirit | 1 | -10/+17 |
2014-12-17 | Get rid of unused variable 'sizegroup' | infirit | 1 | -3/+0 |
2014-12-17 | Make 'Solaris mode' option be more descriptive | infirit | 1 | -2/+2 |
2014-12-17 | Make maximum nice value 19 instead of 20 on Linux | infirit | 1 | -1/+1 |
2014-12-17 | Pass the parent window to the about dialog | infirit | 1 | -1/+3 |
2014-12-17 | Add translator comment to clarify 'open files' is no action | infirit | 1 | -0/+1 |
2014-12-17 | Fix to show cpu model on ARM | infirit | 1 | -1/+1 |
2014-12-17 | Fix falsly reporting 'Unknown CPU model' | infirit | 1 | -1/+1 |
2014-12-17 | Add close button to memory map dialog | infirit | 1 | -22/+13 |
2014-12-17 | Fixed graph jump bug caused by label changing height | infirit | 1 | -2/+2 |
2014-12-17 | Gtk3: Fix deprecated hscale use | infirit | 1 | -0/+4 |
2014-12-17 | Remove has-seperator property | infirit | 2 | -9/+0 |
2014-12-17 | interface: Move/Add comment for each Gtk version | infirit | 1 | -1/+2 |
2014-12-17 | Gtk3: Rename callback function to reflect changed signal. | infirit | 4 | -10/+10 |
2014-12-17 | Use gdk_window_get_{width,height} also in Gtk+2 | infirit | 2 | -19/+4 |