summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-14theme: Rename button_rect() to get_button_rect()Florian Müllner1-6/+6
2015-09-14ui: Refactor the default image lookupJasper St. Pierre1-20/+15
2015-09-14xprop: Don't use GDK for reading text propertiesJasper St. Pierre3-37/+24
2015-09-14Don't allow multiline window titlesWilliam Jon McCann1-0/+2
2015-09-14Work around Xlib 64-bit "specialness"Dan Winship1-0/+14
2015-09-14Clean up antialiasing fixesOwen W. Taylor1-24/+11
2015-09-14Fix typoinfirit1-1/+1
2015-09-14Drop deprecated use of GTK_WIDGET_DRAWABLE, GTK_WIDGET_STATE and gtk_widget_s...infirit2-10/+2
2015-09-14Drop deprecated use of gtk_signal_connect_fullinfirit1-18/+0
2015-08-31check for GTK+ release, not pre-releaseMonsta1-1/+1
2015-08-29Repaint area of deleted shadowed windows (fixes #27)bl0ckeduser1-0/+19
2015-08-20Gtk3: Fix background colorinfirit3-18/+82
2015-08-20Fix crash when struts change during grab operationOwen W. Taylor4-18/+24
2015-08-01window menu: make minimize item insensitive when window should notMonsta1-2/+2
2015-07-31Allow programmatic minimization without MWM_FUNC_MINIMIZEStefan Dösinger1-2/+1
2015-07-17theme: Remove outdated assertionYaakov Selkowitz2-3/+0
2015-06-10Merge pull request #164 from dnk/tile_preview_glitchMartin Wimpress1-1/+2
2015-06-10Merge pull request #160 from micove/add-tile-keybindsMartin Wimpress6-23/+46
2015-06-09Merge pull request #187 from monsta/patch-1Martin Wimpress1-1/+1
2015-06-09Merge pull request #189 from monsta/keybindings-fixMartin Wimpress1-20/+25
2015-06-09fix uninitialized data field for sending _NET_WM_SYNC_REQUEST eventSebastian Gerhardt1-0/+1
2015-04-09prefs: make keybindings change notifications work with GLib >= 2.43Monsta1-20/+25
2015-04-08prefs: make workspace name actually changemonsta1-1/+1
2015-04-05keybindings: pass screen name instead of number to error dialogMonsta1-7/+7
2015-03-15preview-widget: use correct name for missing iconmonsta1-2/+2
2015-02-25prefs: first connect to settings, then read them.Monsta1-7/+7
2015-01-14check compositor statusDenis Gorodnichev5-30/+34
2015-01-14show tile preview with external compositorDenis Gorodnichev3-10/+6
2015-01-14tile preview: invalidate window before showingDenis Gorodnichev1-1/+2
2015-01-01BugFix: Can't retile to a different corner with keybindings.Miguel A. Colón Vélez1-1/+1
2015-01-01BugFix: Can't unmaximize a tiled window.Miguel A. Colón Vélez1-15/+1
2015-01-01Update handle_toggle_tiled.Miguel A. Colón Vélez1-7/+19
2015-01-01Add the tile-to-side options to the appropiate files.Miguel A. Colón Vélez4-0/+25
2014-12-05ui: use correct name for missing iconAlberts Muktupāvels1-2/+2
2014-11-27removed unused function argumentMonsta1-3/+2
2014-11-26compositor: fix possible dereference of NULL pointermonsta1-5/+10
2014-11-26wm-tester: correct NULL pointer checkmonsta1-1/+1
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev26-478/+1402
2014-11-25Replace gtkstock icon usageinfirit2-4/+4
2014-11-25Gtk3: Silence the GtkVBox and GtkHBox deprecations warningsinfirit3-0/+13
2014-11-18Add missing ';'Stefano Karapetsas1-1/+1
2014-11-12Unconditionally reset minimize_after_placement on placementinfirit1-3/+2
2014-11-12Work around usage of XPointerinfirit1-1/+1
2014-11-12buttons: Fix background functions for non-default layoutsinfirit3-16/+108
2014-11-12Fix drawing of <arc> elementsinfirit1-1/+1
2014-11-12Unify keymap-reloading code branchesinfirit1-14/+24
2014-11-12Update keybindings when XKB keyboard layout changesinfirit2-1/+31
2014-11-12Allow explicit raises from same client, not just same appinfirit1-1/+22
2014-11-07Revert "Possible keybinding to switch to previous workspace."infirit7-31/+1
2014-10-27Fixup Gtk3 Gdk device handlingDenis Gorodnichev3-8/+32