74
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 23, 2023 — May 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve background coloring. Doesn't really help against the startup flicker (most visible in dark mode) which both the toolbar and the main memo have (unlike the tabset and the toolbar panel which dont). Not sure how to fix it. More... about 1 month ago
Fix toolbar hiding. Broken in 2019 by 97d41915. More... about 1 month ago
Removed flicker (especially visible in dark mode) when switching or closing tabs. More... about 1 month ago
Add RRunToCursor icon. More... about 1 month ago
Fix HAbout's icon. More... about 1 month ago
Merge branch 'main' into menuicons More... about 1 month ago
Add MRU list style accelerators to the ReopenTabMenu. More... about 1 month ago
Allow some innocent changes the IDE really wants so they don't have to be discarded over and over. More... about 1 month ago
Well that wasn't easy but got icons working on popups. Only done the tabset popup so far. Also added icon to HWhatsNew. More... about 1 month ago
Cleanup. More... about 1 month ago
More icons. More... about 1 month ago
Cleanup. More... about 1 month ago
Axialis IconGenerator is pretty awesome as well. More... about 1 month ago
Add first few extra menu icons. TImageCollection is awesome! Also some fixes. More... about 1 month ago
More hotkey changes. More... about 1 month ago
Add all icons from toolbar. More... about 1 month ago
Handle other menu clicks. About line reduction: turns out we already did this ourselves (=in FMenuClick). More... about 1 month ago
Merge branch 'main' into menuicons More... about 1 month ago
The New Script Wizard now automatically sets ArchitecturesInstallIn64BitMode and ArchitecturesAllowed to x64compatible if it detects that the chosen main executable file is 64-bit. The default main executable file is now the 64-bit MyProg-x64.exe example executable instead of 32-bit MyProg.exe. More... about 1 month ago
Update. (Doesnt mean its actually done already.) More... about 1 month ago
Fix hotkey issue. More... about 1 month ago
Add fun fact. More... about 1 month ago
Typos. More... about 1 month ago
Turn off AutoHotkeys and AutoLineReduction. Todo for this: see previous commit. More... about 1 month ago
Clean menu icons POC. Does not suffer from the problem of the earlier attempt in 2018, as explain in the code. Still todo: set more images, make sure these are always light mode images, handle all menu clicks, actually turn off AutoHotkeys + fix a hotkey issue a saw, and finally actually turn of AutoLineReduction and do line reduction our selves. More... about 1 month ago
Merge branch 'vcproj-update' (Fixed double whatsnew entry during merge.) More... about 1 month ago
Update. More... about 1 month ago
Dual signing makes no difference on Windows 7 SP1 (single and dual both not recognized) nor on Windows 8.1 (both recognized) in my tests. So stop dual signing on builds since it slows things down. Did still dual sign previous commit since those are just one time signs so doesn't hurt. More... about 1 month ago
Sign new builds 🥳 More... about 1 month ago
Update with new builds by VS2022. More... about 1 month ago