~ctwm/ctwm/trunk

  • Committer: Matthew Fuller
  • Date: 2018-10-07 18:07:22 UTC
  • mto: (614.1.119 randr)
  • Revision ID: fullermd@over-yonder.net-20181007180722-igame61p1usfg6xf
Rewrap comment.
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
minibuild 514.2.2 8 years ago Matthew Fuller First run at constructing Makefile on the fly. 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 617 6 years ago Matthew Fuller Add build infra to find and give a target to run c 161 bytes Diff Download File
add_window.c 614.1.56 6 years ago Matthew Fuller Drop a comment about where this seems to put thing 62.9 KB Diff Download File
add_window.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 969 bytes Diff Download File
animate.c 539.1.9 8 years ago Matthew Fuller make indent 7.5 KB Diff Download File
animate.h 492.2.76 9 years ago Matthew Fuller Now that we're pulling stdbool into ctwm.h, we can 450 bytes Diff Download File
captive.c 539.1.1 8 years ago Matthew Fuller Move AdoptWindow() over into captive.c. 19.8 KB Diff Download File
captive.h 539.1.1 8 years ago Matthew Fuller Move AdoptWindow() over into captive.c. 532 bytes Diff Download File
CHANGES.md 621.1.5 6 years ago Matthew Fuller Add on header to changes for whatever comes next. 81.7 KB Diff Download File
clargs.c 577.1.1 8 years ago Matthew Fuller Use false instead of 0 for this boolean. 8.1 KB Diff Download File
clargs.h 484 9 years ago Matthew Fuller Consistently rename all the include guards so they 180 bytes Diff Download File
clicktofocus.c 523.1.13 8 years ago Matthew Fuller These files don't need util.h anymore; they're usi 577 bytes Diff Download File
clicktofocus.h 492.2.120 9 years ago Matthew Fuller Do another round of #include cleanups. - types.h 109 bytes Diff Download File
CMakeLists.txt 614.1.41 6 years ago Matthew Fuller Merge trunk. 4.1 KB Diff Download File
colormaps.c 604.1.9 7 years ago Matthew Fuller These funcs are really returning a boolean value, 15.5 KB Diff Download File
colormaps.h 604.1.9 7 years ago Matthew Fuller These funcs are really returning a boolean value, 770 bytes Diff Download File
COPYRIGHT 609 7 years ago Matthew Fuller Bump copyright date, now that we're doing stuff in 4.6 KB Diff Download File
ctopts.c 614.1.13 7 years ago Matthew Fuller Forgot XRANDR15 compile time option in win info + 954 bytes Diff Download File
ctopts.h 484 9 years ago Matthew Fuller Consistently rename all the include guards so they 136 bytes Diff Download File
ctwm.c 614.1.72 6 years ago Matthew Fuller Add missing NULL. 35.1 KB Diff Download File
ctwm.h 612.3.1 7 years ago Matthew Fuller Extract struct TwmWindow from ctwm.h and off into 10.8 KB Diff Download File
ctwm_atoms.in 615.1.39 6 years ago Matthew Fuller Add places for and handling of some properties for 420 bytes Diff Download File
ctwm_config.h.in 614.1.11 7 years ago Matthew Fuller Xrandr support can be disabled at compile time (ON 1.4 KB Diff Download File
cursor.c 554.1.12 8 years ago Matthew Fuller Collapse these MIT/Claude licenses down to the cop 7.5 KB Diff Download File
cursor.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 351 bytes Diff Download File
deftwmrc.h 484 9 years ago Matthew Fuller Consistently rename all the include guards so they 151 bytes Diff Download File
Doxyfile.in 600.1.35 7 years ago Matthew Fuller Go ahead and disable stripping the doxygen comment 1.5 KB Diff Download File
drawing.c 538.1.2 8 years ago Matthew Fuller Update a ref to decorations.c in a comment. 6.9 KB Diff Download File
drawing.h 505.1.24 8 years ago Matthew Fuller Move ButtonState enum definition over into the hea 502 bytes Diff Download File
event_core.c 554.1.10 8 years ago Matthew Fuller Pull out the simple cases of long-form twm+Claude 9.3 KB Diff Download File
event_handlers.c 615.1.56 6 years ago Matthew Fuller Reorder lines for consistency. 106 KB Diff Download File
event_handlers.h 521.1.11 8 years ago Matthew Fuller Switch these handlers back to exported and move th 883 bytes Diff Download File
event_internal.h 521.1.53 8 years ago Matthew Fuller This var is only used in the handlers, so move it 742 bytes Diff Download File
event_names.c 492.2.20 9 years ago Matthew Fuller X.h is already brought in via Xlib.h in ctwm.h, so 1 KB Diff Download File
event_names.h 484 9 years ago Matthew Fuller Consistently rename all the include guards so they 277 bytes Diff Download File
event_names.list 459.1.6 9 years ago Matthew Fuller Start putting together some util funcs to turn X e 436 bytes Diff Download File
event_utils.c 563.1.4 8 years ago Matthew Fuller Mechanically translate all these full_name referen 6.5 KB Diff Download File
events.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 1.3 KB Diff Download File
ewmh.c 614.2.6 6 years ago Matthew Fuller GC commented-out max(). 56.1 KB Diff Download File
ewmh.h 575.2.82 8 years ago Matthew Fuller GC this func now that it's inlined in otp.c. 2.6 KB Diff Download File
ewmh_atoms.in 615.1.46 6 years ago Matthew Fuller Add atoms for the _VISIBLE_ EWMH property variants 673 bytes Diff Download File
functions.c 539.1.12 8 years ago Matthew Fuller The ReGrab()/LastCursor business is only used in A 14 KB Diff Download File
functions.h 539.1.12 8 years ago Matthew Fuller The ReGrab()/LastCursor business is only used in A 901 bytes Diff Download File
functions_captive.c 539.1.2 8 years ago Matthew Fuller GC some #includes (especially in util.c) that are 2 KB Diff Download File
functions_defs.list 614.1.74 6 years ago Matthew Fuller Remove the function aliases for the xzoom's. The 5.2 KB Diff Download File
functions_icmgr_wsmgr.c 535.1.22 8 years ago Matthew Fuller Looks like we won't need this include. 4.5 KB Diff Download File
functions_identify.c 614.2.4 6 years ago Matthew Fuller r_layout.h includes r_structs.h, so including it i 7.5 KB Diff Download File
functions_internal.h 614.1.15 7 years ago Matthew Fuller Old f.*zoom functions now limited to current monit 4 KB Diff Download File
functions_misc.c 598.1.14 7 years ago Matthew Fuller Add a big comment to the f.menu handler, describin 9.3 KB Diff Download File
functions_warp.c 563.1.4 8 years ago Matthew Fuller Mechanically translate all these full_name referen 5.5 KB Diff Download File
functions_win.c 575.2.102 8 years ago Matthew Fuller Add back necessary info. 16 KB Diff Download File
functions_win_moveresize.c 614.2.4 6 years ago Matthew Fuller r_layout.h includes r_structs.h, so including it i 34.7 KB Diff Download File
functions_workspaces.c 591.1.26 8 years ago Matthew Fuller Add some back-references to the developer manual f 1.9 KB Diff Download File
gc.c 554.1.10 8 years ago Matthew Fuller Pull out the simple cases of long-form twm+Claude 3 KB Diff Download File
gc.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 476 bytes Diff Download File
gram.y 604.1.3 7 years ago Matthew Fuller Eliminate ScreenInfo.SqueezeTitleSet. It's used a 28.5 KB Diff Download File
iconmgr.c 614.1.30 6 years ago Matthew Fuller Merge trunk. 31.2 KB Diff Download File
iconmgr.h 604.1.13 7 years ago Matthew Fuller Move these #define's over to a better place. 2.7 KB Diff Download File
icons.c 614.1.24 7 years ago Matthew Fuller Icon{Region,Manager{s,Geometry} accept monitor rel 34.8 KB Diff Download File
icons.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 2.9 KB Diff Download File
icons_builtin.c 505.1.22 8 years ago Matthew Fuller Comment func. 4.8 KB Diff Download File
icons_builtin.h 505.1.18 8 years ago Matthew Fuller These vars are really unsigned, and the only place 550 bytes Diff Download File
image.c 604.1.4 7 years ago Matthew Fuller Add braces around this if to fit our style. 7.8 KB Diff Download File
image.h 492.2.120 9 years ago Matthew Fuller Do another round of #include cleanups. - types.h 1.9 KB Diff Download File
image_bitmap.c 501.1.9 8 years ago Matthew Fuller Convert pointer values from None -> NULL in image* 3.7 KB Diff Download File
image_bitmap.h 492.2.120 9 years ago Matthew Fuller Do another round of #include cleanups. - types.h 338 bytes Diff Download File
image_bitmap_builtin.c 503.1.58 8 years ago Matthew Fuller Start moving generalized drawing funcs into their 25.2 KB Diff Download File
image_bitmap_builtin.h 492.2.34 9 years ago Matthew Fuller Cleanup more unnecessary/misplaced #include's. 432 bytes Diff Download File
image_jpeg.c 501.1.9 8 years ago Matthew Fuller Convert pointer values from None -> NULL in image* 4.9 KB Diff Download File
image_jpeg.h 492.2.120 9 years ago Matthew Fuller Do another round of #include cleanups. - types.h 171 bytes Diff Download File
image_xpm.c 501.1.9 8 years ago Matthew Fuller Convert pointer values from None -> NULL in image* 3.1 KB Diff Download File
image_xpm.h 492.2.120 9 years ago Matthew Fuller Do another round of #include cleanups. - types.h 180 bytes Diff Download File
image_xwd.c 501.1.9 8 years ago Matthew Fuller Convert pointer values from None -> NULL in image* 7 KB Diff Download File
image_xwd.h 492.2.120 9 years ago Matthew Fuller Do another round of #include cleanups. - types.h 180 bytes Diff Download File
lex.l 580 8 years ago Matthew Fuller Add options to tell flex to disable bothering with 3.3 KB Diff Download File
list.c 563.1.4 8 years ago Matthew Fuller Mechanically translate all these full_name referen 9.1 KB Diff Download File
list.h 556.1.36 8 years ago Matthew Fuller Add another shortcut func to return the list stuff 1.4 KB Diff Download File
Makefile 617 6 years ago Matthew Fuller Add build infra to find and give a target to run c 2.1 KB Diff Download File
mask_screen.c 570.1.3 8 years ago Matthew Fuller Setting SaveUnder=False on new windows is pointles 6.3 KB Diff Download File
mask_screen.h 484 9 years ago Matthew Fuller Consistently rename all the include guards so they 205 bytes Diff Download File
menus.c 614.1.29 6 years ago Matthew Fuller Prints a warning if a configuration key binding is 40.6 KB Diff Download File
menus.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 6 KB Diff Download File
mwmhints.c 554.1.7 8 years ago Matthew Fuller Pull Olaf's long-form license bits into the main L 3.1 KB Diff Download File
mwmhints.h 492.2.76 9 years ago Matthew Fuller Now that we're pulling stdbool into ctwm.h, we can 2.1 KB Diff Download File
occupation.c 614.1.18 7 years ago Matthew Fuller f.occupy window now uses layout git: 1de92461271 40.5 KB Diff Download File
occupation.h 514.1.3 8 years ago Matthew Fuller Stash up the minimum size for the window and bail 2 KB Diff Download File
otp.c 617.1.1 6 years ago Matthew Fuller Fixup setting the OTP for transients of windows th 39.3 KB Diff Download File
otp.h 579.1.2 8 years ago Matthew Fuller Add functions to give a quick answer as to whether 3 KB Diff Download File
parse.c 577.1.8 8 years ago Matthew Fuller When I bool-ified doparse() in r492.2.97, I accide 10.2 KB Diff Download File
parse.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 1.6 KB Diff Download File
parse_be.c 615.1.21 6 years ago Matthew Fuller Add StrictWinNameEncoding config var, to allow res 52.4 KB Diff Download File
parse_be.h 501.1.8 8 years ago Matthew Fuller Do easy const-ifications. The _string and _string 1.1 KB Diff Download File
parse_int.h 484 9 years ago Matthew Fuller Consistently rename all the include guards so they 244 bytes Diff Download File
parse_m4.c 621.1.2 6 years ago Matthew Fuller Sub in 4.0.2 for %%NEXT%% now that we're about to 6.9 KB Diff Download File
parse_yacc.c 538.1.3 8 years ago Matthew Fuller Rename the decorations*.h to win_decorations*.h. 4.5 KB Diff Download File
parse_yacc.h 522.1.3 8 years ago Matthew Fuller const-ify and comment some of these checker funcs 683 bytes Diff Download File
r_area.c 614.1.43 6 years ago Matthew Fuller Rename low/hi to top/bot (respectively). Previous 9.7 KB Diff Download File
r_area.h 614.1.37 6 years ago Matthew Fuller These funcs are actually boolean tests, so declare 683 bytes Diff Download File
r_area_list.c 614.1.80 6 years ago Matthew Fuller Staticize funcs only used internally in r_area_lis 11 KB Diff Download File
r_area_list.h 614.1.80 6 years ago Matthew Fuller Staticize funcs only used internally in r_area_lis 1 KB Diff Download File
r_layout.c 614.1.83 6 years ago Matthew Fuller Rewrap comment. 27.9 KB Diff Download File
r_layout.h 614.1.25 7 years ago Matthew Fuller RArea struct is never malloc()ed anymore makes co 1.6 KB Diff Download File
r_structs.h 614.1.32 6 years ago Matthew Fuller Doc up the R* structs. 1.4 KB Diff Download File
README.md 614.1.11 7 years ago Matthew Fuller Xrandr support can be disabled at compile time (ON 6.1 KB Diff Download File
screen.h 614.2.4 6 years ago Matthew Fuller r_layout.h includes r_structs.h, so including it i 36 KB Diff Download File
session.c 563.1.4 8 years ago Matthew Fuller Mechanically translate all these full_name referen 29.6 KB Diff Download File
session.h 611.1.1 7 years ago Matthew Fuller This struct is used only in session code (and only 2 KB Diff Download File
sound.c 554.1.13 8 years ago Matthew Fuller Remove the specific Claude license/copyright from 6.2 KB Diff Download File
sound.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 489 bytes Diff Download File
system.ctwmrc 573.1.4 8 years ago Matthew Fuller These settings are now the defaults, so we don't n 4 KB Diff Download File
twm_window_struct.h 615.1.39 6 years ago Matthew Fuller Add places for and handling of some properties for 10.7 KB Diff Download File
types.h 614.2.3 6 years ago Matthew Fuller Swap to standard location for the typedefs. 1.9 KB Diff Download File
util.c 554.1.10 8 years ago Matthew Fuller Pull out the simple cases of long-form twm+Claude 11.4 KB Diff Download File
util.h 614.2.5 6 years ago Matthew Fuller Move max/min inlines to util.h alongside our extan 1.8 KB Diff Download File
VERSION 621.1.4 6 years ago Matthew Fuller Bump VERSION for post-4.0.2. 11 bytes Diff Download File
version.c.in 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 1.6 KB Diff Download File
version.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 836 bytes Diff Download File
vscreen.c 570.1.3 8 years ago Matthew Fuller Setting SaveUnder=False on new windows is pointles 9.3 KB Diff Download File
vscreen.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 768 bytes Diff Download File
win_decorations.c 614.1.25 7 years ago Matthew Fuller RArea struct is never malloc()ed anymore makes co 50.2 KB Diff Download File
win_decorations.h 538.1.3 8 years ago Matthew Fuller Rename the decorations*.h to win_decorations*.h. 755 bytes Diff Download File
win_decorations_init.c 538.1.3 8 years ago Matthew Fuller Rename the decorations*.h to win_decorations*.h. 7.8 KB Diff Download File
win_decorations_init.h 538.1.3 8 years ago Matthew Fuller Rename the decorations*.h to win_decorations*.h. 463 bytes Diff Download File
win_iconify.c 604.1.2 7 years ago Matthew Fuller Both sides of this conditional are identical, so w 14.6 KB Diff Download File
win_iconify.h 520.1.2 8 years ago Matthew Fuller Bust functions related to iconifying/deiconifying 423 bytes Diff Download File
win_ops.c 579.1.7 8 years ago Matthew Fuller Add #ifdef's around these bits that only apply whe 11.6 KB Diff Download File
win_ops.h 523.1.25 8 years ago Matthew Fuller Move MoveOutline() over to win_ops. 414 bytes Diff Download File
win_regions.c 614.1.24 7 years ago Matthew Fuller Icon{Region,Manager{s,Geometry} accept monitor rel 6.5 KB Diff Download File
win_regions.h 518.1.22 8 years ago Matthew Fuller Break the funcs for handling WindowRegion stuff ou 362 bytes Diff Download File
win_resize.c 614.2.7 6 years ago Matthew Fuller Replace local _win() macro with the common func. 36.3 KB Diff Download File
win_resize.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 1.3 KB Diff Download File
win_utils.c 614.1.63 6 years ago Matthew Fuller The RAreaListForeach() callback's return value is 32.3 KB Diff Download File
win_utils.h 614.1.30 6 years ago Matthew Fuller Merge trunk. 1.6 KB Diff Download File
windowbox.c 614.1.23 7 years ago Matthew Fuller Some geometries can be relative to a monitor It's 4 KB Diff Download File
windowbox.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 405 bytes Diff Download File
workspace_config.c 524.1.1 8 years ago Matthew Fuller Pull occupation.h out of screen.h, and include it 4.6 KB Diff Download File
workspace_config.h 510.1.3 8 years ago Matthew Fuller const-ify these func args. 759 bytes Diff Download File
workspace_manager.c 614.1.23 7 years ago Matthew Fuller Some geometries can be relative to a monitor It's 63.5 KB Diff Download File
workspace_manager.h 554.1.6 8 years ago Matthew Fuller Collapse away redundant license texts in most .h f 1.4 KB Diff Download File
workspace_structs.h 604.1.7 7 years ago Matthew Fuller These elements are also used in Pixel fashion, so 2.4 KB Diff Download File
workspace_utils.c 570.1.2 8 years ago Matthew Fuller This attr is only ever used to set border pixels, 12.6 KB Diff Download File
workspace_utils.h 510.1.17 8 years ago Matthew Fuller GC the useBackgroundInfo setter; since we're alrea 752 bytes Diff Download File
xparsegeometry.c 614.1.33 6 years ago Matthew Fuller Doc up RLayoutXParseGeometry. 1.5 KB Diff Download File
xparsegeometry.h 614.1.23 7 years ago Matthew Fuller Some geometries can be relative to a monitor It's 307 bytes Diff Download File
xrandr.c 614.1.73 6 years ago Matthew Fuller Check whether the server talks RANDR before we try 2.7 KB Diff Download File
xrandr.h 614.2.2 6 years ago Matthew Fuller Rename arg to avoid shadowing global. 209 bytes Diff Download File