ramiro%netscape.com
772e4db56c
Many cpp's do not like "#ifdef 0" (it's illegal in strict ANSI C I suspect),
...
including HP-UX's ANSI C. Line 1633 of cmd/xfe/XfeWidgets/Xfe/Pane.c uses
"#ifdef 0" - it should be "#if 0" of course. HP's ANSI C refuses to compile
this file without it being fixed.
Thanks to rkl@connect.org.uk for pointing this out.
1998-09-09 09:09:00 +00:00
ramiro%netscape.com
5f90408924
Use real XtCallbacks instead of a hack.
1998-09-08 12:22:21 +00:00
ramiro%netscape.com
667a16bc02
Add layable children info.
1998-09-08 12:15:55 +00:00
ramiro%netscape.com
798ea15cbf
Add XfeSubResourceGetWidgetXmStringValue().
1998-09-08 11:59:26 +00:00
ramiro%netscape.com
cb0abd7566
Add XfeTopShadowColor() and XfeBottomShadowColor().
1998-09-01 08:26:03 +00:00
ramiro%netscape.com
6e8b7f1529
Replace duplicate functions fe_GravityCorrectForms() and fe_ScrollForms() with
...
XfeMoveChildrenByOffset().
1998-08-31 14:30:56 +00:00
ramiro%netscape.com
2b47b3387c
Remove unused include.
1998-08-26 21:38:46 +00:00
ramiro%netscape.com
a7cec02c6b
Fix EXPORTS.
1998-08-26 06:32:25 +00:00
ramiro%netscape.com
68a16fce42
First step in moving the tooltip insanity out of the xfe and onto its own
...
library.
1998-08-26 06:30:33 +00:00
ramiro%netscape.com
ea43254261
First step in moving the tooltip insanity out of the xfe and onto its own
...
library.
1998-08-26 05:59:32 +00:00
cls%seawood.org
9020b80c52
Updates to autoconf files.
1998-08-26 04:04:57 +00:00
cls%seawood.org
84f1cedcbb
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
ramiro%netscape.com
f10b268d52
chilren was being freed twice - what a dumbass error.
...
Thanks to Matti Aarnio <matti.aarnio@sonera.fi> for pointing this out.
1998-08-17 00:12:39 +00:00
ramiro%netscape.com
81ce0b5a07
Add tool tips.
1998-08-14 03:19:24 +00:00
ramiro%netscape.com
0f0096929e
Fix geometry management.
1998-08-14 03:19:04 +00:00
ramiro%netscape.com
c993d0a22d
Add combo test.
1998-08-14 03:06:39 +00:00
ramiro%netscape.com
97906a6662
Update link behavior test.
1998-08-14 03:06:01 +00:00
ramiro%netscape.com
c8b7588195
fix attachment.
1998-08-07 11:03:30 +00:00
ramiro%netscape.com
80da45beaf
Make it work with optimized builds.
1998-08-03 08:06:17 +00:00
ramiro%netscape.com
91b5c815d1
Deal with common pixel/pixmap/sensitive resources in SetValues().
1998-08-03 06:52:06 +00:00
ramiro%netscape.com
0fe080bea0
Change XfeManagerApply() so it can conditionaly deal with private components.
1998-08-03 06:51:37 +00:00
ramiro%netscape.com
289aec7ed6
Fix a SetValues() bug. XfePrimitive was not responding to changes in
...
XmNbackground. Geez, unbelievably, no bitched about it before.
1998-08-03 06:48:31 +00:00
ramiro%netscape.com
f1c2114dac
Add _XfeManagerPropagateSetValues().
1998-08-03 06:45:15 +00:00
ramiro%netscape.com
956372b2a4
Fix a typo.
1998-08-03 06:42:44 +00:00
ramiro%netscape.com
f6dcd63226
Change top/bottom shadow change detection order. yes, im anal.
1998-08-03 06:42:31 +00:00
ramiro%netscape.com
05cf4189fd
Get editres working again.
1998-08-03 06:38:48 +00:00
ramiro%netscape.com
70840a19c4
Fix small typo.
1998-07-31 11:37:03 +00:00
ramiro%netscape.com
69a7c16f40
Make it build on solaris.
1998-07-31 11:30:03 +00:00
ramiro%netscape.com
3364f6247a
Make it build on losing platforms.
1998-07-31 11:28:35 +00:00
ramiro%netscape.com
22cf5c3ff6
oops. check the value, not the pointer.
1998-07-31 11:25:15 +00:00
ramiro%netscape.com
78e718f274
Pick a dumbass pixmap default for loser platforms.
1998-07-31 11:23:36 +00:00
ramiro%netscape.com
275e9e4dee
I want to build these tests on platforms that dont have xpm, so i added
...
some ifdefs to allow building on loser platforms that dont ship xpm.
1998-07-31 11:00:24 +00:00
ramiro%netscape.com
0b4ccbc4ff
Add caption files.
1998-07-31 10:46:34 +00:00
ramiro%netscape.com
9f5be51af3
Unbloat the XfeWidgets a little bit. Move the combo stuff to their own lib.
1998-07-31 10:22:09 +00:00
ramiro%netscape.com
ceecc541a9
Add underline drawing support to XfeButton - XmNunderlineThickness.
1998-07-29 12:10:32 +00:00
ramiro%netscape.com
4ccbc24877
Add XmNarmForeground resource.
1998-07-29 10:50:34 +00:00
ramiro%netscape.com
6848409386
I screwed up. Backout changes that should not have gone in.
1998-07-29 10:06:53 +00:00
ramiro%netscape.com
39b5752a7f
Fix a bunch of comments that got screwed when the license was pasted. Also,
...
add a basic defines header where to put commonly accesed macros without
having to include all the stuff in <Xfe/Xfe.h>.
1998-07-29 09:53:53 +00:00
ramiro%netscape.com
0247aae5e3
Mege from RDF_BRANCH_060398 branch. Also known as RDF landing.
1998-07-23 18:38:03 +00:00
ramiro%netscape.com
452a45019c
Remove old motif.mk hack.
1998-07-18 05:15:49 +00:00
ramiro%netscape.com
82b71f1739
Adding support for detecting various platform specific libraries, paths and
...
other things (anything, really).
Should make building mozilla on diverse platforms such as linux/lesstif
much easier.
Currently Linux is the only platform that supports detection.
The new detection mechanism is very scaleable. We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.
It has received the Reverend Ostrom blessing of approval.
So the lesstif people can stop bitching. thank you for the feedback ;-)
1998-07-18 03:34:56 +00:00
ramiro
22224b2d4c
Turn EDITRES of on hpux. HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html .
1998-07-15 10:04:44 +00:00
ramiro
909cc0dc5d
Fix for 124262 5.0 SF1 in bug.
...
Thanks to for providing the initial fix Juergen Keil <jk@tools.de>.
1998-07-14 22:51:57 +00:00
ramiro
cac8d75977
Comment out a printf.
1998-06-04 08:51:10 +00:00
ramiro
8e5f8f7422
Allow XmNpaneChildType to be changed. So that panes can swap children
...
on the fly.
1998-06-04 08:50:26 +00:00
ramiro
9cb070feb5
Dont redefine _XfeSwap().
1998-06-04 08:49:52 +00:00
ramiro
ff015df11c
Use _XfeGetValuesCastAndAssign().
1998-06-04 08:49:17 +00:00
ramiro
d0958e776b
Fix problems (like core dumps) with static strings. Use malloc instead.
1998-06-04 08:48:30 +00:00
ramiro
8b208caaf7
Add _XfeGetValuesCastAndAssign() and _XfeSwap().
1998-06-04 08:47:34 +00:00
ramiro
7df3c4c57c
Add resources for toolbar toggle behavior.
1998-06-01 23:44:42 +00:00