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 58392 - Opaque resizing for paned widgets
Opaque resizing for paned widgets
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-08-01 14:06 UTC by Soren Sandmann Pedersen
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Makes paned widgets resize opaquely (6.79 KB, patch)
2001-08-01 14:07 UTC, Soren Sandmann Pedersen
none Details | Review
New version - this one will even compile ... (6.85 KB, patch)
2001-08-01 14:24 UTC, Soren Sandmann Pedersen
none Details | Review
Patch to do opaque pane resizing + prelighting of handle (11.95 KB, patch)
2002-02-10 19:20 UTC, Soren Sandmann Pedersen
none Details | Review
new version without instabilities at the subconcious level (aka no jumping) (12.21 KB, patch)
2002-02-10 20:50 UTC, Soren Sandmann Pedersen
none Details | Review
new patch that also updates the handle in enter/leave events (15.48 KB, patch)
2002-02-11 19:39 UTC, Soren Sandmann Pedersen
none Details | Review

Description Soren Sandmann Pedersen 2001-08-01 14:06:02 UTC
Here is a patch that makes paned widgets optionally resize opaquely.
Comment 1 Soren Sandmann Pedersen 2001-08-01 14:07:57 UTC
Created attachment 830 [details] [review]
Makes paned widgets resize opaquely
Comment 2 Soren Sandmann Pedersen 2001-08-01 14:24:32 UTC
Created attachment 831 [details] [review]
New version - this one will even compile ...
Comment 3 Owen Taylor 2002-02-06 22:43:27 UTC
I'd like to see the code for non-opaque resize just ripped
out; if people complain we can dig it up again from CVS.
Comment 4 Soren Sandmann Pedersen 2002-02-10 19:20:55 UTC
Created attachment 6680 [details] [review]
Patch to do opaque pane resizing + prelighting of handle
Comment 5 Soren Sandmann Pedersen 2002-02-10 20:50:53 UTC
Created attachment 6681 [details] [review]
new version without instabilities at the subconcious level (aka no jumping)
Comment 6 Soren Sandmann Pedersen 2002-02-11 19:39:54 UTC
Created attachment 6697 [details] [review]
new patch that also updates the handle in enter/leave events
Comment 7 Owen Taylor 2002-02-11 20:49:42 UTC
Looks good, please commit.
Comment 8 Soren Sandmann Pedersen 2002-02-11 21:24:22 UTC
Mon Feb 11 22:03:15 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

	* gtk/gtkpaned.[ch]: Opaque resizing + prelighting for paned widget.
	* gtk/gtkvpaned.c, gtk/gtkvpaned.h: move reszing logic to gtkpaned.c