Menu

SVN Repo Commit Log


Commit Date  
[r11150] by fuscated

- wxSmith: Typos in comments

2017-08-15 21:52:29 Tree
[r11149] by fuscated

- wxSmith: Fix overloaded virtual warning

2017-08-15 21:52:26 Tree
[r11148] by pecanh

* ScriptedWizard YWX additions (GetWizardScriptFolder, FillContainerWithSelectCompilers,AppendContainerWithSelectCompilers,FillContainerWithChoices,AppendContainerWithChoices)

2017-08-15 19:14:30 Tree
[r11147] by fuscated

* UI: Fix redraw problem on ubuntu because freeze/thaw are used in a wrong way

> I'm not sure why we use them during window creation, but it doesn't seem
correct.
> I don't see any repeated drawing happening here so I don't think these
improves performance, so I'm removing them.
> Reported here http://forums.codeblocks.org/index.php?topic=21150.0 and
here https://bugs.launchpad.net/ubuntu/+source/codeblocks/+bug/1675807

> Cherry picked from rev 11146

2017-08-13 12:37:43 Tree
[r11146] by fuscated

* UI: Fix redraw problem on ubuntu because freeze/thaw are used in a wrong way

> I'm not sure why we use them during window creation, but it doesn't seem
correct.
> I don't see any repeated drawing happening here so I don't think these
improves performance, so I'm removing them.
> Reported here http://forums.codeblocks.org/index.php?topic=21150.0 and
here https://bugs.launchpad.net/ubuntu/+source/codeblocks/+bug/1675807

2017-08-13 12:24:38 Tree
[r11145] by fuscated

gcc7 build-fix: avoid template-related error

> Cherry picked from rev 11006

2017-08-13 09:04:17 Tree
[r11144] by fuscated

* compiler: Fix the AVR GCC compiler on linux to not add invalid include and linker paths

> The paths are wrong, then need to be /usr/avr/include and /usr/avr/lib,
but they are expanded to /usr/include and /usr/lib.
> The compiler should be compiled in a way that doesn't need those paths,
so I'm removing them for now.
> Someone must test on Windows if these paths are required.

> Cherry picked from rev 11121

2017-08-12 23:12:16 Tree
[r11143] by fuscated

* scintilla: Fix middle click copy/pasting when using wx2.8 (ticket #524)

> In wx28 it is not possible to use both the normal and the primary
clipboard at the same time. The is only one available and if the primary
is used the content of the normal is reset.
> To prevent this problem I'm using gtk apis to directly modify the primary
clipboard when the selection changes in scintilla.
> In wx3x this problem doesn't exists, so we use wx apis to access the
clipboards.

> Cherry-picked rev 11137

2017-08-12 22:46:58 Tree
[r11142] by fuscated

* editor: Revert some commits related to copy and pasting on wxGTK (9420, 6883, 5185)

> Rev9420 "* sdk: emulate middle mouse paste under all systems due to buggy wxClipboard"
> Rev6883 "* partly (and hopefully temporary) revert commit 6879 (native middle-mouse-paste on wxGTK), because it makes it impossible to replace selected text with text from clipboard"
> Rev5185 "* copy/cut-paste fixes in linux"

> Cherry-picked rev 11136

2017-08-12 22:46:54 Tree
[r11141] by fuscated

* wx30: Always disable symbol browser in such builds to prevent crashes (ticket #225)

> Make it impossible for the user to enable the symbol browser until
someone steps up and fixes the problem.

> Cherry-picked rev 11027

2017-08-12 22:46:50 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.