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
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
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
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
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
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
034cbdd18c
Fix incrorrect calculation of scrollbar geometry. This is not part of
...
the build.
git-svn-id: svn://10.0.0.236/trunk@39048 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-13 03:00:51 +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
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
82ff56b9fc
page up and page down
...
pages that move and reflow
next comes the gaffaw
git-svn-id: svn://10.0.0.236/trunk@37155 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 02:11:22 +00:00
blizzard%redhat.com
b2660a7eab
child window goes
...
inside scrollbar parent window
next will come events
git-svn-id: svn://10.0.0.236/trunk@37154 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 00:59:43 +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
cb9ff6c168
properly initialize the rendering context - thanks ramiro
...
git-svn-id: svn://10.0.0.236/trunk@36693 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 20:08:35 +00:00
blizzard%redhat.com
1aa536d67c
make event callback methods virtual, start work on cheese-filled-scrollbars
...
git-svn-id: svn://10.0.0.236/trunk@36688 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 13:30:49 +00:00
blizzard%redhat.com
201d199cd2
more fixes for displays that have more than one visual. expose events threaten to work now.
...
git-svn-id: svn://10.0.0.236/trunk@33289 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-31 03:05:33 +00:00
blizzard%redhat.com
b1c6f06c80
more xlib work
...
git-svn-id: svn://10.0.0.236/trunk@32738 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 21:52:58 +00:00
blizzard%redhat.com
f99ac70d24
skel code for xlib based widgets
...
git-svn-id: svn://10.0.0.236/trunk@27015 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-10 15:26:39 +00:00