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
rods%netscape.com
21e5446153
added font iterators
1999-05-14 12:27:06 +00:00
rods%netscape.com
cda664cf34
Each font has a struct and keeps track of its sizes in a nsVoidArray
1999-05-14 12:26:40 +00:00
rods%netscape.com
33ca79ed0b
Added FontIterator
1999-05-14 12:26:03 +00:00
rods%netscape.com
4eedfa8bb9
Added Font Iterator interfaces
1999-05-14 12:25:18 +00:00
pierre%netscape.com
2ed581547c
fixed a glitch due to the TARGET_CARBON conversion in nsWindow::Update()
1999-05-14 10:18:33 +00:00
pierre%netscape.com
81efee415a
hooked up DoDisk() to handle disk events
1999-05-14 10:15:55 +00:00
pierre%netscape.com
0524e81bb5
The constructor takes a nsMacWindow instead of a nsWindow. Removed HandleDiskEvent(): disk events are handled in our message pump or left to the embedding apps.
1999-05-14 10:14:46 +00:00
pierre%netscape.com
69da4c453c
fix list boxes with a temporary hack to access the 'ldes' resource from the Finder
1999-05-14 10:09:14 +00:00
akkana%netscape.com
4102e15a59
Fix crash introduced by change of APIs
1999-05-14 00:40:13 +00:00
rods%netscape.com
9fd3b90b44
Initial checkin
1999-05-13 22:41:37 +00:00
rods%netscape.com
67ee40cff4
Inital checkin
1999-05-13 22:39:31 +00:00
rods%netscape.com
ef83f44d43
moved nsITransferable include from header to impl
1999-05-13 22:32:49 +00:00
mcafee%netscape.com
7e81897fa7
Removing nsDataFlavor.cpp from the build.
1999-05-13 22:29:57 +00:00
rods%netscape.com
f902420a27
removing nsIDataFlavor and nsIGenericTransferable
1999-05-13 22:24:53 +00:00
pinkerton%netscape.com
ed85e64137
removing nsDataFlavor.cpp
1999-05-13 22:24:35 +00:00
mcafee%netscape.com
ce591f04cc
Clipboard restructuring.
1999-05-13 22:24:26 +00:00
pinkerton%netscape.com
a5afc89978
removing nsidataFlavor and nsIGenericTransferable
1999-05-13 22:24:25 +00:00
rods%netscape.com
cec0ca9365
removed nsIDataFlavor and merged transferable interfaces
1999-05-13 21:56:23 +00:00
mcafee%netscape.com
6125768f62
Clipboard restructuring.
1999-05-13 21:55:40 +00:00
pinkerton%netscape.com
0a17195eff
updated clipboard apis and merging transferable into one api and getting rid of nsiDataFlavor.
1999-05-13 21:54:14 +00:00
rods%netscape.com
e4ee930f8c
removed reference to nsIDataFlavor and merged nsITransferable and nsIGenericTransferable
1999-05-13 21:53:57 +00:00
donm%netscape.com
9ae1f6b61f
backing out linux build bustage. see bug #6331
1999-05-13 18:24:31 +00:00
warren%netscape.com
703d8f5396
Fixed mac and linux uses of Count
1999-05-13 05:28:31 +00:00
warren%netscape.com
87b26617d5
Fixed nsICollection (and Count in particular) to be xpidl friendly.
1999-05-13 04:56:04 +00:00
sspitzer%netscape.com
8fbd48d85f
cvs ignorage
1999-05-13 03:53:42 +00:00
pavlov%pavlov.net
edb8213262
misc changes including things to attempt to get command line things working in
...
apprunner
1999-05-13 00:53:50 +00:00
briano%netscape.com
117d2e58dc
Fix for Motif builds.
1999-05-13 00:52:06 +00:00
pinkerton%netscape.com
fe4da4f603
put code that didn't compile yesterday back in. Now i know that ::Foo doesn't work too well if Foo is a macro.
1999-05-13 00:14:22 +00:00
pinkerton%netscape.com
e057e1b380
dispatch the drag and drop event to the correct widget
1999-05-13 00:13:44 +00:00
pinkerton%netscape.com
d6180a5890
somehow, these files got extra blank lines in them between every source file line. Removing them. Also removing duplicate implementations of addref, release, and QI, since we inherit them from nsBaseDragService.
1999-05-13 00:13:06 +00:00
pierre%netscape.com
d81a210920
profiler-ready + put added mMouseRgn
1999-05-12 07:26:55 +00:00
pinkerton%netscape.com
a1f7c32029
disposing of event proc has changed under Carbon. tweaking.
1999-05-12 02:35:28 +00:00
blizzard%redhat.com
b7cd7d8010
catch up with the new nsIMenuBar interface
1999-05-12 01:27:06 +00:00
pinkerton%netscape.com
c0c5d27106
fix bustage.
1999-05-12 00:28:20 +00:00
pinkerton%netscape.com
812bb80a2f
using accessors when required by Carbon. Also adding lots of preliminary macOS drag and drop stuff. Wish I could have separated these into multiple checkins, but not possible.
1999-05-12 00:02:09 +00:00
pinkerton%netscape.com
cc378d7595
use accessors for opaque data structs where required for carbon. Make sure we return grafptrs when asking for graphics and windowptrs when asking for windows, since they are very different under Carbon.
1999-05-11 21:56:17 +00:00
pinkerton%netscape.com
2393079fea
scroll action proc's need keyword pascal for Carbon. conditionally added it. Ugly, but it works.
1999-05-11 21:51:33 +00:00
pinkerton%netscape.com
01692677ca
using accessors for opaque data structs where necessary for Carbon.
1999-05-11 21:46:10 +00:00
pinkerton%netscape.com
66b7154dab
moved the ifdefs around the printing code to be more correct.
1999-05-11 21:40:25 +00:00
pinkerton%netscape.com
cf909d0bf5
comment out printing code under carbon. The api's have all been obsoleted and we need to rework them. Also font/encoding stuff is messed up in WWDC builds so some hacks are in here to work around. That code should all go away when Carbon is fixed.
1999-05-11 21:36:19 +00:00
pinkerton%netscape.com
46a75080ad
add "MacOS Support:Universal Headers" access path to debug and opt targets in order to pick up new carbon includes. This will not effect non-carbon builds since this path exists already. Just compiler weirdness makes this necessary.
1999-05-11 21:29:07 +00:00
saari%netscape.com
5a3418751e
break fix attempt
1999-05-11 19:03:25 +00:00
saari%netscape.com
d9c2ce89dc
missed a file
1999-05-11 18:21:39 +00:00
saari%netscape.com
1892663048
changing nsIMenuItem for context menu support
1999-05-11 18:16:25 +00:00
saari%netscape.com
e92b2b2d4c
nsIMenuItem changes for context menus
1999-05-11 18:15:48 +00:00
jdunn%netscape.com
10f2ab7832
Fix error with OR'ing ENUMS. ansi C++ doesn't allow the direct OR'ing of them.
1999-05-11 00:03:17 +00:00
pinkerton%netscape.com
11a972393a
Using ControlDefinition.h for Carbon.
1999-05-10 23:36:19 +00:00
pinkerton%netscape.com
7e08f31ab1
add GetIID() method.
1999-05-10 23:15:21 +00:00
pinkerton%netscape.com
4a90ca1de0
use ControlDefinitions.h and use new popup menu APIs for Carbon.
1999-05-10 23:14:40 +00:00
pinkerton%netscape.com
69b439dbe8
use ControlDefinitions.h and new APIs for Carbon for ValidRect. Doesn't affect normal builds.
1999-05-10 23:13:16 +00:00
pinkerton%netscape.com
41dbbfd1cb
use ControlDefinitions.h under Carbon
1999-05-10 23:12:08 +00:00
pinkerton%netscape.com
cee3247406
don't use OpenDeskAcc under Carbon.
1999-05-10 23:10:55 +00:00
pinkerton%netscape.com
a8c9ac0a18
added ControlDefinitions.h for Carbon.
1999-05-10 23:09:34 +00:00
pinkerton%netscape.com
4928ef02e1
adding ControlDefinitions.h for Carbon.
1999-05-10 23:07:34 +00:00
kmcclusk%netscape.com
113c61a824
bug #2115 - Removed src/windows/nsStringUtil.h and src/windows/nsStringUtil.cpp. Moved GetACPString to
...
nsMenu. widget/public now contains an updated nsStringUtil.h with fixes for bug #2115 .
bug #2226 - Modified nsFileWidget.cpp - Removed code which saved and restored the current directory.
1999-05-10 22:55:16 +00:00
saari%netscape.com
639db48070
Adding mac context menu files. These are not yet in the build
1999-05-10 20:14:05 +00:00
syd%netscape.com
9f5352b832
Remove SetModal interface.
1999-05-08 23:14:35 +00:00
syd%netscape.com
a633cc0343
Cleaned up Create function. Make sure that variables are not NULL before use.
...
Also, don't free the "home" variable -- this will cause memory corruption the
second time Create is called and will result in weirdo behavior in Gtk+/Glib.
Implemented nsAppShell::GetNativeEvent, nsAppShell::DispatchNativeEvent,
and nsAppShell::EventIsForModalWindow.
1999-05-08 23:13:45 +00:00
syd%netscape.com
ecd191a98a
Remove SetModal() native implementation for Gtk+.
1999-05-08 23:09:44 +00:00
syd%netscape.com
2c190b3a4a
Remove SetModal() native implementation.
1999-05-08 23:09:05 +00:00
syd%netscape.com
36e8cebe4e
Remove nsBaseWidget::SetModal.
1999-05-08 23:08:23 +00:00
sspitzer%netscape.com
8e0cc74dc3
fix spelling mistake and wrap printf behind #ifdef DEBUG
1999-05-08 17:47:00 +00:00
mcafee%netscape.com
226595ee86
Adding support for dataFlavor cache: GetPredefinedDataFlavor().
1999-05-08 01:29:52 +00:00
saari%netscape.com
2206d15162
First Checked In.
1999-05-08 00:19:33 +00:00
rods%netscape.com
bb0b2a9687
Fixed strict cast on HDROP
1999-05-07 20:38:11 +00:00
kmcclusk%netscape.com
d7d854cab3
Fix for Bug #2115 Modified nsStringUtil.h as suggested in Bugzilla.
...
Fix for Bug #4219 Fix for scribble. Removed NET_PollSockets()
call from AfterDispatch. Scribble works now under WIN32.
1999-05-07 20:14:16 +00:00
rods%netscape.com
87af89f0e4
Added nsISupportArray include
1999-05-07 20:11:46 +00:00
rods%netscape.com
c86230119f
Removed methods and put them in nsIDragSession.h
1999-05-07 20:04:43 +00:00
rods%netscape.com
cd0e58984a
fixed DragService creation
1999-05-07 19:59:02 +00:00
rods%netscape.com
51282fe8b8
Some lcean up and error checking
1999-05-07 19:56:30 +00:00
rods%netscape.com
f3cfca1352
Added file drop support
1999-05-07 19:55:45 +00:00
rods%netscape.com
86ea6d31b1
Changed DragService and added nsDragSession
1999-05-07 19:55:00 +00:00
pinkerton%netscape.com
0841d1eba9
create a drag service.
1999-05-07 19:52:44 +00:00
pinkerton%netscape.com
e8f6fb3878
new drag session interface and lots of work to get d&d going.
1999-05-07 19:52:15 +00:00
pinkerton%netscape.com
6c78647f40
work for new drag session interface.
1999-05-07 19:51:50 +00:00
rods%netscape.com
14c46eb0dc
Changed GetFileList from nsVoidArray ** to nsVoidArray *
...
It now copies it contents instead of giving you a pointer to it
1999-05-07 14:14:48 +00:00
rods%netscape.com
5522dd17a4
Added the Equals method
1999-05-07 14:13:09 +00:00
rods%netscape.com
1a48d17888
Initial checkin
1999-05-07 14:07:51 +00:00
ramiro%netscape.com
065386bc5d
Resurrect.
1999-05-07 07:35:36 +00:00
bruce%cybersight.com
03ac503faa
Fixes for event queue changes. Still crash because of clipboard problems.
1999-05-07 06:48:55 +00:00
pierre%netscape.com
325718f7c7
Fix scrolling bug with test11. Clip out the siblings from the main window region as well as its visible region.
1999-05-07 04:00:57 +00:00
rods%netscape.com
750eda4b46
removed some old D&D code that was commented out, fixed processing of arrows
...
keys by returning the status from dispatch.
1999-05-06 14:00:25 +00:00
dcone%netscape.com
1aaa43ccfe
fixed a bug with using mString to use the unicode value
1999-05-06 06:57:24 +00:00
saari%netscape.com
7defd901c3
Fixing Mac menu bug
1999-05-06 01:45:48 +00:00
saari%netscape.com
fecc865f7a
Plug a leak
1999-05-06 01:43:12 +00:00
hyatt%netscape.com
d5d409566a
Switching from PLEventQueues to nsIEventQueues.
1999-05-04 23:34:41 +00:00
rods%netscape.com
67f20fdb83
Fixed it up for image support
1999-05-04 23:14:57 +00:00
rods%netscape.com
b07217f0e1
Changed ref counting, removed the kiknown for ref counting
...
reworked and reformated the code.
1999-05-04 22:44:21 +00:00
rods%netscape.com
58c3d70d11
Removed the factory class that was unecessary, added some error checking
...
made fixes for changes to ienumfe
1999-05-04 22:44:16 +00:00
rods%netscape.com
21d0dab1b0
Initial check in
1999-05-04 22:40:30 +00:00
rods%netscape.com
306b39deda
Initial checkin
1999-05-04 22:40:20 +00:00
rods%netscape.com
fac7d4eec1
Commented out some debug statements and commented out the SetFocus on mouse down event
1999-05-04 22:38:45 +00:00
rods%netscape.com
19cc227c7d
Commented out debug print statements
1999-05-04 22:37:57 +00:00
rods%netscape.com
405abe0937
Added (uncommented) nsIFileListTransferable
1999-05-04 22:36:40 +00:00
rods%netscape.com
c017135a16
Added kDropFilesMime
1999-05-04 22:35:51 +00:00
rods%netscape.com
d20da588c7
Initial checkin
1999-05-04 22:34:56 +00:00
rods%netscape.com
ab2dabaf9c
Added RemovedDataFlavor
1999-05-04 22:27:40 +00:00
rods%netscape.com
85aab0cf15
Added RemovedDataFlavor and some error checking
1999-05-04 22:27:35 +00:00
rods%netscape.com
1417ee369f
Added nsIFileListTransferable CID
1999-05-04 22:22:31 +00:00
mcafee%netscape.com
d80b8df98b
Forgot one whitespace problem.
1999-05-04 20:22:24 +00:00
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