sspitzer%netscape.com
8b08c06722
some more cvs ignore work
1999-04-10 21:22:31 +00:00
blizzard%redhat.com
2a07ac3487
skel code for xlib based widgets
1999-04-10 15:26:39 +00:00
briano%netscape.com
95083e0ab1
It turns out that other platforms besides NTO don't have PATH_MAX, so this change should fix them all.
1999-04-10 01:05:53 +00:00
sspitzer%netscape.com
68f6ae805b
fixes to get the test to build
1999-04-10 00:36:18 +00:00
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