You can subscribe to this list here.
| 2008 |
Jan
|
Feb
(53) |
Mar
(145) |
Apr
(22) |
May
(7) |
Jun
(14) |
Jul
(14) |
Aug
(9) |
Sep
(10) |
Oct
(48) |
Nov
(59) |
Dec
(45) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(36) |
Feb
(5) |
Mar
(33) |
Apr
(28) |
May
(5) |
Jun
(6) |
Jul
(1) |
Aug
(7) |
Sep
(11) |
Oct
(3) |
Nov
(31) |
Dec
|
| 2010 |
Jan
(8) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(9) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2011 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(1) |
May
(2) |
Jun
(12) |
Jul
(36) |
Aug
(7) |
Sep
(40) |
Oct
(6) |
Nov
(40) |
Dec
(8) |
| 2012 |
Jan
(54) |
Feb
(8) |
Mar
(1) |
Apr
(16) |
May
(2) |
Jun
(12) |
Jul
(1) |
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(7) |
| 2013 |
Jan
(8) |
Feb
|
Mar
(13) |
Apr
(2) |
May
(13) |
Jun
(44) |
Jul
|
Aug
(13) |
Sep
(12) |
Oct
(11) |
Nov
(7) |
Dec
(6) |
| 2014 |
Jan
(3) |
Feb
(4) |
Mar
(9) |
Apr
(1) |
May
|
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
(3) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: shelarcy <she...@gm...> - 2008-12-26 23:38:08
|
Pushed. 2008/12/26 shelarcy <she...@gm...>: > 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. = -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
|
From: Kido T. <she...@co...> - 2008-12-26 23:35:46
|
Fri Dec 26 09:49:25 EST 2008 shelarcy <she...@gm...>
* Fix: Hardcoded wxNB_* layout style doesn't works well when using wxWidgets 2.8.x.
Ignore-this: bbc473ee95a5adb12a3706a3991b6ae5
M ./wxc/eiffel/wx_defs.e -3
M ./wxc/eiffel/wxc_defs.e -1
M ./wxc/include/wxc_glue.h +5
M ./wxc/src/eljnotebook.cpp +20
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081226144925-c1071-842b4f0fa85bce7975d67c4a821a2f7f2ab33906.gz
|
|
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
--=_--
.
|
|
From: shelarcy <she...@gm...> - 2008-12-24 23:31:00
|
Pushed. 2008/12/24 shelarcy <she...@gm...>: > Wed Dec 24 07:39:20 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= > y...@gm...> > * Bump version number to 0.11.0 > > Wed Dec 24 07:40:13 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= > y...@gm...> > * Set Release version to 0.11.0 -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
|
From: Kido T. <she...@co...> - 2008-12-24 23:28:34
|
Tue Dec 23 17:40:13 EST 2008 shelarcy <she...@gm...>
* Set Release version to 0.11.0
Ignore-this: 821416dd762e7831bbbddada8ec3f7e6
M ./configure -1 +1
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081223224013-c1071-f7cb652a2a06ae9636e76d29750d367fcd0698f8.gz
|
|
From: Kido T. <she...@co...> - 2008-12-24 23:28:34
|
Tue Dec 23 17:39:20 EST 2008 shelarcy <she...@gm...>
* Bump version number to 0.11.0
Ignore-this: afafd04b0a0f0aac470563a679a71d30
M ./changes.txt -1 +1
M ./wx/wx.cabal -1 +1
M ./wxcore.cabal -1 +1
M ./wxdirect/wxdirect.cabal -1 +1
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081223223920-c1071-80e633afcc9ab05cec8e7928f711a940884425e6.gz
|
|
From: shelarcy <she...@gm...> - 2008-12-23 23:08:50
|
DarcsURL: C:/home/shelarcy/wxhaskell
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=_"
--=_
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Wed Dec 24 07:39:20 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc=
y...@gm...>
* Bump version number to 0.11.0
Wed Dec 24 07:40:13 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc=
y...@gm...>
* Set Release version to 0.11.0
--=_
Content-Type: text/x-darcs-patch; name="bump-version-number-to-0_11_0.dpatch"
Content-Transfer-Encoding: quoted-printable
Content-Description: A darcs patch for your repository!
New patches:
[Bump version number to 0.11.0
shelarcy <she...@gm...>**20081223223920
Ignore-this: afafd04b0a0f0aac470563a679a71d30
] {
hunk ./changes.txt 11
See license.txt for details.
----------------------------------------------------------------------
=
-Version 0.10.6 (0.11.0)
+Version 0.11.0
--------------
Non backward compatible changes:
- Added "--global" argument to configure script
hunk ./wx/wx.cabal 2
Name: wx
-Version: 0.10.6
+Version: 0.11.0
License: LGPL
License-file: license.txt
Homepage: http://haskell.org/haskellwiki/WxHaskell
hunk ./wxcore.cabal 2
Name: wxcore
-Version: 0.10.6
+Version: 0.11.0
License: LGPL
License-file: license.txt
Homepage: http://haskell.org/haskellwiki/WxHaskell
hunk ./wxdirect/wxdirect.cabal 2
Name: wxdirect
-Version: 0.10.6
+Version: 0.11.0
License: BSD3
Homepage: http://haskell.org/haskellwiki/WxHaskell
Author: Daan Leijen
}
[Set Release version to 0.11.0
shelarcy <she...@gm...>**20081223224013
Ignore-this: 821416dd762e7831bbbddada8ec3f7e6
] hunk ./configure 16
# Versioning
#--------------------------------------------------------------------
version=3D"0.11.0"
-release=3D"rc1"
+release=3D"0"
=
#--------------------------------------------------------------------
# Variables
Context:
[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:
c6e9b763d97a3f87566bb4d715e3fdb1421a48f5
--=_--
.
|
|
From: Kido T. <she...@co...> - 2008-12-23 23:00:57
|
Tue Dec 23 09:28:50 EST 2008 shelarcy <she...@gm...>
* Add Homepage field to .cabal file.
Ignore-this: cc01f7082f7b3d2b5a1083ea02716b0c
M ./wx/wx.cabal +1
M ./wxcore.cabal +1
M ./wxdirect/wxdirect.cabal +1
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081223142850-c1071-b95d0c7c3d7a6b3f57d7868bd22824d0ce401551.gz
|
|
From: Kido T. <she...@co...> - 2008-12-23 23:00:54
|
Tue Dec 23 01:58:39 EST 2008 shelarcy <she...@gm...>
* Update change.txt for wxHaskell 0.11.0 release.
Ignore-this: 69302b9bc2f16ccb2403d33ab525db9b
M ./changes.txt -11 +17
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081223065839-c1071-613d1c2d5f1bf63b1e6e7b0e9a1a0648fb6ba7ec.gz
|
|
From: shelarcy <she...@gm...> - 2008-12-23 23:00:33
|
Pushed. 2008/12/23 shelarcy <she...@gm...>: > Tue Dec 23 15:58:39 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= > y...@gm...> > * Update change.txt for wxHaskell 0.11.0 release. > > Tue Dec 23 23:28:50 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= > y...@gm...> > * Add Homepage field to .cabal file. -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
|
From: shelarcy <she...@gm...> - 2008-12-23 14:32:01
|
DarcsURL: C:/home/shelarcy/wxhaskell
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=_"
--=_
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Tue Dec 23 15:58:39 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc=
y...@gm...>
* Update change.txt for wxHaskell 0.11.0 release.
Tue Dec 23 23:28:50 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc=
y...@gm...>
* Add Homepage field to .cabal file.
--=_
Content-Type: text/x-darcs-patch; name="update-change_txt-for-wxhaskell-0_11_0-release_.dpatch"
Content-Transfer-Encoding: quoted-printable
Content-Description: A darcs patch for your repository!
New patches:
[Update change.txt for wxHaskell 0.11.0 release.
shelarcy <she...@gm...>**20081223065839
Ignore-this: 69302b9bc2f16ccb2403d33ab525db9b
] {
hunk ./changes.txt 11
See license.txt for details.
----------------------------------------------------------------------
=
-Version 0.10.6
+Version 0.10.6 (0.11.0)
--------------
hunk ./changes.txt 13
+Non backward compatible changes:
+- Added "--global" argument to configure script
+- Added "--user" argument to configure script
=
hunk ./changes.txt 17
-Backward compatible additions
+Backward compatible additions:
- Added support for using XRC resource files to load most controls
and menus attached to frames.
- Added sample file showing how to use XRC support to attach command
hunk ./changes.txt 23
handlers to menu items
- Added sample file showing how to use properties with many controls.
+- Added "--enable-optimization" argument to configure script
+- Added "--O*" argument to configure script
+- Added "--enable-library-profiling" argument to configure script
+- Added "--p" argument to configure script
+- Added "-fvia-C" argument to configure script. And moved this compilatio=
n
+ flag to configure script
+- Added Image / ByteString conversion functions
+
+Bugfixes:
+- Applied DEPRECATED pragma to old deprecated functions. Just documented
+ in Haddock before.
=
Version 0.10.4
-------------
hunk ./changes.txt 38
Non backward compatible changes:
-- Changed wxhaskell official web page to Haskell wiki
+- Changed wxhaskell official web page to Haskell wiki at
http://haskell.org/haskellwiki/WxHaskell
- Changed official darcs repository to code.haskell.org
- Adapted the wxHaskell C-layer to work with wxWidgets 2.8
hunk ./changes.txt 108
- Compile the wx library with -fvia-C. This prevents crashes in =
GHCi-6.4.(Fix is found by Sigbjorn Finne)
=
-Version 0.9.4
--------------
-Backward compatible additions:
-- Adapted the configuration, make files, and install scripts to work =
- with GHC 6.4.
-- Adapted the wxHaskell C-layer to work with wxWidgets 2.6.0
-- Made "Object" an instance of Ord
-
}
[Add Homepage field to .cabal file.
shelarcy <she...@gm...>**20081223142850
Ignore-this: cc01f7082f7b3d2b5a1083ea02716b0c
] {
hunk ./wx/wx.cabal 5
Version: 0.10.6
License: LGPL
License-file: license.txt
+Homepage: http://haskell.org/haskellwiki/WxHaskell
Author: Daan Leijen
Build-Type: Simple
Category: GUI, User interfaces
hunk ./wxcore.cabal 5
Version: 0.10.6
License: LGPL
License-file: license.txt
+Homepage: http://haskell.org/haskellwiki/WxHaskell
Author: Daan Leijen
Build-Type: Make
Description: wxHaskell is a portable and native GUI library for Haskell=
. It is built on top of wxWidgets - a comprehensive C++ library that is po=
rtable across all major GUI platforms; including GTK, Windows, X11, and Mac=
OS X. This version works with wxWidgets 2.8 only.
hunk ./wxdirect/wxdirect.cabal 4
Name: wxdirect
Version: 0.10.6
License: BSD3
+Homepage: http://haskell.org/haskellwiki/WxHaskell
Author: Daan Leijen
Build-Type: Simple
Description: wxHaskell is a portable and native GUI library for Haskell=
. It is built on top of wxWidgets - a comprehensive C++ library that is po=
rtable across all major GUI platforms; including GTK, Windows, X11, and Mac=
OS X. This version works with wxWidgets 2.8 only.
}
Context:
[TAG 0.11.0rc1_3
shelarcy <she...@gm...>**20081214235542] =
Patch bundle hash:
9a7ddf857cf14a923a9503a47c05db3fbc8f995a
--=_--
.
|
|
From: shelarcy <she...@gm...> - 2008-12-23 14:14:15
|
Hi, I updated and added a few documentation now. I uploaded current darcs version as 0.10.6 to HackageDB for describing cabal command's build instruction. Because current darcs version is changed some part since I uploaded wx and wxcore 0.10.5. http://www.haskell.org/haskellwiki/WxHaskell/Building http://www.haskell.org/haskellwiki/WxHaskell/Building#Building_wxHaskell and a few documentations. If anyone want to add more information to wxHaskell's page, please modify documentation yourself. On Mon, 22 Dec 2008 20:46:47 +0900, Eric Kow <eri...@gm...> wrote: >> I know we have a few problems. But we can't solve their problems >> soonly. > > Any problems we can't resolve we should document clearly and propose > workarounds for. I can't write one note that is describing about XRC and type safety. http://www.mail-archive.com/wxh...@li.../msg00346.html Because Jeremy has some text about using XRC support. I'm afraid my text is conflict or contradicting to his change. http://sourceforge.net/mailarchive/forum.php?thread_name=1224586792.27106.1280412245%40webmail.messagingengine.com&forum_name=wxhaskell-devel Best Regards, > Note: I'm quite pleased that I can now install wxcore in the user > directory (although I forget how I did this; was it ./configure --user ; > make; make install I did?). It might be nice if we mentioned that > LD_LIBRARY_PATH must be set (for Linux users at least), as the > ~/.cabal/... path is not likely to be in people's LD_LIBRARY_PATH > > In general, it would be nice to see the wiki updated with the latest > instructions for how to install wxhaskell, especially for people who use > hackage packages that depend on wx. > > I think a nice way would be something like > > 1. whatever is needed to install wxcore > 2. cabal install wx -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
|
From: shelarcy <she...@gm...> - 2008-12-23 07:03:21
|
DarcsURL: C:/home/shelarcy/wxhaskell
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=_"
--=_
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Tue Dec 23 15:58:39 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc=
y...@gm...>
* Update change.txt for wxHaskell 0.11.0 release.
--=_
Content-Type: text/x-darcs-patch; name="update-change_txt-for-wxhaskell-0_11_0-release_.dpatch"
Content-Transfer-Encoding: quoted-printable
Content-Description: A darcs patch for your repository!
New patches:
[Update change.txt for wxHaskell 0.11.0 release.
shelarcy <she...@gm...>**20081223065839
Ignore-this: 69302b9bc2f16ccb2403d33ab525db9b
] {
hunk ./changes.txt 11
See license.txt for details.
----------------------------------------------------------------------
=
-Version 0.10.6
+Version 0.10.6 (0.11.0)
--------------
hunk ./changes.txt 13
+Non backward compatible changes:
+- Added "--global" argument to configure script
+- Added "--user" argument to configure script
=
hunk ./changes.txt 17
-Backward compatible additions
+Backward compatible additions:
- Added support for using XRC resource files to load most controls
and menus attached to frames.
- Added sample file showing how to use XRC support to attach command
hunk ./changes.txt 23
handlers to menu items
- Added sample file showing how to use properties with many controls.
+- Added "--enable-optimization" argument to configure script
+- Added "--O*" argument to configure script
+- Added "--enable-library-profiling" argument to configure script
+- Added "--p" argument to configure script
+- Added "-fvia-C" argument to configure script. And moved this compilatio=
n
+ flag to configure script
+- Added Image / ByteString conversion functions
+
+Bugfixes:
+- Applied DEPRECATED pragma to old deprecated functions. Just documented
+ in Haddock before.
=
Version 0.10.4
-------------
hunk ./changes.txt 38
Non backward compatible changes:
-- Changed wxhaskell official web page to Haskell wiki
+- Changed wxhaskell official web page to Haskell wiki at
http://haskell.org/haskellwiki/WxHaskell
- Changed official darcs repository to code.haskell.org
- Adapted the wxHaskell C-layer to work with wxWidgets 2.8
hunk ./changes.txt 108
- Compile the wx library with -fvia-C. This prevents crashes in =
GHCi-6.4.(Fix is found by Sigbjorn Finne)
=
-Version 0.9.4
--------------
-Backward compatible additions:
-- Adapted the configuration, make files, and install scripts to work =
- with GHC 6.4.
-- Adapted the wxHaskell C-layer to work with wxWidgets 2.6.0
-- Made "Object" an instance of Ord
-
}
Context:
[TAG 0.11.0rc1_3
shelarcy <she...@gm...>**20081214235542] =
Patch bundle hash:
cd8e4bc1ea9b857645165f75a338868b999f5b84
--=_--
.
|
|
From: Eric K. <eri...@gm...> - 2008-12-22 12:41:30
|
My two cents as a user: On Mon, Dec 22, 2008 at 08:42:42 +0900, shelarcy wrote: > I know we have a few problems. But we can't solve their problems > soonly. Any problems we can't resolve we should document clearly and propose workarounds for. > And darcs version's some bug fixes are useful and important > for users (in particular, Windows user that can't install wxHaskell > from HackageDB). So, I proposed to release 0.11.0. Note: I'm quite pleased that I can now install wxcore in the user directory (although I forget how I did this; was it ./configure --user ; make; make install I did?). It might be nice if we mentioned that LD_LIBRARY_PATH must be set (for Linux users at least), as the ~/.cabal/... path is not likely to be in people's LD_LIBRARY_PATH In general, it would be nice to see the wiki updated with the latest instructions for how to install wxhaskell, especially for people who use hackage packages that depend on wx. I think a nice way would be something like 1. whatever is needed to install wxcore 2. cabal install wx Thanks! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
|
From: shelarcy <she...@gm...> - 2008-12-21 23:42:57
|
How about release 0.11.0 in this weekend? I know we have a few problems. But we can't solve their problems soonly. And darcs version's some bug fixes are useful and important for users (in particular, Windows user that can't install wxHaskell from HackageDB). So, I proposed to release 0.11.0. Does anyone have an opion about this? Too rushed? -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
|
From: shelarcy <she...@gm...> - 2008-12-17 22:57:39
|
Pushed. 2008/12/18 shelarcy <she...@gm...>: > Wed Dec 17 15:22:25 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 h8spawn@googlemai= > l.com > * Use wxWindowList::compatibility_iterator in wxc to avoid building probl= > em. > > Thu Dec 18 00:52:36 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= > y...@gm...> > * just change indentation in wxWindow_GetChildren function. -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
|
From: Kido T. <she...@co...> - 2008-12-17 22:52:25
|
Wed Dec 17 10:52:36 EST 2008 shelarcy <she...@gm...>
* just change indentation in wxWindow_GetChildren function.
Ignore-this: a6602734698b0348e5699bc1f730be8d
M ./wxc/src/eljwindow.cpp -2 +2
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081217155236-c1071-87aec820fecbda93ade57dc5fd20ee97b11dda40.gz
|
|
From: Kido T. <she...@co...> - 2008-12-17 22:52:25
|
Wed Dec 17 01:22:25 EST 2008 h8...@go...
* Use wxWindowList::compatibility_iterator in wxc to avoid building problem.
M ./wxc/src/eljwindow.cpp -1 +2
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081217062225-9d3fb-7002c9c5d806f245548d93bdb06d00bbacfd7779.gz
|
|
From: Kido T. <she...@co...> - 2008-12-17 22:52:24
|
Sun Dec 14 18:55:42 EST 2008 shelarcy <she...@gm...> tagged 0.11.0rc1_3 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081214235542-c1071-c04b0d79515c57f91447675083b0b6df225c6c0f.gz |
|
From: shelarcy <she...@gm...> - 2008-12-17 16:12:01
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Wed Dec 17 15:22:25 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 h8spawn@googlemai= l.com * Use wxWindowList::compatibility_iterator in wxc to avoid building probl= em. Thu Dec 18 00:52:36 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * just change indentation in wxWindow_GetChildren function. --=_ Content-Type: text/x-darcs-patch; name="use-wxwindowlist__compatibility_iterator-in-wxc-to-avoid-building-problem_.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Use wxWindowList::compatibility_iterator in wxc to avoid building problem. h8...@go...**20081217062225] hunk ./wxc/src/eljwindow.cpp 238 if (_res && (unsigned int)_cnt =3D=3D ((wxWindow*)_obj)->GetChildren().Ge= tCount())=0D {=0D unsigned int i =3D 0;=0D - wxWindowListNode* node =3D ((wxWindow*)_obj)->GetChildren().GetFirst();= =0D + wxWindowList::compatibility_iterator node =3D =0D + ((wxWindow*)_obj)->GetChildren().GetFirst();=0D =0D while (node)=0D {=0D [just change indentation in wxWindow_GetChildren function. shelarcy <she...@gm...>**20081217155236 Ignore-this: a6602734698b0348e5699bc1f730be8d ] hunk ./wxc/src/eljwindow.cpp 238 if (_res && (unsigned int)_cnt =3D=3D ((wxWindow*)_obj)->GetChildren().Ge= tCount())=0D {=0D unsigned int i =3D 0;=0D - wxWindowList::compatibility_iterator node =3D =0D - ((wxWindow*)_obj)->GetChildren().GetFirst();=0D + wxWindowList::compatibility_iterator node =3D =0D + ((wxWindow*)_obj)->GetChildren().GetFirst();=0D =0D while (node)=0D {=0D Context: [TAG 0.11.0rc1_3 shelarcy <she...@gm...>**20081214235542] = Patch bundle hash: ac356a79a5640bc8c7fbff87b6e83b8cb32ea73b --=_-- . |
|
From: shelarcy <she...@gm...> - 2008-12-15 00:25:04
|
Pushed. 2008/12/15 shelarcy <she...@gm...>: > Mon Dec 15 00:34:58 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= > y...@gm...> > * Chnage wxWindowList::Node to wxWindowList::compatibility_iterator for f= > ixing building problem. -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
|
From: Kido T. <she...@co...> - 2008-12-14 23:42:44
|
Sun Dec 14 10:34:58 EST 2008 shelarcy <she...@gm...>
* Chnage wxWindowList::Node to wxWindowList::compatibility_iterator for fixing building problem.
Ignore-this: a7285a76562d170729b8580075dda398
M ./wxc/src/eljrc.cpp -1 +1
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081214153458-c1071-36820f7bade5b96640f21f4c2cb7099d5aae196c.gz
|
|
From: Kido T. <she...@co...> - 2008-12-14 23:42:41
|
Sun Dec 14 09:25:13 EST 2008 h8...@go...
* Fix: iterator wasn't advanced.
Ignore-this: 69bc378e51b9e6f6b5551142f0a33a61
M ./wxc/src/eljfilehist.cpp +1
M ./wxc/src/eljsizer.cpp -9 +1
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081214142513-9d3fb-6ad0ae4df968c13e44c87089457813fa0316a491.gz
|
|
From: shelarcy <she...@gm...> - 2008-12-14 15:38:14
|
DarcsURL: C:/home/shelarcy/wxhaskell
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=_"
--=_
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Mon Dec 15 00:34:58 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc=
y...@gm...>
* Chnage wxWindowList::Node to wxWindowList::compatibility_iterator for f=
ixing building problem.
--=_
Content-Type: text/x-darcs-patch; name="chnage-wxwindowlist__node-to-wxwindowlist__compatibility_iterator-for-fixing-building-problem_.dpatch"
Content-Transfer-Encoding: quoted-printable
Content-Description: A darcs patch for your repository!
New patches:
[Chnage wxWindowList::Node to wxWindowList::compatibility_iterator for fixi=
ng building problem.
shelarcy <she...@gm...>**20081214153458
Ignore-this: a7285a76562d170729b8580075dda398
] hunk ./wxc/src/eljrc.cpp 197
frame->SetSplitMode(GetLong (wxT("splitmode"), wxSPLIT_VERTICAL));=0D
long sashpos =3D GetLong (wxT("sashposition"), 100);=0D
=0D
- wxWindowList::Node* node =3D frame->GetChildren().GetFirst();=0D
+ wxWindowList::compatibility_iterator node =3D frame->GetChildren().GetFir=
st();=0D
wxWindow* wnd1 =3D node->GetData();=0D
wxWindow* wnd2 =3D node->GetNext()->GetData();=0D
=0D
Context:
[Add --with-compiler option for forward compatibility.
shelarcy <she...@gm...>**20081213153633
Ignore-this: 655b63b942f001141785b5318916b44b
] =
[Add notebookHitTest function (requested by Bernd Holzmuller).
shelarcy <she...@gm...>**20081212163309
Ignore-this: 649bff666a5f3ad1e8600bf95078282a
] =
[Add --global option.
shelarcy <she...@gm...>**20081212130652
Ignore-this: 12cbdde57790c83d6cd249c296392d2f
] =
[Fix: iterator wasn't advanced.
h8...@go...**20081214142513
Ignore-this: 69bc378e51b9e6f6b5551142f0a33a61
] =
[Use wxList::compatibility_iterator in wxc to avoid building problem.
shelarcy <she...@gm...>**20081213160813
Ignore-this: edd313c7f1aef8653725b770aa064c86
] =
[Fix: ghc-pkg latest causes problem on Windows.
shelarcy <she...@gm...>**20081211061555
Ignore-this: ef77c47ece75a0921e5e07a1140b811b
] =
[Use latest version of packages in GHC database, part2
shelarcy <she...@gm...>**20081211051248] =
[Use latest version of packages in GHC database
Eric Kow <E....@br...>**20081209224702] =
[When use --user option, wxhaskell should install .cabal location.
shelarcy <she...@gm...>**20081128133122] =
[TAG 0.11.0rc1_2
shelarcy <she...@gm...>**20081128044152] =
Patch bundle hash:
42bc1eb7cdfb4ddcfaec62f981f1d4b68159763c
--=_--
.
|
|
From: Kido T. <she...@co...> - 2008-12-14 02:00:59
|
Sat Dec 13 10:36:33 EST 2008 shelarcy <she...@gm...>
* Add --with-compiler option for forward compatibility.
Ignore-this: 655b63b942f001141785b5318916b44b
M ./configure +3
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081213153633-c1071-2f15a0c2258d137766c1b4c238e0c58f6a7aa32f.gz
|