pavlov%pavlov.net
88c1c2e22b
we don't need the mAlign thing anymore since we have an event box
1999-05-30 02:09:42 +00:00
blizzard%redhat.com
8b120cdc04
catch up to new apis for file widget
1999-05-29 21:51:29 +00:00
law%netscape.com
4357597f32
Fix build bustage
1999-05-29 07:31:57 +00:00
law%netscape.com
c440ecfdf7
Fix build bustage
1999-05-29 07:22:58 +00:00
mcmullen%netscape.com
6fcdc61108
Added nsFileSpecWithUIImp.cpp
1999-05-29 07:04:16 +00:00
mcafee%netscape.com
052a732fd3
Adding nsFileSpecWithUIImpl.cpp to resolve NS_NewFileSpecWithUI(). r=mcmullen
1999-05-29 06:08:56 +00:00
law%netscape.com
510fbbbbe0
added files: mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp
1999-05-29 03:28:56 +00:00
mcmullen%netscape.com
e0431b2caf
Moved widgetry out of xpcom
1999-05-29 01:26:53 +00:00
mcmullen%netscape.com
e40a3e299b
Moving widgetry out of xpcom
1999-05-29 01:08:22 +00:00
mcmullen%netscape.com
32f8c70270
First Checked In.
1999-05-29 01:05:14 +00:00
tague%netscape.com
543ea9737d
Added TSM Input Method support for the Macintosh.
1999-05-28 05:06:38 +00:00
tague%netscape.com
a520986b65
First Checked In.
1999-05-28 05:05:46 +00:00
blizzard%redhat.com
b275ce4d68
move global xlib symbols, fix hard coded toolkit name in makefile
1999-05-28 04:13:29 +00:00
pollmann%netscape.com
924c5f0e5d
Bug 3322: Windows sends NS_CONTROL_CHANGE events
1999-05-28 02:11:55 +00:00
pierre%netscape.com
e49f84340b
#6988 "Click in grow box shrinks window by 1 pixel"
1999-05-28 00:42:49 +00:00
pierre%netscape.com
9c57635326
Fixed eColor_TextSelectXXXXX
1999-05-28 00:38:43 +00:00
pollmann%netscape.com
05148bdec9
Bug 3322: Opps, removing some debugging cruft.
1999-05-28 00:28:07 +00:00
pollmann%netscape.com
281cec9d07
Bug 3322: GTK combo boxes send NS_CONTROL_CHANGE events appropriately.
1999-05-27 23:57:58 +00:00
pollmann%netscape.com
1e77eb6fc9
Bug 3322: Adding NS_CONTROL_CHANGE event. This will be used for <SELECT>'s onChange.
1999-05-27 23:53:42 +00:00
pinkerton%netscape.com
cf0d9e6d59
removed obsolete class id's (trees, toolbars).
1999-05-27 23:22:20 +00:00
av%netscape.com
e2a089381e
Getting windowless plugin stuff into
1999-05-27 23:20:09 +00:00
kmcclusk%netscape.com
c236564873
fix for bug #6876 File open dialog shown twice. Removed call to Show() in GetFile().
...
GetFile should only be used retrieve settings it should not have a side effect of
showing the dialog.
Added WIN32 support for top-level borderless windows.
1999-05-27 21:09:49 +00:00
sdagley%netscape.com
23c6b4a6e3
Add new method to find out what type of file the user selected from the type/filter list in the save dialog.
1999-05-27 20:54:53 +00:00
mcmullen%netscape.com
43893ffab7
First Checked In.
1999-05-27 17:59:00 +00:00
bruce%cybersight.com
7d3c515326
HP-UX's aCC compiler requires main() to return int.
1999-05-27 05:17:27 +00:00
blizzard%redhat.com
cec66a4a8e
start breaking out widgets into their own classes
1999-05-27 03:26:18 +00:00
mcmullen%netscape.com
339d59f746
First Checked In.
1999-05-27 01:27:31 +00:00
mcafee%netscape.com
94d32802ad
-lraptorhtml is a component now, don't link with it.
1999-05-27 00:55:09 +00:00
blizzard%redhat.com
357d68f2d4
more xlib work
1999-05-26 21:52:58 +00:00
pinkerton%netscape.com
e88000567d
fix GetChildren() to not copy the child list and to use a proper enumerator.
1999-05-26 21:12:54 +00:00
pinkerton%netscape.com
1aa08817d7
new files for multiple d&d apis
1999-05-26 21:10:23 +00:00
pinkerton%netscape.com
1e537dce4f
updated to new multiple-item d&d apis.
1999-05-26 21:08:26 +00:00
pinkerton%netscape.com
f50b9c96ea
updated to new multiple item d&d api's.
1999-05-26 21:08:21 +00:00
pinkerton%netscape.com
5135f5d4a6
new multiple-item drag and drop apis.
1999-05-26 21:08:14 +00:00
alecf%netscape.com
6ab3debf94
fix tests by adding the right libraries
1999-05-26 07:56:47 +00:00
dp%netscape.com
40a1a18c2e
landing xpcom20/21 branch
1999-05-26 02:16:15 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
dcone%netscape.com
363f8c8a94
Fixed a printing crashing bug in Update(),
Now check to make sure mWindowPtr is not null.
1999-05-24 20:44:53 +00:00
tague%netscape.com
816026611f
Fix for #5916 - Input Method Candidate list rendered as blobs. Approved by chofmann.
1999-05-20 18:56:48 +00:00
dp%netscape.com
76add70e72
Damn it! the previous changes should have happened on the branch. Reversing them
1999-05-19 05:32:58 +00:00
dp%netscape.com
73058f61b7
Adding nsTimer
1999-05-19 05:24:52 +00:00
dp%netscape.com
026465a475
Moving these files from base
1999-05-19 05:14:43 +00:00
pollmann%netscape.com
0e5cc0fe47
Bug 3187: Teach Windows select widgets how to insert in the middle of a list (4 of 3)
1999-05-19 05:02:35 +00:00
pavlov%pavlov.net
a4a6fdae6e
fix for combo box bustage (bug 6712)
1999-05-19 01:37:21 +00:00
saari%netscape.com
72d1c21cbd
fixing a release bug for Pavlov
1999-05-18 21:53:58 +00:00
rods%netscape.com
efb0879727
added nsFontRetrieverService
1999-05-18 21:49:47 +00:00
rods%netscape.com
09bd3353bc
Fixed up pointers to ref in params
1999-05-18 21:49:20 +00:00
rods%netscape.com
ab30215678
Adding nsFontRetrieverService and nsFontSizeIterator to build
1999-05-18 21:48:57 +00:00
rods%netscape.com
c7725ef527
adding nsIFontRetriverService and nsIFontName & Size iterator interfaces
1999-05-18 21:47:17 +00:00
beard%netscape.com
05bd67c35a
bug #5093 : added call to Invalidate() when changing the position of scrollbar thumb.
1999-05-18 21:45:55 +00:00
rods%netscape.com
fedc07c2d6
Changed pointer to refs for name params
1999-05-18 21:43:22 +00:00
rods%netscape.com
26fff9648a
Added delete of array in destructor
1999-05-18 21:40:33 +00:00
rods%netscape.com
a61962cb2b
Added IsFontScaleable method
1999-05-18 13:46:49 +00:00
pierre%netscape.com
2316f79aca
removed last week's hack to access the 'ldes' resource, replaced it with the new nsMacResources
1999-05-18 04:43:03 +00:00
pierre%netscape.com
ab286c7e9f
use local resources in SetCursor
1999-05-18 04:41:03 +00:00
pierre%netscape.com
e626bfa6c2
added nsMacResources, changed DLL entry points to __initializeResources and __terminateResources
1999-05-18 04:40:33 +00:00
pierre%netscape.com
fba2ef3e66
First Checked In.
1999-05-18 04:37:22 +00:00
pierre%netscape.com
051e759660
updated comments the Profiler
1999-05-18 03:05:07 +00:00
sdagley%netscape.com
bf485012f1
Added code to use Internet Config to convert .ext filters into Mac file types. Currently #ifdef'ed out until we actually support filters on the Mac.
1999-05-18 02:04:47 +00:00
rods%netscape.com
1c2a3b12fa
Initial check in not in build yet
1999-05-17 22:04:09 +00:00
pinkerton%netscape.com
6cfef56d66
stuff for starting drags. Register the sendDataProc and register the data flavors for all the items with the DragManager.
1999-05-17 21:57:31 +00:00
pinkerton%netscape.com
d995fbf2a9
add mapping from macOS flavor back to mime.
1999-05-17 21:55:25 +00:00
blizzard%redhat.com
aeb6ab095b
catch up with prototype changes
1999-05-17 03:42:04 +00:00
pavlov%pavlov.net
159597d323
more work on nsMenu::RemoveAll()
1999-05-16 20:01:24 +00:00
pavlov%pavlov.net
86c5d68294
revert some changes that broke menu clicking in apprunner
1999-05-16 19:27:43 +00:00
pavlov%pavlov.net
b52fb3801e
revert accidential change that broke typing in to the url bar (;
1999-05-16 18:16:24 +00:00
pavlov%pavlov.net
8378177c71
fix the massive ammount of warnings that are generated by this code.
1999-05-16 17:47:46 +00:00
bruce%cybersight.com
808f9434ef
Remove Toolbar stuff completely as it no longer exists elsewhere in the tree.
1999-05-16 14:28:14 +00:00
bruce%cybersight.com
0db4f1058c
Fix Motif build bustage (minimally). Header file updated earlier with mcmullen's checkin.
1999-05-16 04:16:13 +00:00
pavlov%pavlov.net
605cfb2fc3
more menu cleanups
1999-05-16 03:09:13 +00:00
pavlov%pavlov.net
985e8b2ff1
left off the ns_imethodimp type for the function
1999-05-16 02:14:57 +00:00
pavlov%pavlov.net
81ceb7cb68
fix HP-UX build brokenness
1999-05-16 01:46:40 +00:00
mcmullen%netscape.com
88ffd6705c
Fixed filewidget to use filespec. Fixed some input params to be const.
1999-05-15 22:56:27 +00:00
mcmullen%netscape.com
db38deab4b
Fixed file widget to use filespec, instead of string. Made input params const.
1999-05-15 22:54:17 +00:00
mcmullen%netscape.com
501ac5f442
Ended the use of strings to describe files in the file widget API. Made some nsString input parameters const.
1999-05-15 22:50:20 +00:00
bruce%cybersight.com
b21bac1658
Fix ANSI C++ violation that was breaking Solaris Workshop and HP-UX aCC builds.
1999-05-15 22:10:39 +00:00
mcmullen%netscape.com
09542a4692
Fix "no prototype" warning by including the nsIComponentManager header.
1999-05-15 21:00:13 +00:00
mcmullen%netscape.com
72f7d22bdf
Removing illegal trailing semicolon
1999-05-15 20:54:38 +00:00
pavlov%pavlov.net
cc14b6b2bf
fix build bustage
1999-05-15 19:15:44 +00:00
pavlov%pavlov.net
3c05c7ff56
minor cleanup
1999-05-15 18:39:09 +00:00
pavlov%pavlov.net
0408b78221
fix menu assertions
1999-05-15 18:34:49 +00:00
pavlov%pavlov.net
273a80d4b8
clean up of menu code to remove excess code
1999-05-15 18:13:11 +00:00
shaver%netscape.com
c4676acaf9
don't need to keep handle to EventQueueService after ::Run
1999-05-15 16:43:48 +00:00
shaver%netscape.com
17efe9d108
fix command line stuff
1999-05-15 16:39:40 +00:00
pavlov%pavlov.net
41802abebe
fix assertions when adding events
1999-05-15 16:14:48 +00:00
rods%netscape.com
c1c0276f47
Added new method GetAnyTransferData
1999-05-15 14:29:32 +00:00
pavlov%pavlov.net
50676ebcbc
fix for 5494 and 2nd attempt at command line services (if 0'd out atm)
1999-05-15 05:13:21 +00:00
pavlov%pavlov.net
923a51615f
fix for bug #5496
1999-05-15 04:29:00 +00:00
hyatt%netscape.com
5305728adc
Fixing a crash when you clicked outside the popup.
1999-05-15 03:53:19 +00:00
hyatt%netscape.com
397b9eae1e
Fix.
1999-05-15 03:47:44 +00:00
hyatt%netscape.com
15421ffb24
Fixes to the windows implementation.
1999-05-15 03:19:49 +00:00
hyatt%netscape.com
2f135deae8
Popup cleanup.
1999-05-15 02:52:51 +00:00
rods%netscape.com
9447c0d1e7
removed them they are in xpwidgets now
1999-05-15 02:50:03 +00:00
rods%netscape.com
d508d116fa
keycode are incorrect when ALT key pressed. I have added code to convert these
...
to the proper value to match the the control key values. Fixes bug #6449
1999-05-15 02:30:42 +00:00
rods%netscape.com
9cd0ab9678
Two return keys were being sent for a single press. both Key down was sending one and
...
WM_CHAR was sending one. Commented out the SPECIAL_KEY case for the return key. Now, it
only generates a down event via WM_CHAR
1999-05-15 01:20:37 +00:00
briano%netscape.com
5dc91c144f
These headers no longer exist.
1999-05-15 00:27:14 +00:00
sspitzer%netscape.com
9857aaf894
fix UNIX build bustage
1999-05-15 00:12:19 +00:00
mcmullen%netscape.com
24968629cb
Added some forward declarations so that this file would, well, er, compile.
1999-05-14 23:23:08 +00:00
saari%netscape.com
82b33a9377
Add context menus to mac build
1999-05-14 22:57:11 +00:00
briano%netscape.com
e7fc9021da
Hacks to get it to compile. Needs help from someone with a clue.
1999-05-14 22:33:42 +00:00
saari%netscape.com
3b2958251d
Adding mac context menu files.
1999-05-14 22:27:31 +00:00
saari%netscape.com
499e9a819f
fixed up to date error
1999-05-14 22:23:53 +00:00
saari%netscape.com
0684643e44
First Checked In.
1999-05-14 22:01:15 +00:00
saari%netscape.com
45c3ca3247
Add context menus to factory
1999-05-14 22:00:43 +00:00
saari%netscape.com
b869fa5d42
Minor mac menu change to facilitate context menus
1999-05-14 22:00:21 +00:00
saari%netscape.com
0798cec94c
fixing build break
1999-05-14 21:46:51 +00:00
pollmann%netscape.com
5089f15839
Bug 5944,3322: Bringing GTK <SELECT> events on par with Windows
1999-05-14 21:35:49 +00:00
mcafee%netscape.com
2896f82e9b
Adding font interfaces for Linux.
1999-05-14 21:13:50 +00:00
mcafee%netscape.com
1f76c659e1
Adding nsIFileListTransferable to the Linux build.
1999-05-14 21:11:00 +00:00
saari%netscape.com
e8d4fa941c
adding context menus to windows build
1999-05-14 20:42:50 +00:00
pinkerton%netscape.com
c5b1279916
pipe all drag events into Gecko, not just drop events. Also work with the new nsIDragSessionMac interface.
1999-05-14 18:50:57 +00:00
pinkerton%netscape.com
1b77c4d7d8
implements nsIDragSessionMac to get the dragRef from external drags. GetData() implemented (mostly).
1999-05-14 18:50:20 +00:00
pinkerton%netscape.com
89078c8ed2
Accept any kind of drag event, not just drops.
1999-05-14 18:49:42 +00:00
pinkerton%netscape.com
d39a38bda4
add nsIDragSessionMac.h
1999-05-14 18:43:30 +00:00
pinkerton%netscape.com
65a4ff71ee
First Checked In.
1999-05-14 18:43:10 +00:00
rods%netscape.com
c652abbaed
added nsFileListTransferable
1999-05-14 12:35:29 +00:00
rods%netscape.com
6bec5afe20
added nsFileListTransferable to build
1999-05-14 12:34:54 +00:00
rods%netscape.com
88ad67c603
Changed to adhere to interface changes
1999-05-14 12:34:33 +00:00
rods%netscape.com
d457ab3656
added font iterators
1999-05-14 12:27:06 +00:00
rods%netscape.com
d800f80ba8
Each font has a struct and keeps track of its sizes in a nsVoidArray
1999-05-14 12:26:40 +00:00
rods%netscape.com
980ac6ef68
Added FontIterator
1999-05-14 12:26:03 +00:00
rods%netscape.com
ad25d7547c
Added Font Iterator interfaces
1999-05-14 12:25:18 +00:00
pierre%netscape.com
fafa26fac7
fixed a glitch due to the TARGET_CARBON conversion in nsWindow::Update()
1999-05-14 10:18:33 +00:00
pierre%netscape.com
894db0f6a9
hooked up DoDisk() to handle disk events
1999-05-14 10:15:55 +00:00
pierre%netscape.com
019c19fdbd
The constructor takes a nsMacWindow instead of a nsWindow. Removed HandleDiskEvent(): disk events are handled in our message pump or left to the embedding apps.
1999-05-14 10:14:46 +00:00
pierre%netscape.com
e88056bb38
fix list boxes with a temporary hack to access the 'ldes' resource from the Finder
1999-05-14 10:09:14 +00:00
akkana%netscape.com
009f19afaa
Fix crash introduced by change of APIs
1999-05-14 00:40:13 +00:00
rods%netscape.com
e4e1251da9
Initial checkin
1999-05-13 22:41:37 +00:00
rods%netscape.com
4f26aec55f
Inital checkin
1999-05-13 22:39:31 +00:00
rods%netscape.com
3e1db37926
moved nsITransferable include from header to impl
1999-05-13 22:32:49 +00:00
mcafee%netscape.com
9b65904c6a
Removing nsDataFlavor.cpp from the build.
1999-05-13 22:29:57 +00:00
rods%netscape.com
00a24aede0
removing nsIDataFlavor and nsIGenericTransferable
1999-05-13 22:24:53 +00:00
pinkerton%netscape.com
51ddd7b2da
removing nsDataFlavor.cpp
1999-05-13 22:24:35 +00:00
mcafee%netscape.com
cb0c08588c
Clipboard restructuring.
1999-05-13 22:24:26 +00:00
pinkerton%netscape.com
2719f1d7b3
removing nsidataFlavor and nsIGenericTransferable
1999-05-13 22:24:25 +00:00
rods%netscape.com
63d991ecf2
removed nsIDataFlavor and merged transferable interfaces
1999-05-13 21:56:23 +00:00
mcafee%netscape.com
a34ac7796e
Clipboard restructuring.
1999-05-13 21:55:40 +00:00
pinkerton%netscape.com
e26dbba2f5
updated clipboard apis and merging transferable into one api and getting rid of nsiDataFlavor.
1999-05-13 21:54:14 +00:00
rods%netscape.com
b08406885d
removed reference to nsIDataFlavor and merged nsITransferable and nsIGenericTransferable
1999-05-13 21:53:57 +00:00
donm%netscape.com
878418efaf
backing out linux build bustage. see bug #6331
1999-05-13 18:24:31 +00:00
warren%netscape.com
8cbc32da03
Fixed mac and linux uses of Count
1999-05-13 05:28:31 +00:00
warren%netscape.com
7a41ef7d73
Fixed nsICollection (and Count in particular) to be xpidl friendly.
1999-05-13 04:56:04 +00:00
sspitzer%netscape.com
b6ae38dae6
cvs ignorage
1999-05-13 03:53:42 +00:00
pavlov%pavlov.net
5b994dcb54
misc changes including things to attempt to get command line things working in
...
apprunner
1999-05-13 00:53:50 +00:00
briano%netscape.com
ca7fc8c716
Fix for Motif builds.
1999-05-13 00:52:06 +00:00
pinkerton%netscape.com
08d97f846e
put code that didn't compile yesterday back in. Now i know that ::Foo doesn't work too well if Foo is a macro.
1999-05-13 00:14:22 +00:00
pinkerton%netscape.com
a5be17cf30
dispatch the drag and drop event to the correct widget
1999-05-13 00:13:44 +00:00
pinkerton%netscape.com
6292e8f7db
somehow, these files got extra blank lines in them between every source file line. Removing them. Also removing duplicate implementations of addref, release, and QI, since we inherit them from nsBaseDragService.
1999-05-13 00:13:06 +00:00
pierre%netscape.com
ddb408f173
profiler-ready + put added mMouseRgn
1999-05-12 07:26:55 +00:00
pinkerton%netscape.com
0c3ee073c5
disposing of event proc has changed under Carbon. tweaking.
1999-05-12 02:35:28 +00:00
blizzard%redhat.com
e2135532b5
catch up with the new nsIMenuBar interface
1999-05-12 01:27:06 +00:00
pinkerton%netscape.com
ad0eaae62d
fix bustage.
1999-05-12 00:28:20 +00:00
pinkerton%netscape.com
2842910072
using accessors when required by Carbon. Also adding lots of preliminary macOS drag and drop stuff. Wish I could have separated these into multiple checkins, but not possible.
1999-05-12 00:02:09 +00:00
pinkerton%netscape.com
4ebeb3e6ce
use accessors for opaque data structs where required for carbon. Make sure we return grafptrs when asking for graphics and windowptrs when asking for windows, since they are very different under Carbon.
1999-05-11 21:56:17 +00:00
pinkerton%netscape.com
a62a2efd36
scroll action proc's need keyword pascal for Carbon. conditionally added it. Ugly, but it works.
1999-05-11 21:51:33 +00:00
pinkerton%netscape.com
773f27b7bc
using accessors for opaque data structs where necessary for Carbon.
1999-05-11 21:46:10 +00:00
pinkerton%netscape.com
52f87501bd
moved the ifdefs around the printing code to be more correct.
1999-05-11 21:40:25 +00:00
pinkerton%netscape.com
1f9b97b2d4
comment out printing code under carbon. The api's have all been obsoleted and we need to rework them. Also font/encoding stuff is messed up in WWDC builds so some hacks are in here to work around. That code should all go away when Carbon is fixed.
1999-05-11 21:36:19 +00:00
pinkerton%netscape.com
4a596f816d
add "MacOS Support:Universal Headers" access path to debug and opt targets in order to pick up new carbon includes. This will not effect non-carbon builds since this path exists already. Just compiler weirdness makes this necessary.
1999-05-11 21:29:07 +00:00
saari%netscape.com
0c72a693e4
break fix attempt
1999-05-11 19:03:25 +00:00
saari%netscape.com
789be39b20
missed a file
1999-05-11 18:21:39 +00:00
saari%netscape.com
53aeaf5d49
changing nsIMenuItem for context menu support
1999-05-11 18:16:25 +00:00
saari%netscape.com
7eeb4072f4
nsIMenuItem changes for context menus
1999-05-11 18:15:48 +00:00
jdunn%netscape.com
1de730257b
Fix error with OR'ing ENUMS. ansi C++ doesn't allow the direct OR'ing of them.
1999-05-11 00:03:17 +00:00
pinkerton%netscape.com
bf9ec846bf
Using ControlDefinition.h for Carbon.
1999-05-10 23:36:19 +00:00
pinkerton%netscape.com
918ed92b40
add GetIID() method.
1999-05-10 23:15:21 +00:00
pinkerton%netscape.com
59e8c83c5e
use ControlDefinitions.h and use new popup menu APIs for Carbon.
1999-05-10 23:14:40 +00:00
pinkerton%netscape.com
952a793641
use ControlDefinitions.h and new APIs for Carbon for ValidRect. Doesn't affect normal builds.
1999-05-10 23:13:16 +00:00
pinkerton%netscape.com
7e71e66346
use ControlDefinitions.h under Carbon
1999-05-10 23:12:08 +00:00
pinkerton%netscape.com
0577d4a17e
don't use OpenDeskAcc under Carbon.
1999-05-10 23:10:55 +00:00
pinkerton%netscape.com
6c1c5980fd
added ControlDefinitions.h for Carbon.
1999-05-10 23:09:34 +00:00
pinkerton%netscape.com
21523d60ac
adding ControlDefinitions.h for Carbon.
1999-05-10 23:07:34 +00:00
kmcclusk%netscape.com
f04cc10ceb
bug #2115 - Removed src/windows/nsStringUtil.h and src/windows/nsStringUtil.cpp. Moved GetACPString to
...
nsMenu. widget/public now contains an updated nsStringUtil.h with fixes for bug #2115 .
bug #2226 - Modified nsFileWidget.cpp - Removed code which saved and restored the current directory.
1999-05-10 22:55:16 +00:00
saari%netscape.com
714ee665b3
Adding mac context menu files. These are not yet in the build
1999-05-10 20:14:05 +00:00
syd%netscape.com
e17ed3730e
Remove SetModal interface.
1999-05-08 23:14:35 +00:00
syd%netscape.com
f0273ef530
Cleaned up Create function. Make sure that variables are not NULL before use.
...
Also, don't free the "home" variable -- this will cause memory corruption the
second time Create is called and will result in weirdo behavior in Gtk+/Glib.
Implemented nsAppShell::GetNativeEvent, nsAppShell::DispatchNativeEvent,
and nsAppShell::EventIsForModalWindow.
1999-05-08 23:13:45 +00:00
syd%netscape.com
c03600049f
Remove SetModal() native implementation for Gtk+.
1999-05-08 23:09:44 +00:00
syd%netscape.com
a8f54ca7be
Remove SetModal() native implementation.
1999-05-08 23:09:05 +00:00
syd%netscape.com
4ed101a866
Remove nsBaseWidget::SetModal.
1999-05-08 23:08:23 +00:00
sspitzer%netscape.com
8bfb1b69f2
fix spelling mistake and wrap printf behind #ifdef DEBUG
1999-05-08 17:47:00 +00:00
mcafee%netscape.com
12074545df
Adding support for dataFlavor cache: GetPredefinedDataFlavor().
1999-05-08 01:29:52 +00:00
saari%netscape.com
7c448b42e5
First Checked In.
1999-05-08 00:19:33 +00:00
rods%netscape.com
eb1aee2a86
Fixed strict cast on HDROP
1999-05-07 20:38:11 +00:00
kmcclusk%netscape.com
7f2300c16a
Fix for Bug #2115 Modified nsStringUtil.h as suggested in Bugzilla.
...
Fix for Bug #4219 Fix for scribble. Removed NET_PollSockets()
call from AfterDispatch. Scribble works now under WIN32.
1999-05-07 20:14:16 +00:00
rods%netscape.com
7b724dcfe2
Added nsISupportArray include
1999-05-07 20:11:46 +00:00
rods%netscape.com
d6b3471cf3
Removed methods and put them in nsIDragSession.h
1999-05-07 20:04:43 +00:00
rods%netscape.com
90f013f159
fixed DragService creation
1999-05-07 19:59:02 +00:00
rods%netscape.com
fede4d3cf3
Some lcean up and error checking
1999-05-07 19:56:30 +00:00
rods%netscape.com
83dd8270ae
Added file drop support
1999-05-07 19:55:45 +00:00
rods%netscape.com
f7fdf41e2f
Changed DragService and added nsDragSession
1999-05-07 19:55:00 +00:00
pinkerton%netscape.com
1b9944082f
create a drag service.
1999-05-07 19:52:44 +00:00
pinkerton%netscape.com
c77b5c7257
new drag session interface and lots of work to get d&d going.
1999-05-07 19:52:15 +00:00
pinkerton%netscape.com
6b8d71eb41
work for new drag session interface.
1999-05-07 19:51:50 +00:00
rods%netscape.com
3c5aff322d
Changed GetFileList from nsVoidArray ** to nsVoidArray *
...
It now copies it contents instead of giving you a pointer to it
1999-05-07 14:14:48 +00:00
rods%netscape.com
4b0cb3efa1
Added the Equals method
1999-05-07 14:13:09 +00:00
rods%netscape.com
cf5b021334
Initial checkin
1999-05-07 14:07:51 +00:00
ramiro%netscape.com
f00df2aab5
Resurrect.
1999-05-07 07:35:36 +00:00
bruce%cybersight.com
85e25f46a5
Fixes for event queue changes. Still crash because of clipboard problems.
1999-05-07 06:48:55 +00:00
pierre%netscape.com
2abc3c47bd
Fix scrolling bug with test11. Clip out the siblings from the main window region as well as its visible region.
1999-05-07 04:00:57 +00:00
rods%netscape.com
762b2f1830
removed some old D&D code that was commented out, fixed processing of arrows
...
keys by returning the status from dispatch.
1999-05-06 14:00:25 +00:00