After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329503 - Include maximize vertically in the "Titlebar Action" list
Include maximize vertically in the "Titlebar Action" list
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Window preferences
2.13.x
Other All
: Normal enhancement
: ---
Assigned To: Havoc Pennington
Control-Center Maintainers
Depends on: 358674
Blocks:
 
 
Reported: 2006-02-01 19:07 UTC by tjb
Modified: 2008-03-27 17:16 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
adds maximize vertically and horizontally to possible actions for titlebar (2.35 KB, patch)
2007-09-12 13:17 UTC, Cosimo Cecchi
committed Details | Review

Description tjb 2006-02-01 19:07:47 UTC
Since metacity now has maximize vertically done as a toggle, how about adding an
option to maximize in either direction on double click in addition to roll up or
plain maximize?
Comment 1 Cosimo Cecchi 2007-09-12 13:17:50 UTC
Created attachment 95436 [details] [review]
adds maximize vertically and horizontally to possible actions for titlebar

This patch adds the requested behaviour in Control Center capplet. Note that this depends to the patch I posted to metacity bug #358674 which I also set as a blocker for this.
Comment 2 Cosimo Cecchi 2008-03-25 01:26:14 UTC
Ping, the patch I posted for Metacity has been merged.
Comment 3 Cosimo Cecchi 2008-03-27 17:16:40 UTC
As gnome-control-center has been branched, I committed the patch to trunk and bumped the required Metacity version to 2.23.1. Closing as FIXED.

2008-03-27  Cosimo Cecchi  <cosimoc@gnome.org>

	* metacity-window-manager.c: (metacity_change_settings),
	(metacity_get_settings), (metacity_get_double_click_actions):
	add "Maximize Vertically" and "Maximize Horizontally" to possible
	double-click actions. Closes bug #329503.