On Tue, Jan 15, 2013 at 12:43 PM, Enlightenment SVN <[email protected]> wrote: > Log: > small improvement to window dragging: when allowing drag of maximized > windows, changing the screen of a window will automatically attempt to resize > the window so as to better fit the screen > > exploring this change led to the discovery of a default theme bug: > maximizing a window blocks events to resize hotspots on the bottom part of > the window regardless of config settings
Does anyone know how to fix this? Raster, Gustavo? Lucas De Marchi > > > Author: discomfitor > Date: 2013-01-15 06:43:19 -0800 (Tue, 15 Jan 2013) > New Revision: 82813 > Trac: http://trac.enlightenment.org/e/changeset/82813 > > Modified: > trunk/e/ChangeLog trunk/e/NEWS trunk/e/src/bin/e_border.c > > Modified: trunk/e/ChangeLog > =================================================================== > --- trunk/e/ChangeLog 2013-01-15 14:39:34 UTC (rev 82812) > +++ trunk/e/ChangeLog 2013-01-15 14:43:19 UTC (rev 82813) > @@ -1,4 +1,9 @@ > +2013-01-15 Mike Blumenkrantz > + > + * prevent windows dragged from one screen to another from being > larger than the destination screen > + > 2013-01-14 Brian Miculcy > + > * Backlight, screenlock and screensaver don't check for fullscreen > windows - we have presentation mode for that. > > 2013-01-14 Mike Blumenkrantz > > Modified: trunk/e/NEWS > =================================================================== > --- trunk/e/NEWS 2013-01-15 14:39:34 UTC (rev 82812) > +++ trunk/e/NEWS 2013-01-15 14:43:19 UTC (rev 82813) > @@ -67,6 +67,7 @@ > * added focus-out color class and functionality to default theme > * added fallback timer for system actions > * compositor now applies focus/urgency state to windows on first show > + * prevent windows dragged from one screen to another from being larger > than the destination screen > > Fixes: > * Backlight, screenlock and screensaver don't check for fullscreen > windows - we have presentation mode for that. > > Modified: trunk/e/src/bin/e_border.c > =================================================================== > --- trunk/e/src/bin/e_border.c 2013-01-15 14:39:34 UTC (rev 82812) > +++ trunk/e/src/bin/e_border.c 2013-01-15 14:43:19 UTC (rev 82813) > @@ -937,6 +937,9 @@ > ecore_x_window_prop_card32_set(bd->client.win, E_ATOM_ZONE_GEOMETRY, > zgeom, 4); > } > e_remember_update(bd); > + e_border_res_change_geometry_save(bd); > + e_border_res_change_geometry_restore(bd); > + bd->pre_res_change.valid = 0; > } > > EAPI void > > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at: > http://p.sf.net/sfu/learnmore_122512 > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
