Age | Commit message (Expand) | Author | Files | Lines |
2020-02-21 | remove warning: 'GTimeVal' is deprecated | rbuj | 1 | -29/+16 |
2020-02-06 | window: handle legacy fullscreen requests | rcaridade145 | 1 | -1/+30 |
2019-10-31 | window: Add optional tile size cycling | Victor Kareh | 1 | -12/+41 |
2019-10-27 | tabpopup: Draw transparent OSD-style popups | Victor Kareh | 1 | -1/+1 |
2019-09-04 | window.c: remove unused variable | Pavel Shlyak | 1 | -3/+0 |
2019-08-10 | window: add _GTK_THEME_VARIANT to initial window properties | monsta | 1 | -1/+2 |
2019-07-13 | window: Update allowed action hints | Victor Kareh | 1 | -7/+30 |
2019-06-05 | update window->has_resize_func at the right time when unfullscreening | Victor Kareh | 1 | -3/+5 |
2019-06-05 | window: Correct coordinates for the configure event | Victor Kareh | 1 | -4/+8 |
2019-06-05 | window: Fix _NET_FRAME_EXTENTS to work properly | Victor Kareh | 1 | -4/+7 |
2019-06-05 | window: Fix window placement to exclude invisible borders | Victor Kareh | 1 | -4/+4 |
2019-06-05 | MetaWindow: Repurpose get_outer_rect and add get_input_rect | Victor Kareh | 1 | -10/+48 |
2019-06-05 | MetaWindow: Compensate for invisible border changes | Victor Kareh | 1 | -20/+20 |
2019-06-05 | Only shadow ARGB windows with a frame outside the frame | Victor Kareh | 1 | -6/+39 |
2019-06-05 | window: initialize few variables | Victor Kareh | 1 | -0/+2 |
2019-06-05 | window: Parse _GTK_THEME_VARIANT property | Victor Kareh | 1 | -0/+2 |
2019-06-05 | Replace public MetaFrameGeometry with MetaFrameBorders | Victor Kareh | 1 | -35/+34 |
2019-04-23 | window: set atom__NET_WM_STATE_FOCUSED for meta_window_appears_focused | raveit65 | 1 | -1/+1 |
2019-04-23 | window: make docks and spashscreens appear focused | raveit65 | 1 | -1/+9 |
2019-04-23 | make icon size configurable | osch | 1 | -1/+4 |
2019-04-11 | Replace meta_free_gslist_and_elements with g_slist_free_full | rbuj | 1 | -2/+2 |
2019-03-28 | Improve performance by removing unused assignments | rbuj | 1 | -8/+1 |
2019-03-13 | window: avoid clang warning: garbage value | Pablo Barciela | 1 | -9/+15 |
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 |