1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 23 hours ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More MSVC 6.0 build fixes.
Martin Mitáš
as Martin Mitas
More... over 7 years ago
Add file LICENSE.md and update README.md and scripts/release.sh accordingly.
Martin Mitáš
as Martin Mitas
More... over 7 years ago
Fix build with MSVC 6.0.
Martin Mitáš
as Martin Mitas
More... over 7 years ago
Make tracing facility compatible with MSVC 6.0.
Martin Mitáš
as Martin Mitas
More... over 7 years ago
mctrl/misc.h: Improve compatibility with MSVC 6.0. More... over 7 years ago
mctrl/theme.c: Fix prototype of GetThemeTextExtent() wrapper. More... over 7 years ago
With MSVC 6.0, use AlphaBlend() from MSIMG32.DLL rather then GdiAlphaBlend() from GDI32.DLL.
Martin Mitáš
as Martin Mitas
More... over 7 years ago
mctrl/compat.h: Improve compatibility with MSVC 6.0. More... over 7 years ago
WinDrawLib: Update from upstream.
Martin Mitáš
as Martin Mitas
More... over 7 years ago
example-menubar.c: Use REBARBANDINFO_V3_SIZE instead of sizeof(REBARBANDINFO). More... over 7 years ago
WinDrawLib: Update from upstream.
Martin Mitáš
as Martin Mitas
More... over 7 years ago
WinDrawLib: Upgrade from upstream.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
src/husl.c: Remove unused variables.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
ImgView: Fix missing return from switch branch for WM_SETREDRAW.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
Add CONTRIBUTING.md More... almost 8 years ago
test-grid.c: Add new (rudimentary) test suite for grid control.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
Treelist: Fix programmatic setting of selection via MC_TLM_SETITEM.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
misc.c: Fix initialization with COMCTL32.DLL version < 6.0.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
appveyor.yml: Include branch name in build ID.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
Change per-language resource files to use SUBLANG_NEUTRAL.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
Add Italian resource strings.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
Grid: With MC_GS_OWNERDATA, do not ask for text of the "dead" header cell.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
CMakeLists.txt: Bump version to 0.11.1
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
Expand: Fix initialization and termination of double buffering.
Martin Mitáš
as Martin Mitas
More... almost 8 years ago
Chart: Fix painting of vertical axis legend.
Martin Mitáš
as Martin Mitas
More... about 8 years ago
Grid: On mouse down, stop label editing earlier.
Martin Mitáš
as Martin Mitas
More... about 8 years ago
mctrl/labeledit.c: Fix recursive call to mc_mutex_lock().
Martin Mitáš
as Martin Mitas
More... about 8 years ago
Simple facility for debugging mutex locking issues.
Martin Mitáš
as Martin Mitas
More... about 8 years ago
On newer Windows, use SWRLOCK instead of CRITICAL_SECTION.
Martin Mitáš
as Martin Mitas
More... about 8 years ago
MdiTab: Fix leak of HDC in mditab_item_ideal_width().
Martin Mitáš
as Martin Mitas
More... about 8 years ago