1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 10, 2025 — Jan 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed debug code. More... 4 days ago
Updated the sample code and screenshots in the README. More... 4 days ago
Typo. More... 8 days ago
In dfl.printing, some getter method is now const method. More... 8 days ago
Fix dfl.printing for dpi-aware. More... 9 days ago
Added support for DPI-aware mode (Per-Monitor v2), which adjusts window and control sizes according to the dpi factor. Added Control.onDpiChanged() to recursively change the dpi from a Form that receives WM_DPICHANGED. The sample code for LineGraphRenderer, TableRenderer, and TimeChartRenderer is not yet dpi-aware, so HighDpiMode has been changed to DPI_UNAWARE_GDI_SCALED. Replaced code using LOGFONT with LogFont. Removed deprecated code related to LOGFONTA and LOGFONTW. More... 13 days ago
Typo in README.md. More... 3 months ago
Small fix LocationAlignment example code. More... 3 months ago
Add LocationAlignment property to Control class for easily layout customize GUI elements (with example code) . More... 3 months ago
Update README.md. More... 3 months ago
Add StackPanel example. More... 3 months ago
Add StackPanel to dfl.panel module. More... 3 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... 3 months ago
Update example code in README.md. More... 3 months ago
Change the loading of previewprintdialog_toolbar.bmp from runtime to compile time. More... 3 months ago
Improved ToggleSwitch responsiveness. More... 3 months ago
Fix README.md. More... 3 months ago
Update build-tools and document. More... 3 months ago
Remove unnecessary imports. More... 3 months ago
Fix README.md for DUB site. More... 3 months ago
Update README.md. More... 3 months ago
Add ToggleSwitch example. More... 3 months ago
Add new module dfl.toggleswtich. Update Point, Size and Rect struct. More... 3 months ago
Reworked build-scripts (makelib.bat, makecoff.bar and go.bat) to better work with DUB and MSVC 2022. More... 3 months ago
Change "description" in dub.json. More... 3 months ago
Brushed up dfl.splitter. More... 3 months ago
Remove deprecated ones in dfl.socket. More... 3 months ago
Remove deprecated _superClass() and superClass(). More... 3 months ago
Remove any ties to the Tango library. More... 3 months ago
Change description of DFL at head in README.md. More... 3 months ago