Commit Graph

62153 Commits

Author SHA1 Message Date
bryner%uiuc.edu
a626fea704 New and improved background tiling code for GTK. We take an offset into
the image as a parameter so we avoid drawing the whole tile if it's not
all needed.  Also, we can avoid setting any clip regions at all this
way, and avoid trips to the X server.  Fixes several background rendering
problems.  Also fix a signedness problem in the compositing code
(r=tor).  r=pavlov.


git-svn-id: svn://10.0.0.236/trunk@69388 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 06:29:37 +00:00
ducarroz%netscape.com
4d95440295 Fix for bug 38757. Need to use a focus listenner in order to make inheriance of focus handlers working. R=hyatt
git-svn-id: svn://10.0.0.236/trunk@69387 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 06:25:48 +00:00
beard%netscape.com
a5c0e1a803 added jsc/Main.java.
git-svn-id: svn://10.0.0.236/trunk@69386 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 06:23:43 +00:00
mscott%netscape.com
1e90815150 Bug #35035 --> skinnability work for the message pane. Transition to use the mail email address XBL widget.
git-svn-id: svn://10.0.0.236/trunk@69385 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 06:11:35 +00:00
mscott%netscape.com
9d9fb76f5c Bug #35035 --> skinnability work for the message pane.
git-svn-id: svn://10.0.0.236/trunk@69384 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 06:10:24 +00:00
mscott%netscape.com
4203135581 Bug #35035 --> skinnability changes for the message pane. This involves using my new XBL widget for
an email address.


git-svn-id: svn://10.0.0.236/trunk@69383 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 06:09:01 +00:00
ben%netscape.com
b58380ea19 fix progressmeter to have a minimum size
git-svn-id: svn://10.0.0.236/trunk@69382 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:54:29 +00:00
mscott%netscape.com
a6e517c6c5 Make the email address popup act like a context menu isntead of a popup.
git-svn-id: svn://10.0.0.236/trunk@69381 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:43:33 +00:00
ducarroz%netscape.com
0bd1e62714 Fix few problems: Don't autocomplete after user press backspace or delete. If resutl contains only one match and default item is 0, don't show the popup menu. If the default item is -1, don't touch at the user input. Correctly detect when popup menu is open.
git-svn-id: svn://10.0.0.236/trunk@69380 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:40:20 +00:00
waldemar%netscape.com
4ea629c1bd Fixed ?: parsing bug and pretty-printing offsets
git-svn-id: svn://10.0.0.236/trunk@69379 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:39:28 +00:00
scc%netscape.com
e745f6a946 Fixed the block stomping bug by ensuring the correct |operator=()| was always available.
git-svn-id: svn://10.0.0.236/trunk@69378 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:25:26 +00:00
scc%netscape.com
3495a25e7e changed some comments
git-svn-id: svn://10.0.0.236/trunk@69377 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:20:21 +00:00
scc%netscape.com
57a3d8f94a added tests for the new IO stuff, etc.
git-svn-id: svn://10.0.0.236/trunk@69376 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:19:46 +00:00
scc%netscape.com
a0d84f0c6c Uncommented tests that should work now that I've fixed the block stomping bug.
git-svn-id: svn://10.0.0.236/trunk@69375 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:18:36 +00:00
scc%netscape.com
0736ff46a2 Changed some comments
git-svn-id: svn://10.0.0.236/trunk@69374 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:17:51 +00:00
scc%netscape.com
f536c121d4 Filled out the smart pointer implementation. Changed some comments.
git-svn-id: svn://10.0.0.236/trunk@69373 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:17:39 +00:00
waldemar%netscape.com
5be836e3a7 Fixed build flags
git-svn-id: svn://10.0.0.236/trunk@69372 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:16:08 +00:00
scc%netscape.com
9606d2e818 Added an assertion in |copy_string|. Changed some comments.
git-svn-id: svn://10.0.0.236/trunk@69371 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:16:00 +00:00
waldemar%netscape.com
b7523b9005 Fixed parser errors
git-svn-id: svn://10.0.0.236/trunk@69370 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:15:52 +00:00
cmanske%netscape.com
2d02de1755 Commandset for table commands must be included in master xul file even if update is done only in 'oncreate' method. Remove 'events' attribute to avoid updating unnecessarily
git-svn-id: svn://10.0.0.236/trunk@69369 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:15:41 +00:00
waldemar%netscape.com
49a48f8f8c Worked around Visual C++ problem
git-svn-id: svn://10.0.0.236/trunk@69368 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 05:15:17 +00:00
sspitzer%netscape.com
655521bf08 more #define loving.
git-svn-id: svn://10.0.0.236/trunk@69367 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:47:03 +00:00
sspitzer%netscape.com
645d96f136 comment out printfs.
git-svn-id: svn://10.0.0.236/trunk@69366 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:43:45 +00:00
sspitzer%netscape.com
9578bda7a6 remove printf.
git-svn-id: svn://10.0.0.236/trunk@69365 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:41:13 +00:00
nisheeth%netscape.com
a03ea3a94a Removing include of windows.h in and ifdef XSL section of the code. Does not affect mozilla build.
git-svn-id: svn://10.0.0.236/trunk@69364 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:40:55 +00:00
alecf%netscape.com
c7d97267b8 remove some of my warnings
git-svn-id: svn://10.0.0.236/trunk@69363 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:40:37 +00:00
ssu%netscape.com
e45c105fd2 added functionality in the wizard installer to register self registering dlls. Affects only windows platforms
git-svn-id: svn://10.0.0.236/trunk@69362 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:40:17 +00:00
sspitzer%netscape.com
0d36ac2559 fix assertion / problem with subscribe. duh.
git-svn-id: svn://10.0.0.236/trunk@69361 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:39:43 +00:00
rhp%netscape.com
0280b3ae46 NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@69360 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:36:07 +00:00
rhp%netscape.com
ce0434e36b Not part of the build!
git-svn-id: svn://10.0.0.236/trunk@69359 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:33:45 +00:00
alecf%netscape.com
04c5b0b77d better fix with correct casting
git-svn-id: svn://10.0.0.236/trunk@69358 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:32:10 +00:00
rhp%netscape.com
bc2153e6cc NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@69357 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:31:08 +00:00
alecf%netscape.com
b8dabf3541 fix for lame bustage
git-svn-id: svn://10.0.0.236/trunk@69356 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:30:12 +00:00
sspitzer%netscape.com
e4b8559c9d more subscribe work.
git-svn-id: svn://10.0.0.236/trunk@69355 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:23:45 +00:00
sspitzer%netscape.com
1b61d254d7 add nsSubscribableServer to the build.
git-svn-id: svn://10.0.0.236/trunk@69354 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:19:14 +00:00
sspitzer%netscape.com
7360212a9a add nsSubscribableServer to the build
git-svn-id: svn://10.0.0.236/trunk@69353 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:18:10 +00:00
alecf%netscape.com
57868ecff1 use macro-based QI
git-svn-id: svn://10.0.0.236/trunk@69352 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:17:31 +00:00
jbetak%netscape.com
ddaf9932f8 32591 View source page is displayed as ISO-8859-1 when meta tag is missing
36136 [regression]View source with meta charset info can't be displayed properly
27646 Need to "inherit" charset info when opening a new browser widow
r=ftang


