From: shelarcy <she...@gm...> - 2008-12-26 14:54:41
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Fri Dec 26 23:49:25 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Fix: Hardcoded wxNB_* layout style doesn't works well when using wxWidg= ets 2.8.x. = --=_ Content-Type: text/x-darcs-patch; name="fix_-hardcoded-wxnb__-layout-style-doesn_t-works-well-when-using-wxwidgets-2_8_x_-.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Fix: Hardcoded wxNB_* layout style doesn't works well when using wxWidgets= 2.8.x. = shelarcy <she...@gm...>**20081226144925 Ignore-this: bbc473ee95a5adb12a3706a3991b6ae5 ] { hunk ./wxc/eiffel/wx_defs.e 196 wxTC_FIXEDWIDTH : INTEGER is 32=0D wxTC_OWNERDRAW : INTEGER is 64=0D wxNB_FIXEDWIDTH : INTEGER is 16=0D - wxNB_LEFT : INTEGER is 32=0D - wxNB_RIGHT : INTEGER is 64=0D - wxNB_BOTTOM : INTEGER is 128=0D wxST_SIZEGRIP : INTEGER is 16=0D wxST_NO_AUTORESIZE : INTEGER is 1=0D wxPD_CAN_ABORT : INTEGER is 1=0D hunk ./wxc/eiffel/wxc_defs.e 75 wxSTREAM_WRITE_ERROR : INTEGER is 2 =0D wxSTREAM_READ_ERROR : INTEGER is 3 =0D =0D -wxNB_TOP : INTEGER is 0 =0D wxNB_MULTILINE : INTEGER is 256=0D =0D wxLC_VRULES : INTEGER is 1=0D hunk ./wxc/include/wxc_glue.h 3441 int wxNotebook_SetPageText( TSelf(wxNotebook) _obj, int nPage, TStr= ingVoid strText );=0D int wxNotebook_SetSelection( TSelf(wxNotebook) _obj, int nPage );= =0D =0D +int expNB_TOP( );=0D +int expNB_BOTTOM( );=0D +int expNB_LEFT( );=0D +int expNB_RIGHT( );=0D +=0D int expBK_HITTEST_NOWHERE( );=0D int expBK_HITTEST_ONICON( );=0D int expBK_HITTEST_ONLABEL( );=0D hunk ./wxc/src/eljnotebook.cpp 6 extern "C"=0D {=0D =0D +EWXWEXPORT(int,expNB_TOP)()=0D +{=0D + return (int)wxNB_TOP;=0D +}=0D +=0D +EWXWEXPORT(int,expNB_BOTTOM)()=0D +{=0D + return (int)wxNB_BOTTOM;=0D +}=0D +=0D +EWXWEXPORT(int,expNB_LEFT)()=0D +{=0D + return (int)wxNB_LEFT;=0D +}=0D +=0D +EWXWEXPORT(int,expNB_RIGHT)()=0D +{=0D + return (int)wxNB_RIGHT;=0D +}=0D +=0D EWXWEXPORT(void*, wxNotebook_Create) (void* _prt, int _id, int _lft, int _= top, int _wdt, int _hgt, int _stl)=0D {=0D return (void*) new wxNotebook ((wxWindow*)_prt, _id, wxPoint(_lft, _top),= wxSize(_wdt, _hgt), _stl);=0D } Context: [Set Release version to 0.11.0 shelarcy <she...@gm...>**20081223224013 Ignore-this: 821416dd762e7831bbbddada8ec3f7e6 ] = [Bump version number to 0.11.0 shelarcy <she...@gm...>**20081223223920 Ignore-this: afafd04b0a0f0aac470563a679a71d30 ] = [Add Homepage field to .cabal file. shelarcy <she...@gm...>**20081223142850 Ignore-this: cc01f7082f7b3d2b5a1083ea02716b0c ] = [Update change.txt for wxHaskell 0.11.0 release. shelarcy <she...@gm...>**20081223065839 Ignore-this: 69302b9bc2f16ccb2403d33ab525db9b ] = [just change indentation in wxWindow_GetChildren function. shelarcy <she...@gm...>**20081217155236 Ignore-this: a6602734698b0348e5699bc1f730be8d ] = [Use wxWindowList::compatibility_iterator in wxc to avoid building problem. h8...@go...**20081217062225] = [TAG 0.11.0rc1_3 shelarcy <she...@gm...>**20081214235542] = Patch bundle hash: de28c387ee11769ba6943d2149c2e2691c947739 --=_-- . |