summaryrefslogtreecommitdiff
path: root/src/gsm_color_button.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13Avoid compile warning for g_type_class_add_privateyetist1-122/+143
Fixes the issue with GLib >= 2.58, list of modified files: - src/gsm_color_button.c - src/gsm_color_button.h
2016-02-29change colour -> color in comments for consistency with stringsmonsta1-1/+1
2016-01-11drop GTK+2 code and --with-gtk build optionMonsta1-182/+0
2015-12-01GTK3: Do not use deprecated APIWolfgang Ulbrich1-0/+140
Namely, we make the following replacements: * GtkStyle -> GtkStyleContext * GdkColor -> GdkRGBA * GtkColorSelectionDialog -> GtkColorChooserDialog taken from....but adjusted: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7ac1c1c
2014-12-19Add some translator comments taken from GSMinfirit1-0/+1
2014-12-18Various small string fixes.infirit1-1/+1
Mostly capitalisation fixes, but there are some spelling fixes, and three strings which have had markup removed. One string has been changed from using an ASCII ellipsis to a Unicode one. Taken from GSM commit: f727cae54fc8410ecb3c2c4c4f901b754f418a7a From: Philip Withnall <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=616794
2014-12-18Only display change color dialog on clicked instead of button-releaseinfirit1-6/+34
Taken from GSM commit: e2440e154dfdcf57364249c19c599bcfa5c177f2 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=517712
2014-12-18Make indentation uniform across source filesinfirit1-569/+569
No more tabs, 4 spaces instead. And remove trailing whitespace.
2014-12-17Gtk3: Rename callback function to reflect changed signal.infirit1-2/+2
2014-12-17Use gdk_window_get_{width,height} also in Gtk+2infirit1-8/+2
It was added in Gtk+ 2.24
2013-11-21add support for GTK3Elias Aebi1-4/+39
2013-01-01Fix deprecationsScott Balneaves1-1/+1
2012-10-12fix incorrect FSF addressraveit651-2/+2
2012-03-17Moved rsvg_init and rsvg_term into main to fix Bug #613752.Chris Kühl1-3/+0
2011-11-08initialPerberos1-0/+923