Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-31 | Replace deprecated API and remove compilation warningsremove-image-menu | zhuyaliang | 1 | -55/+65 | |
2021-03-29 | warning: declaration of a variable shadows a previous local | rbuj | 1 | -3/+4 | |
2021-03-06 | i18n: Use glib's gettext support macros | rbuj | 1 | -1/+3 | |
2020-08-04 | Remove multiple empty lines | rbuj | 1 | -1/+0 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \; | |||||
2019-04-15 | Remove unnecessary GClosureNotify methods | rbuj | 1 | -17/+2 | |
Fixes double free of menu_data introduced in b0df98a | |||||
2019-03-28 | Fix -Werror=cast-function-type | rbuj | 1 | -2/+17 | |
Bump glib-2 required version to 2.58: G_SOURCE_FUNC https://gitlab.gnome.org/GNOME/glib/commit/039fa6897bb4c5cd30caec8ee3add1a4ef612f76 Build & install:i export CC=gcci export CFLAGS=-Werror=cast-function-type ./autogen.sh --prefix=/usr make clean make sudo make install | |||||
2018-03-22 | Support HiDPI window decorations | Victor Kareh | 1 | -2/+4 | |
2017-12-20 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -6/+3 | |
This commit reverts: https://github.com/mate-desktop/marco/commit/f0541e3dfda29c26fe14c9c9117f95c49006c75c https://github.com/mate-desktop/marco/commit/d18c2fb4acb58c408c01700682b9922de86e8b2f And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_width gdk_screen_height | |||||
2017-08-18 | avoid deprecated gdk_screen_width/height | ZenWalker | 1 | -2/+6 | |
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -8/+0 | |
2016-01-25 | fix dprecated GtkMisc | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-12-02 | GTK3: fix GtkMisc deprecation fixes for gtk+-3.14 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-12-02 | Gtk+-3.14 menu.c + metaaccellable.c: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=7a5c50c | |||||
2015-09-14 | Remove deprecated GTK+ symbols and use accessor functions | infirit | 1 | -8/+3 | |
Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled. | |||||
2015-09-14 | Drop deprecated use of gtk_signal_connect_full | infirit | 1 | -18/+0 | |
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 1 | -5/+10 | |
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED | |||||
2014-10-25 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -7/+0 | |
gdk_x11_window_lookup_for_display since 2.24 GDK_WINDOW_XID since always gtk_widget_get_visible since 2.18 gtk_widget_set_mapped since 2.20 gdk_event_new since 2.2 gdk_x11_window_lookup_for_display since 2.24 gdk_text_property_to_utf8_list_for_display since 2.2 gtk_widget_get_realized since 2.20 gdk_visual_get_depth since 2.22 gtk_widget_get_window since 2.14 gtk_widget_set_allocation since 2.18 | |||||
2014-10-24 | themewidget: remove, it is unused | infirit | 1 | -1/+0 | |
Based on metacity commit: 202a3712a97c2df6f0410050835898795f75a1b6 From: Alberts Muktupāvels <[email protected]> | |||||
2013-10-26 | Starting to add GTK3 support | Laszlo Boros | 1 | -0/+29 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+509 | |