summaryrefslogtreecommitdiff
path: root/src/hig.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
* sync hig.c from transmission-gtk to use GtkGrid instead of deprecated ↵Gravatar Alan F2014-03-12
| | | | GtkTable, and remove most other usage of GtkTable.
* reindentGravatar Alan Fitton2012-08-27
|
* a details tab similar to transmissionGravatar Alan Fitton2012-08-27
|
* fix deprecation warnings for gtk_{h,v}box_new and gtk_{h,v}paned_new in gtk3Gravatar Alan Fitton2012-06-05
|
* 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).
* 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.
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* hello world!Gravatar Alan Fitton2011-01-30