5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TfpgApplicationBase new implements the ICmdLineParams interface More... about 8 years ago
New command line processing Interface More... about 8 years ago
ran a code formatter over the unit. More... about 8 years ago
minor spelling mistake in INF information document. More... about 8 years ago
maximus: Files (and tabs) can now be close with File menu or Ctrl+F4 shortcut. More... about 8 years ago
maximus: minor code cleaning using AddSeparator() instead of AddMenuItem() More... about 8 years ago
tab: RemoveTabSheet() now fires the OnClosingTabSheet event too. More... about 8 years ago
tabs: trimmed trailing whitespace. More... about 8 years ago
corelib: refactored Widget.Repaint, Widget.Invalidate, and Widget.InvaldateRect. Now the invalidated areas of a widget are clearly defined. Previously calling Invalidate would leave the invalidated area as Rect(0,0,0,0). Indicating the entire widget should be painted. However in combination with a child widget invalidating itself the Invalid rect would be changed to the child widget since it is more specific than 0,0,0,0. Now calling invalidate sets the invalid rect to Rect(0,0,Width,Height). More... about 8 years ago
nanoedit: updates the readme file. More... about 8 years ago
nanoedit: fixes the size and anchoring of the PageControl to fill whole editor area. More... about 8 years ago
Merge branch 'nanoedit' into develop More... about 8 years ago
updates the repository .gitignore file More... about 8 years ago
nanoedit: adds a project file for use with MSEide. More... about 8 years ago
nanoedit: adds the app icon More... about 8 years ago
nanoedit: adds the original icon resources More... about 8 years ago
nanoedit: implemented multiple tabs (editors) support More... about 8 years ago
textedit: Fixes bug where GotoLine() scrolled further back than line 1. More... about 8 years ago
textedit: minor code formatting - fixes indentation. More... about 8 years ago
docs: Implements documentation for Canvas's DrawPolygon() and DrawPolyLine() methods. More... about 8 years ago
docs: Implements documentation for Canvas's DrawPolygon() and DrawPolyLine() methods. More... about 8 years ago
canvas: Implements a DrawPolyLine() method. More... about 8 years ago
canvas: Implements a DrawPolyLine() method. More... about 8 years ago
canvas: removes broken DrawPolygon() overloaded versions from Canvas class. More... about 8 years ago
uidesigner: updated project file for use with MSEide. More... about 8 years ago
Clean-up debug output and compiler errors when debugging is enabled. More... about 8 years ago
alignment demo: moves Form setup code to AfterCreate() method. More... about 8 years ago
Gdi: Fixed modal forms not recieving input or focus More... about 8 years ago
agg2d: minor code formatting. Wrong indentation of code. More... about 8 years ago
agg: code complete the interface section of methods. More... about 8 years ago