dmose%mozilla.org
92d791b7b0
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:40:37 +00:00
ramiro%netscape.com
b6cc6b0ab0
Fix for xlib build bustage.
...
git-svn-id: svn://10.0.0.236/trunk@49713 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 04:49:45 +00:00
ramiro%netscape.com
6ee88bb33f
fix build bustage.
...
git-svn-id: svn://10.0.0.236/trunk@49567 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 12:21:33 +00:00
rods%netscape.com
5b32db8a61
Added ConsumeEvents parameter to CaptureRollupEvents
...
git-svn-id: svn://10.0.0.236/trunk@49440 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 14:36:17 +00:00
alecf%netscape.com
d3ae7bd261
fix xlib bustage by implementing SetTitle and CaptureRollupEvents
...
(xlib not part of the default build)
git-svn-id: svn://10.0.0.236/trunk@49182 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 02:25:20 +00:00
ramiro%netscape.com
5fc6af2ae2
Add better event debugging.
...
git-svn-id: svn://10.0.0.236/trunk@46490 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 02:32:54 +00:00
ramiro%netscape.com
f05f241100
Make TRACE_PAINT_FLASH flash only the event rect area. Remove some duplicate
...
code in GetNativeData().
git-svn-id: svn://10.0.0.236/trunk@46175 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 13:05:46 +00:00
ramiro%netscape.com
4f2daafa65
Add Invalidate() and OnPaint() skid marks.
...
git-svn-id: svn://10.0.0.236/trunk@46083 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 03:22:42 +00:00
blizzard%redhat.com
c13f5948d7
get rid of the focus madness. start tracking focus virtually instead of dealing with X's completely broken focus handling.
...
git-svn-id: svn://10.0.0.236/trunk@45099 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 00:38:35 +00:00
blizzard%redhat.com
4078f0da04
take out some extra XSync() calls and _Xdebug symbol. should make it a bit faster. also, if an X event is passed in and we don't know anything about the window then don't crash.
...
git-svn-id: svn://10.0.0.236/trunk@44141 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-23 12:50:53 +00:00
ramiro%netscape.com
acca485ab8
Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
...
default for Linux and Solaris. Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner. The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful. There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.
Also landed the remainder of Shawn Packwood's qt port.
git-svn-id: svn://10.0.0.236/trunk@43402 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 09:33:48 +00:00
blizzard%redhat.com
ec844f2a56
fixes for scrolling and layout bounds calculation lameness. a=mcafee, doesn't affect build.
...
git-svn-id: svn://10.0.0.236/trunk@43019 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 21:14:27 +00:00
blizzard%redhat.com
4b6372107e
xlib fixes. menus work now.
...
git-svn-id: svn://10.0.0.236/trunk@43000 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 19:19:33 +00:00
ramiro%netscape.com
3d4d25bbae
Landing unix toolkit exorcism changes. #ifdef-ed OFF for now.
...
git-svn-id: svn://10.0.0.236/trunk@41820 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 13:53:49 +00:00
blizzard%redhat.com
0d8aaf88b2
support WM_DELETE window mananger protocol
...
git-svn-id: svn://10.0.0.236/trunk@41770 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-01 21:00:22 +00:00
pavlov%netscape.com
3d06577d5b
back out previous changes
...
git-svn-id: svn://10.0.0.236/trunk@41665 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-31 02:28:56 +00:00
pavlov%netscape.com
02d920528c
minimize/maximize/restore code
...
git-svn-id: svn://10.0.0.236/trunk@41630 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 23:53:17 +00:00
blizzard%redhat.com
ce3a7d632c
implement nsWidget::WidgetToScreen
...
git-svn-id: svn://10.0.0.236/trunk@41426 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 05:02:41 +00:00
blizzard%redhat.com
f30a4da59e
fix broken debugging messages and fix bounds condition where a window
...
should be mapped.
git-svn-id: svn://10.0.0.236/trunk@41424 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 04:53:49 +00:00
blizzard%redhat.com
ac363fc0dd
change prototypes for recent widget interface changes.
...
git-svn-id: svn://10.0.0.236/trunk@41412 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 03:11:16 +00:00
blizzard%redhat.com
d1f188ef10
fix memory leak
...
git-svn-id: svn://10.0.0.236/trunk@41391 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 02:21:23 +00:00
blizzard%redhat.com
a438fe29a0
fix UMRs as reported by the great and powerful bruce. this closes bug 10625.
...
git-svn-id: svn://10.0.0.236/trunk@41387 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 02:02:21 +00:00
bruce%cybersight.com
c179b989d8
Add some includes to make it more explicit. (This was breaking under some changes I have locally to minimize include graph without this). Also fixes a gcc 2.7.2.3 issue.
...
git-svn-id: svn://10.0.0.236/trunk@41385 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 01:45:57 +00:00
danm%netscape.com
3967f2f182
removing IsMenuBarVisible -- it was a mistake, and unused
...
git-svn-id: svn://10.0.0.236/trunk@40741 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 23:41:50 +00:00
blizzard%redhat.com
c59a84eefa
changes to support the xlib window service
...
git-svn-id: svn://10.0.0.236/trunk@40525 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-21 21:59:14 +00:00
ramiro%netscape.com
fa1f8f7e74
Dispatch crossing events. Remove superflous DispatchFocusEvent() methods.
...
NOT PART OF BUILD.
git-svn-id: svn://10.0.0.236/trunk@40142 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-19 20:33:23 +00:00
zuperdee%penguinpowered.com
afd41fe6e8
The SetTitle function has been implemented in nsWindow, so it shouldn't be necessary to have stubs for this function here as well.
...
git-svn-id: svn://10.0.0.236/trunk@40011 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-18 10:27:30 +00:00
blizzard%redhat.com
51004e5cb3
Fix some scrolling anomolies. This fixes bug #10058 .
...
git-svn-id: svn://10.0.0.236/trunk@39885 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-17 17:24:04 +00:00
zuperdee%penguinpowered.com
e429cb96d6
Implementing the SetCursor function for the wonderful raw Xlib port. (Copied almost verbatim from the Motif port, actually.)
...
git-svn-id: svn://10.0.0.236/trunk@39851 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-17 08:25:45 +00:00
blizzard%redhat.com
91cddf87ec
Focus shags, baby. Also tracking visibility and map events so
...
nsWidget::IsVisible() is now implemented. This is not part of the
build.
git-svn-id: svn://10.0.0.236/trunk@39239 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-14 04:34:31 +00:00
ramiro%netscape.com
308efafbce
NOT PART OF BUILD. Get key events almost working. Add event debugging.
...
git-svn-id: svn://10.0.0.236/trunk@39156 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-13 19:30:42 +00:00
blizzard%redhat.com
ac3df8f512
Start on infastructure for Focus events and Keypress events. This is not part of the build.
...
git-svn-id: svn://10.0.0.236/trunk@39069 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-13 17:50:28 +00:00
blizzard%redhat.com
8a82b5e58b
always move the window, even if it hasn't been shown. this fixes gfx drop
...
down lists.
git-svn-id: svn://10.0.0.236/trunk@38977 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 23:27:25 +00:00
blizzard%redhat.com
6379db8ae5
native window scrolling fixes. this is not part of the build.
...
git-svn-id: svn://10.0.0.236/trunk@38976 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 23:20:41 +00:00
blizzard%redhat.com
bfa7b2b356
debugging information to track down resizing problems. this is not part
...
of the build.
git-svn-id: svn://10.0.0.236/trunk@38975 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 22:10:03 +00:00
blizzard%redhat.com
d6274cb4da
native widget scrolling implemented. use PR_LOG for debugging messages. this is not part of the build. approved by cyeh.
...
git-svn-id: svn://10.0.0.236/trunk@38827 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-08 23:06:50 +00:00
blizzard%redhat.com
a7185e5862
start on infastructure for native widget scrolling
...
git-svn-id: svn://10.0.0.236/trunk@38770 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-08 03:08:35 +00:00
ramiro%netscape.com
2fce16f9cc
Cut down on the noise.
...
git-svn-id: svn://10.0.0.236/trunk@38685 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 11:46:22 +00:00
ramiro%netscape.com
5e5549d77a
Final global variable exorcism.
...
git-svn-id: svn://10.0.0.236/trunk@38563 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 02:11:22 +00:00
ramiro%netscape.com
b356f4a9fd
Cleanup the widget api some. Move initialization of evil stuff to the gfx
...
end. Dont leak the widget name. Carry around Display* and friends in the
appshell.
git-svn-id: svn://10.0.0.236/trunk@38469 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 23:28:58 +00:00
blizzard%redhat.com
cac316b3ec
reuse a little code
...
git-svn-id: svn://10.0.0.236/trunk@37031 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-26 15:06:05 +00:00
blizzard%redhat.com
311b6f1407
cleanup of window creation
...
git-svn-id: svn://10.0.0.236/trunk@36923 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 20:23:37 +00:00
blizzard%redhat.com
10ef0de896
scrollbar cleanups, share create native window call.
...
git-svn-id: svn://10.0.0.236/trunk@36916 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 20:10:30 +00:00
blizzard%redhat.com
e224b8f146
set mBounds in the other Resize() method, too. Thanks for pointing this out, tor.
...
git-svn-id: svn://10.0.0.236/trunk@36045 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-21 14:36:53 +00:00
blizzard%redhat.com
c5cff30ac8
implement nsWidget::Invalidate, nsWidget::Update, make resizing go
...
git-svn-id: svn://10.0.0.236/trunk@35901 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 20:24:32 +00:00
blizzard%redhat.com
c94ea9d669
xlib renders, baby.
...
git-svn-id: svn://10.0.0.236/trunk@35624 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-16 03:07:55 +00:00
blizzard%redhat.com
5826a92dd7
let mouse events flow...
...
git-svn-id: svn://10.0.0.236/trunk@35106 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-14 01:53:52 +00:00
blizzard%redhat.com
1982076de0
add workaround for lame values from layout engine. fix size of checkboxes.
...
git-svn-id: svn://10.0.0.236/trunk@34842 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-11 20:27:07 +00:00
danm%netscape.com
55cfe73afc
teach (or stub) nsWidget to show/hide and query visible state of menubars
...
git-svn-id: svn://10.0.0.236/trunk@34436 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 19:01:55 +00:00
danm%netscape.com
21ed2a65fd
adding ShowMenuBar
...
git-svn-id: svn://10.0.0.236/trunk@33711 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 04:00:30 +00:00