Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
|
|
|
|
|
|
Accessibility: Add support for high contrast themes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
these are layout chooser, model chooser and options dialogs
|
|
|
|
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
|
|
|
|
|
|
|
|
fixes a GTK+ warning
|
|
|
|
|
|
|
|
|
|
same as https://github.com/mate-desktop/mate-control-center/commit/40146341b70b93c0ce142580b0860b01f7072364
|
|
the code is taken from mate-keybinding-properties, so it may or
may not be optimal, feel free to correct it if you wish.
|
|
|
|
Patch by Mike Gabriel <[email protected]>
|
|
gdk_display_get_default | since 2.2
gdk_x11_display_get_xdisplay | since 2.2
gdk_drag_context_list_targets | since 2.22
gdk_x11_window_foreign_new_for_display | since 2.24
gdk_drawable_get_screen | since 2.24
gtk_widget_hide | always
|
|
|
|
|
|
|
|
Var may be set as constant value but freed later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
05c1f574d already fixed this, but f5d8d65b8 inadvertently reverted it.
Re-apply.
https://bugzilla.gnome.org/show_bug.cgi?id=616917
|
|
|
|
|