Age | Commit message (Collapse) | Author |
|
|
|
The splash form itself was never freed.
|
|
Now we can programatically copy selected text to the clipboard.
|
|
to the clipboard.
|
|
|
|
- new default properties
- properties have been reordered
etc..
|
|
|
|
|
|
|
|
the report unit.
|
|
|
|
|
|
* also updates the PDF Report demo project, removing the fpg_report.lpk dependency.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is simply a UI Designer friendly change. The UI Designer doesn't
write parse color constants great.
|
|
|
|
|
|
I have no idea how that got there. :-)
|
|
|
|
|
|
|
|
- replaced tab characters with spaces for indentation
- fixed indentation size at some locations.
- added compiler mode and settings
|
|
We can now pass in the Lines property of a Memo or Combobox directly,
without the need of an extra local TStrings variable.
|
|
The demo adds some checkboxes to the treeview, and shows how you can query
the treeview for any checked nodes.
|
|
|
|
|
|
|
|
We simply forgot to set the Canvas.TextColor - reseting previous FSelection
code.
|
|
|
|
Because we already did that a few lines earlier.
|
|
|
|
|
|
|
|
|
|
It can track files and detect size and date changes to the monitored files.
It uses a sha1 to detect any changes. The SHA1 is probably overkill for now,
but it is planned to use it in future when Path Monitoring is implemented
too.
|
|
|
|
|
|
|
|
|
|
Before the searched results scrolled into view as the first visible line.
This doesn't give the developer much context to work with.
|
|
searching.
|
|
|
|
|