Commit Graph

2004 Commits

Author SHA1 Message Date
mcafee%netscape.com
7ec1a8145b This file got checked in ? double-spaced. 1999-05-04 20:20:50 +00:00
rods%netscape.com
d21da91e50 Added nsIDragSession.h 1999-05-04 20:07:30 +00:00
mcafee%netscape.com
ee15faab48 Exporting nsIDragSession.h 1999-05-04 19:14:17 +00:00
pinkerton%netscape.com
f82ab4d73a exporting nsIDragSession.h 1999-05-04 18:14:03 +00:00
pinkerton%netscape.com
a10dcd7b28 First Checked In. 1999-05-04 18:10:27 +00:00
pierre%netscape.com
4649300c82 Fixed #2236 "Frame scrolling is broken". Appr chofmann for M5 branch. 1999-05-04 02:24:43 +00:00
kipp%netscape.com
d94dea8945 Made DestroySignal protected instead of private (as it should have been) so it builds on AIX 1999-05-03 23:10:30 +00:00
tague%netscape.com
83e78f89e5 Fixed bug #5527 (Editor is not able to accumulate successive Japanese input) 1999-05-03 22:57:48 +00:00
ramiro%netscape.com
5207b614ce Comment out unused code that was breaking aix, dec and some others. 1999-05-03 21:36:18 +00:00
ramiro%netscape.com
b31c443d09 Fix bugs 4445, 4768. Make form widgets work a little better. This includes:
1) Radio/Toggle button initial state properly set.
2) Radio/Toggle button toggling works as expected.
3) Form Buttons work/submit on the first click as expected.

The problem was that enter/leave events expected by the form controlling
frames were not properly emitted.  They were being emitted for the parent
widget and not the buttons.

I also had to add a pathetically lame hack to work around artificial
intelligence in the GtkToggleButton widget.  Because the gtk toggle widget
changes its state on button press, we are out of whack by one.

