Граф коммитов

64 Коммитов

Автор SHA1 Сообщение Дата
nbhatla%netscape.com 8a0febc0e2 #25561 -> Select Addresses dialog cleanup. #46519-> Mac Classic skin polish. r=hangas 2000-08-19 01:57:50 +00:00
alecf%netscape.com 7e650ea900 other part of fix for filter stuff r=bienvenu 2000-08-18 00:18:29 +00:00
gayatrib%netscape.com 5a92dc2eac fix for bugs 38107 and 40175. review=putterman 2000-08-17 23:48:42 +00:00
mscott%netscape.com 45539f394f For modern skin:
Bug #46348, 22960 --> fix expensive style rules to make the message header pane faster,
fix vertical alignment problem between header values by forcing our html tags to
have 0 margins (they were inheriting a default margin size)
Bug #47681 Force proper alignment of the header names in the message pane.
r=alecf
2000-08-17 07:25:00 +00:00
varada%netscape.com cd2cdd2c2e fix for bug#31549;show server pretty name along with identity in mail compose window;r=ducarroz 2000-08-09 22:40:28 +00:00
dimator%netscape.com 20c501b2d4 Bug 34434. Updating secure mail and secure news icons. r=putterman 2000-08-02 21:52:37 +00:00
dimator%netscape.com 46c94ac2af Bug 23760. Updating threaded/unthreaded column icons. r=putterman 2000-07-31 23:38:21 +00:00
nbhatla%netscape.com f27e601cb9 #43658: Mac Classic polish fixes to toolbar buttons. #45534: Prevents thumb in scrollbar from shrinking too small in linux and windows classic skin. #44430: Mac Classic skin toolbar polish fixes. #46005: Fixes rt. click crash. #45336: Fixes linux crashing in Mail. #40780: Progress-meter patch for mac classic skin. r=hangas 2000-07-22 00:48:29 +00:00
varada%netscape.com bf04473aff fix for bug #43229;folder and threaded message indentation;r=mscott 2000-07-19 23:26:49 +00:00
nbhatla%netscape.com 907f5d551e Bug #43658. Classic skin changes to addressbook, buttons (to make look Mac-like), colors, navigation toolbar buttons (to produce better mouse-over behavior), and small changes to spacing in radio buttons, menus, and checkboxes. r=hangas 2000-07-17 23:00:45 +00:00
dimator%netscape.com 8c02cab161 Bugs: 37153, 38700. Localized status and priority strings in threadpane. 2000-07-10 20:21:08 +00:00
gayatrib%netscape.com 5274ecb8a9 Enabling biff bug 36011 review=scottip 2000-06-23 03:19:21 +00:00
alecf%netscape.com dbd1b39d50 update paths to mailWidgets.xml for #33101 r=sspitzer 2000-06-22 23:04:14 +00:00
alecf%netscape.com 1d9c948ca1 move mailWidgets.xml into content - remove from skin
for #33101 r=sspitzer
2000-06-22 22:42:25 +00:00
alecf%netscape.com 6350b47c94 oops, missing file from my fix to #40341 r=sspitzer 2000-06-17 18:56:16 +00:00
rbs%maths.uq.edu.au 29f1b6960b Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
hangas%netscape.com 3ceb73105b Fixing icons in modern theme as well as an image for 34924. r=german 2000-06-08 23:58:58 +00:00
rhp%netscape.com b10de6257c Changes to address several mail compose and rendering issues - Bugs #: 35158 31906 9202 37365 39226 39728 39372 26182 33305 - r: rhp a: waterson (contributed by mozilla@bucksch.org) 2000-06-06 23:37:04 +00:00
alecf%netscape.com 7f9ea57640 fix typo to make and/or work in search and filters dialogs
(really obvious fix)
r=sspitzer
2000-06-01 00:48:58 +00:00
hyatt%netscape.com 54bfd5005f Anonymous content patch. 2000-05-30 09:08:54 +00:00
ben%netscape.com e2610442b8 change references to core XBL bindings 2000-05-29 02:56:47 +00:00
ben%netscape.com d2e5dbb312 create bindings for smaller toolbar menubuttons, for advanced print functionality. 2000-05-28 06:06:20 +00:00
mscott%netscape.com 199b59e151 Bug #40516 --> remove the oncreate method for the email address popup.
r=sspitzer
2000-05-26 01:10:19 +00:00
ben%netscape.com cd3c5bfb42 second attempt at 19557, skinnable sidebar. r=hyatt 2000-05-22 04:14:49 +00:00
alecf%netscape.com 1871c14f4c fix typo which was preventing search rows without associated searchterms from saving 2000-05-15 20:28:52 +00:00
alecf%netscape.com d274e76e2d add support for saveTo() of search values 2000-05-15 01:22:39 +00:00
alecf%netscape.com d5657fc80c add support for saving new term elements that don't have search terms associated with them 2000-05-14 23:52:11 +00:00
mscott%netscape.com 7d906e006e Bug #39032 --> still use a hide attribute on the toolbars because collapse doesn't work. 2000-05-12 06:57:02 +00:00
mscott%netscape.com b3c2b3e1ed A temporary work around for the fact that the To and cc fields haven't been wrapping. This is actually a xul bug
where xul elements inside of an html div weren't being displayed as inline by default. My temp workaround is to
explicitly declare each element in the html tag with a display: inline style. Thanks to evaughan for giving me this idea.
2000-05-12 06:30:26 +00:00
mscott%netscape.com 85a6f5d4b2 Bug #35035 --> skinnability changes for the message pane. This involves using my new XBL widget for
an email address.
2000-05-12 06:09:01 +00:00
mscott%netscape.com 1a6d7b7cec Make the email address popup act like a context menu isntead of a popup. 2000-05-12 05:43:33 +00:00
alecf%netscape.com 3c89ab2e09 fix saving of values since the value object is transitory and must be reinserted into the searchterm 2000-05-12 03:57:16 +00:00
mscott%netscape.com 5296b124ac Bug #35035 add a widget for email addresses in the message pane. this helps make the message pane skinnable. 2000-05-11 04:55:28 +00:00
sspitzer%netscape.com 30af944f0e not used yet. 2000-05-11 03:53:04 +00:00
sspitzer%netscape.com bd1e71c665 adding directory.gif, but notice it is not used yet. 2000-05-11 03:47:32 +00:00
sspitzer%netscape.com 1c301c4283 update. 2000-05-11 02:54:03 +00:00
sspitzer%netscape.com 44b8025ec8 it's skins/modern, not modern. 2000-05-11 02:24:17 +00:00
sspitzer%netscape.com b6125b5f13 it's now skins/modern, not just modern. 2000-05-11 02:11:42 +00:00
sspitzer%netscape.com 47d2e0e0a7 no longer needed. 2000-05-11 02:03:18 +00:00
sspitzer%netscape.com 3596a65868 chatzilla and xmlterm should not be here. application specific manifest.rdf
files should not be here either.
2000-05-11 00:55:48 +00:00
sspitzer%netscape.com e86744ac6f update. 2000-05-10 14:01:05 +00:00
sspitzer%netscape.com 4a64f080ab updated 2000-05-10 08:01:17 +00:00
sspitzer%netscape.com a309d40354 update 2000-05-10 06:35:17 +00:00
sspitzer%netscape.com b467e292a5 update. 2000-05-10 06:07:51 +00:00
sspitzer%netscape.com a0dd4e87a0 update. 2000-05-09 19:03:29 +00:00
cls%seawood.org d33edabfb6 Tweaks to let themes build with objdirs. r=sspitzer 2000-05-08 23:28:35 +00:00
sspitzer%netscape.com 54a6ed88ef update. 2000-05-05 07:53:52 +00:00
sspitzer%netscape.com 12aa35c504 changes for the mac build. 2000-05-04 18:32:16 +00:00
sspitzer%netscape.com 271bcf0f1a more changes 2000-05-03 19:32:35 +00:00
sspitzer%netscape.com 8177ab5ca5 makefile badness for win32 for themes. 2000-05-03 03:20:49 +00:00