Age | Commit message (Expand) | Author | Files | Lines |
2019-06-16 | Only shadow ARGB windows with a frame outside the frame | Victor Kareh | 1 | -6/+39 |
2019-06-16 | window: initialize few variables | Victor Kareh | 1 | -0/+2 |
2019-06-16 | window: Parse _GTK_THEME_VARIANT property | Victor Kareh | 1 | -0/+2 |
2019-06-16 | Replace public MetaFrameGeometry with MetaFrameBorders | Victor Kareh | 1 | -35/+34 |
2019-06-16 | window: avoid clang warning: garbage value | Pablo Barciela | 1 | -9/+15 |
2019-04-24 | window: set atom__NET_WM_STATE_FOCUSED for meta_window_appears_focused | raveit65 | 1 | -1/+1 |
2019-04-24 | window: make docks and spashscreens appear focused | raveit65 | 1 | -1/+9 |
2019-01-31 | screen: Remove get_current_monitor in favor of get_current_xinerama | Victor Kareh | 1 | -2/+2 |
2019-01-07 | 'meta_error_trap_push' instead 'meta_error_trap_push_with_return' | Pablo Barciela | 1 | -5/+5 |
2018-08-28 | theme: replace mutter/metacity with marco | Victor Kareh | 1 | -2/+2 |
2018-08-28 | Optionally attach modal dialogs | Maxim Ermilov | 1 | -0/+71 |
2018-08-28 | Add meta_window_get_transient_for() method | Davyd Madeley | 1 | -0/+23 |
2018-04-29 | Correct resize popup position on HiDPI displays | Victor Kareh | 1 | -2/+5 |
2018-02-26 | window: add _NET_WM_STATE_FOCUSED hint to _NET_WM_STATE | monsta | 1 | -5/+18 |
2018-01-15 | Bugfix for monitors of different sizes | Omar Zeidan | 1 | -12/+20 |
2018-01-15 | Restructured monitor keybinds and adjust save_rect | Omar Zeidan | 1 | -0/+58 |
2018-01-02 | Fix wrong result in meta_window_titlebar_is_onscreen() for windows without a ... | Björn Weber | 1 | -1/+1 |
2018-01-02 | Add support for gtk3 _GTK_SHOW_WINDOW_MENU event | Björn Weber | 1 | -0/+21 |
2018-01-02 | Implemented a setting to disable top tiling | Omar Zeidan | 1 | -6/+7 |
2017-12-30 | Reset tile_resized to false when fullscreening | Omar Zeidan | 1 | -1/+6 |
2017-12-20 | Fixes windows not going to save_rect when unmaximimizing | Omar Zeidan | 1 | -0/+2 |
2017-12-20 | Allow horizontal and vertical resizing when corner tiled | Omar Zeidan | 1 | -71/+88 |
2017-12-20 | Implemented simple corner tiling by mouse drag | Omar Zeidan | 1 | -25/+85 |
2017-08-30 | Store a window flag when user resizes from tiled | Victor Kareh | 1 | -0/+6 |
2015-12-31 | window: remove excessive initialization | monsta | 1 | -1/+0 |
2015-12-11 | add a missing line from metacity | monsta | 1 | -0/+1 |
2015-11-08 | Revert "Merge pull request #115 from Samsagax/animation-fix-clean" | Monsta | 1 | -108/+75 |
2015-10-26 | window: initialize fullscreen to FALSE | Alberts Muktupāvels | 1 | -0/+1 |
2015-10-26 | window: initialize custom_frame_extents | Alberts Muktupāvels | 1 | -0/+6 |
2015-09-16 | Add manual and by-pointer window placement | Faidon Liambotis | 1 | -0/+8 |
2015-09-14 | window: load NET_WM_USER_TIME from the right window | Alberts Muktupāvels | 1 | -1/+9 |
2015-08-01 | window menu: make minimize item insensitive when window should not | Monsta | 1 | -2/+2 |
2015-07-31 | Allow programmatic minimization without MWM_FUNC_MINIMIZE | Stefan Dösinger | 1 | -2/+1 |
2015-06-10 | Merge pull request #160 from micove/add-tile-keybinds | Martin Wimpress | 1 | -16/+2 |
2015-06-09 | fix uninitialized data field for sending _NET_WM_SYNC_REQUEST event | Sebastian Gerhardt | 1 | -0/+1 |
2015-01-01 | BugFix: Can't retile to a different corner with keybindings. | Miguel A. Colón Vélez | 1 | -1/+1 |
2015-01-01 | BugFix: Can't unmaximize a tiled window. | Miguel A. Colón Vélez | 1 | -15/+1 |
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 1 | -20/+2 |
2014-11-12 | Allow explicit raises from same client, not just same app | infirit | 1 | -1/+22 |
2014-10-27 | Rework tiling code based off Consortium | infirit | 1 | -42/+124 |
2014-10-24 | Fix new window focus | infirit | 1 | -7/+12 |
2014-10-24 | use force_save_user_rect=TRUE for maximized windows too | infirit | 1 | -2/+0 |
2014-10-24 | don't show shadow for maximized windows | infirit | 1 | -0/+10 |
2014-10-24 | Fix identification of CSD windows when checking whether to force fullscreen | infirit | 1 | -0/+18 |
2014-10-24 | add support for _GTK_FRAME_EXTENTS | infirit | 1 | -1/+12 |
2014-06-26 | Bugfix: Correct was_minimized flag transition | Joaquín Ignacio Aramendía | 1 | -1/+1 |
2014-06-26 | Bugfix: If the window shown was minimized, grab focus. | Joaquín Ignacio Aramendía | 1 | -0/+5 |
2014-06-26 | Implement animation handling in implement_showing | Joaquín Ignacio Aramendía | 1 | -5/+101 |
2014-06-26 | Remove "icky" timestamp pinging on finish_minimize | Joaquín Ignacio Aramendía | 1 | -13/+0 |
2014-06-26 | Add "effect_pending" flag | Joaquín Ignacio Aramendía | 1 | -0/+1 |