Finally, some minor cleanup to event debug code in nsWidget.
1999-05-03 21:29:28 +00:00
kipp%netscape.com
52dcf42237 Fix menubar bug to avoid dup menubars 1999-05-03 20:50:01 +00:00
kipp%netscape.com
9611a59431 Added more null pointer checks to avoid crashes 1999-05-03 20:49:45 +00:00
kostello%netscape.com
42d872e576 Changed to match new API for the nsHTMLContentSinkStream 1999-05-03 18:49:59 +00:00
pierre%netscape.com
c99d248157 Copied Pink's fix for #4883 from nsTextWidget. 1999-04-30 22:57:33 +00:00
pierre%netscape.com
214f27ed0b Fixed previous checkin: Destroy() calls the inherited function and returns a value. 1999-04-30 22:55:58 +00:00
pierre%netscape.com
3bb9f2c12b Oops... CalcWindowRegions() was hiding the inherited function from nsWindow. For some reason, I missed the compiler warning in my previous checkin. 1999-04-30 22:54:34 +00:00
mcafee%netscape.com
a2bdf15231 Switching to NS_WITH_SERIVICE() to properly release services (5403). a=chofmann, r=warren@netscap.com 1999-04-30 22:20:24 +00:00
pinkerton%netscape.com
6abfbefeda Fix for bug 4883. Added Destroy() method to do the same as the Repeater dtor would do but it wasn't getting called because the timer still held a ref to the widget. Appr chofmann. 1999-04-30 22:14:01 +00:00
saari%netscape.com
354115f5d6 Fix for bug 5676 1999-04-30 21:13:42 +00:00
rods%netscape.com
15ecefa2cb Fixes for bug #4698
Win98 allocates global in DWORD chunks, WinNT does not. CF_TEXT on the
clipboard must be null terminated. The copy to the clipboard makes sure the proper
amount of memory is allocated and zeroed. he get from the clipboard makes no asummptions
about CF_Text's length other than they are null terminated, so it now removed the extra
terminating zeros, there can be more than one.
1999-04-30 19:41:14 +00:00
pierre%netscape.com
c296477ce5 Landing framesets changes. Numerous changes, essentially around mVisRegion and CalcWindowRegions(). Approved: choffmann. Bug #2236 et al. 1999-04-30 13:54:51 +00:00
pierre%netscape.com
e8d613aa03 Landing framesets changes. Added mVisRegion, mResizingChildren and mSaveVisible. Approved: choffmann. Bug #2236 et al. 1999-04-30 13:54:28 +00:00
pierre%netscape.com
d115fcf23c Landing framesets changes. Made nsMacWindow inherit from nsChildWindow. Approved: choffmann. Bug #2236 et al. 1999-04-30 13:54:04 +00:00
pierre%netscape.com
f263c86a85 Landing framesets changes. Enabled the file. 1999-04-30 13:51:35 +00:00
kipp%netscape.com
e109da7959 Wired up gtk widget destruction to nsWidget and related classes so that we don't ever have dangling points to dead gtk objects 1999-04-30 00:13:47 +00:00
akkana%netscape.com
f8d73c5821 5674: temp fix to prevent dialogs from grabbing selection ownership forever. r=mcafee/a=chofmann 1999-04-29 20:43:37 +00:00
bruce%cybersight.com
0b8ea3a37e s/NULL/nsnull/ 1999-04-29 00:45:41 +00:00
ramiro%netscape.com
80906f1409 WIP for changing widget colors on the fly. Its commented out for the time
being.
1999-04-28 05:57:45 +00:00
ramiro%netscape.com
b73617d5d1 Fix radio and check buttons some more. There are still some issues with
the default values for radio buttons being off by one.
1999-04-28 05:53:36 +00:00
bruce%cybersight.com
25345b7651 Remove -lnetlib from link lines. Not needed. 1999-04-28 05:30:09 +00:00
pierre%netscape.com
a812bf19e0 end of the debate? changing the defaults back to 96 dpi and do display small fonts 1999-04-28 05:06:41 +00:00
sfraser%netscape.com
b714ca7b9a Temporary, #ifdeffed hack to get Apple Menu on Mac. reviewed saari. 1999-04-28 04:51:40 +00:00
bruce%cybersight.com
c6f963f5a9 Remove dependency upon (and use of) -lnetutil on Unix. 1999-04-28 04:40:46 +00:00
pierre%netscape.com
71681e7913 fixed a syntax error in DisplayVerySmallFonts(): the first time only we were returning a wrong value 1999-04-28 03:32:52 +00:00
pierre%netscape.com
59a39b08ae added the "browser.display_very_small_fonts" pref changed the default dpi to 72 1999-04-28 02:45:49 +00:00
saari%netscape.com
016d84a085 fixing more win menu bugs. Fixing dynamics. Fixing webshell refcounts 1999-04-28 01:45:33 +00:00
saari%netscape.com
71795c831d fixing bug 4942 1999-04-28 00:40:09 +00:00
pierre%netscape.com
710dd4f29d #5000: added "browser.screen_resolution" pref 1999-04-28 00:20:58 +00:00
pinkerton%netscape.com
f50c5bab75 add nsMimeMapper.cpp 1999-04-27 22:51:13 +00:00
pinkerton%netscape.com
934c6edb57 move mapping of mime type -> OS type to nsMimeMapperMac instead of implementing it here. THis way drag and drop can use it to. 1999-04-27 22:50:44 +00:00
pinkerton%netscape.com
8a0c5bb8d8 First Checked In. 1999-04-27 22:49:51 +00:00
ramiro%netscape.com
a0649120a5 Removed gratuitous semicolon. 1999-04-27 22:20:45 +00:00
ramiro%netscape.com
ca63b7e7b6 Add cast to quiet compiler. 1999-04-27 21:40:05 +00:00
ramiro%netscape.com
3cfee053f7 Adding a gtk utilities class to the build. 1999-04-27 21:26:10 +00:00
saari%netscape.com
0709663fbb fixing double submenu bug on win32 1999-04-27 18:41:07 +00:00
ramiro%netscape.com
9cc9159bfc Fixing event mask being set on wrong widget, dumb typo from a previous checkin. 1999-04-27 18:27:29 +00:00
ramiro%netscape.com
1b8d5ba06d Fix for bug 4647. Could not resize frames (ie, the apprunner side bar). 1999-04-27 18:15:47 +00:00
saari%netscape.com
961dd56970 fix double menus on GTK 1999-04-27 18:10:47 +00:00
saari%netscape.com
68615076e1 Mac menu cleanup. No more holding onto the nsWebShell 1999-04-27 09:09:44 +00:00
pierre%netscape.com
9644229c74 #5000 "GFX changes required to assume 96 dpi default scaling": enabled the 96 dpi checked in earlier 1999-04-27 08:20:49 +00:00
pierre%netscape.com
78e941dc79 #5000 "GFX changes required to assume 96 dpi default scaling" 1999-04-27 06:45:09 +00:00
pierre%netscape.com
950ba5b0b5 fixed a flicker when the control is deleted 1999-04-27 05:32:50 +00:00
pierre%netscape.com
0877ee86e8 #4777 "cannot do multiple selection of menulist" 1999-04-27 05:32:36 +00:00
mcafee%netscape.com
129ee14fba Implementing folder picker by hiding the file column of the file selection dialog. Thanks to Syd for the hint to do this. 1999-04-27 04:49:53 +00:00
saari%netscape.com
7273f7dc49 more cleaning 1999-04-27 04:23:05 +00:00
sdagley%netscape.com
978b1ed7f1 Fix bug #4095 - zoom widget now works to re-size windows on Mac. 1999-04-27 03:41:17 +00:00
saari%netscape.com
596de73a4d more menu cleanup. Menus should no longer be holding on to WebShells in any way on GTK 1999-04-27 03:12:29 +00:00
sdagley%netscape.com
041bb47567 Renaming nsMode to nsFileDlgMode for mcafee 1999-04-27 03:11:21 +00:00
mcafee%netscape.com
a6c23dee44 Renaming nsMode enum to something a little more descriptive, nsFileDlgMode. r=sdagley 1999-04-27 03:11:13 +00:00
briano%netscape.com
eb40d01414 Backed out my overly zealous conversion of gtk_{true,false} to PR_{TRUE,FALSE}. 1999-04-27 03:03:50 +00:00
briano%netscape.com
b7ed2578a2 Converted all the 'non-standard' uses of true and false to PR_TRUE and PR_FALSE. 1999-04-27 02:35:02 +00:00
bruce%cybersight.com
51ae12548f Yet another instance of 'false' in XP code. Please return to using PR_FALSE. 1999-04-27 01:44:07 +00:00
rods%netscape.com
e1798ddde6 Commented out some debug statements
Unknown formats are now get their data via GetText
1999-04-27 01:03:54 +00:00
rods%netscape.com
b723828401 Using FlavorsTransferableCanExport in CreateNativeDataObject
and changed param to GetData
1999-04-27 01:01:38 +00:00
saari%netscape.com
f842457494 menu ownership cleaning 1999-04-27 00:21:15 +00:00
saari%netscape.com
64a5bc199e more menu ownership model cleaning 1999-04-26 23:35:41 +00:00
saari%netscape.com
d635959e46 more menu ownership changes 1999-04-26 22:07:45 +00:00
saari%netscape.com
0b9c5ff3df starting to clean up ownership model 1999-04-26 20:56:08 +00:00
dcone%netscape.com
9543883d6e fixed bug so refcount is inited 1999-04-26 17:25:00 +00:00
blizzard%redhat.com
ac88c0c3d6 little more xlib work 1999-04-25 02:58:15 +00:00
pavlov%pavlov.net
56d614d1cb add supporting code for eBorderStyle_BorderlessTopLevel 1999-04-24 16:54:54 +00:00
pavlov%pavlov.net
881643d721 add eBorderStyle_BorderlessTopLevel 1999-04-24 16:33:12 +00:00
pavlov%pavlov.net
263af89a8b s/NULL/nsnull/ in nsGtkEventHandler
use a few macros in nsWidget
1999-04-24 15:00:11 +00:00
blizzard%redhat.com
8ef9929cb0 fix gfx .so definition in makefile 1999-04-24 12:20:53 +00:00
blizzard%redhat.com
ffb374f0fd make xlib build again 1999-04-24 12:20:28 +00:00
bruce%cybersight.com
fea66d0e79 Missed an instance of 'false' earlier. Fixes AIX and Solaris builds. 1999-04-24 07:52:36 +00:00
bruce%cybersight.com
50883752ed Fix Solaris CC and AIX build bustage. Can't use 'bool', must use PRBool. 1999-04-24 06:32:38 +00:00
sdagley%netscape.com
dd948b9684 updating/fixing for current syntax 1999-04-24 05:07:18 +00:00
sfraser%netscape.com
051ea43bd1 c2pstr on a "inline" string is bad, with VM on. Fixed. 1999-04-24 05:00:32 +00:00
saari%netscape.com
6ad312bc54 menu item enabling/disabling for GTK 1999-04-24 03:26:10 +00:00
saari%netscape.com
ce18975a90 dynamic menu changes 1999-04-23 22:39:32 +00:00
rods%netscape.com
acaea66035 DragEnter now sets the IDataObject into the DragService 1999-04-23 21:57:44 +00:00
rods%netscape.com
a761f1760a Made method GetFormat so nsDragService can use it. 1999-04-23 21:56:05 +00:00
rods%netscape.com
c73a1ef5a1 Remap control alpha keys to VK_XXX equivalent 1999-04-23 20:56:32 +00:00
rods%netscape.com
2acd2337e1 OnChar now returns FALSE to widget typ in works 1999-04-23 19:44:47 +00:00
saari%netscape.com
96e4bf2924 Dynamic menus changes 1999-04-23 19:00:51 +00:00
ramiro%netscape.com
3d6767900c Add SetBackgroundColor() stubs.
Add signals/methods from tracking realization.
1999-04-23 18:16:11 +00:00
ramiro%netscape.com
5d8136cd35 quiet a compiler warning. 1999-04-23 18:04:49 +00:00
mcafee%netscape.com
03655ef7d6 Removing nsSelectionMgr from the build. 1999-04-23 17:53:51 +00:00
pinkerton%netscape.com
53423f452e File Removed. 1999-04-23 17:33:19 +00:00
blizzard%redhat.com
45a68c56bf make tests work with more than just gtk 1999-04-23 16:59:35 +00:00
blizzard%redhat.com
654988edb4 make xlib code build again 1999-04-23 16:59:09 +00:00
rods%netscape.com
264c41888a removing them 1999-04-23 16:58:05 +00:00
mcafee%netscape.com
2c905d7de3 Removing nsSelectionMgr from the build 1999-04-23 16:50:17 +00:00
pinkerton%netscape.com
e6e8270301 removing selection manager 1999-04-23 16:47:56 +00:00
pinkerton%netscape.com
c1b7eeebae removing selection manager. 1999-04-23 16:47:11 +00:00
rods%netscape.com
ff28d7481f removed nsSelectionMgr 1999-04-23 16:47:09 +00:00
rods%netscape.com
8272b88f90 Removed SelectionMgr 1999-04-23 16:47:05 +00:00
rods%netscape.com
32b8e9292b Added nsCOMPtr support 1999-04-23 14:38:27 +00:00
rods%netscape.com
e8dbe5399f Reworked for nsCOMPtr 1999-04-23 14:35:26 +00:00
rods%netscape.com
9877d0911c Fixed key event support 1999-04-23 14:30:51 +00:00
rods%netscape.com
4c62ab7704 Added Get/Set DragAction 1999-04-23 14:13:06 +00:00
rods%netscape.com
fb21f331a5 Added Set/Get DragAction 1999-04-23 14:12:31 +00:00
rods%netscape.com
7e3116f0fc Added two new support methods 1999-04-23 14:10:55 +00:00
rods%netscape.com
a2c0521b65 Switch over to nsCOMPtr
Added better cursor feedback support
1999-04-23 14:10:39 +00:00
rods%netscape.com
9525f46b91 Added GetIID method 1999-04-22 14:16:30 +00:00
saari%netscape.com
6944afc833 Making dynamic menus on windows better behaved (but still leaky) 1999-04-22 08:17:03 +00:00
mcafee%netscape.com
3e3fc8e582 Removing nsSelectionMgr reference. 1999-04-22 08:00:44 +00:00
mcafee%netscape.com
dc1d6f1b85 Backing out nsSelectionMgr removal for now. 1999-04-22 07:55:25 +00:00
mcafee%netscape.com
d7a1dfea85 Removing nsSelectionMgr references from the build. 1999-04-22 07:40:46 +00:00
mcafee%netscape.com
cf68b64a50 Removing NEWW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 06:48:51 +00:00
mcafee%netscape.com
505152776a Test-removal of NEW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 00:22:15 +00:00
pierre%netscape.com
99b0279010 SetCursor on mouseEnter / mouseExit 1999-04-21 23:15:05 +00:00
pierre%netscape.com
c4bf47aa19 removed a spurious SetCursor when creating a widget 1999-04-21 23:14:07 +00:00
bruce%cybersight.com
52af1d4954 Fix for Solaris CC build. 1999-04-21 12:11:11 +00:00
akkana%netscape.com
056ee265e4 Remove correction subtracting 1 from transferable data length on copy;
tracking rods' change removing bogus extra byte in XIF format converter.
1999-04-21 00:17:12 +00:00
rods%netscape.com
e863238bf0 Fixed native CF_TEXT copy, to decrement the size by one when it is a null
terminated string. Apps like MS-Word pass back the size including the terminating
zero. This fixes that.
1999-04-21 00:15:08 +00:00
akkana%netscape.com
7861747549 Handle paste when we're already the selection owner 1999-04-21 00:04:53 +00:00
rods%netscape.com
271b78d0dd Removed the adding of an additional 1 to the length on conversions. 1999-04-21 00:03:01 +00:00
akkana%netscape.com
0367d1482d Fix crash on second paste -- don't free our own memory, rely on transferable to do it 1999-04-20 23:54:54 +00:00
saari%netscape.com
868e0345cd fix bug #3379 1999-04-20 23:02:16 +00:00
saari%netscape.com
05e07ab0c5 Mods for menu enabling and disabling. 1999-04-20 22:41:44 +00:00
akkana%netscape.com
54f3a11eb0 Make Linux paste work 1999-04-20 22:40:53 +00:00
rods%netscape.com
e7712e26d5 removed some commented out code 1999-04-20 18:11:07 +00:00
rods%netscape.com
79d1b8f8ef changed the kTextMime from "text/txt" to "text/plain" 1999-04-20 18:09:23 +00:00
mcafee%netscape.com
ccfb53c11a Replacing hard-coded string with named constant (kTextMime). 1999-04-20 18:02:16 +00:00
pierre%netscape.com
4d195823dc removed spurious pairs of StartDraw/EndDraw 1999-04-20 04:03:10 +00:00
pierre%netscape.com
bd9dd7ad3b fixed some spurious redraws 1999-04-20 04:02:53 +00:00
pierre%netscape.com
e5bef20561 restore the GrafPort origin on mouseEvents 1999-04-20 04:02:35 +00:00
pierre%netscape.com
bdae78fb85 moved string utilities from nsWindow to nsMacControl 1999-04-20 04:02:20 +00:00
pierre%netscape.com
8be768ea53 fixed some XPCOM issues (removed spurious nsISupport stuff) 1999-04-20 04:00:53 +00:00
pierre%netscape.com
365057a9ff fixed some XPCOM issues (removed spurious nsISupport stuff) / fixed #4780 "[BLOCKER] Mac Borderless top-level windows" 1999-04-20 04:00:40 +00:00
pierre%netscape.com
7bcc2b529a removed the NS_IWINDOW_IID hack 1999-04-20 03:58:29 +00:00
pierre%netscape.com
d708c125ab added nsChildWindow.cpp 1999-04-20 03:56:45 +00:00
pierre%netscape.com
1caed09cee First Checked In. 1999-04-20 03:56:24 +00:00
bruce%cybersight.com
c31802c989 Add blank lines at end of files for native compilers. 1999-04-20 03:40:17 +00:00
akkana%netscape.com
b30410d6fe Fix copy code in nsClipboard 1999-04-20 02:12:30 +00:00
saari%netscape.com
eabb6f10d4 fixing menu bug 1999-04-20 01:18:55 +00:00
akkana%netscape.com
f2fa4a0459 Get callbacks and transferable/data flavor hooked up so we can
collaborate on tracking down the gtk_selection_data_set crash.
1999-04-20 00:02:36 +00:00
kipp%netscape.com
f0b8d9e2cf Fixed some refcnt bugs 1999-04-19 23:24:52 +00:00
kipp%netscape.com
9be6b862bb Added in some missing addref/release's 1999-04-19 23:24:40 +00:00
jdunn%netscape.com
fe38c4753a Fix unix native compiler error 1999-04-19 22:00:24 +00:00
syd%netscape.com
74fe2092df Support for modal dialogs in Gtk+ xpfe. Reviewed by rods. 1999-04-19 21:18:50 +00:00
pinkerton%netscape.com
0c21a53e8b add nsBaseDragService.cpp and groups services together, pulling them out of the mac/xp widget groups into new ones. 1999-04-19 20:43:02 +00:00
pinkerton%netscape.com
fca5a8a528 add nsDragService.cpp 1999-04-19 20:28:27 +00:00
pinkerton%netscape.com
049d022f60 First Checked In. 1999-04-19 20:28:10 +00:00
rods%netscape.com
676b6f6572 removed VERIFY 1999-04-19 20:09:15 +00:00
rods%netscape.com
f23b1c0938 fixed it again 1999-04-19 20:06:24 +00:00
rods%netscape.com
44b2e44cb3 removed nsObject.cpp 1999-04-19 20:00:13 +00:00
rods%netscape.com
d724778c32 Removed it 1999-04-19 19:07:25 +00:00
rods%netscape.com
dfc26e47fd Fixed a comment/documentation 1999-04-19 19:05:01 +00:00
rods%netscape.com
e879da67a8 removed references to nsObject 1999-04-19 19:04:12 +00:00
rods%netscape.com
fd77caca1f Updated some comments/documentation 1999-04-19 19:02:52 +00:00
mcafee%netscape.com
73a4dcd067 Cleaning up clipboard files. 1999-04-19 10:49:47 +00:00
mcafee%netscape.com
706ad86696 Adding nsDragService to Linux build. 1999-04-19 10:46:56 +00:00
saari%netscape.com
55b3f09179 breakage fix 1999-04-19 08:50:26 +00:00
saari%netscape.com
3678eb9c97 This should be the last of this round of menu checkins 1999-04-19 08:27:57 +00:00
saari%netscape.com
f96d6b0c80 *** empty log message *** 1999-04-19 08:24:08 +00:00
saari%netscape.com
a2bf9cc89d First of a series of menu checkins 1999-04-19 08:23:18 +00:00
ramiro%netscape.com
56ab3e9cfb Remove duplicate link flags. 1999-04-19 06:21:29 +00:00
ramiro%netscape.com
0bcf0aaba4 Remove not needed link flag. 1999-04-19 06:15:12 +00:00
bruce%cybersight.com
6ef4084a4d I can spell. Really! 1999-04-18 19:45:46 +00:00
bruce%cybersight.com
fe14a5594b Fix linking errors, add some new class/interface ids, make it run. 1999-04-18 19:44:41 +00:00
bruce%cybersight.com
cb26e15abc Makes this run again. Adds the event queue service code. Fix most warnings. 1999-04-18 19:02:18 +00:00
shaver%netscape.com
819da1e47a fix my dumb bustage, etc. (darned src/build) 1999-04-17 17:37:30 +00:00
shaver%netscape.com
c4b1275cb7 cache the GtkStyle * while we're at it 1999-04-17 16:17:00 +00:00
shaver%netscape.com
ab7f7596a9 cache the LookAndFeel object as long as we have any widgets 1999-04-17 15:55:21 +00:00
shaver%netscape.com
0a211ce130 let's try commenting out _all_ of the D&D stuff 1999-04-17 15:07:58 +00:00
rods%netscape.com
68389ca4f7 Removed unneeded DragTarget/Source and Dragged object 1999-04-17 14:53:02 +00:00
rods%netscape.com
07fe7be261 fixed ambigous cast 1999-04-17 14:24:31 +00:00
rods%netscape.com
0b222a6dbf Fixed factory to use kCGenericTransferableCID 1999-04-17 14:09:29 +00:00
rods%netscape.com
7a714d4942 Changed over to nsIGenericTransferable for setting transferables
Added Drag & Drag Support ifdef'ed out with NEW_DRAG_AND_DROP
1999-04-17 13:49:39 +00:00
rods%netscape.com
1bd24697e3 fixed WM_CHAR processing. And D&D ifdef 1999-04-17 13:45:10 +00:00
rods%netscape.com
8ed082d892 Changed the DRAG & Drop ifdef 1999-04-17 13:44:42 +00:00
rods%netscape.com
9d7030030a Added nsIGenericTransferable 1999-04-17 13:43:04 +00:00
rods%netscape.com
a082597650 New interface for setting data into a transferable 1999-04-17 13:42:25 +00:00
bruce%cybersight.com
c9eec3b20b Fix for library changes (old). 1999-04-17 01:02:31 +00:00
mcafee%netscape.com
97f1c6e63c More clipboard build bustage fixes. 1999-04-17 00:21:16 +00:00
sspitzer%netscape.com
1096178644 scribble is bogus, I'm turning this off for now 1999-04-17 00:18:09 +00:00
mcafee%netscape.com
4d58e5e8c8 Re-adding nsBaseClipboard, ifdef'd NEW_CLIPBOARD_SUPPORT this time. 1999-04-16 23:52:13 +00:00
mcafee%netscape.com
62c605fbee Wrapping nsClipboard in NEW_CLIPBOARD_SUPPORT to make tinderbox happy building tests. 1999-04-16 23:42:34 +00:00
slamm%netscape.com
4bdbdaf84e Backing out clipboard stuff on mcafee's request. 1999-04-16 22:21:56 +00:00
mcafee%netscape.com
5b3b444cd0 Woops, error on last checkin, fixing it here. 1999-04-16 21:26:05 +00:00
mcafee%netscape.com
07567dd831 Adding nsBaseClipboard.cpp to Linux build, improving some error reporting. ifdef'd NEW_CLIPBOARD_SUPPORT. 1999-04-16 21:25:20 +00:00
mcafee%netscape.com
927aaf69cc Adding nsBaseDragService.cpp to Linux build. 1999-04-16 21:18:37 +00:00
rods%netscape.com
8a9ad5816a Inital checkin 1999-04-16 21:03:32 +00:00
rods%netscape.com
ca1906c14c Initial checkin 1999-04-16 21:03:22 +00:00
ramiro%netscape.com
2edabf965d More event work. Install button handlers for radio and check buttons.
These are still not fully functional.
Install events on text field, so that its parent does trigger button
events for it.
1999-04-16 19:48:56 +00:00
kmcclusk%netscape.com
a92a163175 fix for bug#2442. Textarea now wrap. 1999-04-16 19:19:41 +00:00
ramiro%netscape.com
f16f605750 More event cleanup. Move button and crossing events into nsWidget. 1999-04-16 14:33:52 +00:00
rods%netscape.com
877d64444f Added Folder picker 1999-04-16 13:58:40 +00:00
ramiro%netscape.com
1177a08276 First part of event cleanup checkins. Move the motion event handler into
the widget superclass and provide methods to install it and catch signals
dispatch by the GtkWidget.  The actual handling is done in a virtual
method, which subclasses can override.
1999-04-16 10:20:44 +00:00
bruce%cybersight.com
833772ba3d Fix for ANSI C++ violation. Clipboard data was passed in a void* and the GTK fu
nction wanted an unsigned char*.  That type of implicit conversion is not permis
sible in ANSI C++. This was breaking most of the unix builds with commercial com
pilers (AIX, Solaris, HP-UX).
1999-04-16 03:58:07 +00:00
mcafee%netscape.com
c00ab46c5b Minor formatting. 1999-04-15 21:49:36 +00:00
mcafee%netscape.com
f06d3c677b New clipboard stuff, still off by default. --enable-new-clipboard turns this on. 1999-04-15 21:48:09 +00:00
mcafee%netscape.com
ee2e76ec38 Remove windows call from XP code. 1999-04-15 21:45:22 +00:00
law%netscape.com
c074b98d42 Set proper OK result in GetFile 1999-04-15 21:00:11 +00:00
mcafee%netscape.com
909b804663 Fixing linux bustage. 1999-04-15 05:16:05 +00:00
alecf%netscape.com
420b45283a fix build bustage (someone forgot to rename mWidget to sWidget) 1999-04-15 03:58:06 +00:00
mcafee%netscape.com
213d70bba0 Adding static SetTopLevelWidget() call to nsClipboard. 1999-04-15 02:08:55 +00:00