Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-libpng grimoire by Pol Vinogradov (587df0340a1fef5da597d2ae5cd609caf2136533)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-libpng grimoire by Pol Vinogradov (587df0340a1fef5da597d2ae5cd609caf2136533)
  • Date: Fri, 13 Aug 2010 16:47:53 -0500

GIT changes to devel-libpng grimoire by Pol Vinogradov <vin.public AT gmail.com>:

graphics/xaralx/HISTORY | 5
graphics/xaralx/PRE_BUILD | 7
graphics/xaralx/xaralx-wxGTK-2.8.patch | 634
-----------------------------
graphics/xaralx/xaralx-wxGTK-2.8.patch.bz2 |binary
4 files changed, 11 insertions(+), 635 deletions(-)

New commits:
commit 587df0340a1fef5da597d2ae5cd609caf2136533
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics/xaralx: added fix for libpng 1.4, patch is bzipped and appliable
to stable too
(cherry picked from commit 321d00818944b1390dcd9b74a5192a281d8bd907)

diff --git a/graphics/xaralx/HISTORY b/graphics/xaralx/HISTORY
index 0a917ce..0d3a783 100644
--- a/graphics/xaralx/HISTORY
+++ b/graphics/xaralx/HISTORY
@@ -1,3 +1,8 @@
+2010-08-13 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD: added fix for libpng 1.4, patch is bzipped and appliable
+ to stable too
+ * xaralx-wxGTK-2.8.patch -> xaralx-wxGTK-2.8.patch.bz2
+
2010-08-07 Pol Vinogradov <vin.public AT gmail.com>
* PRE_BUILD, xaralx-wxGTK-2.8.patch: fix for SVN version with wxGTK
2.8

diff --git a/graphics/xaralx/PRE_BUILD b/graphics/xaralx/PRE_BUILD
index dffd630..a1f9a31 100755
--- a/graphics/xaralx/PRE_BUILD
+++ b/graphics/xaralx/PRE_BUILD
@@ -2,7 +2,12 @@ default_pre_build &&

cd "$SOURCE_DIRECTORY" &&

