summaryrefslogtreecommitdiff
path: root/libmate-desktop
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25Support background fallback on HiDPIVictor Kareh2-2/+43
This change is a super hacky way of supporting the fallback desktop background (without caja) on HiDPI displays. It does this by doing two things: providing a function for scaled-up background surfaces using cairo_scale; and triggering a change signal when the entire background schema is re-loaded, and so triggering a redraw.
2018-04-05mate-rr-labeler: fix font-color for dark themesraveit651-3/+3
Fixes https://github.com/ubuntu-mate/ubuntu-mate-artwork/issues/29
2018-01-27building: remove < gtk+-3.22 bits and bump required gtk+ versionraveit655-63/+1
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela3-18/+9
This commit reverts: https://github.com/mate-desktop/mate-desktop/commit/6137212bce120c9eb5555ae777fc7fea2f71e43e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-08-26drop MateAboutDialogmonsta3-2430/+0
2017-08-17gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker2-0/+17
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point
2017-08-16avoid deprecated gdk_screen_get_width/heightZenWalker3-8/+18
2017-08-10mate-desktop-item: mate-about: avoid deprecated gtk_show_uriraveit651-0/+7
2017-08-10mate-about: avoid deprecated gtk_show_uriraveit651-0/+6
2017-08-05avoid deprecated gdk_screen_get_n_monitorsZenWalker1-0/+15
2017-08-05avoid deprecated gdk_screen_make_display_nameZenWalker1-6/+8
2017-08-05avoid deprecated gdk_screen_get_numberZenWalker2-8/+8
2017-05-05Fix broken fallback cursor in mate-colorsel.cnokangaroo1-40/+31
2017-04-27mate-colorsel: don't use deprecated GTK_STOCK_COLOR_PICKERraveit651-1/+1
2017-03-13mate-aboutdialog: Fix url is not centeredLa Ode Muh. Fadlun Akbar1-1/+1
2017-03-12Avoid deprecated gdk_window_set_background functionsAlexei Sorokin3-54/+244
Allows to fix backgrounds in Caja and fixes fading. These changes somewhat break API behavior.
2017-02-25mate-bg: force property update when doing new crossfade frameRay Strode1-0/+15
marco needs to get notified about animation updates. This commit frobs the property to wake marco up. https://bugzilla.gnome.org/show_bug.cgi?id=641526
2017-02-10colorsel: port to GtkGridraveit651-30/+31
2017-02-02mate-bg: Fix solid colorsAlexei Sorokin1-3/+3
2017-02-02mate-bg: Avoid possible X11 data leaksAlexei Sorokin1-13/+23
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta18-689/+4
2016-11-20fix indent a bitmonsta1-3/+3
2016-11-20remove obsolete lib from mate-desktop-2.0-uninstalled.pc.inmonsta1-1/+1
not sure if anyone actually uses it though...
2016-10-18GTK+-2: fix fontcolor for dark bg in cajaraveit651-0/+6
Fixes https://github.com/mate-desktop/mate-desktop/issues/237
2016-07-02GTK+-3 mate-bg: fix gradiant color creationraveit651-0/+6
credits to Alexei Sorokin
2016-07-02GTK+-3 mate-bg: Don't use C99 declarationsraveit651-4/+5
It's not really necessary. taken from: https://git.gnome.org/browse/gnome-desktop/commit/?h=gnome-3-6&id=2738c5c
2016-07-02GTK+-3 mate-bg: have pixbuf_average_value return GdkRGBAraveit651-0/+33
Now that we have a proper type for RGBA values, we should use it (instead of packing the four components into a uint32). https://bugzilla.gnome.org/show_bug.cgi?id=671750 taken from: https://git.gnome.org/browse/gnome-desktop/commit/?h=gnome-3-4&id=0f60413
2016-07-02GTK+-3 mate-bg-crossfade: port to GtkStyleContextraveit651-0/+12
with help from Alexei Sorokin
2016-07-02GTK+3 mate-bg: port GdkColor to GdkRGBAraveit652-4/+91
2016-06-15GTK+-3: do not use deprecated gtk_hseparator_newraveit651-1/+4
2016-06-15GTk+-3 mate-colorsel: do not use deprecated gtk_misc_set_alignmentraveit651-2/+18
2016-06-15GTK+-3 mate-colorsel: do not use deprecated gtk_widget_size_requestraveit651-1/+5
2016-06-15GTK+-3 mate-colorsel: Do not use deprecate composite-child APIraveit651-1/+5
2016-06-15GTK+-3 about: do not use deprecated gdk_cursor_new and gdk_window_get_pointerraveit651-2/+15
2016-06-15GTK+-3.0 mate-about-dialog: Do not use deprecate composite-child APIraveit651-0/+4
2016-06-15GTK+-3 mate-colorseldialog: do not use deprecated ↵raveit651-0/+2
gtk_dialog_set_alternative_button_order
2016-06-15GTK+3 mate-desktop-item: use gdk_error_trap_pop_ignored()raveit651-0/+4
2016-06-15GTK+-3 mate-color-button: Do not use deprecate composite-child APIraveit651-0/+4
2016-06-15GTK+-3 mate-rr-labeler: don't use deprecated gtk_widget_get_stateraveit651-0/+4
2016-06-01remove usage of win32-related #define'smonsta2-6/+1
2016-05-31mate-bg: remove unneeded ignore-pending-change propertymonsta1-16/+1
it's not used anymore since this Caja fix: https://github.com/mate-desktop/caja/commit/c74212b4630767b3b11b41cb26a8df20090096f4
2016-05-18Backgrounds: Take EXIF rotation tags into considerationClement Lefebvre1-1/+6
When loading a picture to render it as desktop background, consider the presence of a rotation tag to display the picture properly. Ported from https://github.com/linuxmint/cinnamon-desktop/commit/0a5f072befd97b6282a8cff71f0e184becf538b8
2016-01-20use GtkBox instead of GtkVBox in both GTK+ buildsmonsta3-5/+37
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of the library
2015-11-21colorbutton: handle alpha for GdkRGBAGyörgy Balló1-0/+2
We have to handle alpha value to avoid uninitialized variable.
2015-11-13refactor draw/expose code a bit and set the correct return typeMonsta1-6/+4
2015-11-13display properties: don't try to free a string literal (fix crash)monsta1-1/+1
crash introduced in https://github.com/mate-desktop/mate-desktop/commit/11757da17e9fcdd33474aaa342bf4b6a2daf82d0
2015-10-26thumbnail: Fix a code path where the mutex is never unlockedmonsta1-4/+5
ported from https://git.gnome.org/browse/gnome-desktop/commit/?id=5b28350d3229d36d7c64084e52f5a40ee5903723
2015-09-04Merge pull request #196 from monsta/randrClement Lefebvre5-76/+106
xrandr fixes and cleanup
2015-09-04Merge pull request #195 from monsta/dconfClement Lefebvre1-14/+0
drop dconf 0.10 compatibility (it's ancient)
2015-09-04mate-rr-labeler: Show output name in addition to display name.Clement Lefebvre1-4/+7