Menu

SVN Repo Commit Log


Commit Date  
[r12079] by fuscated

- wx3: Remove wx28 conditional code, which is no longer needed

2020-05-18 22:43:36 Tree
[r12078] by fuscated

* UI: Optimize the UpdateUI code for the debugger menu and toolbars

> The old code was actually accidentally quadratic, because the event is
called for every item (menu/toolbar) and the handler was changing every
item. It is supposed to check the id and do a specific thing.
> The new handler does just that. It also makes sure there is no duplicated
logic for the common ids used by the menu and the toolbar.
> I'm optimizing this because this code is clearly visible in the profiles
I'm doing lately. This makes our idle handling a bit faster.

2020-05-18 22:43:34 Tree
[r12077] by fuscated

- editor: Improve formatting/style in cbEditor::OnEditorModified

> Add const
> Simplify the code a bit
> Remove repeating Manager::Get()->GetDebuggerManager() calls.
> Shrink the scope of a variable (startline)

2020-05-18 22:43:30 Tree
[r12076] by pecanh

- Personality manager - confine exclusion of personality "ask" .conf files to cbKeyBinder

2020-05-12 14:51:47 Tree
[r12075] by pecanh

* Personality Manager - personality ask list should return only <personality>.conf names, excluding <personality>.some.other.conf, ie, exclude KeyBinder .conf files

2020-05-11 18:21:54 Tree
[r12074] by fuscated

* DoxyBlocks: Fix a crash on startup (ticket #839)

> It seems that a call to wxExecute during the OnAttach call of a plugin
might lead to the execution of the onidle handler. This might lead to
the execution of the UpdateUI events. This might happen before the call
to BuildToolbar of the plugin. So m_pToolbar will be nullptr and we'll
crash.
> This particularly happens with the libfinder plugin. I have to
investigate if the wxExecute call in its OnAttach method is legitimate,
I doubt it.
> Reported also here http://forums.codeblocks.org/index.php/topic,23858.msg162714.html
There is a lot more information in the forum topic (like a proper
backtrace of the crash).

2020-05-01 18:05:01 Tree
[r12073] by bluehazzard

* wxSmith: Add new generic event handler EVT_SLIDER to the wxSlider control (fix #350)

2020-04-26 19:49:05 Tree
[r12072] by bluehazzard

* wxSmith: Add scroll rate property to wxsScrolledWindow (Fix #927)

2020-04-22 22:27:12 Tree
[r12071] by bluehazzard

- wxSmith: fix compiling regression from previous commit

2020-04-22 13:44:12 Tree
[r12070] by bluehazzard

- wxSmith: Add double long property (Ticket #926)

2020-04-21 22:40:13 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.