Commit Graph

1452 Commits

Author SHA1 Message Date
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