History log of /seL4-l4v-master/isabelle/src/Tools/jEdit/src/info_dockable.scala
Revision Date Author Comments
# f2ad1c56 01-Sep-2017 wenzelm <none@none>

more robust: provide docking framework via base plugin;

--HG--
rename : src/Tools/jEdit/src/dockable.scala => src/Tools/jEdit/src-base/dockable.scala
rename : src/Tools/jEdit/src/pide_docking_framework.scala => src/Tools/jEdit/src-base/pide_docking_framework.scala


# 3891c3e0 27-Jun-2017 wenzelm <none@none>

clarified defaults;


# 3d4309c0 27-Jun-2017 wenzelm <none@none>

tuned signature;


# 2ec43e69 10-Jan-2017 wenzelm <none@none>

tuned;


# 2d88826e 17-Jul-2015 wenzelm <none@none>

more uniform ComponentAdapter;


# 40e642df 23-Jul-2014 wenzelm <none@none>

clarified module name: facilitate alternative GUI frameworks;

--HG--
rename : src/Pure/GUI/swing_thread.scala => src/Pure/GUI/gui_thread.scala


# d3b807ea 21-May-2014 wenzelm <none@none>

more uniform Font_Info.Zoom_Box;
misc tuning and clarification;


# 373dfd17 21-May-2014 wenzelm <none@none>

tuned signature;


# 7c5f78a1 06-May-2014 wenzelm <none@none>

common support for search field, which is actually a light-weight Highlighter;


# 2ccf1463 24-Apr-2014 wenzelm <none@none>

clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
eliminated old actors;


# da5844fe 22-Apr-2014 wenzelm <none@none>

avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;


# d96a05b2 01-Mar-2014 wenzelm <none@none>

tuned signature -- separate module Font_Info;


# ffd59da7 20-Feb-2014 wenzelm <none@none>

tuned imports;


# dde2b596 18-Sep-2013 wenzelm <none@none>

tuned signature;


# 680ec468 18-Sep-2013 wenzelm <none@none>

improved FlowLayout for wrapping of components over multiple lines;


# c38c4b74 24-Aug-2013 wenzelm <none@none>

more uniform treatment of Swing_Thread context switch: prefer asynchronous Swing_Thread.later from actor;


# bbf6c428 12-Aug-2013 wenzelm <none@none>

tuned signature;


# 7fda06a2 08-Aug-2013 wenzelm <none@none>

tuned imports;


# 6372eb20 04-Apr-2013 wenzelm <none@none>

tuned signature -- concentrate GUI tools;


# 3bb096ea 13-Dec-2012 wenzelm <none@none>

more formal class Command.Results;


# 48a4815f 13-Dec-2012 wenzelm <none@none>

more careful handling of Dialog_Result, with active area and color feedback;
more formal type Command.Results;
propagate command results to output, which is required to resolve update of dialog state;
clarified Markup.message: retain uninterpreted messages;


# 79c531c6 10-Dec-2012 wenzelm <none@none>

tuned;


# 26d1f729 25-Nov-2012 wenzelm <none@none>

tuned signature;


# 72c9dfcb 25-Nov-2012 wenzelm <none@none>

tuned signature;
uniform view.fontsize fallback;


# 4e5cfda1 25-Nov-2012 wenzelm <none@none>

renamed main plugin object to PIDE;


# cf63865a 21-Nov-2012 wenzelm <none@none>

tuned;


# 3fca906d 18-Nov-2012 wenzelm <none@none>

update options via protocol;
jEdit dialog for "Parallel Checking" options;


# 0e62c118 16-Oct-2012 wenzelm <none@none>

retain info dockable state via educated guess on window focus;


# 952b28a4 07-Oct-2012 wenzelm <none@none>

detach tooltip as dockable window;