CVS Update: xc (branch: trunk)
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 06/01/24 20:32:10 Log message: 187. Add two new functions that can be used to scroll the content of an Xaw viewport from outside the viewportWidgetClass (Bugzilla #1648, Alexander Pohoyda). 186. Fix i18n for Xaw's tip widget (Bugzilla #1647, Alexander Pohoyda). 185. Fix a performance issue with Xaw's Tree widget caused by useless relayouts (Bugzilla #1645, Alexander Pohoyda). 184. Add some XChar2b string manipulation functions to Xt (Bugzilla #1646, Alexander Pohoyda). Modified files: xc/lib/Xaw/: Label.c Label.h LabelP.h Simple.c Simple.h SimpleP.h Tip.c Tree.c TreeP.h Viewport.c Viewport.h xc/lib/Xt/: Functions.c Intrinsic.h Xt-def.cpp jump_funcs xc/programs/Xserver/hw/xfree86/: CHANGELOG Revision Changes Path 1.16 +93 -206 xc/lib/Xaw/Label.c 1.9 +3 -6 xc/lib/Xaw/Label.h 1.10 +2 -2 xc/lib/Xaw/LabelP.h 1.19 +14 -3 xc/lib/Xaw/Simple.c 1.11 +6 -1 xc/lib/Xaw/Simple.h 1.15 +4 -2 xc/lib/Xaw/SimpleP.h 1.7 +91 -64 xc/lib/Xaw/Tip.c 1.16 +21 -6 xc/lib/Xaw/Tree.c 1.11 +5 -2 xc/lib/Xaw/TreeP.h 1.14 +25 -1 xc/lib/Xaw/Viewport.c 1.9 +13 -1 xc/lib/Xaw/Viewport.h 1.8 +83 -1 xc/lib/Xt/Functions.c 3.12 +39 -1 xc/lib/Xt/Intrinsic.h 1.7 +4 -1 xc/lib/Xt/Xt-def.cpp 3.8 +4 -1 xc/lib/Xt/jump_funcs 3.3640 +9 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG