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

1027 Коммитов

Автор SHA1 Сообщение Дата
pierre%netscape.com 725816ecf4 don't dispatch Update event when the widget has drawn itself already 1998-12-15 04:03:38 +00:00
pierre%netscape.com a504a77878 added OnPaint() to return 'false' and notify nsWindow not to dispatch the Update event 1998-12-15 04:03:09 +00:00
sfraser%netscape.com e949a694f4 Fixed Show() to store a full UNIX path to the selected file 1998-12-15 03:11:59 +00:00
pierre%netscape.com 863c7a9967 added nsDialog.cpp ans nsLabel.cpp 1998-12-15 03:05:50 +00:00
pierre%netscape.com af189fe863 support nsDialog ans nsLabel 1998-12-15 03:05:06 +00:00
pierre%netscape.com dc23c3bdda support dialogs 1998-12-15 03:03:10 +00:00
pierre%netscape.com fdef79027c First Checked In. 1998-12-15 03:00:25 +00:00
pinkerton%netscape.com e7502eb0a1 add nsHTToolbarContentModel.cpp to obj's as well as src's. Doh! 1998-12-15 00:42:55 +00:00
pinkerton%netscape.com c4e73c1ca8 add nsHTToolbarContentModel.cpp 1998-12-14 23:51:34 +00:00
pinkerton%netscape.com 78494faf03 minor tweaks to nsBasicStyleInfo struct. 1998-12-14 23:51:04 +00:00
pinkerton%netscape.com 6323c73a20 Talk to new nsHTToolbarDataModel 1998-12-14 23:50:34 +00:00
pinkerton%netscape.com 6c242a4771 First Checked In. 1998-12-14 23:50:02 +00:00
beard%netscape.com 3cb1e6a525 Regenerated with GenToc. 1998-12-13 18:15:37 +00:00
beard%netscape.com 18984e5a80 First Checked In. 1998-12-13 05:01:04 +00:00
hyatt%netscape.com 8c0b8598ea Fixing a minor drawing bug (filling in of the blank lines in the tree). 1998-12-13 01:20:35 +00:00
hyatt%netscape.com d22b37ac06 Fixing the content model structure and correcting a drawing error
in the tree view.
1998-12-11 23:01:09 +00:00
pinkerton%netscape.com fb06b55da4 Explanation of why this file is obsolete but still in the tree. 1998-12-11 16:39:29 +00:00
pinkerton%netscape.com c7d05faaaf use NS_STATIC_CAST. 1998-12-11 16:35:48 +00:00
pinkerton%netscape.com aa2fea9544 fix a cast with the tree view because nsITreeView doesn't exist anymore. 1998-12-11 16:35:33 +00:00
pinkerton%netscape.com e65fe08c19 make tree view implement nsIContentConnector, obsoleting nsITreeView 1998-12-11 16:35:08 +00:00
pinkerton%netscape.com ef2d844690 Make toolbar manager implement nsIContentConnector and prepare for nsIToolbarManager to go away. 1998-12-11 16:34:46 +00:00
pinkerton%netscape.com abc05dff5f Make toolbar implement nsIContentConnector and prepare for nsIToolbar to go away. 1998-12-11 16:34:25 +00:00
pinkerton%netscape.com 1f8ea0b1fc Export nsIContentConnector.h instead of nsITreeView.h 1998-12-11 16:33:40 +00:00
pinkerton%netscape.com 286d14c4dc First Checked In. 1998-12-11 16:32:39 +00:00
dcone%netscape.com f5ac466f74 minor fix for the printers port 1998-12-11 16:09:28 +00:00
dcone%netscape.com b5906d1304 Fixed it so that a control handle is not made unless a valid windowptr is passed in. This is needed for the printer port. 1998-12-11 16:05:54 +00:00
dcone%netscape.com dbbc7656e0 Update routines for creating a rendering context, and fixed the printer routines. 1998-12-11 16:03:10 +00:00
pierre%netscape.com 1345c7c6ab Fixed Resize() and Invalidate() to make xpfe apps much faster 1998-12-11 01:11:23 +00:00
waterson%netscape.com c6b11dbf11 Made sure to treat attribute value case-insenstively. Fixed QueryInterface() call. 1998-12-10 10:06:37 +00:00
waterson%netscape.com 83e935d289 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 8929c3f950 Iterate through children of the <COLUMNS> node, not the original node. 1998-12-10 08:31:52 +00:00
waterson%netscape.com 67d8c358af 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 c43768fe3b Make sure to addref the content node in the constructor. 1998-12-10 08:30:18 +00:00
sfraser%netscape.com b2b751eef5 Convert AppleSingle->binary format. 1998-12-10 03:22:27 +00:00
hyatt%netscape.com d446cfc376 Nodes now track their correct indentation levels (from the content model). 1998-12-10 00:21:44 +00:00
hyatt%netscape.com a469d9466b Columns are now grabbed from the content model. 1998-12-09 23:08:32 +00:00
hyatt%netscape.com 4149297070 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 362e1987f8 Modifications to make the tree widget talk to nsIContent. 1998-12-09 19:57:15 +00:00
hyatt%netscape.com 33425774ac Modified the tree view interface so a content root can be set. 1998-12-09 19:56:55 +00:00
ramiro%netscape.com 6beb52bff6 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 35462c8d12 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 7b7acedec8 don't draw when not visible 1998-12-09 13:24:26 +00:00
pierre%netscape.com 38ef58f9a1 redraw on Scroll() 1998-12-09 13:24:09 +00:00
pierre%netscape.com 8716e7650b removed saari's hacks 1998-12-09 10:18:50 +00:00
pierre%netscape.com f9c79d6e7d 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 be8ec0def2 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 490706b04e 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 cc250de8dd Removed the last of the Mac specific hacks added last week 1998-12-09 10:16:15 +00:00
pierre%netscape.com eef6abc8c4 Use a better looking font on the Mac 1998-12-09 10:15:22 +00:00
pierre%netscape.com 8ad023962d Removed some include files 1998-12-09 10:14:46 +00:00
ramiro%netscape.com 2fa8b74cf6 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 eb5a46231c Resizing works again, but resizes seem behind by one step. 1998-12-07 05:08:00 +00:00
pierre%netscape.com bc71cb7f74 removed the NS_NATIVE_OFFSET_IN_PORT hacks 1998-12-07 03:37:15 +00:00
beard%netscape.com c77f1c7ae7 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 4ed36763d4 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 baafbee3a7 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 3d3d6596f7 build TextWidget's correctly. 1998-12-06 15:40:48 +00:00
pavlov%pavlov.net 8f6501417b 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 a35e7983af 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 0c231eb66b Undo my previous screwup. I thought I was helping... 1998-12-06 06:23:31 +00:00
ramiro%netscape.com 1d24037e60 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 a852222b5a 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 120268aa09 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 7635f099df set texts for text boxes correctly. impliment InsertText. 1998-12-06 03:14:23 +00:00
pierre%netscape.com 154cd3db3b 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 2a0605988d 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 320e632b52 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 151ac529c1 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 e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
pavlov%pavlov.net 582b673aa6 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 f50cab1781 Oops. Fixing build bustage. 1998-12-04 23:55:48 +00:00
hyatt%netscape.com cbbb240c02 Tweaks. 1998-12-04 23:05:50 +00:00
hyatt%netscape.com 0dab208fd2 Added support for vertical dividers. 1998-12-04 22:15:47 +00:00
pinkerton%netscape.com c81964c2c5 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 5da3c4fcdf base/src/nscore.h 1998-12-04 21:36:23 +00:00
pinkerton%netscape.com 6aa787e50c 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 88115c192c Added printing support 1998-12-04 15:02:57 +00:00
dcone%netscape.com 67bb22ffd2 First Checked In. 1998-12-04 15:02:26 +00:00
pinkerton%netscape.com 343027d449 lighten the widget bg colors so this things finally looks like macNavigator again. 1998-12-04 01:39:36 +00:00
slamm%netscape.com 45fedef1f0 Add support for hyatt's treeview. 1998-12-04 01:06:58 +00:00
slamm%netscape.com 1bae821802 Build hyatt's treeview on Unix. 1998-12-04 01:06:53 +00:00
hyatt%netscape.com ef3edbb7b0 Tweaked the tree colors. 1998-12-03 23:55:15 +00:00
hyatt%netscape.com 4af3f59416 The tree view column pushers disable properly. Hidden/shown columns remember
their desired widths.
1998-12-03 22:15:51 +00:00
pinkerton%netscape.com 7c7b712223 make sure the port is set correctly before we call ::SetOrigin on mouse events. 1998-12-03 22:05:49 +00:00
mjudge%netscape.com 669742abb5 changing enumerator interface again 1998-12-03 21:46:27 +00:00
mjudge%netscape.com 6a4ef991ee changing enumerator interface 1998-12-03 21:46:06 +00:00
wtc%netscape.com 014c54462a Added a static cast from void* to GtkWidget*. 1998-12-03 06:35:05 +00:00
saari%netscape.com 1576d7c24e Mac - Temporarly turning off the passing down of rendering contexts to children during updates to facilitate a hack that improves rendering. The hack is getting around the Windows centric XP code. 1998-12-03 04:26:46 +00:00
pinkerton%netscape.com fff8fe4b1e replace NS_IMETHOD with expanded version to make vc6 happy. 1998-12-03 01:45:40 +00:00
pinkerton%netscape.com d28de534ca move the tree and toolbar files into their own group. 1998-12-03 01:27:41 +00:00
pinkerton%netscape.com f8f5bef93e general cleanup, change PaintLines() to PaintRows(), cleaned up cntr. 1998-12-03 01:27:24 +00:00
pinkerton%netscape.com cbea612556 make the toolbar inherit from the dataModelWidget class like the trees. 1998-12-03 01:26:39 +00:00
pinkerton%netscape.com 4ad7e18ed5 clean up a warning and some comments. 1998-12-03 01:26:10 +00:00
pinkerton%netscape.com cb881e2b8e moved eDMImageLoaded constant here because this is the only place it is used. 1998-12-03 01:25:50 +00:00
pinkerton%netscape.com 291af9a28b reshuffled some things to remove include dependancies, etc. 1998-12-03 01:25:26 +00:00
hyatt%netscape.com 0279740d43 Removal of the mutable keyword (to keep VC4.2 happy), and a fix to make
sure the folder and trigger images load for everyone.
1998-12-02 23:04:55 +00:00
pavlov%pavlov.net b47b3876de removed extranious #include "gtklayout.h"'s and #ifndef GTK_HAVE_FEATURES_1_1_6
in gtklayout.c and nsWidget.h so that we use the gtklayout from gtk 1.1.6 if
available.
1998-12-02 19:54:34 +00:00
pinkerton%netscape.com 0393426e92 add the files to build the xpfe tree view. 1998-12-02 19:49:27 +00:00
pinkerton%netscape.com 7a96113028 export the tree view. 1998-12-02 19:49:06 +00:00
pinkerton%netscape.com 655f344bbe add the tree view to the widget factory. 1998-12-02 19:48:55 +00:00