Age | Commit message (Collapse) | Author | Files | Lines |
|
fixes the issue with GLib >= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
Closes https://github.com/mate-desktop/mate-utils/pull/94
|
|
|
|
|
|
Closes https://github.com/mate-desktop/mate-utils/pull/88
|
|
|
|
g_list_nth_data just returns NULL if either list or element is NULL
Closes https://github.com/mate-desktop/mate-utils/pull/87
|
|
these two events are set up in the code anyway
|
|
The ui fails to load on Gtk+ 3.14 but we do want to enable the
resize grip in Gtk+ 2
|
|
since both properties seem to do nothing in GTK+2 build as well,
I guess it's ok to remove them completely.
|
|
because that error dialog function frees it already
|
|
|
|
This reverts commit 45d35479612f207849e0851566fef58ece01eaac.
|
|
|
|
Closes https://github.com/mate-desktop/mate-utils/pull/81
|
|
|
|
|
|
|
|
This reverts commit 21c397d825cb06890efb0e847c13b9c3c6254db0.
|
|
|
|
Remove, now unneeded, gdkkeysyms-compat.h include
Always use gtk_combo_box_text_new (since Gtk+ 2.24)
Gtk3: do not use gdk_cursor_unref
Gtk3: replace gtk_hpaned_new
Gtk3: replace gtk_widget_modify_font
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b
From: Kjartan Maraas <[email protected]>
|
|
Code taken from commits:
screenshot: Rewrite event handling in area selection
772b9cc0774468ea21addb85ef843ee8dfef9e00
screenshot: add a workaround to avoid capturing the selection window
745eea03a3092fa055f76132971e3dd2bb4e8737
screenshot: Don't snap the selection
13741db3522aaac8be732567bca00d9c81929b72
|
|
Based on gnome-utils commit: 0bf63957d9ea7055b56332d567966701db99ccb5
From: Piotr Eljasiak <[email protected]>
|
|
Based on gnome-utils commits:
88159d1da89940d062057450e92aa191e364488b
b703b0b28e441c15c5416f01670b4b747768e980
From: Dennis Cranston <[email protected]>
Gnome Bug: https://bugzilla.gnome.org/show_bug.cgi?id=619499
|
|
|
|
|
|
|
|
|
|
(Should this have been placed in the data folder?)
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs.
It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well.
Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well.
Thanks!
|
|
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs.
It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well.
Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well.
Thanks!
|
|
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs.
It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well.
Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well.
Thanks!
|
|
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs.
It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well.
Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well.
Thanks!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gdk_x11_set_sm_client_id | Since 2.24
gdk_x11_display_get_xdisplay | Since 2.2
GDK_DISPLAY_XDISPLAY | Since always
GDK_WINDOW_XID | Since always
gdk_window_get_screen | Since 2.24
gdk_x11_window_foreign_new_for_display | Since 2.24
gdk_window_get_width | Since 2.24
gdk_window_get_height | Since 2.24
|
|
|
|
|
|
|
|
|