summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev6-53/+29
2014-11-12Unconditionally reset minimize_after_placement on placementinfirit1-3/+2
2014-11-12Work around usage of XPointerinfirit1-1/+1
2014-11-12Unify keymap-reloading code branchesinfirit1-14/+24
2014-11-12Update keybindings when XKB keyboard layout changesinfirit2-1/+31
2014-11-12Allow explicit raises from same client, not just same appinfirit1-1/+22
2014-11-07Revert "Possible keybinding to switch to previous workspace."infirit4-16/+1
2014-10-27Fixup Gtk3 Gdk device handlingDenis Gorodnichev1-6/+9
2014-10-27don't change use settings by command line argumentDenis Gorodnichev2-7/+9
2014-10-27Rework tiling code based off Consortiuminfirit12-148/+296
2014-10-25Make sure to always call va_endinfirit1-2/+3
2014-10-25Drop support for Glib < 2.32infirit1-4/+0
2014-10-25Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-4/+1
2014-10-24keybindings.c: fix deprecated warninginfirit1-1/+1
2014-10-24Add error handling to glibtop_get_proc_uidinfirit1-2/+9
2014-10-24Update meta_show_dialog for gtk's removal of --screeninfirit3-8/+6
2014-10-24Fix new window focusinfirit1-7/+12
2014-10-24use force_save_user_rect=TRUE for maximized windows tooinfirit1-2/+0
2014-10-24Properly ifdef some KXB code.infirit2-10/+11
2014-10-24Remove deprecated glib thread api calls.infirit1-9/+0
2014-10-24don't show shadow for maximized windowsinfirit1-0/+10
2014-10-24Fix identification of CSD windows when checking whether to force fullscreeninfirit3-1/+21
2014-10-24add support for _GTK_FRAME_EXTENTSinfirit4-3/+71
2014-10-24don't switch workspace when switching to sticky windowDenis Gorodnichev1-3/+6
2014-09-23Tell we are Metacity to avoid issues with maximized Java applicationsStefano Karapetsas1-1/+1
2014-08-18fix seqfault when animation is disabledDenis Gorodnichev1-1/+2
2014-06-26Remove misleading comment in effect_free functionJoaquín Ignacio Aramendía1-5/+1
2014-06-26Bugfix: Correct was_minimized flag transitionJoaquín Ignacio Aramendía1-1/+1
2014-06-26Bugfix: If the window shown was minimized, grab focus.Joaquín Ignacio Aramendía1-0/+5
2014-06-26Bugfix: run finished function if animations are disabledJoaquín Ignacio Aramendía1-0/+7
2014-06-26Implement animation handling in implement_showingJoaquín Ignacio Aramendía1-5/+101
2014-06-26Fix: the effect "finished" callback needs to be called after the effect endsJoaquín Ignacio Aramendía1-6/+23
2014-06-26Remove "icky" timestamp pinging on finish_minimizeJoaquín Ignacio Aramendía1-13/+0
2014-06-26Add "effect_pending" flagJoaquín Ignacio Aramendía3-0/+6
2014-06-26Add a simple unminimize effect the same as minimizeJoaquín Ignacio Aramendía1-0/+6
2014-06-26Remove all effects code for a fresh and clean startJoaquín Ignacio Aramendía1-61/+5
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía47-1858/+1858
2014-06-24Possible keybinding to switch to previous workspace.Robert David4-1/+16
2014-05-05Dont destroy all windows with GTK2Stefano Karapetsas1-12/+0
2014-04-23Merge branch 'master' of github.com:mate-desktop/marcoStefano Karapetsas3-0/+11
2014-04-23gtk3: set event deviceDenis Gorodnichev1-20/+62
2014-04-21Tell to GTK3 that marco support _GTK_FRAME_EXTENTS hintStefano Karapetsas3-0/+11
2014-03-22Revert "gtk3: set event device"Stefano Karapetsas1-62/+20
2014-03-17Use zenity instead of mate-dialogsStefano Karapetsas1-1/+1
2014-03-10src/core/main.c sys/wait.h fix #2Robert David1-4/+0
2014-03-10fix core/main.c wait.h on nonlinuxRobert David1-0/+4
2014-02-23gtk3: set event deviceDenis Gorodnichev1-20/+62
2014-02-18window: remove warning about _NET_WM_MOVERESIZE's lack of timestampsRui Matos1-3/+0
2014-02-17portability: get WIFEXITED and WEXITSTATUS from sys/wait.hAntoine Jacoutot1-1/+1
2014-01-24Merge branch 'master' of github.com:mate-desktop/marcoStefano Karapetsas7-28/+354