| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | Makefile | 2 client all build ctwm: ../build/Makefile target 14 astyle -n --options=../tools/ctwm.astyle *.h *.c
|
| H A D | README.md | 4 of ctwm, but may be useful adjuncts to it, or possible skeletons for 6 vetted to the same degree as ctwm itself, and are provided mostly for 24 about a running `ctwm` instance. 38 window, so that a ctwm running in those sorts of environments can
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | cpack_setup.cmake | 7 set(CPACK_PACKAGE_VENDOR "ctwm") 8 set(CPACK_PACKAGE_CONTACT "ctwm@ctwm.org") 16 set(CPACK_RPM_PACKAGE_URL "https://www.ctwm.org/")
|
| H A D | install_paths.cmake | 9 # Where ctwm looks for fallback config files 23 set(DATADIR ${CMAKE_INSTALL_PREFIX}/share/ctwm) 29 set(DOCDIR ${CMAKE_INSTALL_PREFIX}/share/doc/ctwm) 35 set(EXAMPLEDIR ${CMAKE_INSTALL_PREFIX}/share/examples/ctwm)
|
| H A D | handle_manual.cmake | 16 set(ADOC_SRC ${MANSRCDIR}/ctwm.1.adoc) 25 set(ADOC_TMPSRC ${MAN_TMPDIR}/ctwm.1.adoc) 28 set(MANPAGE ${CMAKE_BINARY_DIR}/ctwm.1) 29 set(MANHTML ${CMAKE_BINARY_DIR}/ctwm.1.html) 30 set(MANDBXML ${CMAKE_BINARY_DIR}/ctwm.1.xml) 31 set(MANPDF ${CMAKE_BINARY_DIR}/ctwm.1.pdf) 42 set(MAN_PRESRC ${GENSRCDIR}/ctwm.1) 43 set(HTML_PRESRC ${GENSRCDIR}/ctwm.1.html) 123 COMMENT "Processing ctwm.1.adoc -> mantmp/ctwm [all...] |
| H A D | dtrace_support.cmake | 44 add_custom_command(TARGET ctwm POST_BUILD 48 ${CMAKE_CURRENT_BINARY_DIR}/ctwm
|
| H A D | doxygen.cmake | 24 # they're all these is to just build ctwm. That gets a little
|
| H A D | gen_source_files.cmake | 68 # to write in the ctwm version info found in the VERSION file in the root 141 # intermediate .c.in with the ctwm version written in. That's _usually_
|
| H A D | compiler_feature_checks.cmake | 2 # Compiler/stdlib feature checks for ctwm
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | Makefile | 2 all build ctwm man man-html man-all install clean: build/Makefile target 32 astyle -n --options=tools/ctwm.astyle *.[ch] tests/*/*.[ch] 64 _RELEASE_FILES=gram.tab.c gram.tab.h lex.c version.c.in ctwm.1 ctwm.1.html 91 ${GEN}/ctwm.1: ${UMAN}/ctwm.1 92 ${GEN}/ctwm.1.html: ${UMAN}/ctwm.1.html 93 ${GEN}/ctwm.1 ${GEN}/ctwm [all...] |
| H A D | README.md | 5 ctwm is an extension to twm, originally written by Claude Lecommandeur 33 If you find bugs in ctwm, or just want to tell us how much you like it, 43 ctwm is build using CMake, which does its best to root around in your 62 : Where ctwm will look for a `system.ctwmrc` to fall back to if it 68 : Where the ctwm binary is installed. 73 (default: `$PREFIX/share/ctwm`) 83 (default: `$PREFIX/share/doc/ctwm`) 87 system.ctwmrc that is compiled into ctwm as a fallback. 88 (default: `$PREFIX/share/examples/ctwm`) 153 ctwm require [all...] |
| H A D | version.c.in | 10 #include "ctwm.h" 21 const char *TwmVersion = "MIT X Consortium, R6, ctwm " VERSION_ID_FULL;
|
| H A D | CHANGES.md | 14 1. `ctwm`'s captive mode support has been removed. This includes the 35 by Maxime Soulé <<btik-ctwm@scoubidou.com>>. 50 <<btik-ctwm@scoubidou.com>>. 54 1. When restarting ctwm, the icon managers for the current workspace will 57 1. When restarting ctwm, the stacking order of windows is now preserved. 65 Maxime Soulé <<btik-ctwm@scoubidou.com>>. 68 entries. Contributed by Carl Svensson <<ctwm@datagubbe.se>>. 72 <<btik-ctwm@scoubidou.com>>. 75 Contributed by Maxime Soulé <<btik-ctwm@scoubidou.com>>. 80 <<ctwm [all...] |
| H A D | ctwm_config.h.in | 71 /* Enable captive mode (ctwm -w) related bits */
|
| /xsrc/external/mit/ctwm/ |
| H A D | prepare-import.sh | 15 rm -f gen/ctwm.1.html
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | version.c.in | 10 #include "ctwm.h" 21 const char *TwmVersion = "MIT X Consortium, R6, ctwm " VERSION_ID_FULL;
|
| /xsrc/external/mit/ctwm/dist/tests/ |
| H A D | README.md | 3 This is a (currently very small) set of automated tests of ctwm. It
|
| H A D | CMakeLists.txt | 5 set(CTWMBIN "ctwm") 6 set(CTWMPATH "${CMAKE_BINARY_DIR}/ctwm") 8 add_dependencies(test_bins ctwm) 22 # running the main ctwm binary, instead of s test-specific bin. 56 # However, most of the .o's for ctwm itself are going to have some
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | Makefile | 1 BASE=ctwm.1
|
| H A D | ctwm.1.adoc | 6 ctwm - Claude's Tab Window Manager for the X Window System 10 ctwm [(--display | -d) dpy] [--replace] [--single] 20 ctwm is a window manager for the X Window System. It provides 28 window manager. In addition, ctwm can use coloured, shaped icons 31 and xwd files. ctwm can be compiled to 36 a session manager, ctwm is frequently executed in the foreground 37 as the last client. When run this way, exiting ctwm causes the 64 When new windows are created, ctwm will honor any size and location 80 `ctwm` accepts the following command line options: 93 and ctwm take [all...] |
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | principles.adoc | 4 This document briefly explains some of the internal workings of ctwm. 8 Every X server may serve multiple screens, and ctwm can manage them all 10 Furthermore, in ctwm's code you see this only in a few places; it is 72 stack doesn't match, ctwm aborts. 96 in ctwm. 133 Note that most of ctwm's code still assumes there is a single window 138 ctwm's global stack those windows that are actually parented in that 260 Usually ctwm creates the window to display the icon itself, but again
|
| H A D | functions.adoc | 11 plural) are meant to be generic references to any `f.anything` that ctwm 15 ctwm _function_ is done in terms of a C _function_, so there's often 42 from a mouse/key binding or titlebar icon or the like, ctwm can see which 47 As a result, ctwm _defers_ the execution of the f.function. It changes 84 for implementing each ctwm f.function. 167 and specific naming; the implemetation of the ctwm function `f.abcdef` 171 allows user creation of ctwm functions that alias or chain multiple other 234 `f.version` pops up a window with info about the ctwm build and version. 255 ctwm version/build info, and then the window info if it were given one.
|
| H A D | links.adoc | 42 the C99 standard with all the current amendments and corrections; ctwm
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | xinitrc.cpp | 11 ctwm=CTWM 123 exec $ctwm -W
|