Activity for DorothyR

  • DorothyR DorothyR committed [r335] on Fvwm Decors

    fix a bad FvwmIconMan config

  • DorothyR DorothyR committed [r334] on Fvwm Decors

    replace titlebar pixmap with a gradient

  • DorothyR DorothyR committed [r333] on Fvwm Decors

    gradient touch-ups

  • DorothyR DorothyR committed [r332] on Fvwm Decors

    gradient touch-ups

  • DorothyR DorothyR committed [r331] on Fvwm Decors

    add inkscape icon

  • DorothyR DorothyR committed [r330] on Fvwm Decors

    refine the gradients a little more

  • DorothyR DorothyR committed [r329] on Fvwm Decors

    improve gradient

  • DorothyR DorothyR committed [r328] on Fvwm Decors

    reset border Pixmap

  • DorothyR DorothyR committed [r327] on Fvwm Decors

    Replaced a plain U-Pick decor with a gradient one. Edited the other decors with gradients, now that I understand what the numbers mean

  • DorothyR DorothyR committed [r326] on Fvwm Decors

    Touch-up

  • DorothyR DorothyR committed [r325] on Fvwm Decors

    improve menus in ceramic decor

  • DorothyR DorothyR committed [r324] on Fvwm Decors

    flatten the gold titlebar

  • DorothyR DorothyR committed [r323] on Fvwm Decors

    remove white wine inactive bg

  • DorothyR DorothyR committed [r322] on Fvwm Decors

    Facilitate switching between Marco and Fvwm

  • DorothyR DorothyR committed [r321] on Fvwm Decors

    Set up to detect if running in Mate desktop session and not draw the toolbar if so

  • DorothyR DorothyR modified a comment on ticket #98

    First, go to Homebrew's site https://brew.sh/ and install their package manager "brew". Use that to install tk, by typing "brew install tcl-tk". Either tcl-tk@8 or tcl-tk@9 should work. It will put wish and tclsh in /opt/homebrew/bin. Then, make sure the wish from Homebrew is in your path before the one in /usr/bin/ That way, tkdiff will have a working tcl-tk to run on. Or do I mis-understand your question?

  • DorothyR DorothyR posted a comment on ticket #98

    First, go to Homebrew's site https://brew.sh/ and install their package manager, then use that to install their tcl-tk package. Either tcl-tk@8 or tcl-tk@9 should work. Then, make sure the wish from Homebrew is in your path before the one in /usr/bin/ That way, tkdiff will have a working tcl-tk to run on. Or do I mis-understand your question?

  • DorothyR DorothyR committed [r320] on Fvwm Decors

    Add icon for MeshNet

  • DorothyR DorothyR committed [r319] on Fvwm Decors

    use ResizeMove to left, right, or center windows

  • DorothyR DorothyR committed [r318] on Fvwm Decors

    updated buttons in pixelcapture

  • DorothyR DorothyR committed [r317] on Fvwm Decors

    enhance weather widget, and change a ceramic icon

  • DorothyR DorothyR committed [r316] on Fvwm Decors

    fixed blocking so button works

  • DorothyR DorothyR committed [r315] on Fvwm Decors

    openweather widget uses icons

  • DorothyR DorothyR committed [r314] on Fvwm Decors

    new titlebar for palegold decor

  • DorothyR DorothyR committed [r313] on Fvwm Decors

    new titlebar for palegold decor

  • DorothyR DorothyR committed [r312] on Fvwm Decors

    opacify wormwood decor a little

  • DorothyR DorothyR committed [r1213] on Code

    Changed -v (--version) option, which didn't work because of a bad variable, to emit the tkrev version and wish patchlevel, and quit.

  • DorothyR DorothyR committed [r311] on Fvwm Decors

    Don't specifically direct anything to ~/Xerr

  • DorothyR DorothyR committed [r310] on Fvwm Decors

    Put ceramic decor back the way it was. Changed inactive foreground on wormwood.

  • DorothyR DorothyR committed [r309] on Fvwm Decors

    fiddled with ceramic decor. Matched borderwidth to handlewidth in all decors.

  • DorothyR DorothyR committed [r1212] on Code

    "tag for release 9.6.1"

  • DorothyR DorothyR committed [r1211] on Code

    "Removed using TkRev"

  • DorothyR DorothyR committed [r1210] on Code

    "tag for release 9.6.1"

  • DorothyR DorothyR committed [r1209] on Code

    "tag for release 9.6.1"

  • DorothyR DorothyR committed [r1208] on Code

    Update the CHANGELOG and the version number for 9.6.1

  • DorothyR DorothyR committed [r1207] on Code

    Update help text for trace levels

  • DorothyR DorothyR committed [r1206] on Code

    Specify a text foreground for disabled menu items, so they don't completely disappear

  • DorothyR DorothyR committed [r1205] on Code

    Use hlbg and hlfg for selected background and foreground in entry and ttk::combobox

  • DorothyR DorothyR committed [r1204] on Code

    In tooltips, check existence of button before trying to make a tooltip. On MacOS, the Close button can disappear and then still try to summon a tooltip.

  • DorothyR DorothyR committed [r1203] on Code

    In the trace window, separated the command stdout from the file operations, mostly so that I could do the startup UI-matching with the file ops without seeing the very verbose stdout trace.

  • DorothyR DorothyR created a blog post

    New TkRev release works with tcl/tk version 9

  • DorothyR DorothyR modified ticket #160

    License (and copyright) clarification

  • DorothyR DorothyR modified ticket #159

    tk9.0 breakage

  • DorothyR DorothyR posted a comment on ticket #159

    Fixed: Scope of variables in namespaces is more restricted. Tilde (~) is not expanded in pathnames unless it's done explicitly with the new "file tildeexpand" operation. That means plain files and directories starting with a ~ character are now allowed. In tkrev's directory list, they're prefixed with "./" so they can be used more or less normally. When reading and writing files, the encoding profile is set to tcl8, preserving permissive behavior for files with extended characters. Incorporated Michael...

  • DorothyR DorothyR committed [r1202] on Code

    "tag Revision 9.6"

  • DorothyR DorothyR committed [r1201] on Code

    Add vampm to AUTHORS.txt for tildChk proc

  • DorothyR DorothyR committed [r1200] on Code

    Can sometimes get UI colors from a gtk3-style gtk-main.css file, if "Match GTK or CDE colors" is enabled

  • DorothyR DorothyR committed [r1199] on Code

    Made the up and down arrows for the treeview columns more distinct

  • DorothyR DorothyR committed [r1198] on Code

    LICENSE.txt updated to replace street address with URL

  • DorothyR DorothyR posted a comment on ticket #160

    Patch applied to AUTHORS.txt

  • DorothyR DorothyR modified ticket #160

    License (and copyright) clarification

  • DorothyR DorothyR committed [r1197] on Code

    AUTHORS.txt updated. tkdiff updated to its latest checked in version in tkdiff-code.

  • DorothyR DorothyR committed [r1196] on Code

    Update tkdiff to 6.0

  • DorothyR DorothyR committed [r1195] on Code

    The =CORRECT= way to handle iso8859 text files in tcl9 using chan configure with -profile tcl8

  • DorothyR DorothyR committed [r1194] on Code

    iso8859 file read fix for simple reading of file. Fixed a namespace variable scope in annotate

  • DorothyR DorothyR committed [r308] on Fvwm Decors

    add new cursors for resizing

  • DorothyR DorothyR modified a comment on ticket #100

    I'm not sure I (dorothy robinson) really deserve a copyright here. I did act as interim mantainer for, well, a fairly long interim, but I mostly just tweaked the user interface and command parsing a little bit, and accepted some patches.

  • DorothyR DorothyR posted a comment on ticket #100

    I'm not sure I (dorothy robinson) really deserve a copyright here. I did act as interim mantainer for, well, a fairly long interim, but I mostly just tweaked the user interface an command parsing a little bit, and accepted some patches.

  • DorothyR DorothyR committed [r307] on Fvwm Decors

    new icon for apple terminal

  • DorothyR DorothyR committed [r1193] on Code

    Put a relatevely recent version of a web page in the www directory

  • DorothyR DorothyR posted a comment on ticket #160

    Yes that was more or less a placeholder while I rearranged the deck chairs. I just checked in a better version.

  • DorothyR DorothyR committed [r1192] on Code

    If tcl version is 9.x, change encoding to binary so that files with "wide" or extended characters, for example a copyright sign, can be processed

  • DorothyR DorothyR modified a comment on ticket #160

    What, now?? I was completely unaware of all of this. I wondered why Debian never updated their version, but I had no idea there had been a dispute. Del is the original author, as is still proclaimed in the "About" text. He should be the first copyright holder. dorothy

  • DorothyR DorothyR committed [r1191] on Code

    Removed some things from the contrib directory. I'm not including the early fork of dirdiff anymore. The script to set up files for the vendor merge module is now in the teststuff directory. The only thing left is cvsdiff, a script that enables tkrev to use gvim instead of tkdiff to compare files by setting the "Diff Visualizer" preference.

  • DorothyR DorothyR posted a comment on ticket #101

    Here's the relevant tcl9.0 manpage https://www.tcl-lang.org/man/tcl9.0/TclCmd/chan.html#M48 On Sun, Jun 22, 2025 at 12:52 PM DorothyR dorothyr@users.sourceforge.net wrote: Filetype gives a clue, although I don't know how or why this happened $ file * cvsdiff: POSIX shell script, ASCII text executable dirdiff: POSIX shell script, ISO-8859 text executable tkdirdiff: POSIX shell script, ISO-8859 text executable [bugs:#101] Invalid multibyte or wide char in test file causes crash with tk9.0 Status: open...

  • DorothyR DorothyR modified a comment on ticket #101

    Oh great it's the copyright string: 776:Copyright � 1999-2005 Paul Mackerras Here's the relevant tcl9.0 document https://www.tcl-lang.org/man/tcl9.0/TclCmd/chan.html#M48

  • DorothyR DorothyR posted a comment on ticket #101

    Oh great it's the copyright string: 776:Copyright � 1999-2005 Paul Mackerras

  • DorothyR DorothyR posted a comment on ticket #101

    Filetype gives a clue, although I don't know how or why this happened $ file * cvsdiff: POSIX shell script, ASCII text executable dirdiff: POSIX shell script, ISO-8859 text executable tkdirdiff: POSIX shell script, ISO-8859 text executable

  • DorothyR DorothyR created ticket #101

    Invalid multibyte or wide char in test file causes crash with tk9.0

  • DorothyR DorothyR posted a comment on ticket #160

    Del, how do you want your copyright entry to look? I never did learn your last name.

  • DorothyR DorothyR posted a comment on ticket #160

    Another contributor I recall is Mike Jagdis (jaggy?), who rewrote the branch diagram a long time ago. In the upcoming release, there's a module by Michael Moran (vampm) to deal with file paths containing a tilde in tk9.0. He maintains tkdiff now, and I'm holding back releasing tkrev until he finishes his update. Unfortunately my logs now only go back to 2005, when we migrated from CVS to SVN. I'm a crappy archivist.

  • DorothyR DorothyR posted a comment on ticket #160

    What now? ? I was completely unaware of all of this. I wondered why Debian never updated their version, but I had no idea there had been a dispute. Del is the original author, as is still proclaimed in the "About" text. He should be the first copyright holder. dorothy

  • DorothyR DorothyR committed [r306] on Fvwm Decors

    oops, missed one

  • DorothyR DorothyR committed [r305] on Fvwm Decors

    add FvwmIconMan colorsets to decors that didn't have them

  • DorothyR DorothyR committed [r304] on Fvwm Decors

    Make tiling work better

  • DorothyR DorothyR committed [r1190] on Code

    Enable tag button in RCS and add appropriate proc

  • DorothyR DorothyR committed [r1189] on Code

    fix a couple tiny mistakes

  • DorothyR DorothyR committed [r1188] on Code

    After validation of the path is done, restore plain colors

  • DorothyR DorothyR committed [r303] on Fvwm Decors

    improved tiling

  • DorothyR DorothyR committed [r302] on Fvwm Decors

    changed titlebar image for springtime decor

  • DorothyR DorothyR committed [r301] on Fvwm Decors

    fix tint problem with water decor

  • DorothyR DorothyR committed [r300] on Fvwm Decors

    Try to get transients to behave better.

  • DorothyR DorothyR committed [r1187] on Code

    Added attribute "-topmost yes" to the dialogs. On KDE, they were diving behind the main window when focus auto raise activated.

  • DorothyR DorothyR committed [r1186] on Code

    Merge from tcl9 branch

  • DorothyR DorothyR committed [r1185] on Code

    I fixed this yesterday, how did it get lost? (if econtrol is on, only one edited/locked file was listed in workdir)

  • DorothyR DorothyR committed [r1184] on Code

    Put catches around more Option adds

  • DorothyR DorothyR committed [r1183] on Code

    One more lint fix

  • DorothyR DorothyR committed [r1182] on Code

    Deal with a couple more lint complaints

  • DorothyR DorothyR committed [r1181] on Code

    Apparently I was initializing empty lists wrong all this time

  • DorothyR DorothyR committed [r1180] on Code

    fixed a regression when listing cvs editors

  • DorothyR DorothyR committed [r1179] on Code

    Took get_cde_params out

  • DorothyR DorothyR committed [r299] on Fvwm Decors

    Test for FvwmPrompt vs ModuleFvwmConsole a different way

  • DorothyR DorothyR committed [r1178] on Code

    oops, un-require tcl9migrate

  • DorothyR DorothyR committed [r1177] on Code

    "tk::classic::restore menu" is gone in tk9.0

  • DorothyR DorothyR committed [r1176] on Code

    Replace a regsub with string match, which is faster

  • DorothyR DorothyR committed [r1175] on Code

    package require now allows tk9.x

  • DorothyR DorothyR committed [r1174] on Code

    Change the icon for the window manager

  • DorothyR DorothyR posted a comment on discussion Help

    I think you did it right. Was stderr (E) logging on? But anyway cvs gave you the log. I wonder if there was an error status somewhere for some other reason. Is this the only file you have a problem with? Have you tried checking out a fresh copy of the module and starting over?

1 >
MongoDB Logo MongoDB