User forums > Nightly builds

The 30 december 2006 build is out.

(1/5) > >>

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.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 30 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061230_rev3444_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061230_rev3444_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061230_rev3444_suse100+101.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061230_rev3444_fc4+5.i586.rpm


Resolved Fixed:


* applied [ Patch #1741 ] Save advanced compiler options "Supports PCH" and "PCH ext."
* bug fix for double clicking cbp/workspace files in linux [http://forums.codeblocks.org/index.php?topic=4810.0]
* KeyBinder 1.0.12 2006/12/29
- Fixed secondary profile keys leaking into primary profile
- Fixed inability to delete secondary profiles
- fixed inability to delete defined keys
* * KeyBinder 1.0.13 2006/12/30
- Re-instated 2.6.2 version of RebuildMenuItem() with TimS additions to solve missing menu icon problem (wx2.6.2 dejavu).
- Completely rebuilds menuItems with changed shortcut and a bitmapped icon.
- Works with wx2.6.3 w/fixes and wx2.8.0 according to TimS
* applied [ Patch #1774 ] Plugin disable Crash issue partial fix
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)

TDragon:

--- Quote from: killerbot on December 30, 2006, 06:05:59 pm ---To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, ...

--- End quote ---
Would said patch happen to be publicly available? (If it's in Berlios, the server is down or at least inaccessible to me.)

Pecan:

--- Quote from: TDragon on December 30, 2006, 06:23:48 pm ---
--- Quote from: killerbot on December 30, 2006, 06:05:59 pm ---To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, ...

--- End quote ---
Would said patch happen to be publicly available? (If it's in Berlios, the server is down or at least inaccessible to me.)

--- End quote ---

This is the one attached to the keybinder patch.
I think this is what Tim S meant.


--- Code: ---Index: src/msw/menu.cpp
===================================================================
RCS file: /pack/cvsroots/wxwidgets/wxWidgets/src/msw/menu.cpp,v
retrieving revision 1.124.2.5
diff --unified -r1.124.2.5 menu.cpp
--- src/msw/menu.cpp 2006/10/20 14:46:59 1.124.2.5
+++ src/msw/menu.cpp 2006/12/29 20:59:22
@@ -412,8 +412,7 @@
if ( pItem->GetBitmap().Ok() &&
!pItem->GetTextColour().Ok() &&
!pItem->GetBackgroundColour().Ok() &&
- !pItem->GetFont().Ok() &&
- !pItem->GetBitmap(true).Ok() )
+ !pItem->GetFont().Ok() )
{
// try to use InsertMenuItem() as it's guaranteed to look correctly
// while our owner-drawning code is not
2006-Dec-30 02:00 stahta01
This patch helps the patch to fix menu items with icon not correctly aligned (since wx263) in thread http://forums.codeblocks.org/index.php?topic=4809 work better. Tim S

--- End code ---

killerbot:
that's the one ;-)

dronT78:

--- Quote ---menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)
--- End quote ---
Would you contribute this patch to official wxWidgets Bug tracker?

Navigation

[0] Message Index

[#] Next page

Go to full version