Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-24 | add meson build files to EXTRA_DIST | raveit65 | 1 | -1/+3 | |
2019-10-01 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 1 | -2/+5 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum | |||||
2019-07-13 | switch to use meson build system | Wu Xiaotian | 1 | -0/+33 | |
2019-05-29 | fix window type for splash | Wu Xiaotian | 1 | -1/+1 | |
2019-05-16 | Migrate from intltool to gettext | Wu Xiaotian | 1 | -2/+0 | |
2019-01-09 | add git.mk to autogenerate .gitignore files | Wu Xiaotian | 1 | -0/+2 | |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -6/+0 | |
2017-12-20 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -13/+5 | |
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 | -4/+13 | |
2017-08-14 | tools: remove marco-mag and marco-grayscaletools | raveit65 | 3 | -409/+0 | |
Those were never used in MATE and have a lot of deprecated functions. Already droped in metacity. https://git.gnome.org/browse/metacity/commit/?id=b580e3e | |||||
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -353/+8 | |
2015-12-02 | GTK+-3.16: don't use deprecated gtk_widget_override_background_color | Wolfgang Ulbrich | 1 | -0/+26 | |
partially taken from: https://git.gnome.org/browse/metacity/commit/?id=542a2b4 | |||||
2015-09-18 | gtk3: unintialized variable | Denis Gorodnichev | 1 | -2/+1 | |
2015-09-14 | Remove deprecated GTK+ symbols and use accessor functions | infirit | 1 | -166/+178 | |
Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled. | |||||
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 2 | -95/+361 | |
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED | |||||
2014-11-25 | Replace gtkstock icon usage | infirit | 1 | -2/+2 | |
2014-11-25 | Gtk3: Silence the GtkVBox and GtkHBox deprecations warnings | infirit | 1 | -0/+5 | |
2014-10-25 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -6/+2 | |
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 | Remove some dead code | infirit | 1 | -24/+0 | |
2014-10-24 | GDK_KEY_* is also available in Gtk+-2. | infirit | 1 | -5/+1 | |
2014-10-24 | Replace in GTK3 deprecated Gdk api | infirit | 1 | -0/+45 | |
Taken from metacity commit: 238e83a98cf014c9b1082d21541e63f102d441d6 From: Alberts Muktupāvels <[email protected]> | |||||
2014-10-24 | Remove deprecated glib thread api calls. | infirit | 1 | -2/+0 | |
Also bump minimum required glib version to 2.32. | |||||
2014-06-26 | Remove all trailing whitespaces in the code tree | Joaquín Ignacio Aramendía | 4 | -128/+128 | |
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i | |||||
2013-11-08 | INCLUDES -> AM_CPPFLAGS | infirit | 1 | -1/+1 | |
2013-10-26 | Starting to add GTK3 support | Laszlo Boros | 2 | -0/+119 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 4 | -8/+8 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 6 | -0/+1623 | |