GNOME GIT source code repository

summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-28Bump version to 2.27.32.27.3Owen W. Taylor1-1/+1
2009-08-28Add meta_window_is_skip_taskbarSteve Frécinaux2-0/+17
2009-08-28Make MUTTER_DEBUG_XINERAMA override active XineramaOwen W. Taylor1-28/+27
2009-08-28Add meta_display_get_grab_op()Owen W. Taylor2-0/+19
2009-08-28Unminimize windows passed to meta_workspace_activate_with_focus()Volker Sobek1-2/+20
2009-08-27Check for NULL in meta_screen_tab_popup_destroy() instead of assertingTomas Frydrych1-1/+2
2009-08-27Updated Swedish translationDaniel Nylander1-519/+264
2009-08-26Stop using gtk_toolbar_insert_stock()Javier Jardón2-60/+62
2009-08-26Stop using GTK_SIGNAL_FUNC, gdk_pixbuf_render_to_drawableJavier Jardón2-15/+17
2009-08-26Fix custom-alt-tabs for single-handling of key eventsOwen W. Taylor2-70/+145
2009-08-26Add a modal mode for pluginsOwen W. Taylor7-6/+271
2009-08-26Enforce a policy of single-handling of key eventsOwen W. Taylor3-15/+28
2009-08-26Only skip the first window in the alt-tab chain if it's actually theThomas James Alexander Thurman1-1/+1
2009-08-24Avoid accessing freed memory when being replacedOwen W. Taylor2-2/+6
2009-08-22Remove deprecated Encoding key from desktop filesFrédéric Péters2-2/+0
2009-08-21[MetaWindow]: Always notify on title property changeColin Walters1-2/+2
2009-08-20Make meta_display_xwindow_is_a_no_focus_window publicColin Walters3-3/+12
2009-08-15Updated Galician TranslationFran Dieguez1-780/+785
2009-08-14Add meta_window_is_mapped, remove usage of window-private.h from mutter-window.cColin Walters4-6/+17
2009-08-14Add meta_window_is_override_redirectColin Walters3-4/+16
2009-08-14Hungarian translation updatedGabor Kelemen1-776/+304
2009-08-14Check the opacity of the right actorOwen W. Taylor1-1/+1
2009-08-13Remove meta_errors_register_foreign_display()Owen W. Taylor2-44/+1
2009-08-13install errors.h header, bug 591566Michael Meeks1-0/+1
2009-08-12Added meta_window_is_modal()Tomas Frydrych2-0/+17
2009-08-12Do not run effects during WM startupTomas Frydrych1-0/+13
2009-08-11Be silent by defaultOwen W. Taylor1-1/+1
2009-08-10Bump version to 2.27.22.27.2Owen W. Taylor1-1/+1
2009-08-10Fix use of uninitialized memory in edge-resistance.cColin Walters1-1/+1
2009-08-10Export meta_screen_get_startup_sequences, add change signalColin Walters2-6/+37
2009-08-09Updated Norwegian bokmål translation.Kjartan Maraas1-762/+293
2009-08-08Use correct timestamp for focus stealing preventionTomas Frydrych1-6/+24
2009-08-08Removed custom 'GIR' label for gir generation in silent-rules modeTomas Frydrych1-6/+2
2009-08-07Added --enable-silent-rules if automake-1.11 is availableTomas Frydrych2-7/+12
2009-08-07Take extra reference on the texture inside MutterWindowTomas Frydrych1-0/+15
2009-08-07Free MutterWindow description string in finalize() not dispose()Tomas Frydrych1-2/+5
2009-08-06Don't allow override-redirect windows to be META_WINDOW_NORMALOwen W. Taylor1-2/+33
2009-08-04Elimitate use of arithmetic expansion for portabilityOwen W. Taylor1-2/+3
2009-08-04Handle FocusIn events for override redirect windows correctlyTomas Frydrych1-0/+7
2009-08-04Remove deprecated GTK symbolsTomas Frydrych15-48/+48
2009-08-04use g_signal_handlers_disconnect_by_func instead of an old deprecatedTomas Frydrych1-16/+6
2009-08-04Fix check for zero-sized textures in MutterShaped textureTomas Frydrych1-3/+3
2009-08-04[constraints] Avoid overflow when window maximum size hint is set to INT_MAXXu Li1-2/+11
2009-08-04Added public prototype for meta_window_is_ancestor_of_transient()Tomas Frydrych3-2/+13
2009-08-04Added MetaWindow::window-type propertyTomas Frydrych1-1/+22
2009-08-04Accessors for pid and name of client machine associated with MetaWindowTomas Frydrych2-1/+39
2009-08-01Fixed warnings due to missing castsTomas Frydrych1-3/+3
2009-08-01Add focus-window property to MetaDisplayColin Walters2-3/+61
2009-08-01Set up correct initial values for override redirect windowsTomas Frydrych1-0/+10
2009-07-31Tolerate all standard _NET_WM_WINDOW_TYPE types for managed windowsTomas Frydrych1-20/+38
[next]