Displaying 9 results from an estimated 9 matches for "gruetzmacher".
2004 Aug 10
7
HTML Widget
Hi,
I''m pretty new to WxRuby, but I think it is the ideal solution to write
Ruby-applications for different platforms. I missed the wxHtmlWindow in
WxRuby, so I added it myself. You can grab the new files from
http://portfolio16.de/tmp/wxruby-html.tar.gz. This archive contains all
files I added to the wxruby-directory. These are mostly the *.t files
for the missing classes and some
2007 Jul 27
0
mechanize 0.6.10 Released
...12260&group_id=1453&atid=5709
* Made sure that URLS with a host and no path would default to ''/'' for history
purposes.
http://rubyforge.org/tracker/index.php?func=detail&aid=12368&group_id=1453&atid=5709
* Avoiding memory leaks with transact. Thanks Tobias Gruetzmacher!
http://rubyforge.org/tracker/index.php?func=detail&aid=12057&group_id=1453&atid=5711
* Fixing a problem with # signs in the file name. Thanks Tobias Gruetzmacher!
http://rubyforge.org/tracker/index.php?func=detail&aid=12510&group_id=1453&atid=5711
* Made sure that blan...
2006 Sep 24
3
Darcs mirror, some fixes & rake patches...
Hi,
as our repository has now been switched to SVN I have stopped my
darcs-mirror. Is anyone still interested in the darcs mirror? I would
have to set up a new one for the SVN then, since I can''t reuse the
history of the CVS import. If no one requires the darcs mirror, I would
just trash the darcs repository and reactivate it if need arises.
In other news, I have some small fixes for
2005 Aug 09
43
Some patches.
Hi,
in my path of getting the controls sample to work nicely, I fixed some
classes on the way, see the attached diffs. I had some difficulties, but
could track down all stupid bugs and am now almost happy with the code
:)
(I had the complete ImageHandler hieracy implemented at some time, but
than I discovered the error was not in unloaded ImageHandlers but in the
controls-program which does not
2005 Sep 05
8
patch to wxCheckListBox.h
size_t GetItemHeight() const is not part of the standard interface for
this class. On Mac OS X for instance it is not defined. So it needs to
be removed.
This is why us developers should download the complete wxWidgets
distribution that has all the headers for each platform so we can
cross check when adding features, this is what I do.
Sean
_______________________________________________
2006 Sep 26
1
Fix for rubygems-less systems
Hi,
here is just a quick fix for systems without rubygems. As an
alternative, one could define the method in the LoadError exception
handler of the rakepackage-require at the beginning of the file, but I
like this solution better.
Greetings, Tobi
--
GPG-Key 0xE2BEA341 - signed/encrypted mail preferred
My, oh so small, homepage: http://portfolio16.de/
http://www.fli4l.de/ - ISDN- &
2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
Can you guys take a look at this and help Tom out?
Thanks,
Curt
-----Original Message-----
From: Tom Payne [mailto:twp@gentoo.org]
Sent: Sunday, August 29, 2004 10:53 AM
To: Curt Hibbs
Subject: Re: FW: [ANN] wxRuby 0.5.0 has been released!
On Thu, Aug 26, 2004 at 11:54:52AM -0500, Curt Hibbs wrote:
> Hi Tom, I just wanted to inform you that we just released a new version
> wxRuby if you
2004 Aug 26
18
wxRuby 0.5.0 has been released!
...byforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
Gruetzmacher.
* Fix crash in ListCtrl#on_get_item_xxx
* Fix crash in TreeCtrl#on_compare_items
* Remove all get/set_client_data and
get_event_object methods (they were broken
anyway)
* Patched problem with MSVC.NET that caused
build problems
--------------
What is wxRuby?
wxRuby is an open source G...
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many
problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to
swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s
the current release.
I''m finding all kinds of problems with the post-processors we have that
clean up the .cpp files that swig creates. The