Commit Graph

53979 Commits

Author SHA1 Message Date
ramiro%netscape.com
8e448ca0aa Move getStringFromResource() to XFE_RDFUtils.
git-svn-id: svn://10.0.0.236/trunk@12573 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 14:28:42 +00:00
ramiro%netscape.com
b2789762d5 Move XmString utilities to XFE_RDFUtils.
git-svn-id: svn://10.0.0.236/trunk@12572 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 14:19:37 +00:00
ramiro%netscape.com
e116d0734f Move a bunch of ht_ utilities to RDFUtils.
git-svn-id: svn://10.0.0.236/trunk@12571 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 14:09:43 +00:00
dcone%netscape.com
a5b68a51d4 added the gfx:public:manifest exection
git-svn-id: svn://10.0.0.236/trunk@12570 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 13:51:13 +00:00
dcone%netscape.com
ec4e745fd7 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@12569 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 13:50:27 +00:00
ramiro%netscape.com
d3f5a11ce2 Added RDFUtils.cpp.
git-svn-id: svn://10.0.0.236/trunk@12568 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 13:50:01 +00:00
ramiro%netscape.com
62d99fd16c Move utility functions to their own class.
git-svn-id: svn://10.0.0.236/trunk@12567 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 13:48:15 +00:00
ftang%netscape.com
561fb77158 Change IsUTF8String more restrict. Do not allow surrogate char encode as UTF8
git-svn-id: svn://10.0.0.236/trunk@12566 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 13:21:31 +00:00
ftang%netscape.com
4846ccbd06 fix 327917
git-svn-id: svn://10.0.0.236/trunk@12565 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 12:22:41 +00:00
ftang%netscape.com
08f8c7b913 fix 327919
git-svn-id: svn://10.0.0.236/trunk@12564 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 12:17:05 +00:00
ftang%netscape.com
1413e61bb7 change the drawing routine to INTL one
git-svn-id: svn://10.0.0.236/trunk@12563 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 12:10:59 +00:00
ftang%netscape.com
3d1105a304 break one line into two line so ftang could easily verify UTF8 text drawing before implement
better Unicode drawing function


git-svn-id: svn://10.0.0.236/trunk@12562 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 12:08:58 +00:00
ftang%netscape.com
e81453f9cc fix crop problem for multibyte charset in WFE DrawTextEx
git-svn-id: svn://10.0.0.236/trunk@12561 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 12:06:53 +00:00
ftang%netscape.com
78c4ef3027 implement better DrawTextW
git-svn-id: svn://10.0.0.236/trunk@12560 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 12:01:51 +00:00
ramiro%netscape.com
a6d8a01dbe Fix IRIX dumbass-ness.
git-svn-id: svn://10.0.0.236/trunk@12559 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 11:35:41 +00:00
ramiro%netscape.com
09445da482 Kepp track of the ht resource that created the item. Make the urlbar
useable.


git-svn-id: svn://10.0.0.236/trunk@12558 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 10:19:42 +00:00
ramiro%netscape.com
2c4799cb6a Add getURL(). This is needed for the new configurable rdf toolbars which
dont know anything about BrowserFrame.  They know about Frame and they
need to cann getURL().  So im putting it here and making it a virtual noop
by default.


git-svn-id: svn://10.0.0.236/trunk@12557 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 10:18:56 +00:00
ramiro%netscape.com
a27d9ef42b Add XfeComboBoxSetTextString().
git-svn-id: svn://10.0.0.236/trunk@12556 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 10:09:30 +00:00
cls%seawood.org
d4cf794f56 Changed /bin/true to : to fix problems with true being in /usr/bin/true.
Added -mieee-with-inexact to CFLAGS for Linux Alpha to fix FPU problems.  Thanks to Steve Willis <steve@redhat.com> for this fix.


git-svn-id: svn://10.0.0.236/trunk@12555 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 08:31:19 +00:00
jonas.utterstrom%vittran.norrnod.se
85ddbf48a3 Added Mail stub functions to avoid linking errors.
git-svn-id: svn://10.0.0.236/trunk@12550 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 07:18:21 +00:00
ramiro%netscape.com
b82a67ec4d Here are some changes to the XFE Tab code. The existing code has a
bug: in case the bounds are crossed to start, it goes on a big loop
which takes a long time.  Probably this should not happen normally,
but it can't hurt to guard against it.
Thanks to Joe Keane <jgk@jgk.org> for providing the fix.


git-svn-id: svn://10.0.0.236/trunk@12549 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 06:36:18 +00:00
ramiro%netscape.com
01d32f802c Patch to make RDF menus a lot faster. They are a lot faster now!
Thanks to skinny <skinny@knowhere.net> for providing the patch.


