summaryrefslogtreecommitdiff
path: root/src/trg-cell-renderer-numgteqthan.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)
* 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.
* use mailslots from the win32 api to implement file handler on windowsGravatar Alan Fitton2011-10-15
|
* on win32, set a GTK theme called win32-gtkrc.rc in the directory of the ↵Gravatar Alan Fitton2011-09-21
| | | | executable. the default GTK theme is *ugly* on windows, the MS-Windows one is less ugly..
* undo the last commit - mainly because G_GINT64_FORMAT will break some ↵Gravatar Alan Fitton2011-09-20
| | | | localised strings
* use the gint64 format specifier %li, not %ld (long). hopefully silence the ↵Gravatar Alan Fitton2011-09-20
| | | | last remaining compiler warnings that I've seen (only on 32bit).
* queue position settingGravatar Alan Fitton2011-09-11