kipp
|
4d399204ba
|
Check for silly width/height's and repair them; fixed bug where a silly height was created; removed redundant handle-event code
|
1998-07-14 18:37:51 +00:00 |
|
spider
|
b80de6cb66
|
Add Network support for UI Loading
|
1998-07-14 18:22:27 +00:00 |
|
spider
|
cec1f41709
|
Performance Optimization: Cache the XFontInfo struct so don't need
to call XQueryFont on every GetWidth.
|
1998-07-14 17:41:06 +00:00 |
|
kmcclusk
|
d43d7b3569
|
Added #ifdef VIEWER_UI to OnStopBinding to prevent crash when running without GUI
|
1998-07-14 17:37:42 +00:00 |
|
scullin
|
ba5dc1eb58
|
Didn't mean to start pulling the XPCOM branch for xpcom or libreg again.
(sigh).
|
1998-07-14 17:24:26 +00:00 |
|
troy
|
8fb033f617
|
Incremental reflow changes
|
1998-07-14 15:29:50 +00:00 |
|
kipp
|
e450a78d6b
|
Hack around url parsing bug; urls that start with / are not absolute even if they contain a colon
|
1998-07-14 15:24:32 +00:00 |
|
kipp
|
2a54790f09
|
Handle null pointer bugs
|
1998-07-14 15:22:30 +00:00 |
|
kipp
|
59156541d0
|
Made tables look more real by eliminating ebina auto margins
|
1998-07-14 15:22:11 +00:00 |
|
kipp
|
902d0b7a9a
|
Commented out an unused variable
|
1998-07-14 15:21:50 +00:00 |
|
kipp
|
ef9d89dd16
|
Removed MoveTo/SizeTo; added DidReflow and changed it so that on final placement the widget is made visible; during widget creation the widget is created hidden; updated hack font name to match ua.css
|
1998-07-14 15:21:36 +00:00 |
|
kipp
|
c940e01855
|
Removed MoveTo/SizeTo and added DidReflow
|
1998-07-14 15:20:43 +00:00 |
|
kipp
|
eebd76c43c
|
Removed WS_VISIBLE from everywhere so that windows when created are hidden until positioned and shown
|
1998-07-14 15:17:29 +00:00 |
|
danm
|
17c9a7b97c
|
fix %@# goof from the _last_ fix checkin. time to go home.
|
1998-07-14 03:20:52 +00:00 |
|
kipp
|
7ab5d3ff06
|
Stop using GetText for node tag names whenever possible
|
1998-07-14 01:57:51 +00:00 |
|
rickg
|
970eabe698
|
better support for applet/param tags; also converted DIR/MENU to UL
|
1998-07-14 01:57:25 +00:00 |
|
kipp
|
0f1ef97de2
|
Put prlog.h back in again
|
1998-07-14 01:45:01 +00:00 |
|
kin
|
34b1a3526c
|
Fix for 5.0 SF1in bug 299978: html compose fails: can't save file:///Untitled
Ignore autosave code in fe_EditorCleanup() if the context is for a
MWContextMessageComposition. Reviewed by akkana.
|
1998-07-14 01:29:37 +00:00 |
|
pierre
|
414e173920
|
Following my MOZ_DARK checkin 2 weeks ago, changed a "((long (*) (char *, uint32, void *))" to "((int32 (*) (char *, uint32, void *))". Just in case...
|
1998-07-14 01:17:15 +00:00 |
|
scullin
|
bb6ad60b64
|
Attempt to fix build.
|
1998-07-14 01:09:34 +00:00 |
|
scullin
|
9c0fd0e4ba
|
Fix UNIX link problems.
|
1998-07-14 00:57:49 +00:00 |
|
kipp
|
e880bb1b2f
|
Removed bogus include
|
1998-07-14 00:57:16 +00:00 |
|
kipp
|
7430059fdf
|
Clamp bullet x coordinate to stay in the available area; if we have a bullet then the first 2 frames are considered the first frame
|
1998-07-14 00:56:49 +00:00 |
|
kipp
|
e51e484113
|
Added have-bullet flag
|
1998-07-14 00:55:43 +00:00 |
|
kipp
|
384602528f
|
Revamp list handling so that the LI frame is placed differently then regular frames by the LI container
|
1998-07-14 00:55:28 +00:00 |
|
kipp
|
a85d899e7a
|
Removed LI hack
|
1998-07-14 00:54:21 +00:00 |
|
scullin
|
24ead6e06c
|
Fix nglayout UNIX build?
|
1998-07-14 00:17:00 +00:00 |
|
scullin
|
b3be9d8ef7
|
Fix build?
|
1998-07-14 00:13:49 +00:00 |
|
briano
|
f8ba5a49fd
|
Fix for bug#356. Cleaned up the logic a bit and got rid of the pointless checks for NSPR20.
|
1998-07-13 23:57:26 +00:00 |
|
pollmann
|
9509ad5eca
|
Bugfixes 5.0 SF1 in (Bug #300542)
|
1998-07-13 23:57:14 +00:00 |
|
danm
|
d07b526a93
|
fix Win95 bustage introduced last version. Sorry about that.
|
1998-07-13 23:52:48 +00:00 |
|
scullin
|
6c533dbbe8
|
Re-enable normal netlib stream handling. Caching and chunking should
work now.
|
1998-07-13 23:43:13 +00:00 |
|
scullin
|
27800ebc5e
|
Re-add mkstream to nglayout build, give a default value to memory
cache pref if defaults aren't loaded.
Approved, reviewed by ltabb.
|
1998-07-13 23:41:21 +00:00 |
|
scullin
|
9ab6ce6bdb
|
Added NGLAYOUT FO_ type, used only by nglayout. Approved, reviewed by
ltabb.
|
1998-07-13 23:39:43 +00:00 |
|
scullin
|
b6898d5280
|
Added pref initialization.
|
1998-07-13 23:38:08 +00:00 |
|
pollmann
|
60848a728a
|
Bugfixes 5.0 SF1 in (Bug #300542)
|
1998-07-13 23:35:44 +00:00 |
|
kin
|
08ce51a552
|
Fix for SF1in bug 299356: Indentation increases line spacing for same indent
level
Modified CEditBuffer::IndentContainer (case 0) to combine adjacent
blockquote containers.
Reviewed by mjudge.
|
1998-07-13 23:22:50 +00:00 |
|
mjudge
|
3932bb7884
|
117388 110370 are both solved by this change. tadaaa
|
1998-07-13 22:55:01 +00:00 |
|
timm
|
c66bcc4dca
|
fix typo
|
1998-07-13 22:33:21 +00:00 |
|
timm
|
433bf582f9
|
changed text
|
1998-07-13 22:24:47 +00:00 |
|
kipp
|
6272e27350
|
Fixed UL/OL to be blocks again (whoops)
|
1998-07-13 22:12:58 +00:00 |
|
kipp
|
a5f9c0b814
|
Fixed bug with dangling empty lines
|
1998-07-13 22:12:43 +00:00 |
|
rickg
|
0c16bf20e7
|
quick fix to deal with applet tags
|
1998-07-13 21:56:26 +00:00 |
|
rickg
|
ab2f5f794e
|
fixed a few problems with unix build
|
1998-07-13 21:42:45 +00:00 |
|
kipp
|
6bb6180e06
|
work around build bug
|
1998-07-13 21:37:26 +00:00 |
|
kipp
|
c83cf9197d
|
Fixed tracing macro bug
|
1998-07-13 21:32:26 +00:00 |
|
kipp
|
1d20a35b4b
|
Fixed rickg's build bustage
|
1998-07-13 21:26:18 +00:00 |
|
kipp
|
78d4f7fa5e
|
Added code so that TR VALIGN's will dump properly when content is dumped
|
1998-07-13 21:16:51 +00:00 |
|
rickg
|
8a28474764
|
added WIP support for reentrancy in the parser
|
1998-07-13 21:13:09 +00:00 |
|
buster
|
6670b21c59
|
turned debug noise off
|
1998-07-13 20:44:07 +00:00 |
|