Displaying 17 results from an estimated 17 matches for "graphicscontext".
2008 Jan 12
1
GraphicsContext demo
Hey All,
I''ve just commited rev 1505, which now includes a GraphicsContext demo, just
in time for a release. *wipes forehead* So far, it''s looking pretty good.
BTW Alex, another bug came up while working with GraphicsContext, but wasn''t
something as major that could prevent me from completing the demo.
GraphicsContext#draw_lines(size_t n, Point2Double...
2008 Jan 15
0
[ wxruby-Bugs-17108 ] Checkboxes not showing in GraphicsContext example
...espond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17108&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Checkboxes not showing in GraphicsContext example
Initial Comment:
In the GraphicsContext example in samples/drawing, there is meant to be two checkboxes visible to control showing rectangles and showing corners.
These appear correctly on MSW, but are not visible on OS X
------------------------------------------------------------------...
2008 Jan 14
0
CrossPlatform problem with GraphicsContext sample
On Windows the app shows:
graphics area
2 check boxes
status bar
On Mac OS X the check boxes are missing.
Nothing obvious caught my eye.
Sean
2008 Jan 11
9
[ wxruby-Bugs-17013 ] Notebook#get_current_page
Bugs item #17013, was opened at 2008-01-11 06:00
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17013&group_id=35
Category: Missing API call
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Brumbaugh Keeney (db-keen)
Assigned to: Nobody (None)
Summary: Notebook#get_current_page
Initial Comment:
Notebook#get_current_page
2010 Aug 31
0
[LLVMdev] "equivalent" .ll files diverge after optimizations are applied
...p://lists.llvm.org/pipermail/llvm-dev/attachments/20100831/b4aa9ded/attachment-0002.obj>
-------------- next part --------------
>
>
>
> $ opt -std-compile-opts unopt-pass.ll -o - | llc -o -
>
> .section __TEXT,__text,regular,pure_instructions
> .globl
> __ZN7WebCore15GraphicsContext19roundToDevicePixelsERKNS_9FloatRectE
> .align 4, 0x90
> __ZN7WebCore15GraphicsContext19roundToDevicePixelsERKNS_9FloatRectE:
> ## @_ZN7WebCore15GraphicsContext19roundToDevicePixelsERKNS_9FloatRectE
> ## BB#0:
> subq $24, %rsp
> movq %rsi, %rdx
> movl $0, 16(%rsp)
> m...
2010 Aug 31
2
[LLVMdev] "equivalent" .ll files diverge after optimizations are applied
Here's the optimized versions:
$ opt -std-compile-opts unopt-pass.ll -o - | llvm-dis -o -
[...]
define %3 @_ZN7WebCore15GraphicsContext19roundToDevicePixelsERKNS_9FloatRectE(%"class.WebCore::GraphicsContext"* %this, %"struct.WebCore::FloatRect"* %rect) nounwind ssp align 2 {
%roundedOrigin = alloca %"class.WebCore::FloatSize", align 4 ; <%"class.WebCore::FloatSize"*> [#uses=3]
%roun...
2010 Aug 31
5
[LLVMdev] "equivalent" .ll files diverge after optimizations are applied
...bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100831/9782fea6/attachment-0002.obj>
-------------- next part --------------
$ opt -std-compile-opts unopt-pass.ll -o - | llc -o -
.section __TEXT,__text,regular,pure_instructions
.globl __ZN7WebCore15GraphicsContext19roundToDevicePixelsERKNS_9FloatRectE
.align 4, 0x90
__ZN7WebCore15GraphicsContext19roundToDevicePixelsERKNS_9FloatRectE: ## @_ZN7WebCore15GraphicsContext19roundToDevicePixelsERKNS_9FloatRectE
## BB#0:
subq $24, %rsp
movq %rsi, %rdx
movl $0, 16(%rsp)
movl $0, 20(%rsp)
movl $0, 8(%rsp)
movl $...
2007 Nov 10
3
Anti-aliasing?
I''m doing a graphics application and need onscreen anti-aliasing for
both lines and text. Seems like wxGraphicsContext would do that, is that
planned to be ported to wxRuby?
Best regards,
Jari Williamsson
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi,
i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command
I get the following error:
...
usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lwx_gtk2u_media-2.8
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic
-Wl,-...]
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2008 Jan 19
5
No joy from Wx::App.dispatch, Wx::App.yield...
OK, back with another iteration of the same problem... I updated my
game demo, but the Close button failed to respond when (and only when)
there were too many objects onscreen. The drawing loop is probably
lasting longer than my drawing timer interval. I was able to
reproduce the problem in my (probably familiar by now) test script
just by boosting the number of lines drawn per frame.
After
2007 Dec 22
0
release plans
...ts of
nice stuff to get out there:
For 1.9.3, we''re looking to target early January. Aside from trying to
get a few more bugfixes in, most of the code is now there. As usual, any
time you''re able to spend testing SVN trunk is much appreciated.
Given the range of new features (GraphicsContext, OpenGL, MediaCtrl etc)
it''d would be useful also to hear from people who don''t regularly
compile against trunk but who would be willing to test out pre-release
binaries on any platform. We want to check that we haven''t introduced
any external dependencies for end use...
2008 Jan 15
0
version 1.9.3 released
Hi
We''re pleased to invite you to try the latest version of wxRuby, 1.9.3.
http://rubyforge.org/frs/?group_id=35&release_id=18145
== WHAT''S NEW ==
Thanks to a number of contributors, this is a feature-packed release:
* GraphicsContext, for high-quality, anti-aliased drawing and
sophisticated image transforms
* MediaCtrl, for playing and controlling sound and video files
* GLCanvas, for drawing with OpenGL (requires ruby-opengl)
* Drag''n''drop and Clipboard support for exchanging data within and
between applica...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o obj/GBPosition.o obj/GBSpan.o obj/GDIObject.o obj/GLCanvas.o obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o obj/GridCellBoolRenderer.o obj/GridCellChoiceEditor.o obj/GridCellEditor.o obj/GridCellFloatEditor.o obj/GridCellFloatRendere...
2008 Jan 14
15
How to get a Window handle from another app?
Hello,
I would like to get a window handle from another app outside of wxRuby
and convert it into a wxRuby Window handle so that I can use it as the
parent Window for several wxRuby child windows. Basically I want to use
the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become
associated with the outside app kind of like toolbars, e.g., they don''t
show up in the
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...opTarget.o obj/FindDialogEvent.o
obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o
obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o
obj/GBPosition.o obj/GBSpan.o obj/GCDC.o obj/GDIObject.o obj/GLCanvas.o
obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o
obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o
obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o
obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o
obj/GridCellBoolRenderer.o obj/GridCellChoiceEditor.o
obj/GridCellEditor.o obj/GridCellFloatEditor.o
obj/GridCellFloatRendere...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...eRect:] + 388 (in WebKit) [0x973969e4]
1 -[WebFrame(WebInternal) _drawRect:contentsOnly:] + 264 (in WebKit) [0x97396e88]
1 WebCore::FrameView::paintContents(WebCore::GraphicsContext*, WebCore::IntRect const&) + 319 (in WebCore) [0x97584a0f]
1 WebCore::RenderLayer::paint(WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*) + 101 (in WebCore) [0x97584cb5]...
2008 Nov 01
13
wxRuby 1.9.9 released
Hello
I''m happy to announce that wxRuby version 1.9.9 is now available for
download and gem installation:
http://rubyforge.org/frs/?group_id=35&release_id=27842
gem install wxruby
On Linux, the default binary gem is now dynamically linked to wxWidgets.
This means you''ll need to install wxWidgets from your package manager.
See below for more info.
== CHANGES ==
This