| Did you know ... | Search Documentation: |
| Title for pldoc(default) |
[Dec 17 2025]
'$foreign_predicate_source'/2. Requires debug symbols and
addr2line or similar.[Dec 16 2025]
[Dec 15 2025]
asserta_<pred>[Dec 14 2025]
sizeof(x) The proposed change is not pretty,
but it avoids another UBSAN error if low (64 bit) is << by 64 bits.
[Dec 12 2025][Dec 10 2025]
memcpy(NULL, _, 0)[Dec 9 2025]
[Dec 7 2025]
[Dec 4 2025]
scripts/configure Simplified, added --help
option and allow for both extracting features from the name and using
commandline arguments.[Dec 3 2025]
[Dec 2 2025]
[Dec 7 2025]
[Dec 4 2025]
next_solution()[Dec 16 2025]
[Dec 9 2025]
async(true) JSON RPC allows calls with a
request id not to send a reply. This option adds an id, but does
not wait for a reply.[Dec 10 2025]
[Dec 7 2025]
[Dec 7 2025]
[Dec 17 2025]
swipl-win: deadlock when trying to attach a console to
the xpce (main) thread.[Dec 16 2025]
find_references (Alt-?)[Dec 14 2025]
grbox: allow for baseline vertical aligment.grbox was not displayingparbox->initialise: allow adding contentparbox redraw handling for opacity.[Dec 13 2025]
tbox.[Dec 12 2025]
@emacs->goto_source_location: use new line_pos and
lengthsource_location: line_pos and length fields.[Dec 11 2025]
[Dec 10 2025]
editor<-dabbrev_candidates: mode user0 This mode allows
completion that is more targeted than searching the current buffer.
It is intended to support intelligent completion using M-/.image<->foreground and image<->background.
Also removes corresponding initialization arguments from class pixmap
and image->set_pixel and image->clear_pixel.
Use image->pixel to set pixels in an image.
bitmap<-display. Bitmaps are no longer related
to a specific display.image<->depth All our images are now 32-bit RGBAbitmap<->transparent No longer needed. This also
removes the second argument from ->initialise.image->mask Since we have an alpha channel on
images this is no longer needed.label: allow image selection to be scaled using
->widthimage->resize. Now only sets the width and height.text_buffer: undo handling. Undo may be lost if two
consecutive changes that can be merged are executed on a virgin buffer.[Dec 9 2025]
r_3d_box(): device offset for filling the box was applied twice.[Dec 8 2025]
font: properly compute ex Instead of using
simulation, being 1/2*h.[Dec 7 2025]
tbox[Dec 6 2025]
text_margin: indicate that a fragment icon can be clicked.text_margin: display fragment that appears on first linetext_margin->icon_size to scale icons.[Dec 5 2025]
editor: use real bold font instead of simulated.
This results in cleaner and more efficient rendering.[Dec 4 2025]
style->underline is now either a boolean or a colour
Colour is also supported by text->underline. Future versions may
also add names for specific underline styles.
This patch also replaces the use of fixed offset and thickness for the line by using the Pango suggested values for the current font. This makes underlined text look more natural, in particular when using larger fonts.
style->grey Was lost in conversion to SDL.