summaryrefslogtreecommitdiff
path: root/src/tools/marco-window-demo.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-04Remove multiple empty linesrbuj1-1/+0
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
2020-06-16Remove enum conversion warningsrbuj1-1/+1
2019-05-29fix window type for splashWu Xiaotian1-1/+1
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-6/+0
2017-12-20WidthOfScreen and HeightOfScreen implementationPablo Barciela1-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-18avoid deprecated gdk_screen_width/heightZenWalker1-4/+13
2016-10-15move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-316/+8
2015-12-02GTK+-3.16: don't use deprecated gtk_widget_override_background_colorWolfgang Ulbrich1-0/+26
partially taken from: https://git.gnome.org/browse/metacity/commit/?id=542a2b4
2015-09-18gtk3: unintialized variableDenis Gorodnichev1-2/+1
2015-09-14Remove deprecated GTK+ symbols and use accessor functionsinfirit1-166/+178
Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled.
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev1-93/+359
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED
2014-11-25Replace gtkstock icon usageinfirit1-2/+2
2014-11-25Gtk3: Silence the GtkVBox and GtkHBox deprecations warningsinfirit1-0/+5
2014-10-25Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-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-24Remove some dead codeinfirit1-24/+0
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-90/+90
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-10-26Starting to add GTK3 supportLaszlo Boros1-0/+110
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1016