Age | Commit message (Expand) | Author | Files | Lines |
2015-09-16 | preview-widget: Small GTK_CHECK_VERSION cleanup | infirit | 1 | -10/+5 |
2015-09-16 | ui: Small cleanups | infirit | 1 | -19/+0 |
2015-09-16 | Remove more unused functions | infirit | 2 | -119/+0 |
2015-09-15 | Remove unused function handle_run_terminal | infirit | 2 | -39/+0 |
2015-09-14 | Remove deprecated GTK+ symbols and use accessor functions | infirit | 9 | -289/+339 |
2015-09-14 | compositor: fix possible crash closing/destroying window | Alberts Muktupāvels | 3 | -9/+32 |
2015-09-14 | compositor: don't use invalid back_pixmap | Alberts Muktupāvels | 1 | -1/+6 |
2015-09-14 | bump xcomposite required version to 0.3 and simplify code | Alberts Muktupāvels | 4 | -174/+58 |
2015-09-14 | window: load NET_WM_USER_TIME from the right window | Alberts Muktupāvels | 1 | -1/+9 |
2015-09-14 | theme: Rename button_rect() to get_button_rect() | Florian Müllner | 1 | -6/+6 |
2015-09-14 | ui: Refactor the default image lookup | Jasper St. Pierre | 1 | -20/+15 |
2015-09-14 | xprop: Don't use GDK for reading text properties | Jasper St. Pierre | 3 | -37/+24 |
2015-09-14 | Don't allow multiline window titles | William Jon McCann | 1 | -0/+2 |
2015-09-14 | Work around Xlib 64-bit "specialness" | Dan Winship | 1 | -0/+14 |
2015-09-14 | Clean up antialiasing fixes | Owen W. Taylor | 1 | -24/+11 |
2015-09-14 | Fix typo | infirit | 1 | -1/+1 |
2015-09-14 | Drop deprecated use of GTK_WIDGET_DRAWABLE, GTK_WIDGET_STATE and gtk_widget_s... | infirit | 2 | -10/+2 |
2015-09-14 | Drop deprecated use of gtk_signal_connect_full | infirit | 1 | -18/+0 |
2015-08-31 | check for GTK+ release, not pre-release | Monsta | 1 | -1/+1 |
2015-08-29 | Repaint area of deleted shadowed windows (fixes #27) | bl0ckeduser | 1 | -0/+19 |
2015-08-20 | Gtk3: Fix background color | infirit | 3 | -18/+82 |
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-07-17 | theme: Remove outdated assertion | Yaakov Selkowitz | 2 | -3/+0 |
2015-06-10 | Merge pull request #164 from dnk/tile_preview_glitch | Martin Wimpress | 1 | -1/+2 |
2015-06-10 | Merge pull request #160 from micove/add-tile-keybinds | Martin Wimpress | 6 | -23/+46 |
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-03-15 | preview-widget: use correct name for missing icon | monsta | 1 | -2/+2 |
2015-02-25 | prefs: first connect to settings, then read them. | Monsta | 1 | -7/+7 |
2015-01-14 | check compositor status | Denis Gorodnichev | 5 | -30/+34 |
2015-01-14 | show tile preview with external compositor | Denis Gorodnichev | 3 | -10/+6 |
2015-01-14 | tile preview: invalidate window before showing | Denis Gorodnichev | 1 | -1/+2 |
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 |
2015-01-01 | Add the tile-to-side options to the appropiate files. | Miguel A. Colón Vélez | 4 | -0/+25 |
2014-12-05 | ui: use correct name for missing icon | Alberts Muktupāvels | 1 | -2/+2 |
2014-11-27 | removed unused function argument | Monsta | 1 | -3/+2 |
2014-11-26 | compositor: fix possible dereference of NULL pointer | monsta | 1 | -5/+10 |
2014-11-26 | wm-tester: correct NULL pointer check | monsta | 1 | -1/+1 |
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 26 | -478/+1402 |
2014-11-25 | Replace gtkstock icon usage | infirit | 2 | -4/+4 |
2014-11-25 | Gtk3: Silence the GtkVBox and GtkHBox deprecations warnings | infirit | 3 | -0/+13 |
2014-11-18 | Add missing ';' | Stefano Karapetsas | 1 | -1/+1 |