Commit Graph

4800 Commits

Author SHA1 Message Date
toshok%netscape.com
43355cce76 make sure to initialize all parts of the LO_TextStruct structure. this was causing UMR's in the XFE (and causing the text to just not be displayed). 1998-07-29 19:41:17 +00:00
kipp%netscape.com
6123acf9b9 Disabled widget&view for now; render the object so that people know code is coming 1998-07-29 19:33:48 +00:00
kipp%netscape.com
4a9fb58cf0 Tidy up the rendering; don't take space when show-borders is on 1998-07-29 19:33:27 +00:00
kipp%netscape.com
d36f453987 When debugging allow zero width/height frames to render; do not render show-borders around them however 1998-07-29 19:33:00 +00:00
blythe%netscape.com
ceb70b1bb4 VC6 compiler support changes, had to rename structure as now defined in system headers 1998-07-29 19:15:05 +00:00
scullin%netscape.com
a808d700b9 Normalize widget api on UNIX and Win. 1998-07-29 18:57:26 +00:00
scullin%netscape.com
630ca727d1 Added LAF implementation. 1998-07-29 18:55:25 +00:00
scullin%netscape.com
fec762a1f3 Added LAF interface. 1998-07-29 18:54:36 +00:00
scullin%netscape.com
25e43ba242 Normalize widget api on UNIX and win, add LAF interface, make sample
apps function again.
1998-07-29 18:51:45 +00:00
scullin%netscape.com
0a4dce176f Normalize widget api on UNIX and Win 1998-07-29 18:50:51 +00:00
scullin%netscape.com
d850348fc1 Make widget tests work again, normalize widget api on UNIX and Win, and
add start of platform LAF interface.
1998-07-29 18:47:50 +00:00
scullin%netscape.com
e56171c730 Safety check our automatic context deleting. (NGLayout only) 1998-07-29 18:44:23 +00:00
rods%netscape.com
b1a37e8b47 added NS_RELEASE in DoToggleSelection 1998-07-29 17:39:28 +00:00
timm%netscape.com
4e7c004bda change to use language value from dynamic data 1998-07-29 17:21:46 +00:00
timm%netscape.com
5680311ce9 change to hardcoded IP numbers 1998-07-29 17:18:33 +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
rpotts%netscape.com
1207335249 Call nsIWebShell::Destroy() when the Browser window is going away... 1998-07-29 10:49:51 +00:00
rpotts%netscape.com
df17a64406 Added a Destroy() method which is called when the WebShell container is going away... 1998-07-29 10:49:01 +00:00
rpotts%netscape.com
c22db3a910 Added a missing Release() which should allow the nsDocument to be destroyed... 1998-07-29 10:47:52 +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
leif
d602fa87a6 Added ChangeLog for main and example directories. 1998-07-29 09:14:06 +00:00
leif
18b5781875 Added monitor.pl 1998-07-29 09:13:21 +00:00
leif
1ac0b7d6db First version, this actually works as well. 1998-07-29 09:12:37 +00:00
leif
424108e78c *** empty log message *** 1998-07-29 09:09:20 +00:00
leif
49eb2981e0 *** empty log message *** 1998-07-29 09:01:12 +00:00
leif
3aadc360b3 Added support for passing a hash array of arguments, as returned by the
ldapArgs() function.
1998-07-29 09:00:51 +00:00
leif
1691ac7607 First working version. 1998-07-29 08:59:14 +00:00
leif
8069bfe005 Changed to not import the Utils name space into this object. Bad Leif. 1998-07-29 08:41:39 +00:00
leif
631736405e Minor changes, to look better. 1998-07-29 08:36:45 +00:00
leif
8344ee9a92 Added more functions. 1998-07-29 08:29:07 +00:00
leif
0fb359792c Minor change, to do regex match on osname=MSwin. 1998-07-29 08:27:00 +00:00
leif
e48caed39a Changed some of the "reserved" hash indexes, to make sure they all both
start and end with the "_". This makes it easy to isolate them, with the
regexp /^_.*_$/.
1998-07-29 08:25:57 +00:00
leif
fc7f5196b6 * Got it to work.
* Changed some of the error handling functions, this needs to be tested.
* Converts attribute values from arrays to pointers to arrays.
* Changed the bind API calls.
1998-07-29 08:23:53 +00:00
leif
d4495bbb50 Changed to use Exporter::export_ok_tags(). 1998-07-29 08:21:44 +00:00
leif
7d57b53fcf *** empty log message *** 1998-07-29 08:19:12 +00:00
toshok%netscape.com
3b2b453d84 Free the cloned tag of the LO_LIST element. 1998-07-29 07:37:14 +00:00
toshok%netscape.com
3f42ebd9eb call lo_FreeLayoutData when we're done relaying out -- stop leaking memory on resizes 1998-07-29 07:36:54 +00:00
toshok%netscape.com
d5407b63be plug memory leak when reading/writing font_specs. 1998-07-29 07:35:05 +00:00
waterson%netscape.com
920d3bd35c Added FE hooks to dynamically enable/disable runtime tracing. Approved by blythe. 1998-07-29 06:05:33 +00:00
rpotts%netscape.com
aa40707e22 Removed all calls to NET_PollSockets(...). Netlib now does this itself... 1998-07-29 06:03:29 +00:00
waterson%netscape.com
f85b66269f Added runtime tracing calls. Approved by gagan. 1998-07-29 06:03:10 +00:00
rpotts%netscape.com
7e2d9d8b5e Removed all calls to NET_PollSockets(...). Netlib now does the polling itself... 1998-07-29 06:01:57 +00:00
rpotts%netscape.com
6ed683d129 Removed the need for clients to explicitly call NET_PollSockets(...). This has been replaced with a timer based polling scheme 1998-07-29 06:01:11 +00:00
waterson%netscape.com
0d0fbe9d1e Added timing.h file for runtime performance tracing. Approved by gagan. 1998-07-29 06:00:38 +00:00
leif
352eb5c5c0 *** empty log message *** 1998-07-29 05:56:54 +00:00
rickg%netscape.com
3268db96ab improved parser handling of pathologic attributes 1998-07-29 05:13:35 +00:00
kipp%netscape.com
7227de9f21 Clean up stuff during destruction 1998-07-29 04:08:27 +00:00
kipp%netscape.com
c2d7e6b341 Free up some stuff during shutdown 1998-07-29 04:07:54 +00:00