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

37 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org e840235a7e updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
blizzard%appliedtheory.com a8dbec1a0a gnomefe image handling: take three. This uses the same code structure as xfe and does tranparent images, tiling and standard images as it should. 1998-10-26 23:06:58 +00:00
blizzard%appliedtheory.com b22986eca6 comment out some debugging output 1998-10-25 17:43:10 +00:00
blizzard%appliedtheory.com cf30f00516 Fix bug when displaying tranparent images. You should use the
img_x/y_offset, not the rect_x/y_offset for computing the clip_origin
in the GC.  Also, make sure that you don't set the clip region if you're
using a clipping bitmask because you can't use both of them at the same
time.  Also, comment out some debugging printf()'s
1998-10-25 17:41:32 +00:00
blizzard%appliedtheory.com a25135cb4d Integrate patches from Frank Visser <fvisser@hgmp.mrc.ac.uk> to use gtk
regions.
1998-10-25 17:39:06 +00:00
blizzard%appliedtheory.com 90a942ecb1 Add x source code header file ala xfe to that we can get into the
X Region internal structs.  What fun!
1998-10-25 17:37:07 +00:00
blizzard%appliedtheory.com ca6b1690f1 don't draw table borders for tables that have a border_width of zero 1998-10-24 19:05:24 +00:00
blizzard%appliedtheory.com 9246d2b910 Catch the "draw" event on the GtkFixed widget and redraw the html
area since it's just been erased by the widget default draw handler
1998-10-24 17:02:34 +00:00
cls%seawood.org 4abf6c629b The system versions of jpeg & png are used by default (if found) unless the local copy is more recent. Zlib is used by default if found.
Added separate variables for jpeg, png & zlib CFLAGS & LIBS.
Added --with-option=dir support for jpeg, png & zlib.
Split X defines into XCFLAGS, XLDFLAGS & XLIBS.
Will attempt to link nspr against the proper thread lib if the initial check fails.
Removed last vestiges of NO_SECURITY.
Modified cmd/{gnome,qt,x}fe/Makefile to only use autoconf defined variable for the final link.
Changed ACCFLAGS to OS_CFLAGS. Changed ACLIBS to OS_LIBS.
OPTIMIZER (config.mk) is no longer set for autoconf.
No longer includes platform specific .mk
1998-10-23 00:36:08 +00:00
cls%seawood.org 6750f658a4 Cleaned up parse errors, added java libs and smart mail libs. Thanks to Tom Rini <trini@kernel.crashing.org> for the patch. 1998-10-22 03:57:15 +00:00
cls%seawood.org ed2a7f5f65 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
cls%seawood.org c6632bc15f Removed obsolete NSPR20 ifdefs. 1998-10-20 01:55:58 +00:00
blizzard%appliedtheory.com aeb07878cb Catch the resize of the drawing window and resize the compositor. Also fix event handling for other events on the drawing window. 1998-10-19 03:04:20 +00:00
blizzard%appliedtheory.com cedb3f576d Return NULL for now since there isn't an rdf view yet. The lower layers seem to be able to handle this. 1998-10-19 03:02:19 +00:00
blizzard%appliedtheory.com f3791020df don't build java50.jar 1998-10-17 20:34:37 +00:00
blizzard%appliedtheory.com 38dd0c7d6e more image and compositor work. A lot of this is based on patches from
Michael O'Reilly <michael@metal.iinet.net.au>
1998-10-17 17:27:25 +00:00
blizzard%appliedtheory.com 4d259f7220 make sure the index is incremented in a while loop 1998-10-15 19:12:31 +00:00
blizzard%appliedtheory.com e360cbcf7a enable GNOME_GetDocPosition 1998-10-15 18:00:28 +00:00
blizzard%appliedtheory.com c1f2310f72 don't set the tile in the gc, that's for window backgrounds, not drawing 1998-10-15 17:57:13 +00:00
blizzard%appliedtheory.com 9a915024a8 Integrate patches from Michael O'Reilly <michael@metal.iinet.net.au>
and Frank Visser <fvisser@hgmp.mrc.ac.uk>.  This works on pixmap display
and font preferences and selection.
1998-10-13 20:38:20 +00:00
cyeh%netscape.com 6f0645cf11 Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY 1998-10-12 21:27:12 +00:00
blizzard%appliedtheory.com 2313de21c8 Cleanup of the pixmap rendering code. 1998-10-04 22:29:34 +00:00
cls%seawood.org 5c029822ca Removed full relative include path for l10n headers. Added -I$(DEPTH)/l10n/us to INCLUDES. Removed $(NSPR_LIBS) from *_DEPLIBS. 1998-10-02 18:26:20 +00:00
cls%seawood.org a936506e81 Moved NSPR libraries into $(NSPR_LIBS). Changed link commands to use $(NSPR_LDFLAGS) $(NSPR_LIBS). 1998-10-02 08:58:54 +00:00
blizzard%appliedtheory.com 3f7f35b124 Integrate patch from Michael O'Reilly <michael@metal.iinet.net.au>
This patch starts work on displaying pixmaps.
1998-10-02 03:01:01 +00:00
cls%seawood.org 1d2a2f6f97 Finished off MOZ_USER_DIR patch. This allows developers to change config-dir at compile time. Defaults to .netscape for classic build and .mozilla for autoconf build. 1998-09-30 00:23:45 +00:00
cls%seawood.org 485aea0c40 Removed libmsgc21 from link line. 1998-09-25 23:25:54 +00:00
blizzard%appliedtheory.com e8f6b3cd3e Add changes from Michael O'Reilly <michael@metal.iinet.net.au> which
initialize RDF and point the RDF progress info at a dummy frame.
1998-09-24 20:28:56 +00:00
blizzard%appliedtheory.com 3dcb0c2449 Patch from Bert Driehuis <driehuis@playbeing.org> for returning the view
in the function.
1998-09-23 14:04:06 +00:00
blizzard%appliedtheory.com d74754b186 Pixmap creation and updating now use gdk primitives 1998-09-17 04:07:14 +00:00
blizzard%appliedtheory.com dc6f133521 UpdatePixmap completed 1998-09-15 20:14:33 +00:00
blizzard%appliedtheory.com 2b7b3bf1a5 gnomefe now creates pixmaps when asked to by the image layer 1998-09-15 19:04:32 +00:00
blizzard%appliedtheory.com 20ba3d5d56 Remove README file. Information should be on the web site and/or elsewhere
in the tree.
1998-09-15 18:54:53 +00:00
blizzard%appliedtheory.com 0d3eb7f91b Add patches from Bert Driehuis <driehuis@playbeing.org> These patches
make sure that the view is properly returned in all functions where it's
supposed to be.
1998-09-15 14:31:47 +00:00
blizzard%appliedtheory.com ce2b90c311 Bring fe up to date which fe header files 1998-09-10 19:58:18 +00:00
blizzard%appliedtheory.com 54e2354df7 Commit changes from Michael O'Reilly <michael@metal.iinet.net.au> 1998-09-10 17:57:58 +00:00
shaver%netscape.com 7dfc458faf initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00