Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
|
|
Fixed some inconsistent styling. Use circles for bullets.
Explain int type more accurately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rerun make deps to cover recntly added files.
|
|
|
|
|
|
|
|
|
|
|