~ctwm/ctwm/trunk

  • Committer: Matthew Fuller
  • Date: 2016-02-01 03:59:43 UTC
  • mfrom: (431.1.33 parser)
  • Revision ID: fullermd@over-yonder.net-20160201035943-lxsutx926ms71lht
Land another pile of cleanups and rearrangement of the M4 and parser
code.  Also a few small unrelated cleanups encountered along the way.

The m4 handling is reworked in various ways to be both most robust,
and more obviously correct, as well as general cleanups.
Parser-related code is rearranged a bit to better distinguish which
parts go where in the process, code flow is slightly improved for
readability, and stuff involved directly in the lex/yacc plumbing and
support is better segregated from the code that interacts with the
rest of ctwm proper.
Filename Latest Rev Last Changed Committer Comment Size
..
build 294.1.16 11 years ago Matthew Fuller Add and ignore the contents of the build dir. Diff
client 329.1.6 10 years ago Matthew Fuller Move the libctwm/demolib stuff into a subdir, and Diff
cmake_files 410.1.1 9 years ago Matthew Fuller Break the -std=c99 and glibc features.h checks off Diff
doc 345.1.41 10 years ago Matthew Fuller doc/ is a better name for this dir. Diff
examples 327.1.6 10 years ago Matthew Fuller Make a subdir for various examples, and move 'em i Diff
ext 426.1.7 9 years ago Matthew Fuller Add a dir to hold externally-sourced code, and bri Diff
tools 327.1.1 10 years ago Matthew Fuller Add a tools/ dir to put build/project mgmt/etc scr Diff
xpm 3 22 years ago Richard Levitte CTWM version 1.3 Monotone-Parent: c2a6cbc82eb21a8 Diff
.bzrignore 406.1.2 9 years ago Matthew Fuller Update ignores for the new location of to-ship gen 53 bytes Diff Download File
add_window.c 423.1.10 9 years ago Matthew Fuller Correct misspellings of NULL in select() calls. 84.2 KB Diff Download File
add_window.h 302.1.43 10 years ago Olaf 'Rhialto' Seibert Merge from trunk. 5.1 KB Diff Download File
CHANGES.md 424.1.8 9 years ago Matthew Fuller Document reaping GNOME. 71.8 KB Diff Download File
clargs.c 421.1.5 9 years ago Matthew Fuller Use ctopts_string() instead of manually printf()'i 7.3 KB Diff Download File
clargs.h 429 9 years ago Matthew Fuller Add include guards to some header files that lack 165 bytes Diff Download File
clicktofocus.c 340.1.1 10 years ago Matthew Fuller Rearrange includes to be in what we'll call the Pr 565 bytes Diff Download File
clicktofocus.h 302.1.43 10 years ago Olaf 'Rhialto' Seibert Merge from trunk. 206 bytes Diff Download File
CMakeLists.txt 411.1.2 9 years ago Matthew Fuller Add some checks to determine whether we're running 2.8 KB Diff Download File
ctopts.c 424.1.1 9 years ago Matthew Fuller unifdef GNOME. 920 bytes Diff Download File
ctopts.h 429 9 years ago Matthew Fuller Add include guards to some header files that lack 121 bytes Diff Download File
ctwm.c 431.1.32 9 years ago Matthew Fuller PIXMAP_DIRECTORY is set in ctwm_config.h, don't tr 38.2 KB Diff Download File
ctwm.h 423.1.9 9 years ago Matthew Fuller Cleanup some whitespace and the like left over fro 21 KB Diff Download File
ctwm.spec 424.1.7 9 years ago Matthew Fuller I suspect this .spec file is pretty broken in gene 2.6 KB Diff Download File
ctwm_atoms.in 335.1.6 10 years ago Olaf 'Rhialto' Seibert Add WM_CTWM_ROOT to the Automated Atoms and rename 343 bytes Diff Download File
ctwm_config.h.in 431.1.33 9 years ago Matthew Fuller PIXMAP_DIRECTORY is in fact used whether or not XP 1.3 KB Diff Download File
cursor.c 395.1.1 9 years ago Matthew Fuller Move ctwm.h to always be included first. 9.8 KB Diff Download File
cursor.h 302.1.44 10 years ago Olaf 'Rhialto' Seibert Merge from trunk (with a few small conflicts). 1.7 KB Diff Download File
events.c 431.1.30 9 years ago Matthew Fuller Remove a twmrc_error_prefix() call from something 128 KB Diff Download File
events.h 340.1.3 10 years ago Matthew Fuller Clean up unnecessary includes. 5.9 KB Diff Download File
ewmh.c 389.1.66 9 years ago Matthew Fuller Merge trunk. 53.3 KB Diff Download File
ewmh.h 302.1.72 10 years ago Olaf 'Rhialto' Seibert Add EWMH_STATE_ABOVE and EWMH_STATE_BELOW. Also su 3.8 KB Diff Download File
ewmh_atoms.in 302.1.72 10 years ago Olaf 'Rhialto' Seibert Add EWMH_STATE_ABOVE and EWMH_STATE_BELOW. Also su 620 bytes Diff Download File
forward.c 302.1.50 10 years ago Olaf 'Rhialto' Seibert Add f.fullscreenzoom (useful for implementing _NET 3.6 KB Diff Download File
gc.c 431.1.29 9 years ago Matthew Fuller GC unused extern. 6.1 KB Diff Download File
gc.h 93 21 years ago Richard Levitte - Convert all functions to use proper prototypes. 2.3 KB Diff Download File
gram.y 431.1.27 9 years ago Matthew Fuller Break out a parse_be.h for the stuff that should o 33.9 KB Diff Download File
iconmgr.c 395.2.5 9 years ago Matthew Fuller Do need strings.h here. 28.5 KB Diff Download File
iconmgr.h 341.1.2 10 years ago Matthew Fuller Abbreviate EOL comments so we can unwrap them. 5 KB Diff Download File
icons.c 432 9 years ago Matthew Fuller GC some code behind a never-set ifdef. 26.8 KB Diff Download File
icons.h 302.1.75 10 years ago Olaf 'Rhialto' Seibert Fix the following scenario, which is not so easy t 5.4 KB Diff Download File
lex.l 431.1.27 9 years ago Matthew Fuller Break out a parse_be.h for the stuff that should o 6 KB Diff Download File
list.c 431.1.31 9 years ago Matthew Fuller Just remove twmrc_error_prefix() calls from other 11.9 KB Diff Download File
list.h 340.1.4 10 years ago Matthew Fuller This include isn't necessary here. 4.5 KB Diff Download File
Makefile 411.1.9 9 years ago Matthew Fuller Depend on the dirstate too. 1.4 KB Diff Download File
menus.c 426.1.20 9 years ago Matthew Fuller I think it's nicer stylistically to not define val 152 KB Diff Download File
menus.h 302.1.44 10 years ago Olaf 'Rhialto' Seibert Merge from trunk (with a few small conflicts). 11.2 KB Diff Download File
mwmhints.c 395.1.1 9 years ago Matthew Fuller Move ctwm.h to always be included first. 3.2 KB Diff Download File
mwmhints.h 340.1.5 10 years ago Matthew Fuller Clear a bunch of redundant or unnecessary #include 1.9 KB Diff Download File
otp.c 395.1.1 9 years ago Matthew Fuller Move ctwm.h to always be included first. 30.5 KB Diff Download File
otp.h 340.1.5 10 years ago Matthew Fuller Clear a bunch of redundant or unnecessary #include 3.9 KB Diff Download File
parse.c 431.1.28 9 years ago Matthew Fuller make indent 13.3 KB Diff Download File
parse.h 431.1.27 9 years ago Matthew Fuller Break out a parse_be.h for the stuff that should o 9.6 KB Diff Download File
parse_be.c 431.1.27 9 years ago Matthew Fuller Break out a parse_be.h for the stuff that should o 54 KB Diff Download File
parse_be.h 431.1.27 9 years ago Matthew Fuller Break out a parse_be.h for the stuff that should o 1 KB Diff Download File
parse_int.h 429 9 years ago Matthew Fuller Add include guards to some header files that lack 229 bytes Diff Download File
parse_m4.c 431.1.11 9 years ago Matthew Fuller make indent 7.2 KB Diff Download File
README.md 424.1.5 9 years ago Matthew Fuller GC a bunch of docs/examples/comments about GNOME. 5.1 KB Diff Download File
resize.c 395.1.1 9 years ago Matthew Fuller Move ctwm.h to always be included first. 47.9 KB Diff Download File
resize.h 302.1.69 10 years ago Olaf 'Rhialto' Seibert Ugly implementation of _NET_WM_MOVERESIZE. The mov 4.8 KB Diff Download File
screen.h 424.1.1 9 years ago Matthew Fuller unifdef GNOME. 22.7 KB Diff Download File
session.c 395.1.1 9 years ago Matthew Fuller Move ctwm.h to always be included first. 33.1 KB Diff Download File
session.h 371.2.4 9 years ago Matthew Fuller Take out some preprocessor indenting that's vesiti 2.8 KB Diff Download File
sound.c 395.1.1 9 years ago Matthew Fuller Move ctwm.h to always be included first. 4.8 KB Diff Download File
sound.h 429 9 years ago Matthew Fuller Add include guards to some header files that lack 1.5 KB Diff Download File
sound.txt 400.1.7 9 years ago Matthew Fuller We don't need to document what rplay is in the doc 777 bytes Diff Download File
STYLE.md 408.1.1 9 years ago Matthew Fuller The world seems fairly settled on ".md" as an exte 1.7 KB Diff Download File
system.ctwmrc 169.2.2 20 years ago Richard Levitte Add the actual f.movetitlebar functionality. It ma 4.7 KB Diff Download File
types.h 302.1.43 10 years ago Olaf 'Rhialto' Seibert Merge from trunk. 3 KB Diff Download File
util.c 426 9 years ago Matthew Fuller GC the local implementation of putenv, and lose th 105 KB Diff Download File
util.h 429 9 years ago Matthew Fuller Add include guards to some header files that lack 7.2 KB Diff Download File
version.c.in 411.1.1 9 years ago Matthew Fuller Move to always processing version.c, and inagurate 3.5 KB Diff Download File
version.h 302.1.44 10 years ago Olaf 'Rhialto' Seibert Merge from trunk (with a few small conflicts). 3.7 KB Diff Download File
vscreen.c 431.1.31 9 years ago Matthew Fuller Just remove twmrc_error_prefix() calls from other 6.3 KB Diff Download File
vscreen.h 302.1.32 10 years ago Olaf 'Rhialto' Seibert Merge REINDENT_2014_POST for code reformat. 1.8 KB Diff Download File
windowbox.c 395.1.1 9 years ago Matthew Fuller Move ctwm.h to always be included first. 5.1 KB Diff Download File
windowbox.h 429 9 years ago Matthew Fuller Add include guards to some header files that lack 1.9 KB Diff Download File
workmgr.c 431.1.31 9 years ago Matthew Fuller Just remove twmrc_error_prefix() calls from other 105 KB Diff Download File
workmgr.h 429 9 years ago Matthew Fuller Add include guards to some header files that lack 7.6 KB Diff Download File