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

37 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org 0a0b71b9c3 updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
blizzard%appliedtheory.com ecec52ca6b 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 e5d4fb195f comment out some debugging output 1998-10-25 17:43:10 +00:00
blizzard%appliedtheory.com f63f22cea1 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 133406a46a 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 888f7a22d5 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 5e16d7052a 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 7164e404d2 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 231e51bbaf 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 6e35f5505f 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 001ed2ffd4 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 a4d5251a84 Removed obsolete NSPR20 ifdefs. 1998-10-20 01:55:58 +00:00
blizzard%appliedtheory.com 9c443d1d21 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 91f5a73cfb 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 9078d81d91 don't build java50.jar 1998-10-17 20:34:37 +00:00
blizzard%appliedtheory.com 5edff4f1fc 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 f4655cc13c make sure the index is incremented in a while loop 1998-10-15 19:12:31 +00:00
blizzard%appliedtheory.com d5d710fd94 enable GNOME_GetDocPosition 1998-10-15 18:00:28 +00:00
blizzard%appliedtheory.com 17bbf11814 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 4d55a4e340 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 80deef52d3 Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY 1998-10-12 21:27:12 +00:00
blizzard%appliedtheory.com 057957a23c Cleanup of the pixmap rendering code. 1998-10-04 22:29:34 +00:00
cls%seawood.org b3d2cdc97d 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 69f97f2f54 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 70ed1d5f4d 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 07b1e47884 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 d7386ef465 Removed libmsgc21 from link line. 1998-09-25 23:25:54 +00:00
blizzard%appliedtheory.com ec29d42ec7 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 b0c25b7bf1 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 df40c67461 Pixmap creation and updating now use gdk primitives 1998-09-17 04:07:14 +00:00
blizzard%appliedtheory.com f316465af7 UpdatePixmap completed 1998-09-15 20:14:33 +00:00
blizzard%appliedtheory.com f307563dd7 gnomefe now creates pixmaps when asked to by the image layer 1998-09-15 19:04:32 +00:00
blizzard%appliedtheory.com 9c86ef1bea 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 bd4dba7b80 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 e85b784834 Bring fe up to date which fe header files 1998-09-10 19:58:18 +00:00
blizzard%appliedtheory.com 8eb40adc55 Commit changes from Michael O'Reilly <michael@metal.iinet.net.au> 1998-09-10 17:57:58 +00:00
shaver%netscape.com 3bad9b4fad initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00