Commit Graph

759 Commits

Author SHA1 Message Date
hyatt
a8a8a2d5a1 Tree view can now show or hide tree connections (the bars). 1998-04-30 23:52:37 +00:00
hyatt
2f345544f5 View now properly invalidated when colors/backgrounds/properties change. 1998-04-30 23:52:20 +00:00
montulli
aebd419f3a Add unix makefiles and make a few include file tweaks for unix compilation 1998-04-30 23:52:15 +00:00
hyatt
ccb5a8b8f3 Fixed a bug where the navbar was using the tree view's bg image rather than
its own.
1998-04-30 23:51:59 +00:00
hyatt
ca0d270883 Patch from Sam Keeny on the net which fixes kiosk mode. 1998-04-30 23:51:29 +00:00
montulli
af8d1c809b fix layout .> lay 1998-04-30 23:45:52 +00:00
montulli
f924c0ea65 fix makefile 1998-04-30 23:44:45 +00:00
kipp
1c28e03068 new 1998-04-30 23:32:32 +00:00
montulli
88425f0df3 make layout module name be lay instead of layout to be compatible with unix 1998-04-30 23:30:20 +00:00
hyatt
f00045076a Improvements to the tree control.
(1) Fixed inline editing so that the text field is properly cleared
	(2) Fixed marquee selection so that the first item is selected
	(3) Added the ability to customize column header colors and to
	customize the tree colors.  Can load a background image as well.
	(4) Added dividers
	(5) Removed the bitmap dependency when drawing lines and triggers.
	(6) Changed the way sorting looks.
1998-04-30 22:15:42 +00:00
gagan
d4c255870e Added NET_GetURLQuick, for retrieving objects from cache before updating
them from the server. Use with caution, possibility of stale objects. See
bug #114363.
1998-04-30 22:14:29 +00:00
hyatt
15bf513e9a Fix for a memory trashing bug that occurred whenever the URL column was shown
in Aurora.  (Symptom was a damaged block on exit.)
1998-04-30 22:13:55 +00:00
hyatt
b5bb089e8c Changes to the outliner base class to cut down resource usage. (Bitmaps don't
have to be loaded by a derived class that knows how to draw its triggers.)
1998-04-30 22:13:23 +00:00
hyatt
116bba0cd8 Tweaks to get Aurora working with Composer. 1998-04-30 22:12:40 +00:00
hyatt
5a19dc6dc1 Removed the embedded button menu. Added the ability to customize the title bar's
appearance.
1998-04-30 22:12:15 +00:00
hyatt
ae3f334a3f Fixes to the way custom icons are handled in Aurora. 1998-04-30 22:11:34 +00:00
hyatt
6403a164b4 Fix for Bug #107284, need to monitor when the animation starts and stops. 1998-04-30 22:10:33 +00:00
hyatt
95a42732e1 Fix for Bug#107284, need to monitor when the animation starts and stops. 1998-04-30 22:09:21 +00:00
hyatt
d9aade9f24 Enabling Aurora in composer. 1998-04-30 22:08:44 +00:00
rickg
2d00aace40 minor improvement to backward propagation code 1998-04-30 22:06:16 +00:00
montulli
e302ceefde Add netlib in new location.
This is a (mostly) unmodified version of lib/libnet
broken up into functional areas
It should be binary compatible with the lib created by lib/libnet
but is now 10 libs.
The only substantial things changed in the version is the include files
1998-04-30 20:53:59 +00:00
montulli
6046943a83 export style header files 1998-04-30 20:35:16 +00:00
montulli
6393e1ce63 export layout.h into layout public include directory 1998-04-30 20:33:35 +00:00
rickg
637ab881ff got newlines working much better; Kipp still won't be happy, but the, he never is. 1998-04-30 20:23:07 +00:00
wtc
6a3b59e388 Recognize SINIX-Y, the high-end version of SINIX.
(Patch provided by Sanjay Gupta <gupta@informix.com>.)
1998-04-30 20:07:51 +00:00
peterl
257cc56544 update to new value class api 1998-04-30 19:57:36 +00:00
peterl
1379c574d2 added new unit types, cleaned up api 1998-04-30 19:56:39 +00:00
peterl
4c198bdb45 updated to new value class api 1998-04-30 19:55:51 +00:00
peterl
adf806b888 removed include 1998-04-30 19:53:05 +00:00
peterl
8007d1ba75 changed api, added new units 1998-04-30 19:52:46 +00:00
peterl
bd7c900947 changed to nsStylePosition to use nsStyleCoord 1998-04-30 19:52:26 +00:00
peterl
d13f3e9451 removed style position value, added cursor auto 1998-04-30 19:51:52 +00:00
peterl
3d7101b7ce updated api, added new units 1998-04-30 19:50:36 +00:00
peterl
349e809427 changed nsStypePosition to use nsStyleCoord 1998-04-30 19:50:18 +00:00
wtc
5a5cb58738 Various makefile cleanups. On SCO OpenServer, the value of OS_ARCH
is now 'SCOOS' instead of 'SCO_SV'.  Also, we just use the cpp macro 'SCO'
and deleted the macro 'SCO_SV'.
In pr/src/md/unix/Makefile, we do not assemble the ultrasparc assembly
file if we are compiling with gcc.
1998-04-30 19:36:53 +00:00
rods
40bc934f3b initial 1998-04-30 19:15:05 +00:00
rods
4ff8130ec4 added selection classes to makefiles and added the selection object and methods to nsDocument and nsIDocument 1998-04-30 18:21:59 +00:00
buster
0c2432db59 fixed method names 1998-04-30 18:04:16 +00:00
buster
a972bb8d29 added nsITableLayoutStrategy as the interface for objects that manage
table column balancing.  Implemented in BasicTableLayoutStrategy (HTML4-spec).
nsTableFrame instantiates a strategy depending on the compatibility mode.
1998-04-30 17:57:09 +00:00
rpotts
3b7fcc1c7a moved the include of windows.h inside of an XP_PC ifdef... 1998-04-30 17:52:15 +00:00
spider
725b9e3d9c Fix UNIX build bustage 1998-04-30 16:40:38 +00:00
rods
3735ca89f7 turned off selection 1998-04-30 16:13:01 +00:00
buster
91aae361d3 fixed a rounding error, and made tables quiet 1998-04-30 15:20:23 +00:00
buster
b419f27870 at Peters request, I added NS_INT_PIXELS_TO_TWIPS and NS_FLOAT_PIXELS_TO_TWIPS 1998-04-30 15:11:33 +00:00
hshaw
8a6fd4914b Back out changes which are breaking builds (at request of mccabe) 1998-04-30 08:18:42 +00:00
hshaw
214b354aee Back out changes which are breaking builds (at request of mccabe) 1998-04-30 08:10:05 +00:00
rickg
1f6b43e94f huge improvements to parser 1998-04-30 05:56:39 +00:00
rickg
3f6b5b2a01 minor tweak to iterator 1998-04-30 05:55:51 +00:00
warren
5879e5dd06 Changes should have been on the branch -- reverted. 1998-04-30 05:28:19 +00:00
warren
0fd688acbb Changes to build with MOZ_OJI (and not MOZ_JAVA). 1998-04-30 04:27:26 +00:00