Age | Commit message (Expand) | Author | Files | Lines |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -9/+0 |
2018-01-15 | Small bugfix for the move_to_X keybinds | Omar Zeidan | 2 | -2/+2 |
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 | 3 | -30/+74 |
2018-01-15 | Implemented simple shourtcuts to move window to another monitor | Omar Zeidan | 1 | -0/+41 |
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 | 3 | -0/+23 |
2018-01-02 | Implemented a setting to disable top tiling | Omar Zeidan | 2 | -14/+31 |
2018-01-01 | Implemented tabpopup when moving window to different workspace | Omar Zeidan | 2 | -43/+73 |
2017-12-31 | keybindings.c: Fix build warning: | Pablo Barciela | 1 | -1/+2 |
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 | 2 | -1/+5 |
2017-12-20 | Allow horizontal and vertical resizing when corner tiled | Omar Zeidan | 4 | -123/+207 |
2017-12-20 | Fixes window getting reset to saved_rect when untiling from corner | Omar Zeidan | 2 | -3/+4 |
2017-12-20 | Implemented simple corner tiling by mouse drag | Omar Zeidan | 6 | -49/+121 |
2017-11-10 | Add stricter logic for running without XPresent support | Victor Kareh | 2 | -9/+4 |
2017-11-10 | XPresent extension support - first pass | Victor Kareh | 2 | -4/+9 |
2017-08-30 | Store a window flag when user resizes from tiled | Victor Kareh | 4 | -1/+15 |
2017-08-29 | Allow tiled windows to be resized horizontally | Victor Kareh | 2 | -4/+33 |
2017-08-14 | display: don't use deprecated GDK_DEVICE_MANAGER | raveit65 | 1 | -2/+14 |
2017-08-14 | Fix synthetic keybinding/button-grab window (#342) | Victor Kareh | 2 | -0/+22 |
2017-07-29 | avoid deprecated gdk_display_get_screen | ZenWalker | 2 | -5/+2 |
2017-07-14 | Alt/tab - define arrow keycode + numpad arrows | Pierre-Louis Dubouilh | 2 | -2/+8 |
2017-07-14 | Allow use of arrows while in alt+tab popup | Pierre-Louis Dubouilh | 1 | -0/+9 |
2017-06-05 | Added hotkey to rename current workspace | Felipe Barriga Richards | 2 | -0/+242 |
2017-04-23 | build: Use non-deprecated feature test macros | Dmitry Shachnev | 4 | -4/+4 |
2017-01-30 | workspace: switch wrapping behavior for 'classic' and 'toroidal' | Kevin S.C. Decker | 1 | -10/+10 |
2017-01-17 | Added functionality to ignore applications while show-desktop is triggered | Illia Danko | 2 | -2/+53 |
2016-12-05 | Added functionality to disable display preselected tab window border | Illia Danko | 2 | -33/+57 |
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 5 | -292/+2 |
2016-04-12 | fix crash on showing alt-tab thumbnails with compositor on (GTK+2) | monsta | 1 | -4/+4 |
2016-03-09 | remove duplicate function declaration | monsta | 1 | -2/+0 |
2016-03-03 | [GTK+3] re-add ability to show alt-tab thumbnails when compositor is on | monsta | 1 | -9/+22 |
2016-01-10 | Avoiding conditional directives that break statements. | Romero Malaquias | 1 | -4/+8 |
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 | 4 | -148/+83 |
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-10-26 | constraints: take into account _GTK_FRAME_EXTENTS | monsta | 1 | -26/+78 |
2015-10-26 | effects: remove hack that made Marco crash in certain situations | Alberts Muktupāvels | 1 | -20/+1 |
2015-09-25 | Merge pull request #168 from robertek/swith_to_workspace_prev | No_name | 4 | -1/+22 |
2015-09-18 | Revert "Remove unused function handle_run_terminal" | infirit | 1 | -0/+37 |
2015-09-16 | Add manual and by-pointer window placement | Faidon Liambotis | 4 | -0/+79 |
2015-09-15 | Remove unused function handle_run_terminal | infirit | 1 | -37/+0 |
2015-09-14 | bump xcomposite required version to 0.3 and simplify code | Alberts Muktupāvels | 2 | -21/+9 |
2015-09-14 | window: load NET_WM_USER_TIME from the right window | Alberts Muktupāvels | 1 | -1/+9 |
2015-09-14 | xprop: Don't use GDK for reading text properties | Jasper St. Pierre | 1 | -2/+24 |
2015-09-14 | Work around Xlib 64-bit "specialness" | Dan Winship | 1 | -0/+14 |
2015-08-20 | Fix crash when struts change during grab operation | Owen W. Taylor | 4 | -18/+24 |