summaryrefslogtreecommitdiff
path: root/lib/ephy-time-helpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-3/+3
|
* Fix segfaulting eel_strdup_strftime ()Jan-Michael Brummer2019-05-041-7/+6
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/545
* time-helpers: Fix time formatMichael Catanzaro2018-12-171-1/+1
| | | Regression from d4ccb1032714f0cfc1434f4b4fd0f2472e213e1f, thanks to Piotr for noticing.
* ephy-time-helpers: Respect user settings for display timesJan-Michael Brummer2018-12-161-14/+50
| | | | | | Get current user display times settings (12h/24h) format and adjust strings accordingly. Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/197
* Purge g_return from lib/Michael Catanzaro2017-09-131-1/+1
|
* Use Unicode in translatable stringsPiotr Drąg2016-11-101-8/+8
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=774217
* Relicense to GPLv3+Michael Catanzaro2016-10-071-7/+7
| | | | | | | | To use GMP. Because a few GPLv3+ files had already snuck in by mistake. And because http://www.gnu.org/licenses/rms-why-gplv3.html
* Standardize modelinesMichael Catanzaro2016-09-111-2/+2
|
* UncrustifyMichael Catanzaro2016-03-291-185/+185
| | | | | | | | | | | | | | For a better future. Apologies when your 'git blame' resolves to this. I'm actually really impressed how well uncrustify works. This required only a little one-time manual work to avoid extra space in 'else {'. This breaks function prototype alignment, but we should get rid of most of those anyway. We decided to start aligning function parameters, like other GNOME applications. It looks nicer this way, and I couldn't teach uncrustify the previous Epiphany style.
* Remove FSF address from license headersMichael Catanzaro2015-12-071-2/+1
|
* Reenable and placate -Wformat-nonliteralMichael Catanzaro2015-11-071-0/+4
|
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-061-0/+283
visit, substitutes radiobuttons with checkboxes in the View menu of the window. Also, adds lib/ephy-time-helpers that contains a strftime() implementation. Fix bug #380156. svn path=/trunk/; revision=7641