Displaying 7 results from an estimated 7 matches for "minwidth".
Did you mean:
binwidth
2019 May 05
2
How to get CLang array alloca alignments to be smaller than 16 bytes?
> Are you looking in Clang's source, and that from the same 7.0 version?
Yes, I am, and it’s the same version (7.0.1).
“LargeArrayMinWidth” is only on the following files:
TargetInfo.cpp
TargetInfo.h
So I still think there’s something else that makes the difference on the x86 target.
Anyway, I will now investigate other targets as my temporary frontend. It is right that other targets do not create such big alignments.
Thanks for...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...r
-
- var f1:Text = new Text();
- f1.text = "View data between";
- dateBar.addChild(f1);
-
- startDateField = new DateField();
- startDateField.selectedDate = t1;
- startDateField.editable = true;
- startTimeField = new TextInput();
- startTimeField.minWidth = 50;
- startTimeField.maxWidth = 50;
- startTimeField.text = pad(t1.hours) + ":" + pad(t1.minutes);
- dateBar.addChild(startTimeField);
- dateBar.addChild(startDateField);
- var f2:Text = new Text();
- f2.text = "and";
- dateBar.addChild(f2);...
2019 May 05
2
How to get CLang array alloca alignments to be smaller than 16 bytes?
...searches. I suppose this can be reported as a bug of the Cmake configuration files for xCode.
John
> On 5 May 2019, at 22:01, Tim Northover <t.p.northover at gmail.com> wrote:
>
> On Sun, 5 May 2019 at 19:41, Joan Lluch <joan.lluch at icloud.com> wrote:
>> “LargeArrayMinWidth” is only on the following files:
>>
>> TargetInfo.cpp
>> TargetInfo.h
>
> OK, so I've downloaded the official Clang released source
> (https://releases.llvm.org/7.0.0/cfe-7.0.0.src.tar.xz), and:
>
> $ tar xvf Downloads/cfe-7.0.0.src.tar.xz
> [...]
> $ c...
2011 Apr 14
1
a little problem with extJS & log in form
...ion(form, action)
{Ext.Msg.alert(''Error'', action.result.msg)}
});
}
}]
});
var loginWindow = new Ext.Window({
title: ''Login'',
width: 300,
height:140,
closable:false,
minWidth: 300,
minHeight: 140,
layout: ''fit'',
id: ''userform'',
plain:true,
modal:true,
bodyStyle:''padding:5px;'',
items: userform
});
Ext.onReady(function(){
loginWindow.show(...
2006 Apr 10
24
Proposal of "Resizable" javascript library
Hi, All.
I''ve developed the small javascript library to make the widgets
"resizable". Please try attached file or following URL
URL: http://221.112.61.214/~kzk/others/mixi/resizer.html
Now I wish script.aculo.us developers to merge this into the
"script.aculo.us". Is there any chance of merge? Is this a right
place to ask this question?
Thanks in advance.
Kazuki
2014 Sep 05
0
Wine release 1.7.26
...et_cookie.
wininet/tests: Fixed most tests on IE11.
wininet/tests: Always use test.winehq.org instead of www.codeweavers.com in tests.
wininet/tests: Fixed security flags tests on IE11.
wininet/tests: Fixed more tests on IE11.
Jactry Zeng (1):
mshtml: Add IHTMLStyle5::minWidth property implementation.
Johannes Brandst?tter (1):
wined3d: Fix trace output of emulated_textureram.
Jonathan Vollebregt (1):
reg.exe: Fix stack overflow on large registry keys.
Matteo Bruni (14):
d3dx9: Properly evaluate fallbacks for luminance texture formats in D3DXCheckTex...
2010 Aug 20
0
Wine release 1.3.1
...vw: Update French translation.
shdocvw: Update French translation.
mshtml: Update French translation.
jscript: Update French translation.
ipconfig: Add French translation.
Gerald Pfeifer (2):
comctl32: Merge is_textT and is_textW into a single is_text.
d3dx9_36: minwidth and minheight are set but not used in point_filter_simple_data; remove them.
Hans Leidekker (7):
mscms/tests: Mark some win98 test results as broken.
msi/tests: Fix some WoW64 test failures.
msi/tests: Use HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE for registry tests....