Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-02-03 | load-graph.cpp: Draw the background explicitly | Wolfgang Ulbrich | 2 | -11/+13 |
2016-01-21 | use gtk_image_new_from_icon_name | monsta | 1 | -1/+1 |
2016-01-11 | set minimum GTK+ version to 3.14 and drop some deprecated code | Monsta | 4 | -121/+0 |
2016-01-11 | drop GTK+2 code and --with-gtk build option | Monsta | 16 | -507/+63 |
2016-01-03 | remove ancient mateconf tool from list of known apps | Monsta | 1 | -1/+0 |
2016-01-03 | drop MateConf migration script | Monsta | 2 | -78/+2 |
2015-12-17 | remove unneeded assert | monsta | 1 | -2/+0 |
2015-12-10 | prefs dialog: increase height a bit | monsta | 1 | -1/+1 |
2015-12-03 | remove even more dead code | monsta | 2 | -20/+0 |
2015-12-01 | GTK3: do not use deprecated GtkMisc | Wolfgang Ulbrich | 4 | -0/+120 |
2015-12-01 | GTK3: don't use deprecated gtk_{v/h}-box | Wolfgang Ulbrich | 8 | -0/+35 |
2015-12-01 | Fixed adustments to only be set with a page_size of 0 | Wolfgang Ulbrich | 1 | -3/+3 |
2015-12-01 | GTK3: Drop use of deprecated treeview API. gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 6 | -1/+12 |
2015-12-01 | GTK3: don't use deprecated gtk_style_context_get_font | Wolfgang Ulbrich | 1 | -1/+1 |
2015-12-01 | GTK3: Do not use deprecated API | Wolfgang Ulbrich | 7 | -2/+242 |
2015-12-01 | GTK3: Replaced sysinfo gtk tables with gtk grids | Wolfgang Ulbrich | 1 | -0/+52 |
2015-12-01 | process properties: use proper format for "CPU time" property | monsta | 3 | -21/+5 |