The NetBSD Project

CVS log for src/external/mit/ctwm/libexec/ctwm_app_menu

[BACK] Up to [cvs.NetBSD.org] / src / external / mit / ctwm / libexec

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Sun Jul 24 11:51:22 2022 UTC (2 years, 6 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE
Diff to: previous 1.1.2.2: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +9 -3 lines
Pull up following revision(s) (requested by nia in ticket #1481):

	external/mit/ctwm/libexec/ctwm_app_menu: revision 1.5 (via patch)

ctwm_app_menu: Work around "emacs being installed results in the
generated ctwmrc containing invalid syntax" problem. Emacs installs
a desktop file called "emacsclient" that contains "doublequotes"
in its exec string. Pending a better solution for dumping escaped
shell lines into the config file, hide or sanitize desktop entires
that might mess up the internal ctwmrc quoting rules.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 24 07:38:15 2022 UTC (2 years, 6 months ago) by nia
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -9 lines
ctwm_app_menu: Various shell script optimization suggestions by kre@.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 22 17:06:46 2022 UTC (2 years, 6 months ago) by nia
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -2 lines
ctwm_app_menu: Work around "emacs being installed results in the
generated ctwmrc containing invalid syntax" problem. Emacs installs
a desktop file called "emacsclient" that contains "doublequotes"
in its exec string. Pending a better solution for dumping escaped
shell lines into the config file, hide or sanitize desktop entires
that might mess up the internal ctwmrc quoting rules.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 9 15:05:18 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +102 -39 lines
ctwmrc: Split the automatically generated pkgsrc applications menu
into categories similarly to MATE and Xfce.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 1 15:40:40 2021 UTC (3 years, 11 months ago) by nia
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
Make this work with a non-standard LOCALBASE.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 12 11:07:24 2020 UTC (4 years, 4 months ago) by nia
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +29 -1 lines
Automatic font scaling based on screen size in the default ctwm config.

Based on a shell script which gets the DPI from the X server, and if this
fails, attempts to guess based on resolution. Taking advantage of M4 macros
in the ctwmrc, we can also scale the workspace manager and window list.

The following sizes are supported: 6x12 (<800x600) 8x16 12x24 (4k and higher)
16x32 32x64

Also makes Spleen the default font in ctwm

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Thu Oct 8 16:04:07 2020 UTC (4 years, 4 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Diff to: previous 1.1.2.1: preferred, colored
Changes since revision 1.1.2.1: +53 -0 lines
Pull up following revision(s) (requested by nia in ticket #1099):

	external/mit/ctwm/libexec/Makefile: revision 1.1
	external/mit/ctwm/bin/ctwm/Makefile: revision 1.6
	external/mit/ctwm/bin/ctwm/Makefile: revision 1.7
	external/mit/ctwm/bin/ctwm/Makefile: revision 1.8
	external/mit/ctwm/libexec/ctwm_app_menu: revision 1.1
	distrib/sets/lists/xbase/mi: revision 1.157
	external/mit/ctwm/Makefile: revision 1.2
	external/mit/ctwm/Makefile: revision 1.3
	external/mit/ctwm/Makefile: revision 1.4
	external/mit/ctwm/Makefile: revision 1.5
	external/mit/ctwm/etc/system.ctwmrc: revision 1.1
	external/mit/ctwm/etc/Makefile: revision 1.1
	external/mit/ctwm/etc/Makefile: revision 1.2

add a script for dynamically generating a menu in the ctwm desktop
this parses the files in /usr/pkg/share/applications and provides a
submenu for launching applications.

TODO: make /usr/pkg configurable somehow?

move the new ctwmrc here so it doesn't conflict with the upstream one

revert; use system.ctwmrc from xsrc until I understand why the build fails

unbreak. bsd.files.mk needs to have an includes target, see also
share/wscons/fonts/Makefile

Revision 1.1.2.1
Wed Sep 23 15:30:36 2020 UTC (4 years, 4 months ago) by martin
Branches: netbsd-9
FILE REMOVED
Changes since revision 1.1: +0 -53 lines
file ctwm_app_menu was added on branch netbsd-9 on 2020-10-08 16:04:07 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 23 15:30:36 2020 UTC (4 years, 4 months ago) by nia
Branches: MAIN
Branch point for: netbsd-9
add a script for dynamically generating a menu in the ctwm desktop

this parses the files in /usr/pkg/share/applications and provides a
submenu for launching applications.

TODO: make /usr/pkg configurable somehow?

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>