Commit Graph

2004 Commits

Author SHA1 Message Date
bruce%cybersight.com
48bc156009 Fix Motif build bustage (minimally). Header file updated earlier with mcmullen's checkin. 1999-05-16 04:16:13 +00:00
pavlov%pavlov.net
f9d99e96f6 more menu cleanups 1999-05-16 03:09:13 +00:00
pavlov%pavlov.net
486782b2ce left off the ns_imethodimp type for the function 1999-05-16 02:14:57 +00:00
pavlov%pavlov.net
477a2c09c3 fix HP-UX build brokenness 1999-05-16 01:46:40 +00:00
mcmullen%netscape.com
99661eb83b Fixed filewidget to use filespec. Fixed some input params to be const. 1999-05-15 22:56:27 +00:00
mcmullen%netscape.com
67ce487a0c Fixed file widget to use filespec, instead of string. Made input params const. 1999-05-15 22:54:17 +00:00
mcmullen%netscape.com
df2157f48d 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
1dc0392c2d 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
0fc879a65a Fix "no prototype" warning by including the nsIComponentManager header. 1999-05-15 21:00:13 +00:00
mcmullen%netscape.com
2a08d5fef4 Removing illegal trailing semicolon 1999-05-15 20:54:38 +00:00
pavlov%pavlov.net
ba61bc1d4c fix build bustage 1999-05-15 19:15:44 +00:00
pavlov%pavlov.net
92b8c0867e minor cleanup 1999-05-15 18:39:09 +00:00
pavlov%pavlov.net
d1e080b274 fix menu assertions 1999-05-15 18:34:49 +00:00
pavlov%pavlov.net
9349907d3e clean up of menu code to remove excess code 1999-05-15 18:13:11 +00:00
shaver%netscape.com
690e6d77d0 don't need to keep handle to EventQueueService after ::Run 1999-05-15 16:43:48 +00:00
shaver%netscape.com
f99343a1cf fix command line stuff 1999-05-15 16:39:40 +00:00
pavlov%pavlov.net
022a526f52 fix assertions when adding events 1999-05-15 16:14:48 +00:00
rods%netscape.com
dc5d7d2ef6 Added new method GetAnyTransferData 1999-05-15 14:29:32 +00:00
pavlov%pavlov.net
d4506e3a23 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
70e360e697 fix for bug #5496 1999-05-15 04:29:00 +00:00
hyatt%netscape.com
b524a37773 Fixing a crash when you clicked outside the popup. 1999-05-15 03:53:19 +00:00
hyatt%netscape.com
4e1bd61ea3 Fix. 1999-05-15 03:47:44 +00:00
hyatt%netscape.com
761b80c7e7 Fixes to the windows implementation. 1999-05-15 03:19:49 +00:00
hyatt%netscape.com
89a458521a Popup cleanup. 1999-05-15 02:52:51 +00:00
rods%netscape.com
44a063276d removed them they are in xpwidgets now 1999-05-15 02:50:03 +00:00
rods%netscape.com
2feca0dd5e 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
705400e355 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
4d9ac7a189 These headers no longer exist. 1999-05-15 00:27:14 +00:00
sspitzer%netscape.com
192ea572d0 fix UNIX build bustage 1999-05-15 00:12:19 +00:00
mcmullen%netscape.com
2f16e2cf41 Added some forward declarations so that this file would, well, er, compile. 1999-05-14 23:23:08 +00:00
saari%netscape.com
bb7f3e5afc Add context menus to mac build 1999-05-14 22:57:11 +00:00
briano%netscape.com
3e791b81de Hacks to get it to compile. Needs help from someone with a clue. 1999-05-14 22:33:42 +00:00
saari%netscape.com
ad2682fb9c Adding mac context menu files. 1999-05-14 22:27:31 +00:00
saari%netscape.com
119e94d5ff fixed up to date error 1999-05-14 22:23:53 +00:00
saari%netscape.com
8104153e8f First Checked In. 1999-05-14 22:01:15 +00:00
saari%netscape.com
50f481272f Add context menus to factory 1999-05-14 22:00:43 +00:00
saari%netscape.com
855cd3fbcc Minor mac menu change to facilitate context menus 1999-05-14 22:00:21 +00:00
saari%netscape.com
22e890c8c9 fixing build break 1999-05-14 21:46:51 +00:00
pollmann%netscape.com
d176370158 Bug 5944,3322: Bringing GTK <SELECT> events on par with Windows 1999-05-14 21:35:49 +00:00
mcafee%netscape.com
c4404415bc Adding font interfaces for Linux. 1999-05-14 21:13:50 +00:00
mcafee%netscape.com
bcee8c9061 Adding nsIFileListTransferable to the Linux build. 1999-05-14 21:11:00 +00:00
saari%netscape.com
8f0c994bd8 adding context menus to windows build 1999-05-14 20:42:50 +00:00
pinkerton%netscape.com
7c646e45fb 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
e76a5a9515 implements nsIDragSessionMac to get the dragRef from external drags. GetData() implemented (mostly). 1999-05-14 18:50:20 +00:00
pinkerton%netscape.com
3ab8468ab9 Accept any kind of drag event, not just drops. 1999-05-14 18:49:42 +00:00
pinkerton%netscape.com
f8de1b1481 add nsIDragSessionMac.h 1999-05-14 18:43:30 +00:00
pinkerton%netscape.com
82ac5e1305 First Checked In. 1999-05-14 18:43:10 +00:00
rods%netscape.com
bb84e6bf8a added nsFileListTransferable 1999-05-14 12:35:29 +00:00
rods%netscape.com
0f8fdbdf6e added nsFileListTransferable to build 1999-05-14 12:34:54 +00:00
rods%netscape.com
0079643c85 Changed to adhere to interface changes 1999-05-14 12:34:33 +00:00