Commit Graph

1427 Commits

Author SHA1 Message Date
mcafee%netscape.com
c386912e01 getenv() needs a prototype for Solaris. 1999-03-14 09:00:38 +00:00
danm%netscape.com
a1d9b34433 adjusting refcount for menubars and deletion. deletion adjustment is a HACK for the impending milestone. 1999-03-14 08:22:43 +00:00
danm%netscape.com
9d1f4b6d37 Added SetParent method 1999-03-14 08:19:34 +00:00
pavlov%pavlov.net
b29c1d99ff removed some unused code 1999-03-14 05:01:55 +00:00
pavlov%pavlov.net
d6caed5d0f make the Enumerator destructor virtual to remove build warning. 1999-03-14 00:21:56 +00:00
syd%netscape.com
f216949dfc gtk_toggle_button_get_active() is an API newer than Gtk+ 1.1.13. Replaced it
with legacy code that just looks at active field of widget directly (I could
use the GtkObject interfaces, but those are kludgy and the reason that the
newer API was introduced). Eventually (hopefully soon) we'll migrate to Gtk+
1.2 (which will fix some rendering bugs as well...)
1999-03-13 05:25:31 +00:00
syd%netscape.com
a48ae7a6fe Declare mPrData 1999-03-13 03:39:38 +00:00
syd%netscape.com
d9451d58d2 Call GTK print dialog. Currently, Init routine returns FAILURE, effectively
stubbing out this functionality. Done Cone will turn it on at a later time.

Gtk+ print menu crashes will temporarily disappear because of this change.
1999-03-13 03:21:16 +00:00
syd%netscape.com
f3ab242375 Print dialog for Gtk. Needs to be wired by Done Cone, currently stubbed out
in caller.
1999-03-13 03:19:28 +00:00
pinkerton%netscape.com
37396fd3e0 fix for the mac part of bug #3675. We were dispatching all menu events twice. 1999-03-12 23:02:33 +00:00
beard%netscape.com
703c5b9250 Added NS_NATIVE_PLUGIN_PORT selector to GetNativeData. 1999-03-12 22:45:02 +00:00
ramiro%netscape.com
8ce50ad7cf Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
ramiro%netscape.com
245efc0e98 unbreak it on linux. 1999-03-12 11:29:43 +00:00
mcafee%netscape.com
15a42193c8 Removing a printf() 1999-03-12 09:19:28 +00:00
beard%netscape.com
14b1e19801 NS_NATIVE_PLUGIN_PORT 1999-03-12 04:33:29 +00:00
beard%netscape.com
e6582fb362 Fixed some unitialized variables 1999-03-12 04:31:13 +00:00
beard%netscape.com
e1ca64c309 added AddEventListener 1999-03-12 04:30:30 +00:00
beard%netscape.com
0de05a4e63 now reference counts all listeners 1999-03-12 04:29:48 +00:00
beard%netscape.com
5aeee59388 now subclasses nsISupports 1999-03-12 04:29:19 +00:00
mcafee%netscape.com
d20ca185b2 Removing printf 1999-03-12 02:25:00 +00:00
mcafee%netscape.com
fcc49f09aa Adding triple-click support; map double-click events to NS_MOUSE_LEFT_DOUBLECLICK, etc. (3595) 1999-03-12 02:23:44 +00:00
mjudge%netscape.com
a6ca07e3b7 backing out fix. i hate this 1999-03-12 01:34:44 +00:00
mjudge%netscape.com
64003df130 changing the build system to export the "lib" on the libs phase not wait for install 1999-03-12 01:28:52 +00:00
rods%netscape.com
3bc7fc543c removed D&D define 1999-03-12 00:24:36 +00:00
akkana%netscape.com
037b0567a4 nsConvertKey should only set the key code to zero if the key is one
of the special keys.
Also, handle_key_press/release_event shouldn't pass events for shift,
control, and alt keys -- other platforms don't treat those as key events,
so the XP code isn't prepared to handle them.
This fixes typing of punctuation marks in the editor.
1999-03-12 00:23:11 +00:00
rods%netscape.com
274932eb30 Fixed up some of the drag & drop codce
Added the filling in of the charCode  field in nsKeyEvent
1999-03-12 00:21:11 +00:00
sfraser%netscape.com
aa14a621c9 Ignore the offset parameter returned from GetScrap. 1999-03-11 22:14:25 +00:00
sfraser%netscape.com
29f22c8bdf Fix the Paste code in various ways. 1999-03-11 22:03:22 +00:00
jfrancis%netscape.com
0fe64293f4 implemented paste 1999-03-11 19:56:12 +00:00
kostello%netscape.com
30f9fba3d0 Cleaned up PasteTextBlocking to return better
error information if NO TEXT data exists
on the clipboard
1999-03-11 04:41:43 +00:00
kostello%netscape.com
8a43eca493 Added windows specific paste code 1999-03-11 04:27:39 +00:00
sdagley%netscape.com
f522d736cb Fill in the keyEvent.charCode field so that we can figure out what character code corresponds to the key pressed. 1999-03-11 02:37:24 +00:00
akkana%netscape.com
a293292ac6 Change the reference to the global selection mgr to fix windows build 1999-03-11 00:08:10 +00:00
joki%netscape.com
1d2db0ce5c Adding new charCode variable to nsGUIEvent 1999-03-11 00:01:50 +00:00
pollmann%netscape.com
33f61ed46f Checking in GetSelectedItem, GetSelectedIndices, and SetSelectedIndices methods. This enables submission of a listbox's value for Linux. (wahoo!) 1999-03-10 22:52:55 +00:00
akkana%netscape.com
57638ea34c Implement editor cut/copy/paste 1999-03-10 22:46:15 +00:00
pinkerton%netscape.com
1a8c08862a fix 95/98 bustage 1999-03-10 18:11:35 +00:00
mcafee%netscape.com
b165f8007d Fixing Solaris/CC bustage. 1999-03-10 00:29:34 +00:00
rods%netscape.com
38d1f93ab8 Added EnableDileDrop method 1999-03-09 23:50:40 +00:00
rods%netscape.com
f2ef9cb1e0 Added nsDragDropEvent 1999-03-09 23:50:18 +00:00
rods%netscape.com
3e7517accd Added File Drop
Now handling the WM_DROPFILE event
1999-03-09 23:48:58 +00:00
rods%netscape.com
e394a625f7 Added method EnableFileDrop (temporary for D&D work) 1999-03-09 23:47:47 +00:00
rods%netscape.com
116931cf21 Added Uuid.lib and OLE32.lib for drag & drop 1999-03-09 23:46:24 +00:00
rods%netscape.com
5bb45ba38e Added shell32.lib 1999-03-09 23:44:21 +00:00
rods%netscape.com
fb0a9d8dcf Added nsDropTarget 1999-03-09 23:39:15 +00:00
rods%netscape.com
0035ef0bc5 initial checkin 1999-03-09 23:38:37 +00:00
mcafee%netscape.com
7697fc19e2 Protect against a copy of zero characters (zero-length buffer) 1999-03-09 09:49:32 +00:00
warren%netscape.com
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
pierre%netscape.com
4528e3226b don't dispatch mouseMoved events when Raptor is in the background 1999-03-09 05:46:01 +00:00
pierre%netscape.com
b30c740d4c dispatch suspend/resume events to Raptor 1999-03-09 05:44:47 +00:00