summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Romanian translationgnome-2-38Daniel Șerbănescu2018-03-261-51/+54
|
* Update Chinese (Taiwan) translationChao-Hsiung Liao2018-03-101-46/+47
|
* Fix build on freebsd and darwin.Benoît Dejean2018-03-073-1/+6
|
* Rename GLIBTOP_SUID_PROC_FILE to GLIBTOP_SUID_PROC_OPEN_FILES.Benoît Dejean2018-03-074-4/+11
| | | | | | | | | The previous name is incorrect and inconsistent with the code generated by lib.pl. Also add missing hooks. This symbol, although exposed in public headers is not part of the API and is only used internally.
* Try to fix all format flags in pprint example.Benoît Dejean2018-03-074-104/+109
|
* Update Finnish translationJiri Grönroos2018-03-031-47/+50
|
* Fix darwin build by adding dummy proc_io implementation.Benoît Dejean2018-02-113-1/+47
| | | | https://gitlab.gnome.org/GNOME/libgtop/issues/36
* Add Robert and fix my email in AUTHORS.Benoît Dejean2018-01-251-1/+2
|
* Update Dutch translationHannie Dumoleyn2017-11-061-49/+52
|
* Updated Norwegian bokmål translation.Kjartan Maraas2017-11-061-47/+47
|
* Updated Slovenian translationMatej Urbančič2017-10-201-2/+2
|
* [l10n] Updated Catalan (Valencian) translationXavi Ivars2017-10-051-47/+49
|
* [L10N] Update Persian translationArash Mousavi2017-09-291-80/+53
|
* Update Greek translationEfstathios Iosifidis2017-09-121-48/+51
|
* Prepared release 2.38.02.38.0Robert Roth2017-09-112-2/+7
|
* Updated Danish translationAsk Hjorth Larsen2017-09-101-48/+49
|
* Update Basque languageInaki Larranaga Murgoitio2017-09-091-50/+55
|
* Update Catalan translationJordi Mas2017-09-091-45/+46
|
* Update Turkish translationEmin Tufan Çetin2017-09-051-54/+61
|
* Prepared release 2.37.922.37.92Robert Roth2017-09-052-1/+7
|
* Update Brazilian Portuguese translationRafael Fontenelle2017-09-031-48/+55
|
* Update Slovak translationDušan Kazik2017-09-021-48/+53
|
* Updated Bulgarian translationAlexander Shopov2017-09-021-17/+18
|
* Update Korean translationChangwoo Ryu2017-09-021-47/+48
|
* Update Belarusian translationYuras Shumovich2017-09-011-48/+52
|
* Fix API documentation typo.Benoît Dejean2017-08-311-1/+1
|
* Rework code to get rid of $[ assigment.Benoît Dejean2017-08-311-27/+14
| | | | Use directly uc instead of customer toupper.
* Drop dead files.Benoît Dejean2017-08-312-109/+0
|
* Regenerate with gperf-3.1.Benoît Dejean2017-08-311-21/+14
|
* Update Latvian translationRūdolfs Mazurs2017-08-271-9/+9
|
* Update Latvian translationRūdolfs Mazurs2017-08-271-46/+50
|
* Update Italian translationMilo Casagrande2017-08-251-50/+52
|
* Updated Lithuanian translationAurimas Černius2017-08-221-51/+57
|
* Updated French translationClaude Paroz2017-08-151-46/+49
|
* Updated Serbian translationМирослав Николић2017-08-152-6/+12
|
* Updated Serbian translationМирослав Николић2017-08-152-153/+165
|
* Update Galician translationFran Dieguez2017-08-121-51/+54
|
* Prepared release 2.37.902.37.90Robert Roth2017-08-082-1/+8
|
* Updated Czech translationMarek Cernocky2017-08-021-46/+49
|
* Fix build for FreeBSD 11.1.Benoit Dejean2017-07-291-0/+37
| | | | | The ufs struct inode has changed a requires a different code to get the device number.
* Update Spanish translationDaniel Mustieles2017-06-051-51/+58
|
* All fields in glibtop_* are public. The flags indicates which fields were set.Benoît Dejean2017-05-231-2/+0
|
* Add reserved fields so that future features won't break the sysdep structBenoît Dejean2017-05-231-0/+8
| | | | and the ABI (it means that all past addition broke it).
* Prepared release 2.37.22.37.2Robert Roth2017-05-232-3/+13
|
* Fixed autogen warningRobert Roth2017-05-231-2/+0
|
* Merge branch 'wip/diskio'Robert Roth2017-05-2327-8/+414
|\
| * Added reserved fieldswip/diskioRobert Roth2017-05-231-0/+3
| |
| * Implement disk_rbytes and disk_wbytes for FreeBSD.Benoit Dejean2017-05-201-1/+38
| |
| * Prepended disk io struct fields with disk_ prefixRobert Roth2017-05-123-19/+19
| |
| * Renamed procdiskio to procioRobert Roth2017-05-1225-86/+86
| |