Fri, 15 Nov 2024 23:25:18 +0100 more NEWS;
wenzelm [Fri, 15 Nov 2024 23:25:18 +0100] rev 81459
more NEWS;
Fri, 15 Nov 2024 23:20:24 +0100 tuned proofs;
wenzelm [Fri, 15 Nov 2024 23:20:24 +0100] rev 81458
tuned proofs;
Fri, 15 Nov 2024 21:43:22 +0100 merged
wenzelm [Fri, 15 Nov 2024 21:43:22 +0100] rev 81457
merged
Fri, 15 Nov 2024 21:04:51 +0100 enforce rebuild of Isabelle/ML and Isabelle/Scala;
wenzelm [Fri, 15 Nov 2024 21:04:51 +0100] rev 81456
enforce rebuild of Isabelle/ML and Isabelle/Scala;
Fri, 15 Nov 2024 20:48:41 +0100 update to jedit-20241115 (see also ecd62f7b3644 and d92d754b5dd9);
wenzelm [Fri, 15 Nov 2024 20:48:41 +0100] rev 81455
update to jedit-20241115 (see also ecd62f7b3644 and d92d754b5dd9);
Fri, 15 Nov 2024 20:44:49 +0100 more patches for the sake of SideKick 1.8 vs. jEdit 5.7.0: provide missing GUIUtilities.isPopupTrigger, avoid StatusBar messages (which often don't fit);
wenzelm [Fri, 15 Nov 2024 20:44:49 +0100] rev 81454
more patches for the sake of SideKick 1.8 vs. jEdit 5.7.0: provide missing GUIUtilities.isPopupTrigger, avoid StatusBar messages (which often don't fit);
Fri, 15 Nov 2024 16:50:44 +0100 tuned comments;
wenzelm [Fri, 15 Nov 2024 16:50:44 +0100] rev 81453
tuned comments;
Fri, 15 Nov 2024 16:08:56 +0100 clarified key events: cancel output selection, before input selection;
wenzelm [Fri, 15 Nov 2024 16:08:56 +0100] rev 81452
clarified key events: cancel output selection, before input selection;
Fri, 15 Nov 2024 16:04:26 +0100 proper focus to support subsequent copy-paste via keyboard;
wenzelm [Fri, 15 Nov 2024 16:04:26 +0100] rev 81451
proper focus to support subsequent copy-paste via keyboard;
Fri, 15 Nov 2024 16:01:41 +0100 more accurate initial FontRenderContext, notably on macOS, Windows, or Linux with "env GDK_SCALE=2";
wenzelm [Fri, 15 Nov 2024 16:01:41 +0100] rev 81450
more accurate initial FontRenderContext, notably on macOS, Windows, or Linux with "env GDK_SCALE=2";
Fri, 15 Nov 2024 15:18:48 +0100 removed obsolete option: jEdit 5.7.0 can be built with default jdk;
wenzelm [Fri, 15 Nov 2024 15:18:48 +0100] rev 81449
removed obsolete option: jEdit 5.7.0 can be built with default jdk;
Fri, 15 Nov 2024 13:31:36 +0100 more rebust mechanics of refresh (see also 82110cbcf9a1 and 2d9b6e32632d): painter.getFontRenderContext might be in undefined state (notably on macOS due to display scaling);
wenzelm [Fri, 15 Nov 2024 13:31:36 +0100] rev 81448
more rebust mechanics of refresh (see also 82110cbcf9a1 and 2d9b6e32632d): painter.getFontRenderContext might be in undefined state (notably on macOS due to display scaling);
Fri, 15 Nov 2024 13:08:48 +0100 less ambitious selection;
wenzelm [Fri, 15 Nov 2024 13:08:48 +0100] rev 81447
less ambitious selection;
Fri, 15 Nov 2024 21:37:26 +0100 mv Discrete to Discrete_Cpo to avoid theory name clashes
nipkow [Fri, 15 Nov 2024 21:37:26 +0100] rev 81446
mv Discrete to Discrete_Cpo to avoid theory name clashes
Thu, 14 Nov 2024 11:33:51 +0100 disable 2d9b6e32632d for now: unknown problems on macOS;
wenzelm [Thu, 14 Nov 2024 11:33:51 +0100] rev 81445
disable 2d9b6e32632d for now: unknown problems on macOS;
Thu, 14 Nov 2024 11:12:11 +0100 clarified mouse selection, avoid conflict of double-click with single-click (follow hyperlink);
wenzelm [Thu, 14 Nov 2024 11:12:11 +0100] rev 81444
clarified mouse selection, avoid conflict of double-click with single-click (follow hyperlink);
Thu, 14 Nov 2024 10:50:49 +0100 more careful isConsumed() / consume() for key and mouse events;
wenzelm [Thu, 14 Nov 2024 10:50:49 +0100] rev 81443
more careful isConsumed() / consume() for key and mouse events;
Wed, 13 Nov 2024 23:11:06 +0100 merged
nipkow [Wed, 13 Nov 2024 23:11:06 +0100] rev 81442
merged
Wed, 13 Nov 2024 23:10:58 +0100 added field input_eqns to record the list of equations (the specification)
nipkow [Wed, 13 Nov 2024 23:10:58 +0100] rev 81441
added field input_eqns to record the list of equations (the specification) given to the function command.
Wed, 13 Nov 2024 20:14:24 +0100 merged
wenzelm [Wed, 13 Nov 2024 20:14:24 +0100] rev 81440
merged
Wed, 13 Nov 2024 20:14:17 +0100 more NEWS;
wenzelm [Wed, 13 Nov 2024 20:14:17 +0100] rev 81439
more NEWS;
Wed, 13 Nov 2024 20:10:34 +0100 tuned proofs;
wenzelm [Wed, 13 Nov 2024 20:10:34 +0100] rev 81438
tuned proofs;
Wed, 13 Nov 2024 15:14:48 +0100 more ambitious mouse handler: double-click selects highlight_area;
wenzelm [Wed, 13 Nov 2024 15:14:48 +0100] rev 81437
more ambitious mouse handler: double-click selects highlight_area;
Wed, 13 Nov 2024 14:54:08 +0100 more accurate mouse handler: only for single clicks, consume accepted event;
wenzelm [Wed, 13 Nov 2024 14:54:08 +0100] rev 81436
more accurate mouse handler: only for single clicks, consume accepted event;
Wed, 13 Nov 2024 11:53:02 +0100 more ambitious scrolling: retain original scroll position if possible;
wenzelm [Wed, 13 Nov 2024 11:53:02 +0100] rev 81435
more ambitious scrolling: retain original scroll position if possible;
Wed, 13 Nov 2024 10:56:17 +0100 more ambitious scrolling: retain bottom position after output;
wenzelm [Wed, 13 Nov 2024 10:56:17 +0100] rev 81434
more ambitious scrolling: retain bottom position after output;
Tue, 12 Nov 2024 22:30:45 +0100 performance tuning: cache for Rich_Text.format, notably for incremental tracing;
wenzelm [Tue, 12 Nov 2024 22:30:45 +0100] rev 81433
performance tuning: cache for Rich_Text.format, notably for incremental tracing;
Tue, 12 Nov 2024 11:32:07 +0100 clarified persistent values: Command.Results does not suitable for caching, because it contains all other messages;
wenzelm [Tue, 12 Nov 2024 11:32:07 +0100] rev 81432
clarified persistent values: Command.Results does not suitable for caching, because it contains all other messages;
Tue, 12 Nov 2024 11:16:36 +0100 omit redundant compact_source (see e1abca2527da): Command_Span.unparsed consists of one token with the original source;
wenzelm [Tue, 12 Nov 2024 11:16:36 +0100] rev 81431
omit redundant compact_source (see e1abca2527da): Command_Span.unparsed consists of one token with the original source;
Tue, 12 Nov 2024 11:04:54 +0100 tuned;
wenzelm [Tue, 12 Nov 2024 11:04:54 +0100] rev 81430
tuned;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip