search for: stimpson

Displaying 20 results from an estimated 20 matches for "stimpson".

Did you mean: simpson
2013 May 21
3
off topic
I hope this off topic post is ok I just find out this new service that provides free internet and free device
2000 Dec 15
1
AIX + ogg123
.... for Computing Machinery U of M Supercomputing Institute for | University of Minnesohta Digital Simulation and Advanced Computation | dopp@acm.cs.umn.edu "Look! It's my magic nose goblins!" -- Stimpy "I finally get a good look at 'em!" -- Sven - Stimpson J. Cat and Sven Hoek in "Sven Hoek" -------------------------------------------------------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-re...
2013 Jan 18
8
migrate from physical disk problems in xen
I''ve been trying to migrate a win nt 4 machine to a xen domu for the past few months with no success. However, on my current attempt, the original hardware no longer boots, so I''m trying to resolve the issues with xen properly, or else take a long holiday... Anyway, the physical machine had a 9G drive (OS drive), a 147 G drive (not in use) and a 300G drive (all SCSI Ultra320 on
2007 Aug 10
0
Wine release 0.9.43
...for dlls with no imports. Avoid non-portable Unix mode bits macros. make_makefiles: Add check for incorrect module name. ntdll: Load dll from the directory containing the manifest for local assemblies. user32: Erase parent window when child is hidden. From a patch by Clinton Stimpson. advapi32/tests: Don't test the contents of an uninitialized buffer. configure: Add -m32 flag for C++ compiler too. ntdll: Relax the activation context size check. user32: Store all builtin winprocs at the start of the array. make_makefiles: Added support for updat...
2007 Apr 27
0
Wine release 0.9.36
...ned3d: Fix drawStridedSlow typo. Chia-I Wu (1): kernel32: Fix non-terminated separator string. Chris Robinson (2): quartz: Create DirectSound device and buffer at filter creation and connection respectively. quartz: Partially implement the MPEG 1 Stream Splitter filter. Clinton Stimpson (1): riched20: Set modify state when removing text. Damjan Jovanovic (1): mapi32: MAPIAdminProfiles stub. Dan Hipschman (4): widl: Add --prefix-* options (take 3). rpcrt4: Add tests for RPC and widl generated code. widl: Declare fixed-size array args as pointers to a...
2006 Nov 24
0
Wine release 0.9.26
...atl: Implement AtlRegisterLoadTypeLib. atl: Implement AtlModuleRegisterServer. Byeong-Sik Jeon (1): user32: Update the edit control when the IME composition string is emptied. Christoph Frick (1): dinput: Simplify the code that finds the offset of the given linux event. Clinton Stimpson (1): riched20: Fix key handling in dialogs. Detlef Riekenberg (8): localspl: Implement ConfigurePort. localspl: Replace number with a defined value (static buffer size). localspl/tests: Add test for ConfigurePortW. shell32: Fix a function name in a comment. kern...
2006 Dec 22
0
Wine release 0.9.28
...ut: Silently ignore DIPROP_CALIBRATIONMODE. dinput: Ensure that the size of the dev caps pointer is large enough - no exact. dinput: Utilize IDirectInputDevice2AImpl_Acquire/Unacquire. dinput: Set the correct size for the old dinput joystick. dinput: Drop magic int. Clinton Stimpson (5): usp10: Add tests and fix for ScriptXtoCP . usp10: Implement ScriptStringAnalyse. usp10: Implement ScriptStringFree. usp10: Implement ScriptStringXtoCP. usp10: Implement ScriptStringCPtoX. Detlef Riekenberg (7): localspl/tests: Add tests for XcvOpenPort....
2007 Mar 30
0
Wine release 0.9.34
...quartz: Propogate transform filter errors upstream. quartz: Return proper CLSID for parser filters. quartz: Protect DSound buffer creation with a critical section lock. winemp3: Clear stream buffers when the stream is reset. quartz: Add filters using their names. Clinton Stimpson (1): riched20: Fix text replacement with text limit. Damjan Jovanovic (2): ws2_32: In some cases send should block until the entire buffer is sent. ws2_32: WSASendTo should always re-enable the FD_WRITE event. Detlef Riekenberg (7): libs/wine: Use xstrdup to avoid duplicat...
2007 Mar 02
0
Wine release 0.9.32
...quartz: Initialize a pointer to NULL for the case of no enumerated filters. quartz: Don't release filters when they connect. quartz: Implement IUnknown methods for IMediaPosition. Christian Costa (1): winealsa: Recognize alsa application ports as generic midi ports. Clinton Stimpson (1): user32: Add another test for GetUpdateRect(). Detlef Riekenberg (12): regedit: Enable WM_RBUTTONDOWN to set the splitbar. localspl: Implement GetTransmissionRetryTimeout for XcvDataPort. localspl/tests: Add tests for XcvDataPort_GetTransmissionRetryTimeout. local...
2006 Dec 08
0
Wine release 0.9.27
...patch. Chris Robinson (3): wgl: Don't return prematurely if ConvertPixelFormatWGLtoGLX receives an invalid pixel format. wgl: Fix for missing NV GLX extension. wgl: Implement wglGetPixelFormatAttribfvARB. Christian Gmeiner (1): setupapi: Added AssertFail stub. Clinton Stimpson (2): riched20: Only send EN_CHANGE when it is supposed to be sent. comctl32: Destroy header information on WM_NCDESTROY instead of WM_DESTROY. Damjan Jovanovic (1): ws2_32: Added tests for closesocket cancelling pending I/O operations. Detlef Riekenberg (14): spoolss: Impl...
2008 Nov 07
0
Wine release 1.1.8
...g: Set default windows version to XP. advapi32/tests: fix a couple failures on Vista. crypt32: fix a test failure on Free/PC-BSD. wininet: Change a couple fixme's to warn's. Bobby Bingham (1): gdi32: Add support for the GGO_UNHINTED flag in GetGlyphOutline. Clinton Stimpson (1): comctl32: Fix getting of min size of monthcal when changing font. Damjan Jovanovic (1): winemenubuilder: Generate icons in winemenubuilder instead of wineshelllink. David Adam (3): d3dx8: Implement ID3DXMatrixStack_GetTop(). d3dx8: Implement ID3DXMatrixStack_LoadIdent...
2007 Sep 28
0
Wine release 0.9.46
...indows that already have one. winex11.drv: Load the XComposite extension when available. wgl: Override glFinish and glFlush. winex11: Be compatible with older XComposite headers. Christian Gmeiner (1): advapi32: fix some compiler warnings when using -Wsign-compare. Clinton Stimpson (4): riched20: Add test for event masks and notifications. riched20: Add tests for text limit behavior. riched20: Adjust event mask when sending EN_CHANGE notification. riched20: Only WM_CHAR respects text limit. Dan Hipschman (11): widl: Fix alignment comments....
2008 Mar 21
0
Wine release 0.9.58
...3d: Add a device uuid. Austin English (1): kernel32: Spelling fixes. Chris Robinson (1): quartz: Don't print errors for handled return values. Christopher Berner (1): user32: Make LoadStringW pass tests. Cihan Altinay (1): ddraw: Fix refcounting of palettes. Clinton Stimpson (1): user32: Test processing of expose events. Dan Hipschman (14): qmgr: Add critical sections for jobs and files. qmgr: Add infrastructure for background file transferring. qmgr: Implement local file background "downloads." kernel32: Add the MOVEFILE_WRITE_...
2007 Jan 09
0
Wine release 0.9.29
...report Shader Model 2.0 or higher. wined3d: state_pointsprite should apply to all texture units. Christoph Bumiller (3): wineded3: dirtyend set to more than resource size. ddraw: Fix the AddViewport thunk. wined3d: Sampler variables wrongly named 'shader'. Clinton Stimpson (2): usp10: Implement ScriptStringGetLogicalWidths. usp10: Downgrade fixme's to trace's with comments. Colin Pitrat (1): msxml: nextNode and reset functions. Detlef Riekenberg (5): winspool: Support the local computername as servername for OpenPrinter. winspo...
2007 Jan 25
0
Wine release 0.9.30
...g of the device. dinput: Move the config for the buttons from the JoyDev into the JoystickImpl. dinput: Add a config for the axes. dinput: No longer check for value exceeding have(min|max) in map_axis. dinput: Calc more caps infos ahead and store it in JoystickImpl. Clinton Stimpson (2): riched20: Fix modification state for several operations. riched20: Fix crash undoing a paste. Detlef Riekenberg (20): winspool: Support monitors without a name. winspool: Support Xcv for ConfigurePortW. comdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16....
2007 Feb 16
0
Wine release 0.9.31
...ader_glsl_mov. quartz: Properly handle input parameters in FileSource_GetCurFile. quartz: Remove 1GB AVI size limitation. wine.inf: Add quartz.dll to the list of installed fake DLLs. quartz: Loop through the rest of the possible filters even when a connection fails. Clinton Stimpson (2): user32: WM_SETFONT on button doesn't repaint directly. user32: Add test cases for update rects affected by ShowWindow. Damjan Jovanovic (6): libwine_port: Added interlocked_cmpxchg64. ntdll: Slist support. msvcrt: Align struct _stati64's st_size on an 8 b...
2009 Apr 03
1
LSS16 mime
G'day, I created a file to add mime-type detection for lss16 images... All you need to do is put it (unzipped) in /usr/share/mime/packages (or your equivalent) and run: update-mime-database -V /usr/share/mime Then you can just associate lss images with Mtpaint, to make life easier... Note: - I didn't know about the name (lss vs. lss16), so I just went by what the "file"
2012 Dec 21
0
XFCE auto login failure
Hi, We have a strange problem here and I hope someone can help. I have a Xubuntu 12.04 host holding a Xubuntu 12.04 guest. They are both configured to auto login at boot and have identical /etc/lightdm/lightdm.conf files. The guest has a VNC console. The host boots and logs in fine. When I watch the guest boot over VNC, it goes through the boot messages, black screens for a second then
2012 Dec 21
0
Guest xfce4 auto login failure
Hi, We have a strange problem here and I hope someone can help. I have a Xubuntu 12.04 host holding a Xubuntu 12.04 guest. They are both configured to auto login at boot and have identical /etc/lightdm/lightdm.conf files. The guest has a VNC console. The host boots and logs in fine. When I watch the guest boot over VNC, it goes through the boot messages,  black screens for a second then sits
2013 Apr 11
0
VGA passthrough and new nVidia cards
Hi, I''m trying to build a (probably) secondary graphics passthrough install on an HP Z420. We don''t need earth-shattering performance. Unfortunately, the cards on the Xen tested list are going EOL and won''t be available from HP for the lifetime of the product we are building. HP have said that the approved graphics cards for the Z420 going forward are the nVidia