wenzelm [Mon, 18 Mar 2013 13:18:42 +0100] rev 51453
merged
wenzelm [Mon, 18 Mar 2013 11:29:50 +0100] rev 51452
extra tooltip_delay after window.dismiss operation, to avoid flickering of quick reactivation;
wenzelm [Mon, 18 Mar 2013 11:04:59 +0100] rev 51451
recovered special background handling from 8d6e478934dc, particularly relevant for gutter border;
wenzelm [Sun, 17 Mar 2013 22:02:06 +0100] rev 51450
re-init last window without flipping its visible/disposed state, to avoid odd focus inversion problems;
wenzelm [Sun, 17 Mar 2013 21:04:38 +0100] rev 51449
explicit handling of tooltip window stack -- avoid memory leak due to not-so-weak references to disposed windows (via event handlers and other aux. components);
nipkow [Mon, 18 Mar 2013 12:31:13 +0100] rev 51448
tuned
traytel [Mon, 18 Mar 2013 11:25:24 +0100] rev 51447
eliminate duplicated constant (diag vs. Id_on)
traytel [Mon, 18 Mar 2013 11:05:33 +0100] rev 51446
hide internal constants; tuned proofs
nipkow [Mon, 18 Mar 2013 10:28:42 +0100] rev 51445
tuned
nipkow [Sun, 17 Mar 2013 20:29:26 +0100] rev 51444
tuned
nipkow [Sun, 17 Mar 2013 20:27:13 +0100] rev 51443
added advanced rule induction subsection
wenzelm [Sat, 16 Mar 2013 21:44:04 +0100] rev 51442
merged
wenzelm [Sat, 16 Mar 2013 21:26:44 +0100] rev 51441
more elementary tooltips via mouse events (imitating parts of javax.swing.ToolTipManager) -- avoid abuse of getToolTipText to produce window as side-effect;
wenzelm [Sat, 16 Mar 2013 17:16:39 +0100] rev 51440
some more hammering to convince JDK 7 (and 8-ea) on Mac OS X about window size change;
wenzelm [Sat, 16 Mar 2013 12:46:22 +0100] rev 51439
more precise tooltip window size (NB: dimensions are known after layout pack, before making content visible);
more precise margin width based on fractional Pretty.char_width (avoid multiplication of rounding errors);
early initialization of gutter to get proper text area painter size (see also 2585c81d840a);