git-svn-id: svn://10.0.0.236/trunk@12548 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 06:26:30 +00:00
jfrancis%netscape.com
ec4e8ae657 fixing some printing probs with forms and adding javascript support for html textarea form elements (ENDER)
git-svn-id: svn://10.0.0.236/trunk@12547 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 04:59:04 +00:00
jfrancis%netscape.com
97a581c802 fixing some printing bugs for HTML forms
git-svn-id: svn://10.0.0.236/trunk@12546 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 04:57:12 +00:00
racham%netscape.com
7f5458a00a Saved global information about paths in the parent varaibles
git-svn-id: svn://10.0.0.236/trunk@12544 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 23:52:17 +00:00
racham%netscape.com
4e2f5b2591 Increased the options box width appropriately
git-svn-id: svn://10.0.0.236/trunk@12543 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 23:51:01 +00:00
racham%netscape.com
7119ca03d7 Adjusted parentheses in the options box
git-svn-id: svn://10.0.0.236/trunk@12542 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 23:48:18 +00:00
racham%netscape.com
f2e54cb30b Fixed file save bug
git-svn-id: svn://10.0.0.236/trunk@12541 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 23:45:26 +00:00
waterson%netscape.com
fa809ac509 Progress bar changes, langed from PROGRESS_19981006_BRANCH. a=ramiro
git-svn-id: svn://10.0.0.236/trunk@12540 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 20:30:20 +00:00
buster%netscape.com
86cad4cf3a WIP for inner table incremental reflow
lots of interface cleanup


git-svn-id: svn://10.0.0.236/trunk@12539 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 09:18:27 +00:00
briano%netscape.com
c9b0ed62d3 Corrected some minor errors. Now builds on Linux 1.2.13. Whee....
git-svn-id: svn://10.0.0.236/trunk@12538 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 08:41:04 +00:00
toshok%netscape.com
de6720ce96 include config.mk - fixes DOM problem (export lm_dom, etc.)
git-svn-id: svn://10.0.0.236/trunk@12537 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 01:10:11 +00:00
michaelp%netscape.com
a532925345 two pass compositing now works.
git-svn-id: svn://10.0.0.236/trunk@12536 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 01:00:59 +00:00
michaelp%netscape.com
6ba44ce798 fixed for new passing of pres context into API.
git-svn-id: svn://10.0.0.236/trunk@12535 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 00:58:53 +00:00
toshok%netscape.com
ae59ee1212 include config.mk before we check for DOM.
git-svn-id: svn://10.0.0.236/trunk@12534 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 00:57:43 +00:00
michaelp%netscape.com
4701d5873e fixed leak of regions in state cloning.
git-svn-id: svn://10.0.0.236/trunk@12533 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 00:40:10 +00:00
troy%netscape.com
75b7e14a4c Added back public
git-svn-id: svn://10.0.0.236/trunk@12532 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 00:35:55 +00:00
troy%netscape.com
5305b9b5e4 Removed public from list of source directories, because there isn't one,
and this was causing clobber to fail


git-svn-id: svn://10.0.0.236/trunk@12531 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 00:05:39 +00:00
sspitzer%netscape.com
22f8a0f5e7 tweak the icon so that the colors fit the mozilla palette
this will get rid of the warnings that look like this:
Bad color:   40  20   0   try   34  34  34  Desk_Navigator


git-svn-id: svn://10.0.0.236/trunk@12530 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 21:54:12 +00:00
briano%netscape.com
ecdbc35698 Added support for Rhapsody.
git-svn-id: svn://10.0.0.236/trunk@12529 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 20:57:11 +00:00
blythe%netscape.com
52af6edc27 Fix bug 82823, hard coded string
git-svn-id: svn://10.0.0.236/trunk@12528 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 15:33:38 +00:00
blythe%netscape.com
d392ac652b VC6 specific change to not produce trivial warning while building, thanks to david.gardiner@unisa.edu.au
git-svn-id: svn://10.0.0.236/trunk@12527 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 15:29:20 +00:00
kipp%netscape.com
57863c9016 Fixed some sign extension bugs
git-svn-id: svn://10.0.0.236/trunk@12526 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 15:28:53 +00:00
kipp%netscape.com
0d0b3ed9a6 Added a reminder comment
git-svn-id: svn://10.0.0.236/trunk@12525 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 15:27:50 +00:00
rpotts%netscape.com
f54f8fe1ab Removed code to turn off the throbber from OnStopBinding(..). This should make the throbber work better :-)
git-svn-id: svn://10.0.0.236/trunk@12524 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 10:09:53 +00:00
rpotts%netscape.com
02ffa135a9 Fixed reference counting bug in GetMenuBarparent
git-svn-id: svn://10.0.0.236/trunk@12523 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 10:07:21 +00:00
law%netscape.com
6266cfc1da Fix for bug #87136 (must be the oldest bug ever fixed!); hack window invalidating for print preview
git-svn-id: svn://10.0.0.236/trunk@12522 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 07:32:34 +00:00
rpotts%netscape.com
41c1538be4 Moved composer defines inside of ifndef MODULAR_NETLIB blocks to get NGlayout building again...
git-svn-id: svn://10.0.0.236/trunk@12521 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 07:21:24 +00:00
morse%netscape.com
1293325ba5 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@12520 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 06:23:23 +00:00
rpotts%netscape.com
174c4ac0a9 Only fire the OnConnectionsComplete(...) notification once per document...
git-svn-id: svn://10.0.0.236/trunk@12519 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 05:54:58 +00:00