74
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a cool little dropdown glyph to the (clickable) tabs closed panel. More... 1 day ago
Fix whitespace. More... 1 day ago
Only generate MinVersion parameter if one was actually entered. More... 1 day ago
Clarify. More... 1 day ago
Tidy up the MinVer edit of the registry designer. More... 1 day ago
Tweak. More... 1 day ago
Merge branch 'darkmenus' More... 1 day ago
Cleanup no longer needed changes. More... 1 day ago
Add proper inactive checking. More... 1 day ago
Improve comment. More... 1 day ago
Merge branch 'drawinactivedarkmenu' into darkmenus More... 2 days ago
Add comment. More... 2 days ago
Fix Windows 7 issue. More... 2 days ago
Draw menu as inactive when app is inactive. Uses GetForegroundWindow and works exactly like light menu's without having to listen to extra events. Looking at Delphi's Active doesnt work because it lags. More... 2 days ago
Fix inconsistency. More... 2 days ago
Check if FlushMenuThemes is assigned as well for safety even though atm it would always be assigned if SetPreferredAppMode is. More... 2 days ago
Merge branch 'main' into darkmenus More... 2 days ago
Fix InitFormTheme for CompileForm. More... 2 days ago
FindSetupDirectiveValue needs to ensure document is styled before embarking on search. More... 2 days ago
Merge branch 'main' into darkmenus More... 2 days ago
Revert/improve 0f6c8766. More... 2 days ago
Move some basic for dark mode stuff to CompFunc. The idea was that all forms could just call InitFormTheme to get dark mode support but giving up on that: supporting it for things like buttons is easy but others like radiobuttons and checkboxes dont cooperate: the switch do darkmode all right, except for their text color. Notepad++ solves this by doing all the painting for all controls itself (see https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/NppDarkMode.cpp). It does use UxTheme for the painting but it's way more code than I'm willing to add atm. VCL would probably fight it too. More... 2 days ago
ScintEdit: Make StyleNeeded method public. More... 2 days ago
CompFunc: AddLines: Correctly use AddObject. More... 2 days ago
Sync comment. More... 2 days ago
Merge branch 'darkermenus' into darkmenus More... 3 days ago
Cleanup. More... 3 days ago
Finish. Works flawlessly even on Windows 7. Got this from https://github.com/notepad-plus-plus/notepad-plus-plus/pull/9985 via https://github.com/adzm/win32-custom-menubar-aero-theme/issues/1. More... 3 days ago
Merge branch 'main' into darkmenus More... 3 days ago
Cherry pick {$MINENUMSIZE 4} + comment tweak from be9e5e90. Also add {$ALIGN ON} just line built-in UxTheme has. Docs say {$ALIGN ON}={$A+}={$A8}={$ALIGN 8} which is what we want. Doesn't actually matter for our projects since they already have ALIGN 8 now. More... 3 days ago