Commit Graph

299 Commits

Author SHA1 Message Date
troy@netscape.com
d51293ba77 Added 'clipSiblings' to nsWidgetInitData struct 1999-01-28 17:06:39 +00:00
saari@netscape.com
7cade204b5 /m/pub/mozilla/widget/public/nsIWidget.h - Added AddMenuListener method 1999-01-27 15:48:22 +00:00
pinkerton@netscape.com
99b9aef888 inserted IID() method for use with nsCOMPtr. 1998-12-17 22:13:41 +00:00
pierre@netscape.com
eba1997370 Removed the last of the Mac specific hacks added last week 1998-12-09 10:16:15 +00:00
pierre@netscape.com
008e046509 removed the NS_NATIVE_OFFSET_IN_PORT hacks 1998-12-07 03:37:15 +00:00
saari@netscape.com
7888744783 ---------------------------------------- mozilla/widget/src/mac/nsMacWindow.cpp - Line 112: fixed bug with rect bottom not being set correctly 1998-12-02 02:43:19 +00:00
rods@netscape.com
dbe3b78822 Added paint method for printing (and possible future owner draw) 1998-11-24 14:57:09 +00:00
rods@netscape.com
b4383d1038 Made GetBounds and GetClientBounds changes
Added window width and height fields nsSizeEvent
1998-11-04 21:43:47 +00:00
rods@netscape.com
f63c7b8875 Added 3D child window configurablility 1998-11-02 19:13:05 +00:00
rods@netscape.com
9ca1cbbf25 Added additional border style for dialogs 1998-11-02 16:58:55 +00:00
pierre@netscape.com
506404816c Landing MacWidgets... 1998-10-29 14:06:26 +00:00
troy@netscape.com
eebcd7c34e Added Update() member function which forces a synchronous repaint of any
dirty regions of the window
1998-10-27 00:16:59 +00:00
kipp@netscape.com
52eb525227 Fix InitData classes to init themselves properly to avoid latent unitialized memory bugs 1998-10-21 20:10:22 +00:00
rods@netscape.com
7cae52ed6d Added an Invalidate method for a rect in a window 1998-10-09 15:18:54 +00:00
rods@netscape.com
c16522a834 Fixed menus and add DispatchEvent to nsIWidget Interface. 1998-10-07 22:11:37 +00:00
rods@netscape.com
45c2ea3d45 Updated Interfaces to support UNIX 1998-10-07 19:49:36 +00:00
rods@netscape.com
9b2dd5398b XPCOM'ed most methods and added a couple of methods to BaseWidget
and added a lot of files
1998-09-28 22:32:48 +00:00
dcone@netscape.com
d8e3e7108c Added NS_NATIVE_OFFSETX and Y for getnativedata. Mac needed for the renderingcontext 1998-09-25 22:22:57 +00:00
dcone@netscape.com
71f99238be added some coordinate conversion 1998-09-16 17:18:56 +00:00
dcone@netscape.com
cee78144a6 added a region native data type 1998-08-27 17:31:59 +00:00
troy@netscape.com
9b592f1a39 Added clipChildren option to nsWidgetInitData 1998-08-19 23:11:41 +00:00
spider@netscape.com
787f5a23d1 Cursor support 1998-08-07 15:35:27 +00:00
troy@netscape.com
6bc95d04e9 Added GetClientData() and SetClientData() member functions 1998-08-07 05:19:40 +00:00
karnaze@netscape.com
c8be9871c1 turn off frameborders ala nav4; mouse sensitive to frame borders, but can't yet resize 1998-07-30 21:25:35 +00:00
scullin@netscape.com
48cf9a520b Normalize widget api on UNIX and win, add LAF interface, make sample
apps function again.
1998-07-29 18:51:45 +00:00
kipp
f0b30531c7 tweak 1998-07-09 17:04:31 +00:00
michaelp
44f57e12bd added init() method to prescontext.
creator of prescontext is responsible for initializing pres context.
devicecontext is now init()ed with a nsNativeWidget.
removed hacky X Display stuff from device context and font metrics.
removed hacky code from windows font metrics.
changed nsNativeWindow to be nsNativeWidget.
added more code for compositor back-to-front pass.
improved text performance on X.
changed nsHTMLTagContent.cpp so that it will build with MSVC 4.1.
1998-06-25 04:24:45 +00:00
atotic
5d8e14234e Last enum should not be followed by a ','. This generates warnings on the Mac 1998-06-16 21:45:48 +00:00
spider
1796c4f174 Add NS_NATIVE_DISPLAY so gfx on UNIX can retrieve a Display
pointer from the Widget
1998-06-04 05:13:36 +00:00
troy
d971df0090 Added additional parameter to nsIWidget Resize() member functions 1998-06-01 20:26:50 +00:00
spider
5e8b3818bf Adding NS_NATIVE_WIDGET to get the native widget associated with an nsIWidget.
Windows has a concept of a native window whilst unix has a native widget and
a native window.
1998-05-20 23:19:38 +00:00
kmcclusk
9a5e5783fa Added nsTooltipEvent to indicate the index of the tooltip rectangle that is being shown.
Now correctly initializes TOOLINFO structures before using them.
1998-05-18 17:55:34 +00:00
kmcclusk
e85b647b27 Added widget specific init structs 1998-05-14 21:34:08 +00:00
michaelp
1c76a8a1c4 made form elements scroll smoothly. added apis to widgets to support this. 1998-05-13 03:39:08 +00:00
kipp
2df1d506ef Removed unused class decl 1998-05-09 03:20:24 +00:00
kmcclusk
4a8e09b2f8 Added tooltip widget and ScreenToWidget and WidgetToScreen conversion member functions 1998-05-05 23:41:16 +00:00
kmcclusk
c10d7c6bad *** empty log message *** 1998-05-05 19:58:27 +00:00
kmcclusk
c5fbe47e3b Added support for generating tooltip events 1998-05-04 19:25:25 +00:00
karnaze
18fc834450 added radio groups, select/option, beter sizing. widgets take creation parms. 1998-04-24 21:37:30 +00:00
kmcclusk
b80b27db17 Added SetMaxTextLength method to text widget and textarea widget. 1998-04-23 20:21:24 +00:00
kipp
2dab39e229 Fixed SetTitle API 1998-04-23 16:51:25 +00:00
kmcclusk
6d8984904b Changed SetBorderStyle to work with child windows only 1998-04-18 00:27:48 +00:00
kmcclusk
48382ed1ee Added SetBorderStyle and SetTitle to nsIWidget 1998-04-17 23:45:07 +00:00
kmcclusk
5e420ae1c2 Added doc++ comments to ns/widget/src/windows 1998-04-14 23:20:49 +00:00
kmcclusk
80830783e1 Made comments DOC++ compatible 1998-04-14 21:33:43 +00:00
rods
d8e69d7817 fixed comments 1998-04-14 20:59:07 +00:00
rods
4249f0da2b fixed comment 1998-04-14 20:48:14 +00:00
kmcclusk
4d11a909d4 Added/Improved header file comments 1998-04-14 00:31:59 +00:00
kipp
4683c6f4c0 moved to pub 1998-04-13 20:24:54 +00:00