troy
|
42f3d1a152
|
Changed the space manager interface to return trapezoids instead
of rects
|
1998-04-20 23:53:47 +00:00 |
montulli
|
5fb05f0a3d
|
update cvpics.c to new streams API
|
1998-04-20 22:50:15 +00:00 |
buster
|
494d1f714f
|
table performance and minor bug fixes.
|
1998-04-20 22:49:15 +00:00 |
troy
|
c698570711
|
Fixed problem of hitting an assert when encountering an incomplete
frame when reflowing appended children
|
1998-04-20 20:24:25 +00:00 |
troy
|
ef8ffb4eb4
|
Changed to using continuing frames for runaround of left/right floaters
|
1998-04-20 19:56:35 +00:00 |
troy
|
ccfe33ed0a
|
Changed to get nsIRunaround directly rather than use ReflowChild()
|
1998-04-20 19:55:45 +00:00 |
wtc
|
1c35203ecc
|
Eliminated compiler warnings. Fixed by Rick Osborne <rick@spacey.net>.
|
1998-04-20 19:04:42 +00:00 |
wtc
|
0ed59f2d87
|
Eliminated compiler warnings. Fixed by Rick Osborne <rick@stacey.net>.
|
1998-04-20 18:58:25 +00:00 |
wtc
|
295ed27558
|
Declare PrintUsage() to return void. Fixed by Rick Osborne
<rick@spacey.net>.
|
1998-04-20 18:55:32 +00:00 |
pinkerton
|
e5e8dcdf20
|
Remove EstablishPort() override, another remaining vestage of Kelly.
|
1998-04-20 16:18:24 +00:00 |
pinkerton
|
176fe27f78
|
fix build bustage for guha.
|
1998-04-20 16:08:47 +00:00 |
troy
|
7c5818ac1f
|
Made it so that continuing frames have a top margin of 0
|
1998-04-20 04:37:49 +00:00 |
guha
|
e3687c84c1
|
More Sitemap related fixes
|
1998-04-20 00:39:11 +00:00 |
ramiro
|
f8f4ab89bd
|
Un hardcode XmINDICATOR_DONT_SHOW.
|
1998-04-19 17:36:48 +00:00 |
ramiro
|
9679096321
|
Fix typos.
|
1998-04-19 16:15:00 +00:00 |
ramiro
|
ec651cd23c
|
Update for new XmNindicatorPosition resource.
|
1998-04-19 16:14:30 +00:00 |
ramiro
|
1ceb1bbdf5
|
Add XmNindicatorPosition resource. For toolbar dropping fedback.
|
1998-04-19 16:13:54 +00:00 |
ramiro
|
a981b2eab4
|
Add XmNnumPrivateComponents resource.
|
1998-04-19 16:12:26 +00:00 |
ramiro
|
390d861652
|
Fix a core dump on resizing the toolbox. The problem was a recursive geometry
call into PreferredGeometry(). Fixed by plugin in the trivial geomtry manager
instead of the one that does complicated things.
|
1998-04-19 11:20:17 +00:00 |
ramiro
|
f7c245cbd1
|
Add some geometry debugging assertions and comments.
|
1998-04-19 11:16:43 +00:00 |
troy
|
e617812c67
|
Commented out the hack that explicitly set the P top margin since that's
now handled using CSS
|
1998-04-19 05:06:41 +00:00 |
troy
|
ee9a9cab3d
|
Added code to handle CSS margin properties
|
1998-04-18 22:16:37 +00:00 |
troy
|
616900b4e4
|
Fixed a problem where mLastContentIsComplete wasn't getting set right
for block-level elements
|
1998-04-18 22:06:05 +00:00 |
troy
|
79a1be09d6
|
Fixed a bug I introduced in the previous checkin
|
1998-04-18 05:03:04 +00:00 |
kmcclusk
|
a0d9472205
|
Changed SetBorderStyle to work with child windows only
|
1998-04-18 00:27:48 +00:00 |
kmcclusk
|
31d9f3e8c5
|
Added SetBorderStyle and SetTitle to nsIWidget
|
1998-04-17 23:45:07 +00:00 |
troy
|
91a9babbf7
|
Changed IsSplittable to have three return values
|
1998-04-17 23:08:20 +00:00 |
pinkerton
|
9bb61e6e47
|
Added CAutoCompleteURLEditField from Paul Chen. (rev sdagley, appr sdagely).
|
1998-04-17 22:41:56 +00:00 |
pinkerton
|
705e272f86
|
Fix 2 const problems for Kathy (rev sdagley, appr sdagely).
|
1998-04-17 22:41:09 +00:00 |
pinkerton
|
1053d058ce
|
Remove 200K of icons that are no longer necessary.
|
1998-04-17 22:40:52 +00:00 |
pinkerton
|
5837beb8c7
|
When HTML area resizes, show arrow cursor in case it can take a while (like page with big tables).
|
1998-04-17 22:40:30 +00:00 |
pinkerton
|
85f61e783b
|
No longer using extra icons for hilighted and disabled state, but drawing them with toolbox transform modes.
|
1998-04-17 22:39:57 +00:00 |
pinkerton
|
70d7898fa1
|
change class_id of location bar's edit field to new autocomplete class (rev sdagley, appr sdagely).
|
1998-04-17 22:39:12 +00:00 |
pinkerton
|
7f405d71e7
|
register Paul's autoURLcompletion stuff. (rev sdagley, appr sdagely).
|
1998-04-17 22:39:11 +00:00 |
pinkerton
|
3ad24813a9
|
For guha. Fixes crashes at startup.
|
1998-04-17 22:33:56 +00:00 |
pinkerton
|
0ed0a85e06
|
First Checked In.
|
1998-04-17 22:28:59 +00:00 |
cmanske
|
eb16a89c0b
|
Fixed problem with inserting at nIndex=0 in Growable array
|
1998-04-17 21:49:18 +00:00 |
mlm
|
8160e2244d
|
Oops - back out checkin from wrong tree
|
1998-04-17 21:42:16 +00:00 |
mlm
|
bd01f00c88
|
Minor nit fixes that I intended to check in before, reviewed by Brendan
|
1998-04-17 21:37:22 +00:00 |
cmanske
|
65fda1c0be
|
Fixed Table Editing bugs in Composer
|
1998-04-17 21:34:20 +00:00 |
cmanske
|
0c472629da
|
Fixed Table Editing bugs in Composer. Thanks to donwulff@iki.fi for finding a bug
|
1998-04-17 21:32:18 +00:00 |
timm
|
85d63532fc
|
First Checked In.
|
1998-04-17 16:34:18 +00:00 |
ftang
|
53a7221556
|
add big5 and gb2312 charset name for free font found at ifcss.org site
|
1998-04-17 02:56:00 +00:00 |
troy
|
e285e45a5f
|
Cleaned up some logic
|
1998-04-17 01:47:21 +00:00 |
troy
|
d504fcfb0c
|
Changed nsIFrame member functions to return a nsresult
|
1998-04-17 01:41:24 +00:00 |
dario
|
594ca982cb
|
fixing global object finalization
|
1998-04-17 01:35:54 +00:00 |
dario
|
6b20823e47
|
fixing js capitalization and finalize methods
|
1998-04-17 01:32:07 +00:00 |
dario
|
f6a8abe449
|
changing help menu text
|
1998-04-17 01:29:45 +00:00 |
valeski
|
019ac69aef
|
patch from dkindred@cmu.edu. Parenthesis inclusion and a printf formatting snag. rev'd by gagan
|
1998-04-17 00:33:25 +00:00 |
kmcclusk
|
97f26f86a2
|
Added a tab widget
|
1998-04-17 00:16:11 +00:00 |