infologick
infologick
Hello, The status of the TPopupMenu Copy is set like this (right click in a TfpgEdit): ``` procedure SetDefaultPopupMenuItemsState; ...\... else if itm.Name = ipmCopy then itm.Enabled := FSelOffset 0...
Hello, I've found this bug (afaik, unrelated with X11 or GDI). I don't have the skills to understand where to fix it logically. With the dark colored theme of my...
Hello, This 2 modifications can prevent prevent another range check error ( the TXRectangle.Width and TXRectangle.Height are typed as Word i.e. (0..65535) ) in fpg_x11: ``` procedure TfpgX11Canvas.DoSetClipRect(const ARect: TfpgRect);...
Hello, In order to have an identical behavior of MixBlock procedure (using a Longint variable i.e. a 32 bits), on a 32bits or 64bits CPU, I propose this adaptation in...
Hello @JP, Since your repository seems to be more active than the original one (Synapse), for information, there seems to be a more precise code there (_maybe_ good for an...