Wireshark-commits: [Wireshark-commits] rev 45443: /trunk-1.8/ui/gtk/ /trunk-1.8/ui/gtk/: gui_utils.
Date: Wed, 10 Oct 2012 07:50:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45443

User: etxrab
Date: 2012/10/10 12:50 AM

Log:
 Copy over:
 --------------------------------------------------------------------------------
 Revision 45370 - This is an attempt to improve the default window placement position when there's more than one monitor and Wireshark's main window isn't located on the primary monitor.  New windows will now open on the same monitor as Wireshark's main window, at a fixed location slightly offset from the main window.  Previously, new windows would always open on the primary monitor regardless of the monitor that Wireshark was on.  Note that this is only the default position and future patches will likely cause many windows to change this position.  Further usage/feedback will determine if this is a good temporary stategy or not.  It *may* help obviate the need to save every window's x,y & size though.
 --------------------------------------------------------------------------------
 Revision 45331 - A minor modification to Stephen Fisher's r34265 patch to [attempt to] resolve bug 553.  This change takes into account that viewable_area.[x|y] may not be 0,0.  Will this finally fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=553 ?Unknown, but I am unable to reproduce it.
 --------------------------------------------------------------------------------
 Revision 45212 - Revert most of r45210. We don't use the return value of GetExitCodeProcess(), but it still needs to be called to get childstatus.
 --------------------------------------------------------------------------------
 Revision 45210 - Don't fetch the exit code of our child process, we never use it.
 --------------------------------------------------------------------------------

Directory: /trunk-1.8/ui/gtk/
  Changes    Path           Action
  +30 -9     gui_utils.c    Modified