1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Typo in README.md. More... about 2 months ago
Small fix LocationAlignment example code. More... about 2 months ago
Add LocationAlignment property to Control class for easily layout customize GUI elements (with example code) . More... about 2 months ago
Update README.md. More... about 2 months ago
Add StackPanel example. More... about 2 months ago
Add StackPanel to dfl.panel module. More... about 2 months ago
Renamed class variables to start with an underscore to avoid shadowing by local variables. Moved Orientation enum from dfl.trackbar to dfl.base for cross-module usage. Added HORIZONTAL_INVERSE and VERTICAL_INVERSE to Orientation enum for reverse ordering. Made getter methods const where possible. Replaced assignments with initializations where possible. Deprecated Control.hbrBg() and renamed it to Control.backgroundHbrush() for clearer naming. Moved dockPadding method from ScrollableControl to base Control class to enable padding configuration across all Control types. Added docMargin method and DockMarginEdges class to Control to enable margin configuration. Fixed mismatched window handle used with BeginPaint and EndPaint when handling WM_PAINT in Control.wndProc. Fixed Control.resizeRedraw method from protected to public. More... about 2 months ago
Update example code in README.md. More... about 2 months ago
Change the loading of previewprintdialog_toolbar.bmp from runtime to compile time. More... about 2 months ago
Improved ToggleSwitch responsiveness. More... about 2 months ago
Fix README.md. More... about 2 months ago
Update build-tools and document. More... about 2 months ago
Remove unnecessary imports. More... about 2 months ago
Fix README.md for DUB site. More... about 2 months ago
Update README.md. More... about 2 months ago
Add ToggleSwitch example. More... about 2 months ago
Add new module dfl.toggleswtich. Update Point, Size and Rect struct. More... about 2 months ago
Reworked build-scripts (makelib.bat, makecoff.bar and go.bat) to better work with DUB and MSVC 2022. More... about 2 months ago
Change "description" in dub.json. More... 2 months ago
Brushed up dfl.splitter. More... 2 months ago
Remove deprecated ones in dfl.socket. More... 2 months ago
Remove deprecated _superClass() and superClass(). More... 2 months ago
Remove any ties to the Tango library. More... 2 months ago
Change description of DFL at head in README.md. More... 2 months ago
Remove archType in tasks.json. More... 2 months ago
Fix README.md. More... 2 months ago
Update README.md. Change licence description. More... 2 months ago
* Update screenshots for examples with Windows 11 again. More... 2 months ago
Update screenshots for examples with Windows 11. Change "archType" in tasks.json(s). More... 2 months ago
Fix tablerenderer example. More... 2 months ago