dbaron%dbaron.org
|
e55dd20286
|
Accept anything from pkg-config --libs except -Wl,--export-dynamic. Patch from Patrick Welche <pw-fb@newn.cam.ac.uk>. r=cls sr=dbaron b=298455
|
2005-09-11 19:51:51 +00:00 |
dougt%meer.net
|
ef6cd24567
|
Fixing a bug in CreateProcess whereby if the imagename was null, CreateProcessW was not called. Adding ShellExecute, ExpandEnvironmentStrings and ExpandEnvironmentStrings(A|W). WINCE only.
|
2005-09-02 18:05:04 +00:00 |
dougt%meer.net
|
dc5fbb0b95
|
WINCE ONLY. Shortcut mozce_ExtSelectClipRgn by mapping RGN_COPY to SelectClipRgn. Adding stubbed out versions of OleInitialize and OleUninitialize. Mapping MA_NOACTIVATE and MA_ACTIVATE to 1. Mapping WM_MOUSEACTIVATE to WM_ACTIVATE
|
2005-08-31 07:36:05 +00:00 |
dougt%meer.net
|
158e0e7a77
|
odd thing. implemeting getmessage and/or peekmessage significantly slows down products. The reason we implemented these functions was to be able to implement GetMessageTime() However, even with a broken GetMessageTime() we appear to function okay. WINCE only.
|
2005-08-21 01:14:17 +00:00 |
mark%moxienet.com
|
595b2bee4b
|
Bug 302080, HFS+ volume header's finder info openfolder field is not being set when packaging on Panther because bless won't work there. Go back to using makehybrid, which is better, but pass it arguments in the form it's actually expecting. r=smfr
|
2005-08-18 15:56:24 +00:00 |
mark%moxienet.com
|
233df9901b
|
#! cleanup from bug 302080
|
2005-08-18 13:51:08 +00:00 |
mark%moxienet.com
|
4e19563146
|
Bug 302080, Mac products need to display EULA. New Mac dmg packager, EULA resources, dmg backgrounds, and icons. Also fixes 180837, 257854, 283598. r=josh sr=smfr sr=bryner
|
2005-08-18 13:11:46 +00:00 |
dougt%meer.net
|
5307a7e218
|
Removing mozce_PeekMessageA
|
2005-08-16 23:20:09 +00:00 |
dougt%meer.net
|
bb3f66468b
|
Correctly implement GetMessageTime() by having PeekMessage w/ PM_REMOVE and GetMessage story the msg time.
Implements GetWindowPlacement
Wince only.
|
2005-08-16 19:18:10 +00:00 |
dougt%meer.net
|
5b1577c9ce
|
WinCE only.
Defines off_t. Also adding env var for TMP directory.
|
2005-08-15 06:21:25 +00:00 |
dougt%meer.net
|
a95d6e2b44
|
Adding a new file 'clipboard.cpp' to hold all of the ole clipboard stuff. also implemented data object to handle copying data between apps. npodb
|
2005-08-11 02:43:21 +00:00 |
dougt%meer.net
|
483ad9c561
|
Ensure we don't crash. NPODB.
|
2005-08-11 00:52:19 +00:00 |
dougt%meer.net
|
c9f13be63a
|
Implementing some of the OLE Clipboard functions. NPODB.
|
2005-08-11 00:41:50 +00:00 |
dougt%meer.net
|
57ba466334
|
During debug, toss up a OOM dialog during a failed loadlibrary. NPODB
|
2005-08-04 16:48:59 +00:00 |
dougt%meer.net
|
50785cd5a5
|
NPODB. I am not sure if we need to set the stack so high. Testing without increase the stack beyond default seams to offer no change.
|
2005-08-04 15:58:27 +00:00 |
dougt%meer.net
|
99eb50b061
|
Mapping _mkdir, _fdopen, _open, to existing mozce_ apis. Adding SmartPhone tools to build process. NPODB
|
2005-07-26 22:22:59 +00:00 |
dougt%meer.net
|
902eac82ab
|
Remove cast, and actually convert char. npodb
|
2005-07-25 16:03:38 +00:00 |
dougt%meer.net
|
6bd3bb2a87
|
adding back 1mb stack commit. npodb
|
2005-07-23 04:39:16 +00:00 |
dougt%meer.net
|
f3a6836404
|
Shunt timeline getenv support. npodb
|
2005-07-23 04:38:02 +00:00 |
dougt%meer.net
|
ece258b392
|
If GetClipRgn() returns 1 (there is a current clipping region�) it never is selected as the current clipping region, and all the logic that depends on the value of the result of that selection (being SIMPLEREGION, COMPLEXREGION, etc) all evaluates to 1 -> which is NULLREGION. patch by Mark Boudreau.
|
2005-07-15 17:13:56 +00:00 |
dougt%meer.net
|
df7e5a8624
|
Adding SP build tools. Files by Brad Lassey.
|
2005-07-12 19:19:18 +00:00 |
dougt%meer.net
|
9cf1690a0c
|
Fixing logic. patch by Brad Lassey
|
2005-07-11 19:37:39 +00:00 |
dougt%meer.net
|
a48c9b7d35
|
Optimizes ExtSelectClipRgn. patch by Mark Boudreau. r=dougt
|
2005-07-11 15:32:07 +00:00 |
roc+%cs.cmu.edu
|
27a989f7fc
|
Bug 294507. Fix configure warning. r=cls,a=asa,patch by Wolfgang Rosenauer
|
2005-07-07 18:24:39 +00:00 |
dougt%meer.net
|
d7c2d2e639
|
Adding _mbsicmp implementation. Also adding ENOSYS shunt.
|
2005-07-07 18:21:16 +00:00 |
dougt%meer.net
|
54e5877936
|
fixing CreateMutexA name
|
2005-07-06 20:44:27 +00:00 |
dougt%meer.net
|
bbe7cf6492
|
Add CreateMutexA to the shunt
|
2005-07-06 05:15:55 +00:00 |
roc+%cs.cmu.edu
|
334be28567
|
Bug 294747. Get required NSPR version from system NSPR if building with system NSPR. r=caillon,a=benjamin, patch by Wolfgang Rosenauer
|
2005-07-05 23:21:52 +00:00 |
dougt%meer.net
|
d6e18fc4bf
|
Fixing up stream io. Adding IEXEC define. npodb
|
2005-07-01 20:40:46 +00:00 |
dougt%meer.net
|
4d29208f2a
|
dropping the commit stack size to use default. removing LINK env var before calling link to avoid recursive death.
|
2005-07-01 20:32:30 +00:00 |
dougt%meer.net
|
7f0d4b2878
|
Updating wince toolchain source code. NPODB
|
2005-06-29 15:21:00 +00:00 |
roc+%cs.cmu.edu
|
41bf2924b1
|
Bug 288438. Turn off SVG <foreignobject> because it's pretty broken. r=benjamin,sr=dbaron,a=benjamin,patch by jwatt,tor and roc
|
2005-06-29 03:51:44 +00:00 |
dougt%meer.net
|
f66316913e
|
Adding LR_LOADFROMFILE
|
2005-06-28 20:23:39 +00:00 |
dougt%meer.net
|
dd945eb6ed
|
Masking out RDW_NOINTERNALPAINT. NPODB
|
2005-06-28 06:25:59 +00:00 |
dougt%meer.net
|
8d0462c2aa
|
createDC can accept a null init data. We need to handle this or crash.
|
2005-06-22 05:18:46 +00:00 |
dougt%meer.net
|
e91e8b22c2
|
Implementing |access|. Disabling NSPR all:5 logging during debug. Indicating that VerQueryValue is not a complete impl. via debug output.
|
2005-06-14 17:11:19 +00:00 |
dougt%meer.net
|
a01d20829c
|
Cleans up font enumeration. Implements TextOutA. Implements SetWindowTextA. Remaps lstr* functions. NPODB
|
2005-06-10 17:43:15 +00:00 |
cls%seawood.org
|
2f8def85e9
|
Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
|
2005-06-02 04:00:37 +00:00 |
roc+%cs.cmu.edu
|
4b7e260bb2
|
Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer
|
2005-06-01 13:34:37 +00:00 |
dougt%meer.net
|
d5ddbba31a
|
Cleans up EnumChildWindows implementation. Implements IsIconic correctly. Breaks EnumThreadWindows. I stubbed out printf all together. I think that there is a bug in EVC's varargs which crash us. Fixes up ExtTextOut to correctly calculate length. Not part of normal build
|
2005-05-25 16:03:27 +00:00 |
bsmedberg%covad.net
|
f85d414669
|
Backout the make-diskimage changes from bug 287262, since they are causing problems on seamonkey tinderbox "barcelona". r+a=chase
|
2005-05-18 14:19:36 +00:00 |
bsmedberg%covad.net
|
73c2f5127d
|
Bug 287262 - build locales by starting with the en-US packages (mac bits) r=Chase (build/packaging bits only, a=Chase)
|
2005-05-05 12:38:27 +00:00 |
dougt%meer.net
|
35ec26bc1b
|
Adding fileno to shunt. Windows CE is broken and fileno returns a void*. Windows CE only.
|
2005-04-29 04:50:36 +00:00 |
dougt%meer.net
|
dbb256bb0f
|
Windows CE Only. Implementing _fullpath and getcwd
|
2005-04-27 23:11:37 +00:00 |
dougt%meer.net
|
79b2e2f545
|
Don't print the arguments during compile. WinCE only
|
2005-04-25 18:03:17 +00:00 |
dougt%meer.net
|
05764499bd
|
Checking in the WindowsCE tool wrappers for mozilla. This isn't part of the regular build.
|
2005-04-25 15:29:24 +00:00 |
dougt%meer.net
|
1e491df41d
|
Adding a few missing registry functions. WINDOWS CE ONLY. Not Part of the normal build
|
2005-04-22 19:36:37 +00:00 |
dougt%meer.net
|
844e4cfc58
|
Build changes for windows ce. With this patch, configure correctly
produces working a autoconf.mk file.
r=benjamin@smedbergs.us
sr+a=dbaron@mozillafoundation.org
b=291229
|
2005-04-22 19:06:27 +00:00 |
cbiesinger%web.de
|
e62643dfbd
|
Bug 256988 firefox pkg-config files reference mozilla-xpcom and mozilla-nspr.
use MOZ_APP_NAME in the pkgconfig files
patch by Christian Persch <chpe@gnome.org> r+a=shaver
|
2005-04-22 17:11:13 +00:00 |
dougt%meer.net
|
9f3dee1b03
|
Defaulting SetCurrentDirectory to ASCII. Windows CE only. NOT PART OF DEFAULT BUILD
|
2005-04-20 23:06:46 +00:00 |