News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 07 August 2019 build (11825) is out.

Started by killerbot, August 07, 2019, 12:24:41 PM

Previous topic - Next topic

killerbot


    IMPORTANT : THIS BUILD USES WX 311 with direct2d SUPPORT.




    Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

    Before you use a nightly make sure you understand how it works.

    A link to the unicode windows wxWidget dll(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_2D_gcc810-mingw64.7z
    A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


    The 07 August 2019 build is out.
      - Windows :
       http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20190807_rev11825_win64.7z
      - Linux :
       none

    The current SDK version is : 1.43.0

    Resolved Fixed:

    • UI: Fix translation problems (thanks gd_on)
    • wxScintilla: Fix non-latin keys to work in shortcuts in the editor on Linux
    • UI: OnToggleBar: For checked menu items, event.IsChecked() may not reflect the current status of the menu item when the event was previously event.Skip()'ed after the menu item change. m_LayoutManager.GetPane(win).IsShown() status is reliable.

    Regressions/Confirmed/Annoying/Common bugs:



    [/list]

    cacb

    What does it mean that the build has "2D support" and why is it important?


    stahta01

    #2
    Quote from: cacb on August 07, 2019, 03:22:02 PM
    What does it mean that the build has "2D support" and why is it important?

    It means the wxWidgets was modified to support "2D"; look back to the first nightly to have this to see what this means. By default wxWidgets has "2D" disabled on Windows GCC builds.

    Edit: Lookup wxUSE_GRAPHICS_DIRECT2D in wxWidgets

    Tim S.
    C Programmer working to learn more about C++.
    On Windows 10 64 bit and Windows 11 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

    cacb


    oBFusCATed

    @killerbot: This 2d is confusing can you change it to the more correct direct2d or d2d?
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    BlueHazzard

    @cacb: support for fonts with ligatures, and text anti aliasing for high dpi monitors ecc...

    killerbot

    2d thing adapted, in n ext nightly will not mention this at all anymore

    Xaviou

    Hi

    OS X version of this rev can be downloaded from my Google Drive.

    Due to holidays time far away from home, Debian version can't be available: sorry.

    Regards
    Xav'
    My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

    Krice

    Quote from: Xaviou on August 11, 2019, 11:34:18 AM
    OS X version of this rev can be downloaded

    Does OSX version need some kind of modification to work properly? I can't make it work when I build from source. It doesn't find a compiler and plugin directories are empty, although the directory structure is made under Users/(user)/Library/...

    Frank_CB

    Hello,

    EditorConfigCommon.cpp is missing from at least SVN11865 and SVN11866.

    Regards

    oBFusCATed

    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Frank_CB

    Thank you, Gentlemen!  I'm using wx31_64 on Windows 10. I'll watch for an SVN update.

    Regards