git-svn-id: svn://10.0.0.236/trunk@69351 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:17:06 +00:00
alecf%netscape.com
e06b1988a7 get filter list from the server, not manually
git-svn-id: svn://10.0.0.236/trunk@69350 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:14:23 +00:00
alecf%netscape.com
1d14c5651f get filter list from the server
git-svn-id: svn://10.0.0.236/trunk@69349 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:09:37 +00:00
alecf%netscape.com
62dffa4352 fix some minor bugs that were preventing filters from saving from the UI to memory
git-svn-id: svn://10.0.0.236/trunk@69348 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:02:06 +00:00
morse%netscape.com
79a9e75e10 download server tables completely asynchronously
git-svn-id: svn://10.0.0.236/trunk@69347 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 04:01:12 +00:00
sspitzer%netscape.com
09e62c1777 re-add these, in the right place.
git-svn-id: svn://10.0.0.236/trunk@69346 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:59:02 +00:00
sspitzer%netscape.com
c7cfa8bbf5 added this in the wrong place.
git-svn-id: svn://10.0.0.236/trunk@69345 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:58:29 +00:00
alecf%netscape.com
2fc92583fc fix saving of values since the value object is transitory and must be reinserted into the searchterm
git-svn-id: svn://10.0.0.236/trunk@69344 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:57:16 +00:00
saari%netscape.com
55ef3ea5ba fix for 38619
git-svn-id: svn://10.0.0.236/trunk@69343 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:57:11 +00:00
saari%netscape.com
7e27276cd8 Fix for bug 38619, cannot use "hidden" attribute to hide top level menus on MacOS.
git-svn-id: svn://10.0.0.236/trunk@69342 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:53:54 +00:00
leaf%mozilla.org
3672dc695a Automated update
git-svn-id: svn://10.0.0.236/trunk@69341 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:45:14 +00:00
waldemar%netscape.com
9e4dfcf6e9 Interchanged linearBreak and fillBreak
git-svn-id: svn://10.0.0.236/trunk@69340 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:43:35 +00:00
jdunn%netscape.com
a58298d7d1 backing out previous change, since axel backed out his autoconf.mk.in change
r= jgaunt@netscape.com


git-svn-id: svn://10.0.0.236/trunk@69339 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:42:02 +00:00