Age | Commit message (Expand) | Author | Files | Lines |
2018-05-07 | fix crash on systems with pid 0 | Alexander Pyhalov | 2 | -5/+22 |
2018-03-22 | Update interval text in resources tab corrected | marosg42 | 1 | -1/+1 |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 6 | -17/+35 |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 4 | -116/+1 |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 |
2017-12-31 | procman.cpp: Fix build warning: argument 1 null where non-null expected | Pablo Barciela | 1 | -7/+3 |
2017-12-31 | sysinfo.cpp: Fix build warning: this ‘if’ clause does not guard... | Pablo Barciela | 1 | -1/+1 |
2017-12-31 | proctable.cpp: Fix build warning: this ‘else’ clause does not guard... | Pablo Barciela | 1 | -8/+8 |
2017-12-26 | Fix system logo aligment | Pablo Barciela | 1 | -2/+2 |
2017-12-13 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -3/+2 |
2017-10-31 | process table: make search case-insensitive | monsta | 1 | -2/+2 |
2017-10-08 | sysinfo: disable focus in all labels | monsta | 1 | -0/+5 |
2017-10-06 | update copyright year | monsta | 1 | -1/+1 |
2017-08-10 | avoid deprecated gdk_screen_width/height | ZenWalker | 1 | -2/+3 |
2017-05-04 | sysinfo: avoid deprecated GtkAlignment | raveit65 | 1 | -5/+2 |
2017-02-11 | interfaces: port to GtkGrid | raveit65 | 1 | -83/+51 |
2017-02-09 | renice-dialog: port to GtkGrid | raveit65 | 1 | -11/+9 |
2016-10-25 | add pkexec support | monsta | 4 | -1/+51 |
2016-08-18 | update copyright | monsta | 1 | -1/+1 |
2016-06-20 | Casting temporaries to references is not valid. | Youri Mouton | 1 | -1/+3 |
2016-03-21 | run gksu binary instead of loading libgksu2.so (which is GTK+2 only) | monsta | 1 | -38/+17 |
2016-03-02 | disks: implement saving and loading width and visibility of columns | monsta | 4 | -21/+130 |
2016-03-02 | fix typo in disk view gschema description | monsta | 1 | -1/+1 |
2016-03-02 | some style corrections | monsta | 3 | -10/+11 |
2016-03-02 | clean up some includes, remove some dead code | monsta | 4 | -23/+6 |
2016-03-02 | process table: rename proctable_update_all func to proctable_update | monsta | 5 | -10/+10 |
2016-03-02 | process table: proctable_update_list is a local function | monsta | 2 | -2/+1 |
2016-03-01 | remove some dead code | monsta | 1 | -37/+0 |
2016-03-01 | remove useless include | monsta | 1 | -1/+0 |
2016-03-01 | fix segfault on view mode change with process properties open | monsta | 2 | -7/+9 |
2016-03-01 | Revert "process table: don't clear multiple rows selection on right click" | monsta | 1 | -3/+1 |
2016-03-01 | process table: replace useless callback with single function | monsta | 1 | -20/+1 |
2016-03-01 | drop weird matesu support (did matesu ever exist?!) | monsta | 4 | -56/+0 |
2016-03-01 | process properties: show cgroups + show N/A when selinux isn't set | monsta | 1 | -1/+2 |
2016-03-01 | process table: show running state when CPU time changes | monsta | 1 | -1/+6 |
2016-03-01 | process table: don't clear multiple rows selection on right click | monsta | 1 | -1/+3 |
2016-02-29 | fix copy-paste error, use proper type, keep it simple | monsta | 1 | -4/+1 |
2016-02-29 | sysinfo: fix forgotten memleak | monsta | 1 | -1/+4 |
2016-02-29 | process table: avoid expanding collapsed nodes on every refresh | monsta | 1 | -2/+0 |
2016-02-29 | main window: save maximized state in gsettings on exit | monsta | 4 | -6/+24 |
2016-02-29 | defaulttable: use correct icons (fix old gnome->mate replace error) | monsta | 1 | -6/+3 |
2016-02-29 | kill/end/renice dialogs: use proper quotation marks | monsta | 1 | -3/+3 |
2016-02-29 | change colour -> color in comments for consistency with strings | monsta | 3 | -3/+3 |
2016-02-29 | schema: make column names match the actual names in UI | monsta | 1 | -32/+32 |
2016-02-29 | prefs dialog: fix refresh rate not saving in some cases | monsta | 1 | -0/+1 |
2016-02-28 | GTK+-3: Get values from GtkStyleContext states properly | raveit65 | 1 | -3/+12 |
2016-02-10 | get exact number of CPUs instead of guessing | monsta | 1 | -11/+4 |
2016-02-08 | sysinfo: fix indent a bit | monsta | 1 | -5/+5 |
2016-02-08 | use x/y align functions for GtkLabel with GTK+ >= 3.16 | monsta | 4 | -31/+143 |
2016-02-03 | Changed graph grid line colors based | Wolfgang Ulbrich | 1 | -7/+10 |