Age | Commit message (Collapse) | Author |
|
CVS patchset: 6968
CVS date: 2004/09/12 19:23:36
|
|
- usability MSVC for frontends
- remove unistd.h from public headers
- add configure option "--with-dxheaders"
- install .def file under WIN32
- MSVC port update (some people might want it)
CVS patchset: 6944
CVS date: 2004/09/06 18:34:37
|
|
CVS patchset: 6940
CVS date: 2004/09/05 20:30:55
|
|
Fix srcdir != buiddir problem with vidix.
Change some "_lib" variables to more clear name "_dep".
CVS patchset: 6938
CVS date: 2004/09/04 18:34:17
|
|
Compilation fix for CygWin.
CVS patchset: 6932
CVS date: 2004/09/02 19:56:40
|
|
Separate opengl configure tests into opengl.m4
Fix a segfault in debug build
CVS patchset: 6905
CVS date: 2004/08/26 17:57:50
|
|
by Reinhard Nissl.
CVS patchset: 6875
CVS date: 2004/08/06 21:35:54
|
|
CVS patchset: 6843
CVS date: 2004/07/24 17:26:02
|
|
CVS patchset: 6835
CVS date: 2004/07/22 14:23:42
|
|
CVS patchset: 6816
CVS date: 2004/07/19 22:07:41
|
|
CVS patchset: 6803
CVS date: 2004/07/17 20:22:42
|
|
resizeViewOnVideoSizeChange, with corresponding semantic changes
CVS patchset: 6772
CVS date: 2004/07/05 05:26:12
|
|
Added keepsVideoAspectRatio and resizeViewToVideoSizeOnLoad attributes to
XineOpenGLView class
More accurate OpenGL mutex locking (we need to serialise any accesses to the
OpenGL context): this fixed a few more kernel panics for me
Changed any human-readable strings of "MacOSX" to "Mac OS X" (so maybe Apple
can award xine a Design Award next year with less qualms ;)
CVS patchset: 6770
CVS date: 2004/07/05 01:20:01
|
|
methods to NSWindow class, since they're generic to all windows
CVS patchset: 6760
CVS date: 2004/06/29 05:25:28
|
|
to call Xlib functions before xine to properly fill x11_visual_t
CVS patchset: 6755
CVS date: 2004/06/27 11:16:20
|
|
CVS patchset: 6753
CVS date: 2004/06/26 15:10:10
|
|
compile :)
CVS patchset: 6752
CVS date: 2004/06/26 15:09:35
|
|
from class to plugin context
CVS patchset: 6750
CVS date: 2004/06/26 14:47:34
|
|
CVS patchset: 6749
CVS date: 2004/06/26 13:52:20
|
|
maybe that helps.
- some indentation fixes
CVS patchset: 6745
CVS date: 2004/06/25 16:14:20
|
|
CVS patchset: 6741
CVS date: 2004/06/25 11:14:27
|
|
failure. Must not set procs to NULL directly as this could occur in the window between the video out loop testing and calling them. Cleanup the code for handling insufficient video memory.
CVS patchset: 6739
CVS date: 2004/06/24 13:06:57
|
|
as a global symbol, since end-applications which use xine-lib need to access
this data. (e.g. grep for 'Notification' in
/System/Library/Frameworks/WebKit.framework/Headers/ to see how this works).
CVS patchset: 6737
CVS date: 2004/06/23 02:25:42
|
|
CVS patchset: 6735
CVS date: 2004/06/22 22:03:11
|
|
CVS patchset: 6733
CVS date: 2004/06/22 16:08:07
|
|
Fix dealloc behaviour
Set fields to nil after releasing, to avoid stray messages
CVS patchset: 6732
CVS date: 2004/06/22 16:06:38
|
|
Added dealloc method
Removed unused opengl_context field
Added NSCoding functions, in preparation for Interface Builder palettization
Mac OS X XineVideoWindow:
Added dealloc method
CVS patchset: 6729
CVS date: 2004/06/22 08:25:24
|
|
Added #ifdef guards around video_window.h
Removed setContentSize: method from XineVideoWindow interface, since this
method is already present in NSWindow
Changed setKeepsAspectRatio: & keepAspectRatio's int arguments to BOOL
Added initWithContentSize: method
Added init method
CVS patchset: 6722
CVS date: 2004/06/21 15:07:00
|
|
Replaced fitToScreen method with windowWillUseStandardFrame:defaultFrame:,
since NSWindow's native zoom: method uses that to determine the zoomed side
Made new windowWillUseStandardFrame:defaultFrame: method center the screen
CVS patchset: 6719
CVS date: 2004/06/21 03:24:51
|
|
CVS patchset: 6714
CVS date: 2004/06/20 10:10:01
|
|
Renamed openGLView field to xineView
Renamed getGLView to xineView: putting 'get' in front of an accessor method
in Cocoa implies that the method gives you a _copy_ of the field, e.g. see
NSString's cString method vs its getCString method.
Removed displayTexture method, since XineOpenGLView has it
CVS patchset: 6707
CVS date: 2004/06/19 15:33:20
|
|
XineVideoWindow now properly keeps aspect ratio if requested
Moved set{Half,Normal,Double}Size methods from XineVideoWindow to
XineOpenGLView, since they more logically belong there
Changed setVideoSize in XineOpenGLView to only set the video size (and not
the view size)
Added setViewSize method to XineOpenGLView, to change the view size
Internal refactorings:
Removed width/height fields from XineVideoWindow: they were unnecessary,
since the width and height could be obtained via [self frame]
Renamed width/height fields to video_width/video_height in XineOpenGLView,
to reflect that they represent the height of the actual video, rather than the
view's size (which can always be obtained with [self frame] or [self bounds])
Added videoSize method to XineOpenGLView to get the actual video size
Changed isFullScreen, keepsAspectRatio, and initDone fields in
XineOpenGLView to BOOL rather than int
Apologies for the numerous changes in this one patch which may have been better
as a number of smaller, different patches. Much of the original intent of the
patch -- to fix the bugs that occured with aspect ratios -- dictated the
refactorings which took place. On the bright side, this patch 100%
regression-tested!
CVS patchset: 6706
CVS date: 2004/06/19 15:25:01
|
|
configure script status output. Add --disable-shm-default to README.solaris.
CVS patchset: 6705
CVS date: 2004/06/19 14:51:31
|
|
CVS patchset: 6704
CVS date: 2004/06/19 13:48:46
|
|
CVS patchset: 6703
CVS date: 2004/06/19 13:37:11
|
|
Removed inclusion of video_window.m from xineplug_vo_out_macosx plugin
CVS patchset: 6702
CVS date: 2004/06/19 13:26:29
|
|
than xine's thread, to avoid threading problems.
CVS patchset: 6701
CVS date: 2004/06/19 04:11:53
|
|
Added comment about why "-Wl,-framework -Wl,Cocoa" libtool options are needed
to src/video_out/(macosx)?/Makefile.am
CVS patchset: 6700
CVS date: 2004/06/19 04:07:38
|
|
property refers to an invalid WID. Tweak the mmap(2)ing code.
CVS patchset: 6698
CVS date: 2004/06/18 23:52:15
|
|
* some coding style issues
* malloc() only width * height * 2 bytes of data for texture buffers
(sorry for the broken comment in the last commit)
CVS patchset: 6696
CVS date: 2004/06/18 14:24:14
|
|
CVS patchset: 6695
CVS date: 2004/06/18 14:21:36
|
|
Andre Pang to make libtool >=1.5 work
- video_out_macosx.m: removed useless code
CVS patchset: 6676
CVS date: 2004/06/12 19:48:34
|
|
- Added support for fullscreen windows in two modes, one with cropping
(XINE_FULLSCREEN_CROP) and one with adding overscans
(XINE_FULLSCREEEN_OVERSCAN)
- New class methods to make the window resize to it's original dimensions
(setNormalSize) to make it half-sized (setHalfSize), double-sized
(setDoubleSize) or as large as possible (setFitToScreen)
- Support for keeping aspect ration when the user reshapes the window
manually (setKeepsAspectRatio, keepsAspectRatio)
CVS patchset: 6665
CVS date: 2004/06/10 11:54:54
|
|
CVS patchset: 6662
CVS date: 2004/06/08 20:48:35
|
|
(when this works in OSX, we can remove the PLUGIN_NO_UNLOAD flag from
video_out_macosx.m, but the support for this in the plugin loader seems
to be a good idea anyway)
CVS patchset: 6661
CVS date: 2004/06/08 20:44:27
|
|
CVS patchset: 6660
CVS date: 2004/06/08 20:38:30
|
|
CVS patchset: 6659
CVS date: 2004/06/08 20:34:13
|
|
"fixes building Xine with Fink's SDL tree on Mac OS X"
CVS patchset: 6658
CVS date: 2004/06/08 03:28:31
|
|
until we have a clear idea on how to get this working with all versions of automake.
CVS patchset: 6653
CVS date: 2004/06/06 20:06:17
|
|
CVS patchset: 6650
CVS date: 2004/06/06 16:38:45
|