Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-03 | Sync translations with transifex | mate-i18n | 7 | -214/+218 | |
2014-07-13 | Sync translations with transifex | mate-i18n | 1 | -24/+24 | |
2014-07-12 | libmate-desktop: Remove some compatibility with glib < 2.32 | Stefano Karapetsas | 1 | -17/+0 | |
2014-07-12 | Bump version to 1.9.2 | Stefano Karapetsas | 2 | -1/+5 | |
2014-07-12 | Add first version of org.mate.debug GSettings schema | Stefano Karapetsas | 2 | -0/+20 | |
It will allows users to enable in easy way debug for MATE packages | |||||
2014-07-11 | Sync translations with transifex | mate-i18n | 7 | -301/+306 | |
2014-07-02 | mate-color-select: Copy button available with GTK3 too | Stefano Karapetsas | 1 | -5/+0 | |
2014-07-02 | mate-color-select: Add copy button | Stefano Karapetsas | 2 | -2/+44 | |
2014-07-01 | tools: Fix for make distcheckmate-desktop-1.9.1 | Stefano Karapetsas | 1 | -0/+3 | |
2014-07-01 | Use palette in MateColorButton | Stefano Karapetsas | 1 | -0/+2 | |
2014-06-27 | Revert "Bump version to 1.9.2" | Stefano Karapetsas | 1 | -1/+1 | |
This reverts commit bb11134952ddf57146f5e15f613819f5ce8b2ae8. | |||||
2014-06-27 | Bump version to 1.9.2 | infirit | 1 | -1/+1 | |
We need a version to check against for MateColorSelectionDialog. | |||||
2014-06-26 | MateColorSelection: Use colors from GTK3 palette | Stefano Karapetsas | 2 | -34/+8 | |
2014-06-26 | libmate-desktop: Fix Since: occurrences in comments copied from Gtk+ | Stefano Karapetsas | 3 | -17/+17 | |
2014-06-26 | MateColorButton: Add function to get/set rgba color for GTK3 | Stefano Karapetsas | 2 | -0/+56 | |
2014-06-25 | Sync translations with transifex | mate-i18n | 20 | -962/+973 | |
2014-06-25 | Merge pull request #114 from dnk/focus_chain | Stefano Karapetsas | 1 | -0/+1 | |
forbid to switch focus between labels | |||||
2014-06-23 | Use G_{BEGIN,END}_DECLS instead of #ifdef __cplusplus in header files and ↵ | Michal Ratajsky | 10 | -36/+20 | |
make sure to include glib.h for these macros | |||||
2014-06-21 | Remove unneeded includes | Michal Ratajsky | 1 | -3/+0 | |
2014-06-21 | Improve comments | Michal Ratajsky | 2 | -3/+3 | |
2014-06-21 | Correctly support GDK2 and GDK3 without a deprecation warning | Michal Ratajsky | 1 | -0/+5 | |
2014-06-21 | Make mate_gdk_spawn_command_line_on_screen available on GTK2 | Michal Ratajsky | 2 | -4/+0 | |
2014-06-21 | Add missing includes | Michal Ratajsky | 1 | -0/+2 | |
2014-06-21 | Remove trailing spaces | Michal Ratajsky | 1 | -4/+4 | |
2014-06-21 | Add missing newline to configure summary output | Michal Ratajsky | 1 | -1/+2 | |
2014-06-05 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -35/+0 | |
2014-06-05 | Use GDK_WINDOW_XID to get xid for both Gtk+ versions | infirit | 1 | -5/+1 | |
2014-06-05 | Drop support for Glib < 2.36 | infirit | 3 | -104/+1 | |
2014-06-05 | GDK_KEY_* was introduced in Gtk+ 2.22 | infirit | 2 | -30/+22 | |
2014-05-20 | forbid to switch focus between labels | Denis Gorodnichev | 1 | -0/+1 | |
2014-05-19 | Merge pull request #113 from dnk/may_be_uninitialized | Stefano Karapetsas | 1 | -3/+6 | |
gtk2: warning: cr may be uninitialized | |||||
2014-05-19 | gtk2: warning: cr may be uninitialized | Denis Gorodnichev | 1 | -3/+6 | |
2014-05-18 | Sync translations with transifex | mate-i18n | 56 | -1995/+21511 | |
2014-05-11 | MateColorSelectionDialog: Allow to use header bar with GTK 3.12 | Stefano Karapetsas | 3 | -0/+26 | |
2014-05-11 | Add MATE Color Selection tool | Stefano Karapetsas | 6 | -3/+89 | |
2014-05-09 | Sync translations with transifex | mate-i18n | 2 | -62/+62 | |
2014-05-04 | org.mate.interface: Add gtk-decoration-layout key | Stefano Karapetsas | 1 | -0/+5 | |
See https://github.com/mate-desktop/mate-settings-daemon/issues/63 | |||||
2014-05-04 | Fix gdk_cursor_unref deprecation | Stefano Karapetsas | 2 | -0/+9 | |
2014-05-04 | Bump version to 1.9.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-05-04 | Update NEWS | Stefano Karapetsas | 1 | -0/+5 | |
2014-05-04 | libmate-desktop: Add GTK3 support to MateColorButton | Stefano Karapetsas | 6 | -59/+254 | |
2014-05-04 | libmate-desktop: Update test to use MateColorButton | Stefano Karapetsas | 1 | -7/+26 | |
2014-05-04 | libmate-desktop: Add MateColorButton dialog | Stefano Karapetsas | 8 | -1/+4350 | |
Code taken from GTK 2.24 source and renamed for MATE This will allow to use traditional color selection with GTK2 and GTK3 | |||||
2014-05-04 | Fix unused var warning | Stefano Karapetsas | 1 | -2/+2 | |
2014-05-04 | Fix g_settings_list_schemas deprecation | Stefano Karapetsas | 1 | -1/+14 | |
2014-05-03 | mate-about: Use spaces, not tabs | Stefano Karapetsas | 2 | -740/+740 | |
2014-05-03 | Update NEWS | Stefano Karapetsas | 1 | -0/+1 | |
2014-05-03 | Remove libunique usage | Stefano Karapetsas | 3 | -80/+10 | |
2014-05-03 | Sync translations with transifex | mate-i18n | 12 | -503/+814 | |
2014-04-26 | Update NEWSmate-desktop-1.9.0 | Stefano Karapetsas | 1 | -0/+2 | |