5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 22 hours ago.
Sep 28, 2023 — Sep 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fpgdrag: removed some leftover commented code More... almost 9 years ago
zapped writeln stowaway More... almost 9 years ago
dnd preview: Added dndpreview window type. To set a preview for a dnd process set the OnPaintPreview event of the TfpgDrag object. and assign the PreviewSize property. More... almost 9 years ago
update localization files. More... almost 9 years ago
edit: Select all text shortcuts added. More... almost 9 years ago
edit: minor optimisation by not calling SelectAll when not needed. More... almost 9 years ago
extrahints demo: neatened up the code a bit. More... almost 9 years ago
editcombo: drawing of ExtraHint is now corrected - it did not always work as expected. More... almost 9 years ago
editcombo: selected text now adheres to theme color values. More... almost 9 years ago
x11: minor code formatting - removing TAB characters used for indentation. More... almost 9 years ago
edit: selected text color now adheres to the theme color values. More... almost 9 years ago
edit: fixes bug where non-selected text is drawn weird. More... almost 9 years ago
textedit: fixes one more AV when loading projects in Maximus. More... almost 9 years ago
ide: updates to Maximus project files. More... almost 9 years ago
textedit: Fix AV's when opening projects in Maximus IDE. More... almost 9 years ago
Windows: Adds manifest files to tell Windows these apps are HiDPI-aware. More... almost 9 years ago
gdi: fixed stale DC when a HWND is hidden/destroyed and shown again More... about 9 years ago
docs: TfpgScrollStyle descriptions. More... about 9 years ago
Merge branch 'tabs-to-style' into develop More... about 9 years ago
tab demo: new default window position More... about 9 years ago
tabs: Removes local const and replaced with fpgStyle.GetDefaultTabHeight. More... about 9 years ago
tabs: New fpgStyle.DrawTabBackground() introduced. More... about 9 years ago
tabs: Moves all DrawTab() code into fpgStyle.DrawPageControlTab() More... about 9 years ago
tabs: move some type definitions to fpg_base.pas More... about 9 years ago
tabs: code cleanup based on compiler hints - unused code or variables. More... about 9 years ago
tabs: Refactored some DrawTab() code More... about 9 years ago
tabs: replaced magic numbers (border margins) with fpgStyle.GetTabBorders More... about 9 years ago
listview: drawing uses style information for the frame More... about 9 years ago
gdi: Fixed incorrect mouse scroll coordinates More... about 9 years ago
gdi: Painting is *much* improved. Clipping works now. Flicker is gone. All canvas's must share the DC for the buffer, it's a limitation of HBITMAP's. More... about 9 years ago