troy%netscape.com
5ff1cfe35d
Removed unused widgetSupports member of nsGUIEvent
1998-10-08 21:24:05 +00:00
kmcclusk%netscape.com
916384f660
Removed nsObject.cpp and nsObject.h. Removed commented out code.
...
added NS_ERROR_NO_AGGREATION to widget factory. marked code with XXX where
additional work is required. Removed unused global variables in nsWindow.cpp
1998-10-08 18:33:48 +00:00
spider%netscape.com
7ea970f836
Fix compile errors on IRIX
1998-10-08 17:54:07 +00:00
rods%netscape.com
b1b4233eb5
Fixed ref count problem
1998-10-08 15:23:03 +00:00
rpotts%netscape.com
fb5cab9ba8
Attempting to fix unix build bustage...
1998-10-08 07:55:23 +00:00
pierre%netscape.com
b86cf5a78d
fix build on mac after rods's changes in DispatchEvent
1998-10-08 02:00:23 +00:00
kmcclusk%netscape.com
c212eea4ea
Fixed key events.
1998-10-08 00:47:10 +00:00
kmcclusk%netscape.com
a301ff4ae9
Removed references to widgets which are not checked in yet
1998-10-08 00:13:39 +00:00
rods%netscape.com
6b9a9a934c
Added an NS_ADDREF to InitEvent and then put in NS_RELEASE in all the proper places.
...
This was necessary because an Exit menu event was deleting the Windows object
before event processing could complete.
1998-10-08 00:04:21 +00:00
rods%netscape.com
d6da910767
Changed back
1998-10-07 23:39:27 +00:00
rods%netscape.com
a61c33f25d
Removed "::" from XmCall (trying to fix the IRIX build)
1998-10-07 23:38:52 +00:00
rods%netscape.com
34d1cbea26
Made an attempt at fixing the Mac port for the DispatchEvent change
1998-10-07 23:33:52 +00:00
rods%netscape.com
594b97f546
More changes so DispatchEvent works
1998-10-07 23:18:34 +00:00
rods%netscape.com
14703299e4
Fixed menus and add DispatchEvent to nsIWidget Interface.
1998-10-07 22:11:37 +00:00
rods%netscape.com
a0dcead7e7
Added menu support
1998-10-07 21:07:40 +00:00
dcone%netscape.com
56cda0f2e9
updated Dispatch to new interface.
1998-10-07 20:15:45 +00:00
dcone%netscape.com
69ac930d03
Updated to Rod S's changes
1998-10-07 20:15:05 +00:00
rods%netscape.com
c0b8f9e933
I fixed rendering part
1998-10-07 20:06:50 +00:00
rods%netscape.com
4fa50cdcb6
Added SetHorizontalLayout method
1998-10-07 19:50:42 +00:00
rods%netscape.com
aa87aa621d
Updated Interfaces to support UNIX
1998-10-07 19:49:36 +00:00
dcone%netscape.com
488da56048
re-wrote the ConvertToDeviceCoordinates to offset the event point.
1998-10-07 17:59:26 +00:00
dcone%netscape.com
7e49439af0
Calculated the offset for the event and added that to the point before event processing
1998-10-07 17:57:07 +00:00
dcone%netscape.com
ec925cd393
calculate the correct offset
1998-10-07 15:13:48 +00:00
dcone%netscape.com
383aafe32c
fixed offset problems
1998-10-07 15:13:19 +00:00
dcone%netscape.com
8cd76a3947
fix the size problem
1998-10-07 15:12:57 +00:00
dcone%netscape.com
87a17df6fd
selection fix
1998-10-07 15:10:40 +00:00
dcone%netscape.com
2a28b847f6
update fix
1998-10-07 15:09:03 +00:00
troy%netscape.com
4358c88eeb
Changed factory CreateInstance() code to return NS_ERROR_NO_AGGREGATION
...
if the caller is trying to aggregate the widget
1998-10-06 22:32:30 +00:00
dcone%netscape.com
eaf1d9324c
fixed some offset bugs
1998-10-06 13:28:53 +00:00
pierre%netscape.com
87764930d1
fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions
1998-10-06 03:00:28 +00:00
michaelp%netscape.com
0308904e76
fixed bug where scrolling with the thumb would cause the thumb
...
to jump down too far on long documents.
1998-10-05 21:20:54 +00:00
michaelp%netscape.com
9b82a28284
modified for new fontmetrics/renderingcontext.
1998-10-02 01:12:39 +00:00
rpotts%netscape.com
aba40ac4a7
Pass in a null nsIURLGroup to the image group...
1998-10-01 21:53:52 +00:00
rods%netscape.com
aa5b839ebb
Initial checkin
1998-10-01 21:06:09 +00:00
dcone%netscape.com
f0d73bb49e
Fixed the location problem
1998-10-01 19:48:52 +00:00
dcone%netscape.com
234bfa674a
Fixed the thumbsize problem
1998-10-01 19:48:31 +00:00
michaelp%netscape.com
e09efbe55a
font cache is no longer public.
1998-09-30 18:59:31 +00:00
michaelp%netscape.com
451b9b2a18
we no longer have a public font cache. removed circular refs between font cache
...
and device context.
1998-09-30 18:58:24 +00:00
rods%netscape.com
05439c943f
Added HWND cast for STRICT compiler problem.
1998-09-29 22:22:30 +00:00
rods%netscape.com
e054d0c8fa
Run method now does an AddRef so it stays alive until the last message can
...
come through the pump.
1998-09-29 22:16:23 +00:00
kmcclusk%netscape.com
d88895772b
Initialize mFont to nsnull in constructor.
1998-09-29 22:01:50 +00:00
kmcclusk%netscape.com
d2d9ccc02b
Moved common Create(nsIWidget... and Create(nsNativeWidget to a StandardWindowCreate
...
utility method then call it from each of the Creates.
1998-09-29 21:34:58 +00:00
rods%netscape.com
d9854f6f95
Reworked all the menu code and removed nsWindow from several classes
1998-09-29 21:30:31 +00:00
rods%netscape.com
a42dea7cc8
Changed casting of HMENU native data
1998-09-29 18:32:37 +00:00
rods%netscape.com
7d25d265b9
This should fix a casting error for VC++ 5.0 with STRICT
1998-09-29 17:50:50 +00:00
pinkerton%netscape.com
1fff0d4271
Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon.
1998-09-29 17:11:00 +00:00
rods%netscape.com
4e068d8491
Additional signature changes for XPCOM
1998-09-29 16:32:04 +00:00
rods%netscape.com
96196905a5
Changed all the signatures to NS_IMETHOD and NS_METHOD
1998-09-29 16:12:15 +00:00
rods%netscape.com
85b4e3488a
Added new interfaces
1998-09-29 15:32:04 +00:00
pierre%netscape.com
0e19b67806
fixed previous checkin
1998-09-29 15:26:03 +00:00