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

950 Коммитов

Автор SHA1 Сообщение Дата
pierre%netscape.com 3d8ccf2607 Fixed Resize() and Invalidate() to make xpfe apps much faster 1998-12-11 01:11:23 +00:00
waterson%netscape.com a69b2c5305 Made sure to treat attribute value case-insenstively. Fixed QueryInterface() call. 1998-12-10 10:06:37 +00:00
waterson%netscape.com 37544f7029 Changed assumptions about where to find column info in the content model: specifically, removed the explicit <column> group required for every item. Hyatt, we'll need to talk about this. 1998-12-10 10:05:32 +00:00
waterson%netscape.com 470dea45a9 Iterate through children of the <COLUMNS> node, not the original node. 1998-12-10 08:31:52 +00:00
waterson%netscape.com c5baaa9bfe Make sure to get the children of the <CHILDREN> node, not the original node. 1998-12-10 08:30:59 +00:00
waterson%netscape.com a0bcab8d8f Make sure to addref the content node in the constructor. 1998-12-10 08:30:18 +00:00
sfraser%netscape.com 3a4008a62e Convert AppleSingle->binary format. 1998-12-10 03:22:27 +00:00
hyatt%netscape.com 9fe4aa6738 Nodes now track their correct indentation levels (from the content model). 1998-12-10 00:21:44 +00:00
hyatt%netscape.com c786776b66 Columns are now grabbed from the content model. 1998-12-09 23:08:32 +00:00
hyatt%netscape.com f491c3b34f My previous checkin is going to break Linux. This checkin should fix the
build bustage.
1998-12-09 20:50:27 +00:00
hyatt%netscape.com 41ab68bde4 Modifications to make the tree widget talk to nsIContent. 1998-12-09 19:57:15 +00:00
hyatt%netscape.com fc186efdac Modified the tree view interface so a content root can be set. 1998-12-09 19:56:55 +00:00
ramiro%netscape.com ecd26e152a Fix bugzilla bug 1822.
Memory clobber on 64-bit host.
Thanks to rth@cygnus.com for catching this and providing a fix.
1998-12-09 15:13:42 +00:00
pierre%netscape.com e04f280c6b Implemented scrollbars as native controls. Still some bugs, should have live-scrolling, should be proportionnal under 8.5. 1998-12-09 13:26:49 +00:00
pierre%netscape.com a703457c80 don't draw when not visible 1998-12-09 13:24:26 +00:00
pierre%netscape.com bfe4cfbf72 redraw on Scroll() 1998-12-09 13:24:09 +00:00
pierre%netscape.com 75694f0742 removed saari's hacks 1998-12-09 10:18:50 +00:00
pierre%netscape.com a941bfe959 A bunch of changes: removed saari's hacks, fixed origins, clipping, resize and update 1998-12-09 10:18:30 +00:00
pierre%netscape.com bc4e83e1af don't draw when not visible and don't draw in SetThumbSize() in order to fix a flicker of the horizontal sbar on resize when the text fits into the page 1998-12-09 10:18:03 +00:00
pierre%netscape.com 501c9a539c Fixed the "GrowWindow" from DRAW_ON_RESIZE in order to have a minimum window size (Viewer and maybe XPViewer don't support very narrow windows). Added a WaitNextEvent for update events during the DRAW_ON_RESIZE after having fixed a related bug in nsWindow. 1998-12-09 10:16:35 +00:00
pierre%netscape.com 4b20189536 Removed the last of the Mac specific hacks added last week 1998-12-09 10:16:15 +00:00
pierre%netscape.com 3d7a43ea47 Use a better looking font on the Mac 1998-12-09 10:15:22 +00:00
pierre%netscape.com ae7da3b28a Removed some include files 1998-12-09 10:14:46 +00:00
ramiro%netscape.com c36bd6cf87 widget/tests/scribble/Makefile.in:
- Link with -lpwcac -ldbm on all platforms, not just Linux, FreeBSD, and
SunOS.
- Correct linking order: $(PNG_LIBS) needs to be after -limg.

widget/tests/scribble/main.cpp
- Declare extern "C" for the XP_ReBuffer stub.
- Declare main to return int because it does return a value.

Thanks to wtc@netscape.com (Wan-Teh Chang) for the fix.
1998-12-07 06:51:26 +00:00
msw%gimp.org 77212573dd Resizing works again, but resizes seem behind by one step. 1998-12-07 05:08:00 +00:00
pierre%netscape.com 7dd4fe1b31 removed the NS_NATIVE_OFFSET_IN_PORT hacks 1998-12-07 03:37:15 +00:00
beard%netscape.com cd77623454 Implemented SetTitle using nsString::ToCString. Will need to revisit when UNICODE window titles are supported. 1998-12-07 03:08:07 +00:00
pavlov%pavlov.net 4e3777064f remove all references to TRUE and FALSE and replace them with PR_TRUE and
PR_FALSE (for consistancy)  fix nsTextAreaWidget so that it doesn't default to ReadOnly
1998-12-06 15:56:43 +00:00
pavlov%pavlov.net 4f956d0ae4 indent these files so they conform to the style and fix read only and password
fields.
1998-12-06 15:42:28 +00:00
pavlov%pavlov.net c5972ddc66 build TextWidget's correctly. 1998-12-06 15:40:48 +00:00
pavlov%pavlov.net 146bb62cf6 removed unused variables (this one compiles) in nsTextAreaWidget.[ch]
commented out size_allocate in nsWindow.cpp as this doesn't appear to be
needed any more
1998-12-06 14:32:20 +00:00
wtc%netscape.com 01313d53b3 In nsMenu::GetNativeParent, use the GTK_WIDGET macro (defined in
<gtk/gtkwidget.h>) to convert (void *) to (GtkWidget *).
1998-12-06 07:08:33 +00:00
ramiro%netscape.com 9569c35cda Undo my previous screwup. I thought I was helping... 1998-12-06 06:23:31 +00:00
ramiro%netscape.com 89feabf345 Fix Pavlov's bustage.
Thanks to Steve Morrison <smorrison@gte.com> for the fix.
1998-12-06 06:07:04 +00:00
ramiro%netscape.com d33a0aa670 Added a type cast.
Thanks to Wan-Teh Chang <wtc@netscape.com> for the patch.
1998-12-06 05:32:57 +00:00
pavlov%pavlov.net f1a58fcc79 nsText* removed unused class variables.
nsWidget use the nsLookAndFeel values instead of defining the colors again.
1998-12-06 04:31:13 +00:00
pavlov%pavlov.net 1ac9cfa05b set texts for text boxes correctly. impliment InsertText. 1998-12-06 03:14:23 +00:00
pierre%netscape.com 97af4e5e6a Moved the Mac Toolbox initialization from nsToolkit to nsAppShell, the reason being that nsAppShell is destined to be replaced by embedding applications while nsToolkit isn't. 1998-12-06 00:51:16 +00:00
pierre%netscape.com 311f109e7a StartDraw() initializes the rendering context; it allows Update() to pass the rendering context to the children. 1998-12-06 00:37:46 +00:00
pierre%netscape.com c85f416ac3 removed the ::IdleControl() stuff (it was intended for edit fields but they have been implemented as LPeriodicals) 1998-12-06 00:36:15 +00:00
ramiro%netscape.com 633be93e55 This patch set just makes sure that all functions that are
supposed to return values actually do so, to keep the Solaris
native compiler happy.

Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
1998-12-05 11:54:00 +00:00
ramiro%netscape.com 2009b728de Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
pavlov%pavlov.net 8173b65ac6 Fix some code... its late isn't it? no more random looping due to resizing
code.
1998-12-05 03:54:30 +00:00
hyatt%netscape.com 3e498687a6 Oops. Fixing build bustage. 1998-12-04 23:55:48 +00:00
hyatt%netscape.com a3fd56277f Tweaks. 1998-12-04 23:05:50 +00:00
hyatt%netscape.com 3583ff41ee Added support for vertical dividers. 1998-12-04 22:15:47 +00:00
pinkerton%netscape.com 1fef1a82ac Changed it so that triangle is drawn with lines instead of polygon
because of differences in gfx between platforms.
1998-12-04 21:36:43 +00:00
akkana%netscape.com 497aa2b9d1 base/src/nscore.h 1998-12-04 21:36:23 +00:00
pinkerton%netscape.com f5323bd7f7 now draws triangle in upper right to indicate this button has a menu. Draws in gray when the button is disabled. 1998-12-04 16:34:56 +00:00
dcone%netscape.com 4c67f97482 Added printing support 1998-12-04 15:02:57 +00:00