Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 | 2 | -23/+21 |
2015-06-09 | Merge pull request #187 from monsta/patch-1 | Martin Wimpress | 1 | -1/+1 |
2015-06-09 | Merge pull request #189 from monsta/keybindings-fix | Martin Wimpress | 1 | -20/+25 |
2015-06-09 | fix uninitialized data field for sending _NET_WM_SYNC_REQUEST event | Sebastian Gerhardt | 1 | -0/+1 |
2015-04-09 | prefs: make keybindings change notifications work with GLib >= 2.43 | Monsta | 1 | -20/+25 |
2015-04-08 | prefs: make workspace name actually change | monsta | 1 | -1/+1 |
2015-04-05 | keybindings: pass screen name instead of number to error dialog | Monsta | 1 | -7/+7 |
2015-02-25 | prefs: first connect to settings, then read them. | Monsta | 1 | -7/+7 |
2015-01-23 | Possible keybinding to switch to previous workspace. | Robert David | 4 | -1/+22 |
2015-01-14 | check compositor status | Denis Gorodnichev | 2 | -14/+14 |
2015-01-14 | show tile preview with external compositor | Denis Gorodnichev | 1 | -3/+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 |
2015-01-01 | Update handle_toggle_tiled. | Miguel A. Colón Vélez | 1 | -7/+19 |
2014-11-27 | removed unused function argument | Monsta | 1 | -3/+2 |
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 6 | -53/+29 |
2014-11-12 | Unconditionally reset minimize_after_placement on placement | infirit | 1 | -3/+2 |
2014-11-12 | Work around usage of XPointer | infirit | 1 | -1/+1 |
2014-11-12 | Unify keymap-reloading code branches | infirit | 1 | -14/+24 |
2014-11-12 | Update keybindings when XKB keyboard layout changes | infirit | 2 | -1/+31 |