[dev] Re: [PATCH] wmii - client mapping events

2011-04-02 Thread Suraj Kurapati
On Mon, Mar 28, 2011 at 3:53 PM, Suraj Kurapati wrote: > On Sun, Mar 27, 2011 at 1:04 AM, Suraj Kurapati wrote: >> The following patch against wmii-hg r2785 allows my wmiirc to know >> when clients are added to or removed from the current view. > > Here is an updated patch that [...] fires those

Re: [dev] [st] bold as bright (again)

2011-04-02 Thread pancake
We should start sending mails in ansi. html sucks. I still think that were still in time to not apply the patch and fix buggy apps.. I mean. Current screens doesnt have those limitations to keep maintaining nonsense hacks. We can probably write a text explaining the issue and a list of affected

Re: [dev] [st] bold as bright (again)

2011-04-02 Thread Ethan Grammatikidis
On 2 Apr 2011, at 1:04 pm, pancake wrote: We should start sending mails in ansi. html sucks. You got me searching sixteencolors.net for an ORLY owl in ansi, :p but the only owl I found had all hellfire in the background (and in its eyes). Curiously enough it came from a document announcin

[dev] [st] Support UTF8 clipboard

2011-04-02 Thread Petr Sabata
This patch adds UTF8 clipboard support via UTF8_STRING, if it's available. This is needed to correctly exchange UTF8 data with other applications. -- Petr --- st.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/st.c b/st.c index 561d5b0..366f681 100644 --- a/st

Re: [dev] [st] Support UTF8 clipboard

2011-04-02 Thread Aurélien Aptel
On Sat, Apr 2, 2011 at 6:11 PM, Petr Sabata wrote: > This patch adds UTF8 clipboard support via UTF8_STRING, if it's available. > This > is needed to correctly exchange UTF8 data with other applications. ok > -       } else if(xsre->target == XA_STRING) { > +       } else if(xsre->target == sel

Re: [dev] [st] bold as bright (again)

2011-04-02 Thread Aurélien Aptel
On Fri, Apr 1, 2011 at 3:43 PM, Nick wrote: > Yes, the code for this was commented out, saying that > "draw() can't keep up". It seems to work nicely for me, > though, so barring complaints it would be nice to apply the > attached patch. It's really slow on a high resolution. Try running st with

Re: [dev] [st] Support UTF8 clipboard

2011-04-02 Thread Petr Sabata
On Sat, Apr 02, 2011 at 09:59:30PM +0200, Aurélien Aptel wrote: > On Sat, Apr 2, 2011 at 6:11 PM, Petr Sabata wrote: > > This patch adds UTF8 clipboard support via UTF8_STRING, if it's available. > > This > > is needed to correctly exchange UTF8 data with other applications. > > ok Thanks. >

Re: [dev] [st] Support UTF8 clipboard

2011-04-02 Thread Aurélien Aptel
On Sat, Apr 2, 2011 at 10:35 PM, Petr Sabata wrote: > I included this to be compatible with applications requesting XA_STRING. I'm > not sure if there's a real benefit in that, so I guess you can drop it. I'm not sure either, I don't know much about X11.

Re: [dev] @bleidl, 26/03/11 19:41

2011-04-02 Thread Andrei
It's written by Montrealers/Canadians, whaddya expect? -- A On Thu, Mar 31, 2011 at 5:37 PM, Kurt H Maier wrote: > On Thu, Mar 31, 2011 at 5:04 PM, Ethan Grammatikidis > wrote: > > I generally find it easy to avoid the bullshit on big sites, but even if > it > > isn't, isn't the software power

Re: [dev] [st] A few small patches

2011-04-02 Thread Aurélien Aptel
On Fri, Apr 1, 2011 at 12:03 AM, Aurélien Aptel wrote: > I was thinking the same thing. Plus, Kai Hendry already packaged st > for debian. So, let's do this. I've tagged v0.1 to tip.

Re: [dev] How do you cope with OSX? (if at all)

2011-04-02 Thread Mason Larobina
On 18 March 2011 20:07, Anselm R Garbe wrote: > On 18 March 2011 13:02, Enno Boland (Gottox) wrote: >> I'm using MacPorts and XQuartz to run dwm on my air. It works ok, but >> in the longterm I want to replace macos by linux. > > In my impression running Linux natively on Mac hardware sucks -- tr

Re: [dev] How do you cope with OSX? (if at all)

2011-04-02 Thread Hank
do you use refit or grub-efi? --hank On 04/02/11 20:20, Mason Larobina wrote: > On 18 March 2011 20:07, Anselm R Garbe wrote: >> On 18 March 2011 13:02, Enno Boland (Gottox) wrote: >>> I'm using MacPorts and XQuartz to run dwm on my air. It works ok, but >>> in the longterm I want to replace ma

[dev] Re: [PATCH] wmii - client mapping events

2011-04-02 Thread Suraj Kurapati
I posted this patch on the wmii issue tracker: http://code.google.com/p/wmii/issues/detail?id=232 Sorry for the noise thus far.

[dev] Re: [PATCH] wmii hg - witray in normcolors

2011-04-02 Thread Suraj Kurapati
I posted this patch on the wmii issue tracker: http://code.google.com/p/wmii/issues/detail?id=234 Sorry for the noise thus far.