Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-13 | mate-aboutdialog: Fix url is not centered | La Ode Muh. Fadlun Akbar | 1 | -1/+1 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -29/+0 | |
2016-06-15 | GTK+-3 about: do not use deprecated gdk_cursor_new and gdk_window_get_pointer | raveit65 | 1 | -2/+15 | |
2016-06-15 | GTK+-3.0 mate-about-dialog: Do not use deprecate composite-child API | raveit65 | 1 | -0/+4 | |
2016-01-20 | use GtkBox instead of GtkVBox in both GTK+ builds | monsta | 1 | -0/+8 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of the library | |||||
2015-07-30 | Add annotations and fix documentation syntax warnings | infirit | 1 | -5/+5 | |
2015-06-27 | Remove duplicated typedef | OBATA Akio | 1 | -1/+0 | |
Such typedefs are in corresponding header files. | |||||
2014-06-25 | Merge pull request #114 from dnk/focus_chain | Stefano Karapetsas | 1 | -0/+1 | |
forbid to switch focus between labels | |||||
2014-06-05 | GDK_KEY_* was introduced in Gtk+ 2.22 | infirit | 1 | -6/+3 | |
2014-05-20 | forbid to switch focus between labels | Denis Gorodnichev | 1 | -0/+1 | |
2014-05-04 | Fix gdk_cursor_unref deprecation | Stefano Karapetsas | 1 | -0/+5 | |
2014-04-24 | Use bigger logo image in about dialog, if available in icon theme | Stefano Karapetsas | 1 | -0/+28 | |
Code taken from GTK3 about dialog | |||||
2014-04-24 | Fix label wrap with GTK3 in about dialog | Stefano Karapetsas | 1 | -0/+3 | |
2014-04-23 | libmate-desktop: Make credits dialog a bit bigger in MateAboutDialog | Stefano Karapetsas | 1 | -1/+1 | |
2014-04-23 | libmate-desktop: Add i18n in MateAboutDialog | Stefano Karapetsas | 1 | -1/+3 | |
2014-04-23 | libmate-desktop: Add MateAboutDialog class | Stefano Karapetsas | 1 | -0/+2264 | |
This will allow MATE applications to use traditional About dialogs with GTK 3 (unfortunately completely different starting from GTK 3.12). This is just a fork of GtkAboutDialog of GTK 2.24, adapted to work with GTK 3 too. |