summaryrefslogtreecommitdiff
path: root/properties/ev-properties-view.c
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15Fix cppcheck [knownConditionTrueFalse] warningsPablo Barciela1-1/+1
Fixes the warnings: backend/comics/comics-document.c:767:21: style: Condition 'bytes<=0' is always true [knownConditionTrueFalse] backend/epub/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse] properties/ev-properties-view.c:197:33: style: Condition 'text' is always true [knownConditionTrueFalse] shell/ev-sidebar-thumbnails.c:598:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse] shell/main.c:115:6: style: Condition '!error' is always true [knownConditionTrueFalse]
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj1-2/+2
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038.
2019-07-01Remove trailing whitespacesLaurent Napias1-17/+17
2017-03-05Revert "sometimes info->linearized is not a string" andAlexei Sorokin1-15/+2
"crash on g_free the address 0 or 1" These hacks are no longer of need after 1a0f225
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-97/+1
and require caja >= 1.17.1
2016-07-28add some missing contextual information for translatorsmonsta1-0/+5
ported from: https://git.gnome.org/browse/evince/commit/?id=544d9b4a73011c1e5a7b1d37b05a94f761d0dc03
2016-06-24GTK+-3: Use GtkGrid instead of GtkTableraveit651-0/+94
taken from: https://git.gnome.org/browse/evince/commit/?id=da8f31e
2016-06-22Do not use deprecated GTK_TYPE_VBOX definitionsraveit651-3/+4
2015-12-04properties page: unescape location URImonsta1-1/+1
from https://git.gnome.org/browse/evince/commit?id=397f67d960dc516619ab11be88455de91695eb5c
2011-12-22sometimes info->linearized is not a stringPerberos1-2/+15
2011-11-09renaming evince to atrilPerberos1-3/+3
2011-11-09inicialPerberos1-0/+399