Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoid crash when detaching the widget from the accessible object
without destroying that widget.
In such situations, the widget is still valid but we will have
destroyed the orphaned accessible object. Thus, we must make sure we
disconnected the signal handlers the late accessible had set up on the
widget, as they won't be implicitly disconnected by widget
finalization in this case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static_cast instead of reinterpret_cast between void* and id or Objective C
object.
|
|
reinterpret_cast
|
|
QuartzTextStyle.
|
|
to other editors.
|
|
This fixes the coloring of deleted lines in which starts with "--" such as closing HTML comments ("-->").
Signed-off-by: Sven Strickroth <email@cs-ware.de>
|
|
|
|
|
|
end.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are used to ensure popup windows are fully on-screen but after this
change, this doesn't always work on GTK+ 3.22 / Wayland.
|
|
|
|
setting the owning window by calling gtk_window_set_transient_for.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We cannot compute the length in characters after the text has been
deleted, so we need to compute it in BEFOREDELETE. However, we need to
emit the signal once the buffer has actually changed, so we need to
cache the value in-between those events.
|
|
|
|
|
|
|
|
|
|
|
|
precision in long documents. This meant that individual lines could not be
selected by mouse when the document exceeded 16.7 million lines.
|
|
|