Граф коммитов

1886 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com a15acbf418 heed the ENABLE_TESTS variable 1999-04-10 00:36:05 +00:00
pinkerton%netscape.com fc0abb60de Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh. 1999-04-10 00:15:14 +00:00
danm%netscape.com 21d66ba15b disabling drag and drop for current milestone. fixes bug 4871. r:rods a:chofmann. 1999-04-09 20:59:54 +00:00
ramiro%netscape.com 4953a3a830 Fix for 2986.
Radio buttons and checkbuttons on form not rendering.
The problem was that the parent widget was rendering on top of them, because
they are windowless.
The fix is to wrap the radio/check buttons in an event box to give them a
window.  Not the most effecient solution, but will do for now until the devil
is exorcised from the event system.
1999-04-09 19:58:37 +00:00
ramiro%netscape.com 11456f2556 Fix for editor bug 3249.
Second non-text key doesn't get through.
1999-04-09 19:53:50 +00:00
syd%netscape.com 0c3f7d98bc Re-applied code for 4560. Reviewed by ramiro, kipp. 1999-04-09 02:01:34 +00:00
sdagley%netscape.com ef248ed739 Fix call to PutFile to show the put file dialog insted of the get file dialog. 1999-04-08 21:20:42 +00:00
saari%netscape.com 897f0bc9af fix for bug #4562 > mozilla/widget/src/mac/nsMacEventHandler.cpp - commented out 3 lines mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Added 2 #ifdef XP_MAC changes that should go away by M5. The problem is that the nsMenuBar class doesn't know when it is through building a menubar from XUL since nsWebShellWindow actually does the construction today. That will change when menus build themselves, which needs to be done for M5's dynamic menu construction. So the hack would go away sometime soon. Previously, the nsMacEventHandler would get a deactivate event before bringing up a dialog or another window... why this isn't happening anymore, I don't know. Perhaps this is a bug in itself, but I was the only one relying on the behavior, and that reliance was a hack to begin with. 1999-04-08 04:29:37 +00:00
ramiro%netscape.com d04fd37d2b Move draw and crossing signals into nsWindow. 1999-04-07 06:55:50 +00:00
pinkerton%netscape.com 9b349e54af fix error checking. helps to assign into the return code that you check for an error ;) 1999-04-07 06:25:17 +00:00
pavlov%pavlov.net 3580abf5a5 more work on the clipboard 1999-04-07 05:53:10 +00:00
pavlov%pavlov.net 6ec79c0411 add 2 casts in an attempt to fix a build bustage 1999-04-07 05:40:49 +00:00
mcafee%netscape.com 7298ce63e0 Gtk callback stubs. 1999-04-07 05:40:37 +00:00
mcafee%netscape.com 30be3b777f Gtk callback stuff. 1999-04-07 05:32:21 +00:00
mcafee%netscape.com 4d3ee18120 Moving old clipboard into #ifdef-land. 1999-04-07 05:31:55 +00:00
mcafee%netscape.com 716d966c7a More clipboard stuff 1999-04-07 03:41:20 +00:00
rods%netscape.com c612139986 Implemented GetFile, PutFile, PutFolder does not work correctly 1999-04-07 03:19:33 +00:00
rods%netscape.com 7434d12c96 Commented out debug printf in OnKey 1999-04-07 03:11:46 +00:00
rods%netscape.com 55405af1af Commenting out WM_CHAR changes for I18N 1999-04-07 03:03:23 +00:00
mcafee%netscape.com ba2d40c207 Implementing GetFile(), GetFolder(), PutFile(). r=sdagley 1999-04-07 01:05:24 +00:00
hyatt%netscape.com ac92bf3456 Adding stubs for the file widget. 1999-04-07 00:55:05 +00:00
mcafee%netscape.com fa1c367a8e Checking in file dialog stubs for sdagley. 1999-04-07 00:51:33 +00:00
sdagley%netscape.com e16a6f3859 Adding GetFile, GetFolder and PutFile wrappers to hide widgetness of file dialogs. 1999-04-07 00:49:38 +00:00
mcmullen%netscape.com 853a40da22 Bug #4296. Support insertion of floppies. One more change (the event mask). 1999-04-06 23:53:06 +00:00
saari%netscape.com 5fd72182a8 Mac menus destroying themselves more properly 1999-04-06 22:19:09 +00:00
mcmullen%netscape.com 14cf6edd57 Added support for inserting floppies. 1999-04-06 22:13:41 +00:00
mcmullen%netscape.com 8c20f3fe46 Remove spurious semicolon. 1999-04-06 22:03:45 +00:00
mcmullen%netscape.com 3065d1487e Bug #4296. Support insertion of floppies. 1999-04-06 22:03:36 +00:00
mcmullen%netscape.com bdd941f4a1 Removing illegal trailing semicolon 1999-04-06 21:31:47 +00:00
ftang%netscape.com 7fbd9b3985 add nsStringUtil.cpp - fix bustage 1999-04-06 21:27:42 +00:00
ftang%netscape.com 8f56b423b8 make window menu convert Unicode to ACP before pass it to window API 1999-04-06 20:30:08 +00:00
rods%netscape.com 8097761fe0 addeditional support for Drag & Drop 1999-04-06 20:25:09 +00:00
rods%netscape.com eb40ebf9de Added new D&D events and removed D&D specific event struct 1999-04-06 20:24:46 +00:00
rods%netscape.com 57f2204f7a Added nsNAtiveDragSource and nNativeDragTarget 1999-04-06 20:24:02 +00:00
rods%netscape.com 1e93d89dd4 Cmmented out DROP_FILE event handle and added WM_CHAR support 1999-04-06 20:23:55 +00:00
rods%netscape.com f20581abd5 removed "int" definition from two for loops and am using PRUin32 to remove warnings. 1999-04-06 20:13:48 +00:00
rods%netscape.com 3028d55fda Implemented GetFile 1999-04-06 19:45:08 +00:00
rods%netscape.com 17b23cd83f It is removed. (it is in build now) 1999-04-06 19:40:17 +00:00
rods%netscape.com dc1a6e5087 It is removed 1999-04-06 19:39:39 +00:00
rods%netscape.com 9d30e57580 Initial checkin 1999-04-06 19:39:21 +00:00
rods%netscape.com 5ae26d237f Made sure "in" parameter pointer is set to null when transferable is null
on GetTransferable
1999-04-06 19:37:45 +00:00
pinkerton%netscape.com bc6b14d08f implementation using NavServices. Makes things easier for Carbon. 1999-04-06 18:46:54 +00:00
ramiro%netscape.com 8de88ee40c The (x,y) components of the bounds are always zero. Dont change
them here or the compositor (and other things probably) freaks out.
1999-04-06 13:23:08 +00:00
ramiro%netscape.com d6fae6175b Backout pavlov refcount/cleanup changes. They are causing core dumps in
strange places.
1999-04-06 12:45:23 +00:00
pavlov%pavlov.net 6955e85efd refcounting cleanups. more to come. 1999-04-06 05:50:37 +00:00
pavlov%pavlov.net 45e6de7d85 remove extra member that wasn't being used. 1999-04-06 03:25:34 +00:00
davidm%netscape.com 020ff3537f Added code to pass handle keyevents in modal windows 1999-04-06 01:41:02 +00:00
hyatt%netscape.com e50b1f72ce This assert shouldn't be present. 1999-04-06 00:49:50 +00:00
danm%netscape.com 3ba29450fc shortcut events and updates while window is being deleted 1999-04-06 00:11:43 +00:00
sdagley%netscape.com 3d1bc8d320 Mac specific hack to address bug #3976. Add code to pin bottom of created window to bottom of grayregion so user can grab resize area of window. This should be removed when we have a real cross platform method of addressing this issue. 1999-04-05 22:07:06 +00:00
rods%netscape.com 67492db671 Removed. It is now in xpwidgets 1999-04-05 21:45:17 +00:00
syd%netscape.com 91ce66fe70 Get PATH_MAX right for Neutrino 2.0 (QNX - photon UI). 1999-04-05 21:45:08 +00:00
ftang%netscape.com c006f4fb85 Fix breakage. Add #include <Resources.h> 1999-04-05 18:38:27 +00:00
ftang%netscape.com d5b29173d7 Fix non ASCII font name problem by using a hashtable . It also improve the performance for GetMacFontNum 25.4 time faster. Reviewed and approved by pierre 1999-04-05 18:06:55 +00:00
mcafee%netscape.com a2f985005e Adding XIFFormatConverter to widget factory. 1999-04-04 08:44:05 +00:00
mcafee%netscape.com 37dd3316b2 Adding default window icon; SetIcon() method for nsWindow. Gtk-only for now. 1999-04-04 08:20:51 +00:00
mcafee%netscape.com 03365c9622 Removing a duplicate if-then clause, this looks like a cut & paste error. 1999-04-04 01:05:57 +00:00
kipp%netscape.com 088dde4ed7 Spanked the way refcnt'ing was done for event flow; fixed up destruction code a bunch; cleaned up inheritance of addref/release 1999-04-03 18:39:52 +00:00
kipp%netscape.com c9c6dba638 Eliminate compiler warnings 1999-04-03 18:38:47 +00:00
mcafee%netscape.com 18155ba3fe Cleaning up some debug cruft. 1999-04-02 20:38:39 +00:00
sdagley%netscape.com 6444ca8f25 Implemented GetFile(nsFileSpec&) method for Mac 1999-04-02 20:19:25 +00:00
pinkerton%netscape.com 25da6e65fa fix win32 bustage with nsCOMPtr. doh! 1999-04-02 19:00:51 +00:00
pinkerton%netscape.com 30b7bab824 use new transferable interfaces that were previously in here as placeholders. 1999-04-02 18:22:59 +00:00
pinkerton%netscape.com d10b0e7c3d added new interfaces for closure over all flavors and converters when clients ask for a list of known flavors. 1999-04-02 18:22:36 +00:00
pinkerton%netscape.com a814e3cd7b some comments about data ownership. 1999-04-02 03:57:31 +00:00
pinkerton%netscape.com 5c3cd09cfd getting data from clipboard now works. Factored code into FlavorsTransferableCanImport/Export() as temp holding ground before moving into nsITransferable. 1999-04-02 03:56:11 +00:00
pinkerton%netscape.com a5e81d74aa use the right delete in all places (delete[]) 1999-04-02 03:01:57 +00:00
mcafee%netscape.com e1ac89cf8e Implement GetFile(). 1999-04-02 02:16:28 +00:00
mcafee%netscape.com 038ba314d9 Adding nsFileSpec version of GetFile(). a=sdagley@netscape.com 1999-04-02 02:07:34 +00:00
hyatt%netscape.com 4336a65c75 Landing new GetFile(nsFileSpec&) method on windows. 1999-04-02 02:07:15 +00:00
sdagley%netscape.com 1a4f805e40 Add new GetFile method that uses an nsFileSpec instead of an nsString 1999-04-02 02:06:16 +00:00
pinkerton%netscape.com ff1d650929 copy to macos clipboard implemented. 1999-04-02 01:33:56 +00:00
pinkerton%netscape.com 51c4a71898 don't addref list items going into the list of data flavors. AppendElement addrefs for us. 1999-04-02 01:32:41 +00:00
pinkerton%netscape.com d5bf54ed32 add IID method. 1999-04-02 00:10:10 +00:00
pinkerton%netscape.com ef2d0d18d7 add IID methods so we can use nsCOMPtr w/ them. 1999-04-02 00:06:37 +00:00
pinkerton%netscape.com a7c8e9b6ba adding data flavor, clipboard, xif converter, and transferable. 1999-04-01 18:40:34 +00:00
pinkerton%netscape.com 858b5206d6 adding nsClipboard, nsBaseClipboard, and nsXIFConverter. Also add dependency on htmlParser for the xif converter stuff. This now must build after htmlParser. 1999-04-01 18:38:58 +00:00
pinkerton%netscape.com 8d59fb9425 First Checked In. 1999-04-01 18:37:45 +00:00
pinkerton%netscape.com 3752fe962a changes to get mac to build. same as unix for now. 1999-04-01 18:37:19 +00:00
mcafee%netscape.com 9200c01c42 Removing an old comment. 1999-04-01 18:20:14 +00:00
mcafee%netscape.com 9b5972205c cleanup, added nsXIFFormatConverter.cpp. 1999-04-01 18:11:14 +00:00
mcafee%netscape.com 7780586d23 cleanup, added nsIClipboardOwner, nsIFormatConverter. 1999-04-01 18:09:04 +00:00
rods%netscape.com b6b6bf53aa removed nsIXIFConverter include 1999-04-01 15:23:03 +00:00
rods%netscape.com ffc12c27a5 Added nsIFormatConverter 1999-04-01 15:03:12 +00:00
rods%netscape.com 2db0c9a4a3 added nsIFormatConverter 1999-04-01 14:53:34 +00:00
rods%netscape.com 63afec866b added nsXIFFormatConverter 1999-04-01 14:42:29 +00:00
rods%netscape.com a3a8f77f46 Updated clipboard support to use converters 1999-04-01 14:40:52 +00:00
rods%netscape.com 2c1e32528e removed include of Transferable 1999-04-01 14:40:36 +00:00
rods%netscape.com fffcdad912 Minor change for debugging 1999-04-01 14:39:55 +00:00
rods%netscape.com 46df2f2cd7 Added converter support 1999-04-01 14:39:00 +00:00
rods%netscape.com d0d50184e8 Added nsXIFFormatCOnverter 1999-04-01 14:38:45 +00:00
rods%netscape.com 9f957a9164 Updated comments and added converter methods 1999-04-01 14:37:52 +00:00
rods%netscape.com 25a52f8016 Added nsIFormatConverter 1999-04-01 14:37:22 +00:00
mcafee%netscape.com d75981ae77 Adding NS_XIFFORMATCONVERTER_CID define. 1999-04-01 02:08:40 +00:00
mcafee%netscape.com f7349c629b Solaris needs newline at end of file. 1999-04-01 02:06:32 +00:00
mcafee%netscape.com 0351e9d225 First checkin. Converter for clipboard. 1999-04-01 02:04:53 +00:00
mcafee%netscape.com a24018d3c2 First checkin. Converts text/HTML selection to XIF format. 1999-04-01 01:05:43 +00:00
jdunn%netscape.com 6f521e21f1 link in xmltok and expat to fix linking error 1999-04-01 00:20:47 +00:00
jdunn%netscape.com 424be13edf Include prenv to get PR_GetEnv prototype 1999-03-31 22:55:29 +00:00
pinkerton%netscape.com 91a1ba7c85 File Removed. 1999-03-31 22:19:31 +00:00
syd%netscape.com 9a4f6a4898 Fix for AIX compatibility 1999-03-31 20:18:11 +00:00
syd%netscape.com c8989121cb Replace getenv with NSPR function, remove stdlib.h include. Partially done
for AIX build.
1999-03-31 20:17:01 +00:00
mcafee%netscape.com 30efc98a78 Comments only. 1999-03-31 19:53:40 +00:00
mcafee%netscape.com 8f86ec98c0 Some code got stomped, putting it back. Specifically we need a prototype for UnixPrData() for Solaris/CC. 1999-03-31 09:14:07 +00:00
kipp%netscape.com 6c8a8e4919 landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:54:42 +00:00
jdunn%netscape.com 2740fcabcc Fix compiler problem on AIX 1999-03-31 04:19:48 +00:00
Jerry.Kirk%Nexwarecorp.com c051f651c7 Initial checkin of Photon Widget Factory for Photon UI
Added Files: Phdlldeps.cpp nsPhWidgetFactory.cpp
1999-03-30 19:05:42 +00:00
sdagley%netscape.com 305b9eb997 First Checked In. 1999-03-30 05:39:30 +00:00
ramiro%netscape.com 532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
sdagley%netscape.com 92cf5ee8b4 Added KeyBindMgr to build (but nobody is calling it yet) 1999-03-30 04:53:37 +00:00
sdagley%netscape.com 972500a229 First Checked In. 1999-03-30 04:52:13 +00:00
waterson%netscape.com d9f1b31bb8 Fixed a syntax error. Loser. 1999-03-30 02:49:33 +00:00
pierre%netscape.com fcf9ca4c61 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:12:13 +00:00
pierre%netscape.com 046409214e Fixed strings allocated with ToNewCString() that were either not disposed at all, either disposed with 'delete' instead of 'delete[]'. Thanks to Bruce Mitchener Jr. <bruce@cybersight.com>. 1999-03-30 00:40:04 +00:00
pinkerton%netscape.com f0ca1e2882 strstream -> strstream.h for linux 1999-03-29 23:46:57 +00:00
pinkerton%netscape.com 25ca57afdd temp tweaks to get mac to build. 1999-03-29 23:26:01 +00:00
pinkerton%netscape.com 62c74954d1 adding nsDataFlavor and nsTransferrable to mac build. 1999-03-29 23:21:53 +00:00
akkana%netscape.com 48b49d453f fix hang that can result from pasting a null selection 1999-03-29 22:02:36 +00:00
ramiro%netscape.com 8afc56f449 Fix for the annoying misplaced corner view who sometimes appears on the
bottom right corner.  Bug #4319.
1999-03-29 15:21:22 +00:00
joki%netscape.com e39e13cf18 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
bruce%cybersight.com c15b380090 Fix to deallocate some memory when done with it. 1999-03-28 15:36:38 +00:00
pavlov%pavlov.net 123cba344b some code cleanups and mem leak fixes 1999-03-28 15:11:43 +00:00
mcafee%netscape.com b9eaba8ecd Adding nsClipboard to the Unix build. 1999-03-27 09:59:19 +00:00
mcafee%netscape.com c456778478 Gtk version of nsClipboard. 1999-03-27 09:58:00 +00:00
mcafee%netscape.com 45479aea3b Removing windows include files from XP file. 1999-03-27 08:32:56 +00:00
danm%netscape.com 190d9b02d8 add modal behaviour to modal dialogs 1999-03-27 00:39:33 +00:00
michaelp%netscape.com a1430e3ffe added for Nexware guys. 1999-03-27 00:31:10 +00:00
rods%netscape.com 7388e450bf Added correct include file 1999-03-26 15:55:38 +00:00
rods%netscape.com 29901c6520 removed two unused mthoed change GetData to be '*' instead of '**' 1999-03-26 15:45:04 +00:00
rods%netscape.com b7f25f7231 Clipboard now derived from nsBaseClipboard 1999-03-26 15:43:48 +00:00
rods%netscape.com c29725dbeb removed DataFlavor and Transferable 1999-03-26 15:43:22 +00:00
rods%netscape.com 94fb18dade Added parser for linking in XIF support 1999-03-26 15:40:32 +00:00
rods%netscape.com 68479a9f1d Added additional MIME constants 1999-03-26 15:03:59 +00:00
rods%netscape.com 36aa6c0524 Added XIF support 1999-03-26 15:03:13 +00:00
rods%netscape.com cb8e3a9527 added nsBaseClipboard.cpp 1999-03-26 15:02:44 +00:00
rods%netscape.com fb9b640e4c initial checkin 1999-03-26 15:01:23 +00:00
mcafee%netscape.com 9ca74801dc Renaming {SetTransferable(), GetTransferable()} to {SetData(), GetData()} per our clipboard meeting this morning. 1999-03-25 23:22:01 +00:00
briano%netscape.com df451c1d85 Turned off the NO_STATIC_LIB restriction. 1999-03-25 21:29:34 +00:00
briano%netscape.com 29ed08771b Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:21:47 +00:00
mcafee%netscape.com 4a2d4984ab Adding Mozilla license 1999-03-25 04:38:25 +00:00
mcafee%netscape.com e43d3ef5d6 Adding DataFlavor and Transferable classes to the build. 1999-03-25 04:17:14 +00:00
mcafee%netscape.com 374db65df9 Moving XP code from widget/src/windows to widget/src/xpwidgets. 1999-03-25 04:14:33 +00:00
sfraser%netscape.com 565b82477c Impose a min size of 9pt on the font size for native controls -- bug 2440. 1999-03-25 03:58:18 +00:00
sfraser%netscape.com 2b75e4e24e Remove the Enter->Return key hackery, as this is done now when the key event is generated. 1999-03-25 03:41:07 +00:00
sfraser%netscape.com d955a54b76 Fix for bug 3824 -- fix key mappings on Mac, so that all known raptor key codes are output where possible. 1999-03-25 03:40:20 +00:00
rods%netscape.com d0f9db2152 Commented offending (DEBUG) line 1999-03-24 18:42:34 +00:00
danm%netscape.com 1f20134eaa oops. implementing function shell to make it compile 1999-03-24 06:18:59 +00:00
danm%netscape.com 98ac4e4996 closer to having a modal dialog loop on the Mac 1999-03-24 05:42:21 +00:00
rods%netscape.com a12004d678 fixed up , and added more functionality 1999-03-23 21:26:41 +00:00
rods%netscape.com 42edd3c5f4 Added WM_CLIPBOARDDESTROYED message 1999-03-23 21:26:20 +00:00
rods%netscape.com 856f278725 fixed ifdef 1999-03-23 21:25:48 +00:00
rods%netscape.com 0e414be672 Added additional methods to clipboard interfaces 1999-03-23 21:25:12 +00:00
rods%netscape.com 99edb79fd2 Added clipboard files to build 1999-03-23 21:25:06 +00:00
mcafee%netscape.com 7549616d02 Exporting clipboard, drag & drop interfaces. 1999-03-23 19:44:02 +00:00
danm%netscape.com 0ff02372b9 fix retrieval of old menubar handle in HandleActivateEvent. fixes crash bug when swapping the active window. 1999-03-23 19:26:50 +00:00
rods%netscape.com ee120827b4 Commented out creation of classes that aren't in the makefile anymore. 1999-03-23 17:37:29 +00:00
rods%netscape.com 2eb0efca1d Fixed compile error. 1999-03-23 17:19:31 +00:00
rods%netscape.com b56a1fbf5a removed dforw.h 1999-03-23 17:12:23 +00:00
rods%netscape.com 976a3a4f85 initial add 1999-03-23 17:11:26 +00:00
sar%netscape.com 039b1dee53 backing out the makefile changes since all the files aren't there. 1999-03-23 17:05:21 +00:00
rods%netscape.com 3cb9559b8f Added new Clipboard and D&D files 1999-03-23 15:39:53 +00:00
rods%netscape.com 6bd731402f initial add 1999-03-23 15:37:34 +00:00
rods%netscape.com 873bbc2aea Added new Clipboard and D&D files
also commented out some work in progress files
1999-03-23 15:37:20 +00:00
rods%netscape.com 07e5cc8749 Fixed the DRAG_DROP ifdef 1999-03-23 15:35:39 +00:00
rods%netscape.com e87dce8232 Commented out compForm variable to remove warning 1999-03-23 15:28:44 +00:00
rods%netscape.com d22757c3d0 initial checkin 1999-03-23 15:22:03 +00:00
pierre%netscape.com 0e8eb63660 fixed #3085 "Pop-up ads get drawn where you can't close them" 1999-03-23 06:45:40 +00:00
akkana%netscape.com 9b527b6115 Pass the stream's pcount as the count of characters copied; previously we were sometimes overrunning the string 1999-03-22 21:48:10 +00:00
dcone%netscape.com eba66ca1ff Added UNIX support for postscript printing, fixed many bugs.
Added nsIDeviceContextSpecPS interface so we can do PS on any platoform, get
information from the print dialog.
1999-03-22 21:45:00 +00:00
akkana%netscape.com 4a34ef4040 Put back the explicit alphanumeric/keypad/fcn translations; turns out we need them for handling control/shift/modifier keys 1999-03-22 21:19:17 +00:00
pavlov%pavlov.net 6917c547df memory leak patch from bruce@cybersight.com 1999-03-22 02:57:06 +00:00
pavlov%pavlov.net 0991ab5997 general code cleanup. make listboxes look nicer. 1999-03-21 17:18:09 +00:00
pavlov%pavlov.net 3087f7a8a0 code cleanup and internal gtk refcounting changes. 1999-03-21 06:25:34 +00:00
pavlov%pavlov.net bccf315074 fix build bustage i think (it worked before for me!) 1999-03-21 06:10:17 +00:00
pavlov%pavlov.net ad059abfc8 patch part two.. make the destructor virtual 1999-03-21 06:05:24 +00:00
pavlov%pavlov.net 8c37f2f520 patch (part 1) from bruce@cybersight.com to fix little bugs. 1999-03-21 06:04:23 +00:00
pavlov%pavlov.net 3b3b2a9ba0 being implimenting the use of CmdLineService, add internal gtk refcounting
measures (not complete), and remove some excess code.
1999-03-21 05:23:47 +00:00
danm%netscape.com d952c89a07 initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
saari%netscape.com 1752359e8e nsIMenu.h changes 1999-03-20 02:38:58 +00:00
hyatt%netscape.com 4b972c634e Menu interface changes-saari 1999-03-20 02:30:12 +00:00
saari%netscape.com 2c5fc6969c nsIMenu.h interface changes 1999-03-20 02:28:14 +00:00
tague%netscape.com 6e19645586 Added support for basic Japanese input on Win32 1999-03-19 23:36:20 +00:00
rods%netscape.com 7d5094ff5b Removed nsITextDataFlavor.h from the makefiles 1999-03-19 16:30:01 +00:00
rods%netscape.com 071adf265e Added new Drag & Drop and Clipboard interfaces 1999-03-19 15:57:10 +00:00
pierre%netscape.com aad0cd66d4 #3821 "Enter Key should be mapped to Return" 1999-03-19 02:23:51 +00:00
mcafee%netscape.com 3ed2a6f4f2 Adding default path for case statement. 1999-03-19 00:18:01 +00:00
ramiro%netscape.com 441fadfc9f Wrapped in PR_BEGIN_EXTERN_C and PR_END_EXTERN_C to fix c++/c linkage problem. 1999-03-18 23:29:50 +00:00
mcafee%netscape.com f594b18d78 Added prototype for UnixPrDialog(). r=syd@netscape.com 1999-03-18 22:33:04 +00:00
kipp%netscape.com 7647b1384c Make sure we update the update-area when doing synchronous updates or full widget updates 1999-03-18 21:19:59 +00:00
danm%netscape.com e4dcb184d6 Removed Release of mTopLevelWidget in the handling of the "inGoAway" event. Fixes bug 3900; part of fix for bug 3676. Wants to be part of M3 build. r:pierre,sdagley. a:chofmann,cyeh. 1999-03-18 19:05:32 +00:00
kipp%netscape.com ebf757e804 Teach the widget how to manage an update rect so that we avoid gratuitous full window paints 1999-03-18 16:35:16 +00:00
leaf%mozilla.org 20c21e775b backing out change that clearly has destabilized the tree. 1999-03-18 04:43:38 +00:00
pavlov%pavlov.net e81a3c4b24 fix for hpux and aix build bustage. approved by leaf. 1999-03-18 03:16:44 +00:00
pavlov%pavlov.net cb6f23e117 fix bug #3617 (approved by cyeh) 1999-03-18 02:47:48 +00:00
pierre%netscape.com e23982f42f Fixed a crash on "File | Print Setup" (or any other dialog without specific menubar) #3769. Approved: chofmann. 1999-03-17 07:17:19 +00:00
saari%netscape.com 1e523c756e Fixing Bug #3808 - Bookmark menu doesn't work on MacOS 1999-03-17 03:03:58 +00:00
pollmann%netscape.com b87b78df1f Opps, typo - bug #3619 A: chofmann R: harishd 1999-03-17 01:41:52 +00:00
kmcclusk%netscape.com 73fca7423a Approved by Chris Hofmann.
Patch for M3 bug #2226. [PATCH] File->Open dialog does not 'remember' browsing directory.
The patch fixes WIN32. It also defines member variables and functions for Mac and Unix to keep tinderbox building.
Mac and Unix need implementations which honor the SetDisplayDirectory method so that the browsing directory is actually set.
1999-03-17 00:35:37 +00:00
akkana%netscape.com b08dc516c7 Bug 3829: don't generate key events for modifier keys. Fix courtesy of Pavlov, Approved chofmann and kostello 1999-03-16 20:45:17 +00:00
saari%netscape.com f35c599831 Fixing bug #3743 - Hierarchical menus display wrong info on MacOS 1999-03-16 00:00:39 +00:00
danm%netscape.com 193d889c56 Moving release of nsWindow object up from its Destroy method to its caller, nsMacEventHandler. This is a better remainder of a fix for bug 3676. r:saari a:chofmann. 1999-03-15 23:40:42 +00:00
kostello%netscape.com c149d1f5b8 Add support to get a SelectiomManager if non exists.
Waiting for Repository work
1999-03-15 05:06:52 +00:00
sdagley%netscape.com 532becc3d2 Had to temporarily back out danm's Release() hack from v1.95 as it causes a crash trying to load a new URL. While the hack did fix the problem with not being able to close the bookmark window my feeling is the crash is the less desirable behavior. 1999-03-15 03:18:05 +00:00
pavlov%pavlov.net 37edfc48db fix another memory leak. 1999-03-15 03:03:49 +00:00
pavlov%pavlov.net c74a038f28 fix another mem leak. 1999-03-14 23:57:26 +00:00
pavlov%pavlov.net f3cba5902d fix mem leaks. 1999-03-14 23:14:35 +00:00
saari%netscape.com 15eb92348e Fixing bug #3674 and #3679 1999-03-14 20:59:10 +00:00
pavlov%pavlov.net ed24d0fad8 fix bug #3721 1999-03-14 18:50:04 +00:00
pavlov%pavlov.net 9abebeaae3 fix another memory leak. 1999-03-14 18:12:23 +00:00
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
pierre%netscape.com 51c3957d62 fixed crash on delete (the OS deleted the menu a second time) 1999-03-09 05:01:45 +00:00
pierre%netscape.com 4b33ec0b5b fixed display in SetSelectedIndices() 1999-03-09 04:11:25 +00:00
pierre%netscape.com db64f03904 fixed index off by 1 in GetSelectedIndex() 1999-03-09 04:10:33 +00:00
pierre%netscape.com 99c7af8413 Fixed #2253 "Copy and Paste in text widget" Fixed double-click 1999-03-09 02:58:14 +00:00
akkana%netscape.com 19102ddcc9 Hook up a debug implementation of paste 1999-03-08 22:45:56 +00:00
pierre%netscape.com 8e6ff55a0e implemented nsListbox 1999-03-08 04:50:20 +00:00
pierre%netscape.com 9aa3f8bdca Fixed several things. The popup now actually displays and works. 1999-03-08 04:48:55 +00:00
pierre%netscape.com 059bc15605 small change to make Move and Resize more efficient 1999-03-08 04:47:17 +00:00
beard%netscape.com 22a636b14b fixed a crash caused by unitialized variable focusedWidget. 1999-03-07 23:56:22 +00:00
pavlov%pavlov.net 4fbe4854e8 fix bug 3079 1999-03-07 21:22:53 +00:00
cls%seawood.org 202df19f2e Introduced separate CXXFLAGS for use with C++ code in the same style as the existing CFLAGS. Prepended _ to some configure.in private variables. 1999-03-07 05:18:45 +00:00
ramiro%netscape.com 3d3b807ede Fix printf format. Thanks to (waqar@netscape.com). 1999-03-06 15:07:44 +00:00
syd%netscape.com 57202dd322 Fix for 2503.
Communicate GTK_DELETE event so that higher levels can deal with the window
closure.
1999-03-05 23:21:51 +00:00
alecf%netscape.com 79b56c0ef8 fix linux -pedantic casting problems 1999-03-05 21:39:55 +00:00
rods%netscape.com 0e427fc469 Made sure nsIRadioGroup has been removed 1999-03-05 21:06:09 +00:00
rods%netscape.com 0cf24ab8ac cleaned up some comment and debugging 1999-03-05 21:04:57 +00:00
beard%netscape.com 184b80c843 Removed nsIRadioGroup.h (evidently obsolete?) 1999-03-05 20:59:34 +00:00
rods%netscape.com f3adc9347d Fixed crash bug on releaseing null pointer 1999-03-05 20:41:37 +00:00
rods%netscape.com 2e95280446 I have removed nsRadioGroup and nsIRadioGroup and all references to it. 1999-03-05 20:28:16 +00:00
rods%netscape.com 709113ddeb Added ref counting to vertical scrollbar 1999-03-05 15:50:04 +00:00
rods%netscape.com f99d52aa28 Major update for tracking the popping up and dropping down of menus.
Added Mouse Wheel tracking
1999-03-05 15:34:53 +00:00
rods%netscape.com 94be0cba76 Fixed voidarray problem and a few other minor things 1999-03-05 15:33:40 +00:00
rods%netscape.com db5f268718 Fixed up ref counting issues 1999-03-05 15:32:54 +00:00
rods%netscape.com a7814c2d62 Changed VoidArray to nsISupportsArray 1999-03-05 15:30:11 +00:00
rods%netscape.com f03fb91a57 Added impl of SetVerticalScrollbar 1999-03-05 15:25:24 +00:00
rods%netscape.com 02488f4508 Added new method "SetVerticalScrollbar" 1999-03-05 15:25:21 +00:00
pierre%netscape.com f94bae5e24 Fix #3408 "When mousedown, mousemoves should all go to same widget" 1999-03-05 10:04:07 +00:00
pierre%netscape.com a5dde62b0e Improved SetCursor() to use the Appearance Mgr 1999-03-05 10:02:16 +00:00
pierre%netscape.com 28326710c8 Added nsToolkit::HasAppearanceManager() 1999-03-05 10:01:07 +00:00
saari%netscape.com 095b5d3d77 Fixing menus on Win32 1999-03-05 07:31:54 +00:00
kipp%netscape.com e4f95f00ec Stop linking with other libraries to avoid finding symbols with dlsym that we don't want to find 1999-03-05 04:35:49 +00:00
pavlov%pavlov.net 90944754dd start fixing file selector, fix menus under apprunner, fix font setting for
widgets.
1999-03-05 02:48:43 +00:00
scc%netscape.com 2ec0a397ea rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
rods%netscape.com e03060858f Added static IID() method 1999-03-03 15:17:33 +00:00
pierre%netscape.com f0ce82f127 fix last part of #2336 "Miscellaneous cosmetic problems with scrollbars" 1999-03-03 09:05:50 +00:00
pierre%netscape.com 3fa93de57c fix funny button hilites that happened when moving quickly the mouse after doing a dragWindow 1999-03-03 09:04:42 +00:00
pierre%netscape.com db0c840742 fix #3358 "Missed mouse up events cause chaos" fix double-clicks in buttons 1999-03-03 09:02:54 +00:00
pierre%netscape.com 8179724298 fix #3358 "Missed mouse up events cause chaos" 1999-03-03 09:01:58 +00:00
pierre%netscape.com 854c43fc25 updated some comments about nsIWindow 1999-03-03 09:00:44 +00:00
joki%netscape.com 0baca6512f Adding new tab handling and focus support. 1999-03-02 19:19:24 +00:00
akkana%netscape.com f246a5f0dc nsWindow.cpp didn't like the fcn name SelectionClear 1999-03-02 19:06:28 +00:00