News:

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

Main Menu

The 27 March 2007 build is out.

Started by killerbot, March 27, 2007, 08:23:43 PM

Previous topic - Next topic

killerbot

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

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 27 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070327_rev3778_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070327_rev3778_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070327_rev3778_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070327_rev3778_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Reduced workaround allowing to easily compile under wxPropertyGrid under linux
  • Improvements to OpenGL wizard. Fixes linking problem when BCC is used
  • wxSmith: Committed some work related to user=defined items (still not finished), no change of wxSmith's behavior
  • add Darwin and Solaris platforms
  • fix default prefix on Unix (other than Linux)
  • Fixed project wizards dialog having wrong dimensions in wx2.8 (patch #1880)
  • Replaced wxCheckList (old wx2.4 name) with wxCheckListBox (patch #1893)
  • Parse debugger's output if gdb is set to use hardware breakpoints as default (patch #1932)
  • cbU2C function now returns *const* WX2MBbuf (patch #1929 for bug #10669)
  • If extensions handler plugin is disabled, notify accordingly when trying to open a file not internally supported (patch #1924 for bug #9796)
  • wx2.8 compatibility for compiler plugin (patch #1916)
  • wx2.8 compatibility for debugger plugin (patch #1915)
  • wx2.8 compatibility for class wizard plugin (patch #1914)
  • wx2.8 compatibility for main executable (patch #1910 restructured)
  • When creating new project from user template, verify destination dir is empty. If it is not, notify user that files will be overwritten if he continues
  • Application now skips "activate" event so plugins can now process it too
  • Added new events:
    - cbEVT_DOCK_WINDOW_VISIBILITY: a docked window has been shown/hidden.
    - cbEVT_SWITCHED_VIEW_LAYOUT: a new view layout has been applied.
    - cbEVT_MENUBAR_CREATE_BEGIN: menubar reconstruction has started.
    - cbEVT_MENUBAR_CREATE_END: menubar reconstruction has ended.

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)


afb


Edis Krad

Woah.. nice list of patches... good work, guys! =D

bygreen

CPU usage is always full. some where is wrong in this night building

bygreen

I don't know where is wrong, i try some project in this night building, only if i add some ".inl" file in the project, i could meet this bug.

Biplab

Quote from: bygreen on March 28, 2007, 10:36:10 AM
CPU usage is always full. some where is wrong in this night building

It shouldn't be, at least when C::B is idle. :)
Be a part of the solution, not a part of the problem.