summaryrefslogtreecommitdiff
path: root/src/trg-cell-renderer-epoch.c
Commit message (Collapse)AuthorAge
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* issue 187Gravatar Alan Fitton2012-03-08
|
* fix memory leak and improvement on the url comment patch, and add a ↵Gravatar Alan Fitton2012-03-01
| | | | completed at item to the general panel.
* fix some c99 long long warnings by using GMAXINT_64 instead of INT64_MAXGravatar Alan Fitton2012-01-26
|
* issue 175. make some (incomplete) changes as per the GTK+ best practices ↵Gravatar Alan Fitton2012-01-25
| | | | document - mainly using a pointer in the public class to access the private object (on a few important classes for now) for performance, and don't use C99 (C99 comments or mixed declarations/statements).
* hopefully a fix for tree on windowsGravatar Alan Fitton2011-12-21
|
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* some improvements and fixes to the destination combo. don't add existing ↵Gravatar Alan Fitton2011-12-09
| | | | directories if they are already labels.
* issue 89Gravatar Alan Fitton2011-09-09
|
* use strftime instead of the nicer threadsafe GDateTime on systems without ↵Gravatar Alan Fitton2011-08-28
| | | | glib 2.26, like debian squeeze
* minorGravatar Alan Fitton2011-04-24
|
* handle undefined epoch (< 1) rendererGravatar Alan Fitton2011-04-23
|
* tidy sources with GNU indent after recent changes. on seconds thoughts, ↵Gravatar Alan Fitton2011-04-12
| | | | don't install docs with autotools, leave it to the package manager.
* added columnGravatar Alan Fitton2011-04-09