Home | History | Annotate | only in /xsrc/external/mit/editres/dist
Up to higher level directory
NameDateSize
aclocal.m412-Jul-2026128.2K
actions.c03-Jul-20249.4K
app-defaults/12-Jul-2026
AUTHORS08-Nov-200936
ChangeLog12-Jul-202638.4K
comm.c12-Jul-202623.8K
compile12-Jul-20267.9K
config.guess12-Jul-202649.6K
config.h.in03-Jul-20241.8K
config.sub12-Jul-202638.8K
configure12-Jul-2026370K
configure.ac12-Jul-20262.6K
COPYING29-Jul-20081.1K
depcomp12-Jul-202623.1K
Editres-color.ad29-Jul-20082.8K
Editres.ad29-Jul-20089.8K
editres.c03-Jul-20245.2K
editresP.h12-Jul-202614.8K
geometry.c03-Jul-202412.2K
handler.c12-Jul-202625.4K
INSTALL11-Mar-201815.4K
install-sh12-Jul-202615.1K
Makefile.am12-Jul-20261.9K
Makefile.in12-Jul-202635.7K
man/12-Jul-2026
meson.build11-Jul-20263.6K
meson.options11-Jul-2026246
missing12-Jul-20267.6K
README.md11-Jul-20221.4K
setvalues.c03-Jul-20243.5K
svpopup.c03-Jul-20249.1K
utils.c12-Jul-202622.4K
widgets.c03-Jul-202431.1K
wtree.c03-Jul-202418.1K

README.md

      1 Editres is a tool that allows users and application developers to view
      2 the full widget hierarchy of any Xt Toolkit application that speaks the
      3 Editres protocol.  In addition, editres will help the user construct
      4 resource specifications, allow the user to apply the resource to
      5 the application and view the results dynamically.  Once the user is
      6 happy with a resource specification editres will append the resource
      7 string to the user's X Resources file.
      8 
      9 For more information on editres usage, see:
     10 
     11   http://www.rahul.net/kenton/editres.html
     12 
     13 Editres depends on the _EresInsert<something> and
     14 _EresRetrieve<something> routines that are are implemented and used by
     15 "EditresCom.c".  Since this module is intended to be included in your
     16 widget library or toolkit, editres should automatically link in the
     17 module, but if you have not included that module into your library you
     18 will need to edit the makefile to make sure that editres links in this
     19 file.
     20 
     21   ------------------------------------------------------------
     22 
     23 All questions regarding this software should be directed at the
     24 Xorg mailing list:
     25 
     26   https://lists.x.org/mailman/listinfo/xorg
     27 
     28 The primary development code repository can be found at:
     29 
     30   https://gitlab.freedesktop.org/xorg/app/editres
     31 
     32 Please submit bug reports and requests to merge patches there.
     33 
     34 For patch submission instructions, see:
     35 
     36   https://www.x.org/wiki/Development/Documentation/SubmittingPatches
     37 
     38