search for: filedlg

Displaying 12 results from an estimated 12 matches for "filedlg".

Did you mean: filed
2004 Sep 08
2
Running microsoft vss under wine
Hello, I am using wine on RH9. I am running Visual Source Safe like thus wine --ssexp.exe THe VSS GUI starts OK. the Visual Source Safe database is on Windows Partition. This Windows Partition is mounted on my Linux like thus: mount -t nfs -o rw,nolock 192.168.0.77:/mnt/server/Share /mnt/vss I am able to launch a VSS session : I can successfully check out and check in files (I point my
2016 Jul 08
0
Wine release 1.9.14
...pd.h> to fix building against the macOS 10.12 SDK. Kim Malmo (1): po: Update Norwegian translation. Kirill K. Smirnov (1): winex11.drv: Fix an uninitialized variable (clang). Lauri Kenttä (4): po: Update Finnish translation. comdlg32: Init clipboard format only once in filedlg. comdlg32: Avoid generating filenames twice in filedlg. comdlg32: Avoid repeated GlobalLock etc in filedlg. Marcus Meissner (1): dwrite: Use correct collection (Coverity). Matteo Bruni (3): d3dx9_42: Drop D3DXGatherFragments* exports. d3dx9: Sync ordering of D3DXComp...
2005 Oct 22
0
Wine 20050930 and Barbie Beauty Styler
...0x20680000-20688000 Deferred prntband ELF 0x2369a000-236c5000 Deferred winspool.drv<elf> \-PE 0x236a0000-236c5000 \ winspool.drv ELF 0x24cb0000-24cb2000 Deferred xlcutf8load.so.2 PE 0x25350000-25357000 Deferred filedlg ELF 0x25802000-25806000 Deferred libxrandr.so.2 ELF 0x25806000-2580e000 Deferred libxrender.so.1 ELF 0x26cc1000-26d13000 Deferred dsound<elf> \-PE 0x26cd0000-26d13000 \ dsound ELF 0x270d1000-27168000 Deferred co...
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...%(arg-type)Point% pos = DEFAULT_POSITION) </del><ins>+ %(arg-type)Integer% style = FD_DEFAULT_STYLE, + %(arg-type)Point% pos = DEFAULT_POSITION, + %(arg-type)Size% sz = DEFAULT_SIZE, + %(arg-type)String% name = "filedlg") </ins><span class="cx"> </span><span class="cx"> Constructor. Use "FileDialog#show_modal":filedialog.html#FileDialog_showmodal to show the dialog. </span><span class="cx"> </span><span class="lines&qu...
2004 Jan 08
3
pictorG
...self.show_pics() #if e.get_item == @cat.root } @pic=Pictures.new(splitter) splitter.split_vertically @cat,@pic,150 #set_auto_layout(TRUE) # Statusbar create_status_bar() # Events evt_menu(ID_NEW) {message_box "New db"} evt_menu(ID_OPEN) { filedlg=FileDialog.new(self,''Open catalog'','''','''',''Picture organizer catalog *.poc|*.poc'',OPEN|CHANGE_DIR).show_modal} evt_menu(ID_SETROOT) { dirdlg=DirDialog.new(self,''Catalog base dir'',@root_dir) self...
2018 Jul 09
0
Wine release 3.12
...iard (8): schedsvc: Only restart the directory watch once we've received data. user32: Don't copy window bits to or from the dummy surface. server: Add a couple of rectangle helper functions. server: Don't clip update regions to the desktop window. comdlg32/filedlg: Resize the Places toolbar along with the dialog. comctl32/taskdialog: Fix pointer cast warnings. user32/tests: Remove a duplicate todo test. user32: Update RedrawWindow behavior with explicit desktop window handle. Alistair Leslie-Hughes (2): user32: Support SPI_S/GETAUDIO...
2011 Apr 08
0
Wine release 1.2.3
...ng convention fixes. Vincent Povirk (2): oleaut32: Deserialize VT_BOOL as 2 bytes, not 4. wininet: Use LIST_FOR_EACH_SAFE in a loop where we can delete an entry. Wolfram Sang (2): winex11.drv: In GetDIBits() with DIB sections, always use dibpitch from the target. comdlg32: Filedlg should not add extension if it contains a glob. ?ukasz Wojni?owicz (3): avifile: Update Polish translation. taskmgr: Update Polish translation. winecfg: Update Polish translation. -- Alexandre Julliard julliard at winehq.org
2009 Dec 18
0
Wine release 1.1.35
...date item width every time new item is inserted. shell32: Fix some trace typos. comctl32/treeview: Use additional helper for item invalidation. comctl32/treeview: Remove some forward declarations. comctl32/tests: Get rid of static handles, split tests finally. comdlg32/filedlg: Fix a lookin combo data leak. comdlg32/filedlg: Fix a find file handle leak. oleaut32/tests: Fix a couple of leaks in tests. comctl32/treeview: Fix mouse tracking request code. comctl32/treeview: Fix default colors set on creation. comctl32/treeview: Draw +/- signs wi...
2011 Feb 04
0
Wine release 1.3.13
...ion. Vitaliy Margolen (4): dinput: Combine ASCII and Unicode device create callbacks. Add tests. dinput: Fix typo. Found by clang. dinput: Return correct error code for DIPROP_VIDPID. dinput: Ignore EV_MSC events instead of printing fixme. Wolfram Sang (1): comdlg32: Filedlg should not add extension if it contains a glob. max at mtew.isa-geek.net (1): ntdll: Correct 'b' parameter descriptions for _alldiv and _aulldiv. -- Alexandre Julliard julliard at winehq.org
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...gt;<span class="cx"> </span><span class="lines">@@ -444,7 +503,7 @@ </span><span class="cx"> Example: </span><span class="cx"> </span><span class="cx"> </span><del>- FileDialog FileDlg( this, "Choose Image", ::GetWorkingDirectory(), "", _("Image Files ") + Image::GetImageExtWildcard(), OPEN ); </del><ins>+ FileDialog FileDlg( this, "Choose Image", ::GetCwd(), "", _("Image Files ") + Image::GetImageExtWild...
2007 Jan 25
0
Wine release 0.9.30
...pl. 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.c. winspool/tests: Use a more generic name for a variable. winspool: Support xcv in DeletePortW. winspool: Support xcv in AddPortW. winspool: Improve trace for ClosePrinter. winspool: More error checks for XcvDataW. winspool/tests: Fix tests for Enum...
2002 Oct 05
6
Problems with installing
...updown.c rsrc.rc make[2]: Leaving directory `/home/wayne/wine2/wine/dlls/comctl32' cd `dirname commdlg/__depend__` && make depend make[2]: Entering directory `/home/wayne/wine2/wine/dlls/commdlg' ../../tools/makedep -I. -I. -I../../include -I../../include -C. cdlg32.c colordlg.c filedlg.c filedlg95.c filedlgbrowser.c finddlg.c finddlg32.c filetitle.c fontdlg.c generic.c printdlg.c rsrc.rc make[2]: Leaving directory `/home/wayne/wine2/wine/dlls/commdlg' cd `dirname crtdll/__depend__` && make depend make[2]: Entering directory `/home/wayne/wine2/wine/dlls/crtdll' ....