[go: up one dir, main page]

Menu

SVN Repo Commit Log


Commit Date  
[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
[r13663] by pecanh

- Clangd_Client Apply Christo clangd source formatting patch. Thanks Christo

2025-05-10 21:05:41 Tree
[r13662] by wh11204

- Clangd-client: Make message more translation-friendly.
The Replace() trick generates malformed messages in some languages.

2025-05-07 09:12:06 Tree
[r13661] by wh11204

- ThreadSearch: Make string translatable (ticket #1530, thanks LETARTARE).

2025-05-06 17:59:46 Tree
[r13660] by pecanh

- Clangd_client Disallow use of $(CODEBLOCKS)\MinGW\clangd.exe when using mingw compiler. It has clang compiler resources only.

2025-05-06 16:36:55 Tree
[r13659] by wh11204

* Fix toolbar fitting/optimization (ticket #1528).
Grip size is already included in GetBestSize(), adding it again creates
an unexpected right margin.
MainFrame::CreateToolbars() calculates size correctly.

2025-05-06 11:21:24 Tree
Older >