Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-11-12 | Allow explicit raises from same client, not just same app | infirit | 1 | -1/+22 |
2014-11-07 | Revert "Possible keybinding to switch to previous workspace." | infirit | 4 | -16/+1 |
2014-10-27 | Fixup Gtk3 Gdk device handling | Denis Gorodnichev | 1 | -6/+9 |
2014-10-27 | don't change use settings by command line argument | Denis Gorodnichev | 2 | -7/+9 |
2014-10-27 | Rework tiling code based off Consortium | infirit | 12 | -148/+296 |
2014-10-25 | Make sure to always call va_end | infirit | 1 | -2/+3 |
2014-10-25 | Drop support for Glib < 2.32 | infirit | 1 | -4/+0 |
2014-10-25 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -4/+1 |
2014-10-24 | keybindings.c: fix deprecated warning | infirit | 1 | -1/+1 |
2014-10-24 | Add error handling to glibtop_get_proc_uid | infirit | 1 | -2/+9 |
2014-10-24 | Update meta_show_dialog for gtk's removal of --screen | infirit | 3 | -8/+6 |
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 | Properly ifdef some KXB code. | infirit | 2 | -10/+11 |
2014-10-24 | Remove deprecated glib thread api calls. | infirit | 1 | -9/+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 | 3 | -1/+21 |
2014-10-24 | add support for _GTK_FRAME_EXTENTS | infirit | 4 | -3/+71 |
2014-10-24 | don't switch workspace when switching to sticky window | Denis Gorodnichev | 1 | -3/+6 |