+bzcat ${SCRIPT_DIRECTORY}/xaralx-wxGTK-2.8.patch.bz2 | patch -p1 &&
+
+if [[ $(installed_version libpng | cut -c 1-3) == "1.4" ]]; then
+ sed -i "/info_ptr->trans/s:trans:trans_alpha:" wxOil/outptpng.cpp
+fi &&
+
if [ "$XARALX_SVN" = "y" ]; then
- patch -p1 < ${SCRIPT_DIRECTORY}/xaralx-wxGTK-2.8.patch &&
./autogen.sh
fi
diff --git a/graphics/xaralx/xaralx-wxGTK-2.8.patch
b/graphics/xaralx/xaralx-wxGTK-2.8.patch
deleted file mode 100644
index 0f52bba..0000000
--- a/graphics/xaralx/xaralx-wxGTK-2.8.patch
+++ /dev/null
@@ -1,634 +0,0 @@
-diff -Nuar xaralx-svn.orig//Kernel/cnamecol.cpp
xaralx-svn/Kernel/cnamecol.cpp
---- xaralx-svn.orig//Kernel/cnamecol.cpp 2010-08-07 14:11:33.000000000
-0400
-+++ xaralx-svn/Kernel/cnamecol.cpp 2010-08-07 15:38:22.459771453 -0400
-@@ -145,7 +145,7 @@
- CNamedColourReplacer::CNamedColourReplacer(ColourFillAttribute* pFillAttr,
DocColour* pColour)
- {
- // call the default constructor that NULLs all the member pointers
-- CNamedColourReplacer::CNamedColourReplacer();
-+ CNamedColourReplacer();
- Initialise(pFillAttr, pColour);
- }
-
-diff -Nuar xaralx-svn.orig//wxOil/basebar2.cpp xaralx-svn/wxOil/basebar2.cpp
---- xaralx-svn.orig//wxOil/basebar2.cpp 2010-08-07 14:12:21.000000000
-0400
-+++ xaralx-svn/wxOil/basebar2.cpp 2010-08-07 15:37:46.297894794 -0400
-@@ -361,7 +361,7 @@
- LastSmallBarPos.x = LastSmallBarPos.y = -1;
-
- // create a bitmap for the drag rendering
--#pragma message( __LOCMSG__ "Not using dither pattern" )
-+//#pragma message( __LOCMSG__ "Not using dither pattern" )
- // WORD WindowsGray [] = { 0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA
} ;
- // BrushBitmap.CreateBitmap (8, 8, 1, 1, (LPSTR) WindowsGray) ;
- BrushBitmap.Create( 8, 8, 1 );
-@@ -496,7 +496,7 @@
-
- void BaseBar::SetFormatVariables()
- {
--#pragma message( __LOCMSG__ "BaseBar::SetFormatVariables - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::SetFormatVariables - do nothing" )
- TRACE( _T("Warning - BaseBar::SetFormatVariables called") );
- /* if (GetMainFrame()->GetDockBar(ParentDockBarType)->IsBigControls())
- SeparatorWidth = LARGE_SEPARATOR;
-@@ -524,7 +524,7 @@
-
- void BaseBar::CloseCombos()
- {

--#pragma message( __LOCMSG__ "BaseBar::CloseCombos - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::CloseCombos - do nothing" )
- TRACE( _T("Warning - BaseBar::CloseCombos called") );
- /* String_256 ClassNameStr;
- HWND CurrentChild;
-@@ -699,7 +699,7 @@
-
- wxRect BaseBar::GetFormatRect(DockBarType BarType)
- {
--#pragma message( __LOCMSG__ "BaseBar::GetFormatRect - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetFormatRect - do nothing" )
- TRACE( _T("Warning - BaseBar::GetFormatRect called") );
- /* OILDockingBar* DockBar = GetMainFrame()->GetDockBar(BarType);
- switch(BarType)
-@@ -773,7 +773,7 @@
-
- DockBarType BaseBar::IsPointerOverDock(wxPoint point)
- {
--#pragma message( __LOCMSG__ "BaseBar::IsPointerOverDock - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::IsPointerOverDock - do nothing" )
- TRACE( _T("Warning - BaseBar::IsPointerOverDock called") );
- /* wxRect temp ;
- OILFixedDockingBar * ParentDockBar;
-@@ -822,7 +822,7 @@
- {
- wxRect temp;
-
--#pragma message( __LOCMSG__ "BaseBar::SetBarSize - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::SetBarSize - do nothing" )
- TRACE( _T("Warning - BaseBar::SetBarSize called") );
- /* switch(BarType)
- {
-@@ -920,7 +920,7 @@
-
- BOOL BaseBar::Show(DialogBarOp* Op)
- {
--#pragma message( __LOCMSG__ "BaseBar::Show - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::Show - do nothing" )
- TRACE( _T("Warning - BaseBar::Show called") );
- /* if (Op->IS_KIND_OF(InformationBarOp))
- ((InformationBarOp*)Op)->SetInfo();
-@@ -1000,7 +1000,7 @@
-
********************************************************************************************/
- BOOL BaseBar::Hide(DialogBarOp* Op)
- {
--#pragma message( __LOCMSG__ "BaseBar::Hide - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::Hide - do nothing" )
- TRACE( _T("Warning - BaseBar::Hide called") );
- /* BOOL DoTidy = DO_TIDY;
-
-@@ -1038,7 +1038,7 @@
-
- BOOL BaseBar::Create(DialogBarOp* Op)
- {
--#pragma message( __LOCMSG__ "BaseBar::Create - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::Create - do nothing" )
- TRACE( _T("Warning - BaseBar::Create called") );
- /* InRecreate = TRUE;
- pOp = Op;
-@@ -1223,7 +1223,7 @@
- BOOL BaseBar::RecreateAt(KernelBarPos Pos,DockBarType DockBarTyp,
- BaseBar* BaseBar, DialogBarOp* Op,
wxWindow* OldHwnd)
- {
--#pragma message( __LOCMSG__ "BaseBar::RecreateAt - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::RecreateAt - do nothing" )
- TRACE( _T("Warning - BaseBar::RecreateAt called") );
- /* LastSmallBarPos = Pos;
- pOp = Op;
-@@ -1343,7 +1343,7 @@
-
- BOOL BaseBar::Recreate(DockBarType DockBarTyp, BaseBar* BaseBar,
DialogBarOp* Op,BOOL CanCopy )
- {
--#pragma message( __LOCMSG__ "BaseBar::Recreate - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::Recreate - do nothing" )
- TRACE( _T("Warning - BaseBar::Recreate called") );
- /* pOp = Op;
- ParentDockBarType = DockBarTyp; // Record the current dock ba
-@@ -1668,7 +1668,7 @@
-
- KernelBarPos * BaseBar::GetBarPosition()
- {
--#pragma message( __LOCMSG__ "BaseBar::GetBarPosition - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetBarPosition - do nothing" )
- TRACE( _T("Warning - BaseBar::GetBarPosition called") );
- // return
GetMainFrame()->GetDockBar(ParentDockBarType)->GetBarPos(GetSafeHwnd());
-
-@@ -2029,7 +2029,7 @@
-
- BOOL BaseBar::FormatLineFeeds(INT32 Targetx,wxSize * pBarSize, INT32 *
pNoLFs)
- {
--#pragma message( __LOCMSG__ "BaseBar::FormatLineFeeds - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::FormatLineFeeds - do nothing" )
- TRACE( _T("Warning - BaseBar::FormatLineFeeds called") );
- /* //List is empty just return
- if (pOp->IsListEmpty())
-@@ -2246,7 +2246,7 @@
-
- UINT32 BaseBar::GetNearestControl(wxPoint DropPoint)
- {
--#pragma message( __LOCMSG__ "BaseBar::GetNearestControl - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetNearestControl - do nothing" )
- TRACE( _T("Warning - BaseBar::GetNearestControl called") );
- /* HWND hcontrol;
// handle of current control
- INT32 ControlIndex = 0;
// index in bar item list
-@@ -2461,7 +2461,7 @@
- {
- // TRACEUSER( "Gerry", _T("FormatFloatingBar\n"));
-
--#pragma message( __LOCMSG__ "BaseBar::FormatFloatingBar - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::FormatFloatingBar - do nothing" )
- TRACE( _T("Warning - BaseBar::FormatFloatingBar called") );
- /* HWND hcontrol;
- wxSize BarSize(0,0);
-@@ -2769,7 +2769,7 @@
- {
- // TRACEUSER( "Gerry", _T("FormatHorizontalBar\n"));
-
--#pragma message( __LOCMSG__ "BaseBar::FormatHorizontalBar - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::FormatHorizontalBar - do nothing" )
- TRACE( _T("Warning - BaseBar::FormatHorizontalBar called") );
- /* BOOL AtFront = TRUE;
- HWND hcontrol;
-@@ -3018,7 +3018,7 @@
- BOOL BaseBar::FormatVerticalBar(BOOL MoveControls,ForceControlSize
ForceSize)
- {
- // TRACEUSER( "Gerry", _T("FormatVerticalBar\n"));
--#pragma message( __LOCMSG__ "BaseBar::FormatVerticalBar - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::FormatVerticalBar - do nothing" )
- TRACE( _T("Warning - BaseBar::FormatVerticalBar called") );
- /* BOOL AtFront = TRUE;
- HWND hcontrol;
-@@ -3254,7 +3254,7 @@
-
- HINSTANCE BaseBar::GetModuleInst(const BarControlInfo*pBarCtlInfo,UINT32 *
ToolModuleID )
- {
--#pragma message( __LOCMSG__ "BaseBar::GetModuleInst - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetModuleInst - do nothing" )
- TRACE( _T("Warning - BaseBar::GetModuleInst called") );
- /* *ToolModuleID = Tool::GetModuleID(pBarCtlInfo->ToolID);
-
-@@ -3611,7 +3611,7 @@
-
HINSTANCE ModuleInst,
-
UINT32 ToolModuleID)
- {
--#pragma message( __LOCMSG__ "BaseBar::GetModuleInst - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetModuleInst - do nothing" )
- TRACE( _T("Warning - BaseBar::GetModuleInst called") );
- /* BarItemType ThisControlType = OTHERCONTROL;
-
-@@ -4310,7 +4310,7 @@
-
- void BaseBar::InformControlsDead()
- {

--#pragma message( __LOCMSG__ "BaseBar::InformControlsDead - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::InformControlsDead - do nothing" )
- TRACE( _T("Warning - BaseBar::InformControlsDead called") );
- /* HWND CurrentChild;
- HWND NextChild;
-@@ -4462,7 +4462,7 @@
-
- void BaseBar::StartDrag(wxPoint point, DlgDragType TypeOfDrag)
- {
--#pragma message( __LOCMSG__ "BaseBar::StartDrag - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::StartDrag - do nothing" )
- TRACE( _T("Warning - BaseBar::StartDrag called") );
- /*#ifdef STANDALONE
- #ifndef EXCLUDE_GALS
-@@ -4565,7 +4565,7 @@
- // Message map - maintained by Class Wizard.
-
- BEGIN_EVENT_TABLE( BaseBar, wxWindow )
--#pragma message( __LOCMSG__ "Removed BaseBar message map" )
-+//#pragma message( __LOCMSG__ "Removed BaseBar message map" )
- /* ON_WM_NCCALCSIZE()
- ON_WM_NCPAINT()
- ON_WM_NCACTIVATE()
-@@ -4618,7 +4618,7 @@
-
- static void PatB( wxDC &DC, INT32 x, INT32 y, INT32 dx, INT32 dy, wxColour
&rgb )
- {
--#pragma message( __LOCMSG__ "PatB - do nothing" )
-+//#pragma message( __LOCMSG__ "PatB - do nothing" )
- TRACE( _T("Warning - PatB called") );
- /* RECT rect;
-
-@@ -4650,7 +4650,7 @@
-
- void BaseBar::Paint3dPlinth(wxDC* pDC, wxRect *rect, BOOL PlinthOut)
- {
--#pragma message( __LOCMSG__ "BaseBar::Paint3dPlinth - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::Paint3dPlinth - do nothing" )
- TRACE( _T("Warning - BaseBar::Paint3dPlinth called") );
- /* if((LOBYTE(LOWORD(GetVersion()))) > 3 )
- {
-@@ -4767,7 +4767,7 @@
-
********************************************************************************************/
-
-
--#pragma message( __LOCMSG__ "BaseBar::OnDrawItem removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnDrawItem removed" )
- /*void BaseBar::OnDrawItem( INT32 nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct
)
- {
- // owner drawn text button
-@@ -4844,7 +4844,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnParentNotify removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnParentNotify removed" )
- /*void BaseBar::OnParentNotify( UINT32 message, LPARAM lParam )
- {
- if(message == WM_LBUTTONDOWN)
-@@ -4885,7 +4885,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnKillFocus removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnKillFocus removed" )
- /*void BaseBar::OnKillFocus( wxWindow*Wnd )
- {
- wxWindow::OnKillFocus(Wnd);
-@@ -4908,7 +4908,7 @@
-
********************************************************************************************/
-
-
--#pragma message( __LOCMSG__ "BaseBar::OnSetFocus removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnSetFocus removed" )
- /*void BaseBar::OnSetFocus( wxWindow * Wnd )
- {
- wxWindow::OnSetFocus(Wnd);
-@@ -4930,7 +4930,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnActivateApp removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnActivateApp removed" )
- /*void BaseBar::OnActivateApp( BOOL bActive, HTASK hTask )
- {
-
-@@ -4965,7 +4965,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnActivate removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnActivate removed" )
- /*void BaseBar::OnActivate( UINT32 State, wxWindow* pWndOther, BOOL
bMinimized )
- {
-
-@@ -5003,7 +5003,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnMouseActivate removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnMouseActivate removed" )
- /*INT32 BaseBar::OnMouseActivate( wxWindow* pDesktopWnd, UINT32 nHitTest,
UINT32 message )
- {
-
-@@ -5052,7 +5052,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnDestroy removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnDestroy removed" )
- /*void BaseBar ::OnDestroy( )
- {
-
-@@ -5104,7 +5104,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::ListLostFocus removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::ListLostFocus removed" )
- /*void BaseBar::ListLostFocus(void)
- {
-
-@@ -5126,7 +5126,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::ListSelChanged removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::ListSelChanged removed" )
- /*void BaseBar::ListSelChanged(void)
- {
- // if( pOp->IsKindOf(CC_RUNTIME_CLASS(SuperGallery)) )
-@@ -5150,7 +5150,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::DoResize removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::DoResize removed" )
- /*LRESULT BaseBar::DoResize(WPARAM , LPARAM)
- {
- // ZZZZ
-@@ -5226,7 +5226,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::GetBarSize removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetBarSize removed" )
- /*LRESULT BaseBar::GetBarSize(WPARAM DockType , LPARAM ControlS)
- {
- DockBarType ThisDock = (DockBarType) DockType;
-@@ -5275,7 +5275,7 @@
- {
- wxRect ReturnRect(0,0,0,0);
-
--#pragma message( __LOCMSG__ "BaseBar::GetBarsDims - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetBarsDims - do nothing" )
- TRACE( _T("Warning - BaseBar::GetBarsDims called") );
- /* OILDockingBar* FloatBars = GetMainFrame ()->GetDockBar
(DockBarType);//DOCKBAR_FLOAT);
- BOOL BigControls = FloatBars->IsBigControls ();
-@@ -5323,7 +5323,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::GetBarSize removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetBarSize removed" )
- /*LRESULT BaseBar::SetControlFocus(WPARAM State, LPARAM Hwnd)
- {
- if (State == TRUE)
-@@ -5375,7 +5375,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::GetBarSize removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetBarSize removed" )
- /*LRESULT BaseBar::StartControlDrag(WPARAM State, LPARAM Hwnd)
- {
- #ifdef STANDALONE
-@@ -5446,7 +5446,7 @@
- #endif
- } */

-
--#pragma message( __LOCMSG__ "BaseBar::GetBarSize removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::GetBarSize removed" )
- /*LRESULT BaseBar::EndControlDrag(WPARAM State, LPARAM Hwnd)
- {
- return 0;
-@@ -5515,7 +5515,7 @@
-
- LRESULT BaseBar::WindowProc( UINT32 Message, WPARAM wParam, LPARAM lParam )
- {
--#pragma message( __LOCMSG__ "BaseBar::WindowProc - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::WindowProc - do nothing" )
- TRACE( _T("Warning - BaseBar::WindowProc called") );
- /* // First send the message to the dialog manager
- DialogManager::SendDialogMessage(this,
-@@ -5580,7 +5580,7 @@
- Scope: Protected
-
-
********************************************************************************************/
--#pragma message( __LOCMSG__ "BaseBar::OnNcCalcSize removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnNcCalcSize removed" )
- /*void BaseBar::OnNcCalcSize(BOOL bCalcValidRects, NCCALCSIZE_PARAMS FAR*
lpncsp)
- {
- // So that we are compatible with different screen modes we will
paint the non-client area
-@@ -5619,7 +5619,7 @@
- Scope: Protected
-
-
********************************************************************************************/
--#pragma message( __LOCMSG__ "BaseBar::OnNcPaint removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnNcPaint removed" )
- /*void BaseBar::OnNcPaint()
- {
-
-@@ -5667,7 +5667,7 @@
- #define ROP_PSDPxax 0x00B8074AL
-
-
--#pragma message( __LOCMSG__ "BaseBar::PlotStretchedMaskedBitmap removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::PlotStretchedMaskedBitmap removed" )
- /*BOOL BaseBar::PlotStretchedMaskedBitmap(wxDC* destDC, CBitmap*
srcBitmap,wxRect Pos)
- {
-
-@@ -5958,7 +5958,7 @@
- // make sure that DrawCaption shows the correct title
- SetLabel( pOp->GetName() );
-
--#pragma message( __LOCMSG__ "Remove MSW frame redrawing stuff" )
-+//#pragma message( __LOCMSG__ "Remove MSW frame redrawing stuff" )
- /* UINT32 DrawFlags = DC_TEXT|DC_SMALLCAP;
-
- if(IsActive)
-@@ -5991,7 +5991,7 @@
-
- void BaseBar::PaintDialogNonClient(BOOL IsActive)
- {
--#pragma message( __LOCMSG__ "BaseBar::PaintDialogNonClient - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::PaintDialogNonClient - do nothing" )
- TRACE( _T("Warning - BaseBar::PaintDialogNonClient called") );
- /* // Get the System Frame Size
- BorderWidth=wxSystemSettings::GetMetric(SM_CXFRAME);
-@@ -6222,7 +6222,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnNcPaint removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnNcPaint removed" )
- /*BOOL BaseBar::OnNcActivate(BOOL IsActive)
- {
-
-@@ -6243,7 +6243,7 @@
-
-
********************************************************************************************/
-

--#pragma message( __LOCMSG__ "BaseBar::OnPaint removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnPaint removed" )
- /*void BaseBar::OnPaint()
- {
- wxPaintDC PaintDC(this); // device context for painting
-@@ -6282,7 +6282,7 @@
-
- void BaseBar::PaintChicagoBorder()
- {
--#pragma message( __LOCMSG__ "BaseBar::PaintChicagoBorder - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::PaintChicagoBorder - do nothing" )
- TRACE( _T("Warning - BaseBar::PaintChicagoBorder called") );
- /* wxRect WinRect( GetClientRect() );
- wxRect ParWin( GetParent()->GetRect() );
-@@ -6343,7 +6343,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnNcHitTest removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnNcHitTest removed" )
- /*UINT32 BaseBar::OnNcHitTest(wxPoint point)
- {
-
-@@ -6434,7 +6434,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnNcRButtonDown removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnNcRButtonDown removed" )
- /*void BaseBar::OnNcRButtonDown(UINT32 nHitTest, wxPoint point)
- {
- } */
-@@ -6454,7 +6454,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnNcHitTest removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnNcHitTest removed" )
- /*void BaseBar::OnNcHitTest(UINT32 nHitTest, wxPoint point)
- {
-
-@@ -6477,7 +6477,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnLButtonDown removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnLButtonDown removed" )
- /*void BaseBar::OnLButtonDown(UINT32 nFlags, wxPoint point)
- {
- // make sure we're not clicking on a disabled button
-@@ -6526,7 +6526,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnMouseWheel removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnMouseWheel removed" )
- /*BOOL BaseBar::OnMouseWheel(UINT32 nFlags, short zDelta, wxPoint pt)
- {
- TRACEUSER( "Matt", _T("MouseWheel Scroll In BaseBar!\n"));
-@@ -6548,7 +6548,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::OnLButtonDblClk removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnLButtonDblClk removed" )
- /*void BaseBar::OnLButtonDblClk( UINT32 nFlags, wxPoint point )
- {
- //MessageBeep(MB_OK);
-@@ -6825,7 +6825,7 @@
-
********************************************************************************************/
- BOOL BaseBar::TidyUpControlDrag()
- {
--#pragma message( __LOCMSG__ "BaseBar::TidyUpControlDrag - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::TidyUpControlDrag - do nothing" )
- TRACE( _T("Warning - BaseBar::TidyUpControlDrag called") );
- /* CtlDragState = NO_DRAG;
- DragManagerOp::SetDragActive(FALSE);
-@@ -6880,7 +6880,7 @@
- InRecreate = FALSE;
- CurrentBar = NULL;
-
--#pragma message( __LOCMSG__ "Remove DragManagerOp::SetDragActive usage" )
-+//#pragma message( __LOCMSG__ "Remove DragManagerOp::SetDragActive usage" )
- // DragManagerOp::SetDragActive(FALSE);
- return TRUE;
- }
-@@ -6903,7 +6903,7 @@
-
********************************************************************************************/
- BOOL BaseBar::DropControl(wxPoint point, wxWindow* OverBar,BOOL
InsertSeparator)
- {
--#pragma message( __LOCMSG__ "BaseBar::DropControl - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::DropControl - do nothing" )
- TRACE( _T("Warning - BaseBar::DropControl called") );
- /* BOOL DeleteSeparator = FALSE;
-
-@@ -7096,7 +7096,7 @@
-
********************************************************************************************/
- BOOL BaseBar::EndControlDrag(wxPoint point)
- {
--#pragma message( __LOCMSG__ "BaseBar::EndControlDrag - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::EndControlDrag - do nothing" )
- TRACE( _T("Warning - BaseBar::EndControlDrag called") );
- /* // go to screen co-ords - we may be dropping on a different bar
- wxPoint sPnt= point;
-@@ -7249,7 +7249,7 @@
- SeeAlso: -
-
-
********************************************************************************************/
--#pragma message( __LOCMSG__ "BaseBar::OnLButtonUp removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnLButtonUp removed" )
- /*void BaseBar::OnLButtonUp(UINT32 nFlags, wxPoint point)
- {
- if(CtlDragState == DRAGGING)
-@@ -7364,7 +7364,7 @@
-
- void BaseBar::ConvertToolbarOnStartup ()
- {
--#pragma message( __LOCMSG__ "BaseBar::ConvertToolbarOnStartup - do nothing"
)
-+//#pragma message( __LOCMSG__ "BaseBar::ConvertToolbarOnStartup - do
nothing" )
- TRACE( _T("Warning - BaseBar::ConvertToolbarOnStartup called") );
- /* ERROR3IF (pOp->GetName () != String_32 (TEXT ("Toolbar")),
"BaseBar::ConvertToolbarOnStartup () - Call that a toolbar!");
-
-@@ -7411,7 +7411,7 @@
-
-
********************************************************************************************/
-
--#pragma message( __LOCMSG__ "BaseBar::MoveBar removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::MoveBar removed" )
- /*LRESULT BaseBar::MoveBar(WPARAM Dock, LPARAM Pos)
- {
- DockBarType NewDockType = (DockBarType)Dock;
-@@ -7476,7 +7476,7 @@
- SeeAlso: -
-
-
********************************************************************************************/
--#pragma message( __LOCMSG__ "BaseBar::OnMouseMove removed" )
-+//#pragma message( __LOCMSG__ "BaseBar::OnMouseMove removed" )
- /*void BaseBar::OnMouseMove(UINT32 Flags, wxPoint Point)
- {
- if(CtlDragState == DRAGGING)
-@@ -7532,7 +7532,7 @@
-
- void BaseBar::CacheAllDockRects()
- {
--#pragma message( __LOCMSG__ "BaseBar::CacheAllDockRects - do nothing" )
-+//#pragma message( __LOCMSG__ "BaseBar::CacheAllDockRects - do nothing" )
- TRACE( _T("Warning - BaseBar::CacheAllDockRects called") );
- /* OILFixedDockingBar* DockBar;
-
-@@ -7789,7 +7789,7 @@
- }
-
- // MFC DrawDragRect function
--#pragma message( __LOCMSG__ "Remove DrawDragRect usage" )
-+//#pragma message( __LOCMSG__ "Remove DrawDragRect usage" )
- // pDisplayDC->DrawDragRect( &Rect, NewSize, &OldRect, OldSize );
-
- /*
-@@ -7847,7 +7847,7 @@
-
- void BaseBar::PaintXORDragRect(wxRect Rect,DockBarType DockBar)
- {
--#pragma message( __LOCMSG__ "Remove DC::PatBlt usage" )
-+//#pragma message( __LOCMSG__ "Remove DC::PatBlt usage" )
- /* DWORD dwRop = PATINVERT;
-
- wxScreenDC DisplayDC;
-diff -Nuar xaralx-svn.orig//wxOil/bitmapgriddropdown.cpp
xaralx-svn/wxOil/bitmapgriddropdown.cpp
---- xaralx-svn.orig//wxOil/bitmapgriddropdown.cpp 2010-08-07
14:12:21.000000000 -0400
-+++ xaralx-svn/wxOil/bitmapgriddropdown.cpp 2010-08-07 15:37:37.123901499
-0400
-@@ -122,7 +122,7 @@
- #include "grnddib.h"
- #include "ppbrush.h"
- #include "qualattr.h"
--
-+#include <algorithm>
-
-
-
-diff -Nuar xaralx-svn.orig//wxOil/ftfonts.cpp xaralx-svn/wxOil/ftfonts.cpp
---- xaralx-svn.orig//wxOil/ftfonts.cpp 2010-08-07 14:12:21.000000000 -0400
-+++ xaralx-svn/wxOil/ftfonts.cpp 2010-08-07 15:37:37.122902407 -0400
-@@ -122,7 +122,9 @@
- #include FT_TYPE1_TABLES_H
-
- #ifdef __WXGTK20__
-+#define GSocket GlibSocket
- #include <gtk/gtk.h>
-+#undef GSocket
- extern GtkWidget *wxGetRootWindow();
- #endif
-
diff --git a/graphics/xaralx/xaralx-wxGTK-2.8.patch.bz2
b/graphics/xaralx/xaralx-wxGTK-2.8.patch.bz2
new file mode 100644
index 0000000..76f0151
Binary files /dev/null and b/graphics/xaralx/xaralx-wxGTK-2.8.patch.bz2 differ



  • [SM-Commit] GIT changes to devel-libpng grimoire by Pol Vinogradov (587df0340a1fef5da597d2ae5cd609caf2136533), Pol Vinogradov, 08/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page