[go: up one dir, main page]

Menu

SVN Repo Commit Log


Commit Date  
[r13673] by pecanh

* BrowseTracker Include logmanager.h for non CB_PRECOMP compiles

2025-06-26 15:54:00 Tree
[r13672] by pecanh

- BrowseTracker Apply some cppcheck suggestions. Thanks blauzhan

2025-06-23 18:55:37 Tree
[r13671] by pecanh

* BrowseTracker Move CreateJumpTrackerView() request for DragScroll service to OnStartupDone();
Guard against nullptr in OnSearchLogDoubleClick();
Guard against Get/SetJumpTrackerViewIndex() when jump list is empty;
Fix broken non-wrapping jump back and jump frwd;
Clarify menu titles as to their functions, ie., Jump vs bookmark;
More: see Version.h log for other changes

2025-06-21 17:24:54 Tree
[r13670] by wh11204

- CompilerGCC: Remove warning from printf() (appendix of #1535).
Cast size_t to int so "%d" can be used safely.

2025-06-09 17:11:10 Tree
[r13669] by wh11204

- CompilerGCC: Remove warnings from scanf() and printf() (ticket #1535).
Replace implementation-dependent time_t with int64_t when calling scanf() and printf(),
using macros PRId64 and SCNd64 defined in <inttypes.h>.

2025-06-09 13:45:07 Tree
[r13668] by pecanh

* Clangd_client Use std::timed_mutex instead of wxMutex to avoid Manjaro bug that returns wxMUTEX_MISC_ERROR on all wxMutex.LockTimeout() calls.

2025-06-02 16:15:48 Tree
[r13667] by wh11204

- Clangd_client: Fix compilation with wxWidgets < 3.1.1.
The FromUTF8() overload taking std::string is not available until wx3.1.1.
Allow string translation.

2025-05-21 14:32:21 Tree
[r13666] by wh11204

- FileManager: Rename method clashing with a base class method (ticket #1533, thanks LETARTARE).
The compiler warned about overloading a virtual method.

2025-05-21 14:17:09 Tree
[r13665] by wh11204

- ThreadSearch: Fix doxygen information and allow translation of some strings (ticket #1532, thanks LETARTARE).
Also replace NULL with nullptr and remove semicolon after END_EVENT_TABLE() (generates a warning).

2025-05-20 08:12:06 Tree
[r13664] by pecanh

* Clangd_client - Avoid assert when FindSortedMenuItemPosition() returns position greater than menu item count. Thanks christo

2025-05-14 19:14:42 Tree
Older >